@charset "UTF-8";
@import "iconfont.css";
html, body {
  height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #FAFAFA;
  background-color: #1B1B1B;
  -webkit-font-smoothing: antialiased;
}
body.pushy-open-left {
  overflow: hidden;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

.sm {
  font-size: 13px;
}

.xs {
  font-size: 10px;
}

.text-huge {
  font-size: 182px;
}

.text-big {
  font-size: 122px;
}

h1, .h1 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 81px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h3, .h3 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

a {
  color: #ff2335;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #ff2335;
  text-decoration: underline;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  margin-left: 1.1em;
}
ul:not([class]) li:before {
  content: "—";
  margin-right: 0.3em;
  margin-left: -1.3em;
}

li {
  margin: 0 0 8px;
}

input, textarea, select {
  color: #343434 !important;
}

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

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 72px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 39px;
  height: 4px;
  background-color: #E00315;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 39px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 31px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #E00315;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 13px;
  text-shadow: none;
  padding: 3px 9px;
  background-color: #E00315;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #E00315;
}
.price-filter .price-range-container .irs-grid {
  height: 26px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  padding: 0 3px;
  color: #FAFAFA;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 9px;
  margin-bottom: 9px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #E00315;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 13px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #E00315;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #E00315;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 17px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 17px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #1B1B1B;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 8px 0 7px;
  font-size: 16px;
  color: #E00315;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 13px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #E00315;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 13px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 13px;
  text-align: center;
  color: #ff2335;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

input, select, textarea {
  border: 1px solid #C8CACE;
  outline: none;
  padding: 8px 1px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #C8CACE transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 10px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: block;
  background-color: transparent;
  color: #000;
  width: 26px;
  position: absolute;
  right: 0px;
  top: calc(50% - 11px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #E00315;
}
#mobile-menu-button > div:last-child {
  width: 19px;
}

#mobile-menu-button > div + div {
  margin-top: 7px;
}

.pushy .close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 101;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.pushy-content ul + ul {
  /*border-top: 1px solid #fff;*/
}

.pushy-content a:hover {
  /*background-color: #333;*/
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px) !important;
  max-width: 1300px !important;
  padding: 0;
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #E00315;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #E00315;
  border-radius: 0px;
  padding: 18px 23px 17px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #fff !important;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: none;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 10px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #E00315;
  color: #E00315;
}
button.button.transparent.white, a.button.transparent.white, .upload-button.transparent.white {
  border: 2px solid #FAFAFA;
  color: #FAFAFA;
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}
@media print {
  #page.order-page h1 {
    margin-top: -30px;
  }
  #page.order-page h3 {
    margin-top: 0px;
  }
  #page.order-page #template3-page {
    padding: 0;
  }
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}

#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #fff;
  color: #1B1B1B;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  background-color: #1B1B1B;
  background-image: url("../img/logo.svg");
  background-size: 65px 42px;
  background-position: 20px 4px;
  background-repeat: no-repeat;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #828282;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 96px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 32px;
  height: 32px;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 10px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #A4A4A4;
  margin: 26px 0 33px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #E00315;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin-left: 0.4em;
  margin-right: 0.4em;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 34px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #E00315;
  color: #fff;
  font-size: 13px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #1B1B1B;
  text-decoration: none;
}

.pagination a.current {
  background-color: #1B1B1B;
  cursor: default;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #C8CACE !important;
  font-size: 16px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #C8CACE !important;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #C8CACE !important;
  font-size: 16px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #C8CACE !important;
  font-size: 16px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 39px;
  }
  h2, .h2 {
    font-size: 31px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
/* tic-messengers-01 begin */
/* tic-messengers-01 end */
.mobile-descr-search {
  display: none;
}
@media (max-width: 1040px) {
  .mobile-descr-search {
    display: block;
  }
}
.mobile-descr-search .descr {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 7px auto 0px;
  padding: 0px 0 21px;
  border-bottom: 1px solid #828282;
}
.mobile-descr-search .descr:before {
  content: "";
  display: block;
  height: 205px;
  background-image: url("../img/top-visual.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-descr-search .descr > span {
  display: block;
  margin: 1px 0 0px;
}
.mobile-descr-search .search-links {
  margin: 29px auto 33px;
  max-width: 304px;
}
.mobile-descr-search .search-links li {
  margin-bottom: 19px;
}

#fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #212121;
  border-top: 1px solid #828282;
  height: 67px;
  display: none;
}
#fixed-footer .container > div {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
#fixed-footer .container > div > div:nth-of-type(1) {
  flex-grow: 1;
  text-align: left;
}
#fixed-footer a.cart {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #FAFAFA;
  background-image: url("../img/cart.svg");
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 43px 38px;
  padding: 3px 0px 0px 55px;
  min-height: 38px;
  text-align: left;
  margin-top: 13px;
}
#fixed-footer a.cart > div .count {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #FAFAFA;
}
#fixed-footer a.cart > div .sum strong {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #FAFAFA;
}
#fixed-footer a.cart > div .sum span {
  margin-left: 0.5em;
}
#fixed-footer a.button {
  margin: 14px 0 0px;
  padding: 7px 27px;
}
@media (max-width: 490px) {
  #fixed-footer {
    display: block;
  }
}
@media print {
  #fixed-footer {
    display: none;
  }
}

.checkout-page #fixed-footer, .order-page #fixed-footer {
  display: none !important;
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: -65px;
  height: 56px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #FAFAFA;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 300;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top > .scrolled .contacts {
  height: 56px;
}
#header-top > .scrolled .contacts a.phone {
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  color: #FAFAFA;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header-top > .scrolled .contacts a.phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 16px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top > .scrolled .contacts a.phone:hover, #header-top > .scrolled .contacts a.phone:focus, #header-top > .scrolled .contacts a.phone:active {
  text-decoration: none;
}
#header-top > .scrolled .contacts a.phone:hover:after, #header-top > .scrolled .contacts a.phone:focus:after, #header-top > .scrolled .contacts a.phone:active:after {
  left: 5px;
  right: auto;
  width: calc(100% - 5px);
}
#header-top > .scrolled .contacts a.phone span {
  white-space: nowrap;
}
@media (max-width: 430px) {
  #header-top > .scrolled .contacts a.phone {
    display: none;
  }
}
#header-top > .scrolled .contacts a.whatsapp {
  margin-left: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  color: #FAFAFA;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header-top > .scrolled .contacts a.whatsapp:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 16px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top > .scrolled .contacts a.whatsapp:hover, #header-top > .scrolled .contacts a.whatsapp:focus, #header-top > .scrolled .contacts a.whatsapp:active {
  text-decoration: none;
}
#header-top > .scrolled .contacts a.whatsapp:hover:after, #header-top > .scrolled .contacts a.whatsapp:focus:after, #header-top > .scrolled .contacts a.whatsapp:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 600px) {
  #header-top > .scrolled .contacts a.whatsapp {
    display: none;
  }
}
#header-top > .scrolled .contacts a.email {
  margin-left: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  color: #FAFAFA;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header-top > .scrolled .contacts a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 16px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top > .scrolled .contacts a.email:hover, #header-top > .scrolled .contacts a.email:focus, #header-top > .scrolled .contacts a.email:active {
  text-decoration: none;
}
#header-top > .scrolled .contacts a.email:hover:after, #header-top > .scrolled .contacts a.email:focus:after, #header-top > .scrolled .contacts a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 900px) {
  #header-top > .scrolled .contacts a.email {
    display: none;
  }
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
}
@media (max-width: 1168px) {
  #header-top.scrolled .contacts > div > span, #header-top.for-product-page .contacts > div > span {
    display: none !important;
  }
}
@media (max-width: 1040px) {
  #header-top {
    top: 0px;
  }
}
@media (max-width: 1040px) and (max-width: 1168px) {
  #header-top .contacts > div > span {
    display: none !important;
  }
}
@media (max-width: 1040px) {
  #header-top .content > a {
    /*margin-right: 20px !important;*/
  }
}
#header-top .content {
  position: relative;
}
#header-top .content > div:nth-last-child(1) {
  width: 30px;
}
@media (max-width: 430px) {
  #header-top .content > div:nth-last-child(1) {
    width: 0px;
    margin-left: -20px;
  }
}
#header-top a.logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 65px 42px;
  min-width: 65px;
  height: 56px;
  min-height: 56px;
  margin-left: 0;
}
#header-top .cart {
  margin-top: 13px;
  margin-left: 0px;
  background-image: url("../img/cart.svg");
  background-position: left 0px;
  background-repeat: no-repeat;
  background-size: 37px 32px;
  padding-left: 45px;
}
#header-top .cart > div {
  font-size: 16px;
  line-height: 16px;
  color: #FAFAFA;
  margin: 0px 0 0px;
  position: relative;
}
#header-top .cart > div strong {
  font-weight: inherit;
}
#header-top .cart > div .count {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #FAFAFA;
}
#header-top .cart > div .sum strong {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #FAFAFA;
}
#header-top .cart > div .sum span {
  margin-left: 0.5em;
}
#header-top .cart > div .button {
  margin: 14px 0 0 0px;
  /*padding: 13px 26px 13px;*/
}
#header-top .cart .empty {
  padding-top: 10px;
}
#header-top .cart .empty > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1B1B1B;
  margin: 0;
}
@media (max-width: 490px) {
  #header-top .cart {
    display: none;
  }
}
#header-top a.search {
  display: block;
  background-image: url("../img/search.svg");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  min-width: 32px;
  height: 56px;
  min-height: 56px;
  margin-top: 7px;
}
#header-top a.cabinet {
  display: block;
  background-image: url("../img/cabinet.svg");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  min-width: 34px;
  height: 56px;
  min-height: 56px;
  margin-top: 6px;
}
@media (max-width: 648px) {
  #header-top a.cabinet {
    display: none;
  }
}
#header-top > div {
  border-bottom: 1px solid #FAFAFA;
}

/* tic-header-06 begin */
/* tic-header-06 end */
#header {
  margin-top: 0px;
  position: relative;
  z-index: 150;
  background-color: #000;
  padding: 0px;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header > .container > div h4 {
  text-transform: uppercase;
  color: #FAFAFA;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 5px;
  border-bottom: 2px solid #E00315;
  margin: 13px 0 7px;
  padding-bottom: 9px;
}
#header > .container > div h4.small {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  margin: 9px 0 6px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  #header > .container > div h4 {
    font-size: 19px;
  }
}
#header .top {
  margin-bottom: 17px;
  background-color: #000;
  color: #FAFAFA;
  height: 35px;
  border-bottom: 1px solid #828282;
}
#header .top > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top a.phone {
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  color: #FAFAFA;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header .top a.phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 7px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top a.phone:hover, #header .top a.phone:focus, #header .top a.phone:active {
  text-decoration: none;
}
#header .top a.phone:hover:after, #header .top a.phone:focus:after, #header .top a.phone:active:after {
  left: 5px;
  right: auto;
  width: calc(100% - 5px);
}
#header .top a.phone span {
  white-space: nowrap;
}
#header .top a.whatsapp {
  margin-left: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #FAFAFA;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header .top a.whatsapp:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 7px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top a.whatsapp:hover, #header .top a.whatsapp:focus, #header .top a.whatsapp:active {
  text-decoration: none;
}
#header .top a.whatsapp:hover:after, #header .top a.whatsapp:focus:after, #header .top a.whatsapp:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .top a.email {
  margin-left: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #FAFAFA;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header .top a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 7px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top a.email:hover, #header .top a.email:focus, #header .top a.email:active {
  text-decoration: none;
}
#header .top a.email:hover:after, #header .top a.email:focus:after, #header .top a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .top div.cabinet {
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0;
  height: 35px;
}
#header .top div.cabinet > a {
  display: inline-block;
  color: #FAFAFA;
}
#header .top div.cabinet > a.cabinet {
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
#header .top div.cabinet > a.cabinet:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 7px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top div.cabinet > a.cabinet:hover, #header .top div.cabinet > a.cabinet:focus, #header .top div.cabinet > a.cabinet:active {
  text-decoration: none;
}
#header .top div.cabinet > a.cabinet:hover:after, #header .top div.cabinet > a.cabinet:focus:after, #header .top div.cabinet > a.cabinet:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .top div.cabinet > a.cabinet.login {
  max-width: 200px;
}
#header .top div.cabinet > a.cabinet.login + .fade {
  display: inline-block;
  width: 15px;
  height: calc(100% - 1px);
  vertical-align: top;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
  margin-right: -5px;
  transform: translateX(-100%);
  opacity: 1;
}
#header .top div.cabinet > a.cabinet.no-login + .fade {
  display: none;
}
@media (max-width: 564px) {
  #header .top div.cabinet > a.cabinet {
    padding-left: 28px;
  }
  #header .top div.cabinet > a.cabinet > span {
    display: none;
  }
}
#header .top div.cabinet > a.exit {
  background-image: url("../img/exit.png");
  background-position: center;
  background-size: 24px 36px;
  background-repeat: no-repeat;
  width: 24px;
  height: 34px;
  display: inline-block;
  margin-left: 0;
}
#header .top div.cabinet > span {
  line-height: 42px;
  vertical-align: top;
  margin: 0px 2px 0;
}
#header a:hover {
  text-decoration: none;
}
#header a.logo {
  display: block;
  overflow: hidden;
  margin: 2px 5px 28px 0px;
  background-image: url("../img/logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 139px 90px;
  min-width: 140px;
  height: 90px;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  #header a.logo {
    /*background-size: 215px 64px;
    min-width: 220px;*/
  }
}
#header .descr {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  position: relative;
  text-transform: uppercase;
  max-width: 475px;
  margin: 15px 0px 0px 0px;
  padding-right: 215px;
}
#header .descr:before {
  content: "";
  position: absolute;
  display: block;
  top: -54px;
  width: 263px;
  right: 0px;
  height: 175px;
  background-image: url("../img/top-visual.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 263px 175px;
}
@media (max-width: 1100px) {
  #header .descr {
    padding-right: 0px;
    width: 263px;
  }
  #header .descr:before {
    display: none;
  }
}
#header .cart {
  margin-top: 15px;
  margin-left: 20px;
  background-image: url("../img/cart.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 43px 38px;
}
#header .cart h4.small {
  border: none !important;
  padding: 11px 12px 0px 36px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 110% !important;
  text-transform: uppercase !important;
  color: #E00315;
  margin-left: 10px !important;
}
#header .cart > div {
  font-size: 16px;
  line-height: 16px;
  color: #FAFAFA;
  margin: 13px 0 5px;
  position: relative;
}
#header .cart > div strong {
  font-weight: inherit;
}
#header .cart > div .count {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #FAFAFA;
}
#header .cart > div .sum strong {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #FAFAFA;
}
#header .cart > div .sum span {
  margin-left: 0.5em;
}
#header .cart > div .button {
  margin: 14px 0 0 0px;
  /*padding: 13px 26px 13px;*/
}
#header .cart .empty {
  padding-top: 10px;
}
#header .cart .empty > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1B1B1B;
  margin: 0;
}
#header .menu-container {
  margin-top: 13px;
  background-color: #E00315;
  position: relative;
  z-index: 5;
  height: 43px;
  border-bottom: 1px solid #1B1B1B;
}
#header .menu-container .main-menu {
  display: flex;
  justify-content: flex-start;
  color: #E00315;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  position: static;
}
#header .menu-container .main-menu > li {
  flex-grow: 0;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #FAFAFA;
  padding: 0;
  margin: 0;
  height: 43px;
  position: static;
}
#header .menu-container .main-menu > li:before {
  display: none;
  content: "";
}
#header .menu-container .main-menu > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .menu-container .main-menu > li.active {
  /*color: $color-3;;
  text-shadow: 0px 0px $color-3;*/
}
#header .menu-container .main-menu > li.catalog {
  text-transform: uppercase;
}
#header .menu-container .main-menu > li.taller {
  text-transform: uppercase;
}
#header .menu-container .main-menu > li > ul {
  display: none;
  position: absolute;
  background-color: #1B1B1B;
  left: 0px;
  top: 33px;
  padding: 0px 0;
}
#header .menu-container .main-menu > li > ul:before {
  content: "";
  position: absolute;
  border-radius: 4px;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 32px 0px #fff;
}
#header .menu-container .main-menu > li > ul > li {
  margin: 0 0 -1px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#header .menu-container .main-menu > li > ul > li:hover {
  z-index: 2;
}
#header .menu-container .main-menu > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li > ul > li a {
  display: block;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  padding: 8px 30px 7px 15px !important;
  /*text-shadow: 0px 0px $color-2;*/
  font-weight: 500;
  color: #FAFAFA;
}
#header .menu-container .main-menu > li > ul > li a:hover {
  background-color: #FF0000;
  color: #FAFAFA;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
}
#header .menu-container .main-menu > li + li {
  margin-left: 2em;
}
#header .menu-container .main-menu > li > a {
  padding: 0;
  white-space: nowrap;
  display: block;
  color: inherit;
}
#header .menu-container .main-menu > li:not(.with-sub) > a {
  position: relative;
  overflow: hidden;
}
#header .menu-container .main-menu > li:not(.with-sub) > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #FAFAFA;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .main-menu > li:not(.with-sub) > a:hover, #header .menu-container .main-menu > li:not(.with-sub) > a:focus, #header .menu-container .main-menu > li:not(.with-sub) > a:active {
  text-decoration: none;
}
#header .menu-container .main-menu > li:not(.with-sub) > a:hover:after, #header .menu-container .main-menu > li:not(.with-sub) > a:focus:after, #header .menu-container .main-menu > li:not(.with-sub) > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .menu-container .main-menu > li > a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #header .menu-container .main-menu > li + li {
    margin-left: 1em;
  }
}
@media (max-width: 1040px) {
  #header {
    display: none;
  }
}
#header + #after-header {
  height: 0px;
}
@media (max-width: 1040px) {
  #header + #after-header {
    height: 47px;
  }
}

ul.search-links {
  list-style: none;
  margin: 9px 35px 0px 0px;
}
ul.search-links > li {
  margin: 0px 0px 12px 0px;
}
ul.search-links > li > a {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  color: #FAFAFA;
  position: relative;
}
ul.search-links > li > a:hover {
  color: #E00315 !important;
}
ul.search-links > li > a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: -3px;
  right: -31px;
  background-image: url("../img/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.with-left-sidebar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.with-left-sidebar .left-sidebar {
  width: calc(25% - 14px);
  min-width: 310px;
  position: relative;
  z-index: 100;
}
.with-left-sidebar .left-sidebar > div {
  /*position: sticky;
  top: 70px;*/
}
.with-left-sidebar .left-sidebar .item {
  max-width: 260px;
  margin-bottom: 40px;
}
.with-left-sidebar .left-sidebar .item .button {
  margin-top: 0px;
}
.with-left-sidebar .left-sidebar ul.all-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.with-left-sidebar .left-sidebar ul.all-categories ul.categories {
  margin: 0 0 40px 0;
}
.with-left-sidebar .left-sidebar ul.categories {
  margin: 0 0 70px 0;
  list-style: none;
  padding: 0;
  border-color: #828282;
  border-style: solid solid none solid;
  border-width: 1px;
}
.with-left-sidebar .left-sidebar ul.categories > li {
  margin: 0;
  position: relative;
}
.with-left-sidebar .left-sidebar ul.categories > li a {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 41px;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  outline: 1px solid #828282;
  background-color: #fff;
}
.with-left-sidebar .left-sidebar ul.categories > li a > .icon {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 0 7px 0 5px;
}
.with-left-sidebar .left-sidebar ul.categories > li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #1B1B1B;
  transition: all 0s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a {
  color: #fff;
  outline: 1px solid #1B1B1B;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a > .icon {
  filter: brightness(0) invert(1);
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0s;
  transition-delay: 0.3s;
  display: block;
  position: absolute;
  z-index: 100;
  left: 100%;
  top: 0;
  width: 160%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.38);
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li {
  width: 100%;
  margin-bottom: -1px;
  border: 1px solid #828282;
  position: relative;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:before {
  display: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li > a {
  padding-left: 20px;
  outline: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover {
  border-left: 1px solid #1B1B1B;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a {
  color: #fff;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .with-left-sidebar .left-sidebar {
    display: none;
  }
}
.with-left-sidebar .main-content {
  width: calc(75% - 8px);
  margin-left: 20px;
}
@media (max-width: 991px) {
  .with-left-sidebar .main-content {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

.checkout-page #header {
  display: none;
}
.checkout-page #header + #after-header {
  height: 40px;
}
@media print {
  .checkout-page #header {
    display: none;
  }
}
.checkout-page #header-top {
  top: 0px;
}
@media (max-width: 1168px) {
  .checkout-page #header-top .contacts > div > span {
    display: none !important;
  }
}
@media print {
  .checkout-page #header-top {
    display: none;
  }
}
@media print {
  .checkout-page .breadcrumbs {
    display: none;
  }
}

.order-page #header {
  display: none;
}
.order-page #header + #after-header {
  height: 40px;
}
@media print {
  .order-page #header {
    display: none;
  }
}
.order-page #header-top {
  top: 0px;
}
@media (max-width: 1168px) {
  .order-page #header-top .contacts > div > span {
    display: none !important;
  }
}
@media print {
  .order-page #header-top {
    display: none;
  }
}
@media print {
  .order-page .breadcrumbs {
    display: none;
  }
}

#template1-page {
  padding-top: 12px;
  padding-bottom: 68px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template1-page h1 {
  font-size: 36px;
}
@media (max-width: 700px) {
  #template1-page h1 {
    font-size: 39px;
  }
}

#template2-page {
  padding-top: 12px;
  padding-bottom: 68px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template2-page h1 {
  font-size: 36px;
}
@media (max-width: 700px) {
  #template2-page h1 {
    font-size: 39px;
  }
}

#template3-page {
  padding-top: 12px;
  padding-bottom: 68px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template3-page h1 {
  font-size: 36px;
}
@media (max-width: 700px) {
  #template3-page h1 {
    font-size: 39px;
  }
}

#template4-page {
  padding-top: 12px;
  padding-bottom: 68px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template4-page h1 {
  font-size: 36px;
}
@media (max-width: 700px) {
  #template4-page h1 {
    font-size: 39px;
  }
}

#template5-page {
  padding-top: 12px;
  padding-bottom: 68px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template5-page h1 {
  font-size: 36px;
}
@media (max-width: 700px) {
  #template5-page h1 {
    font-size: 39px;
  }
}

#template1-page h1 {
  color: #E00315;
}

/* tic-slider-03 begin */
/* tic-slider-03 end */
/*#slider-0{
	@include tic-slider-02($height: 38%, $max-height: 493px, $text-color: #fff, $text-background: rgba(0, 0, 0, 0));
	margin: 0px auto 22px;

}*/
#slider-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px auto 22px;
  max-width: 1400px;
}
#slider-0 .slider-item {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  max-height: 493px;
  overflow: hidden;
}
#slider-0 .slider-item:before {
  content: "";
  padding-top: 50%;
  float: left;
}
@media (max-width: 600px) {
  #slider-0 .slider-item {
    overflow: hidden;
    background-image: none;
  }
  #slider-0 .slider-item:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}
#slider-0 .slider-item > .slider-item-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (max-width: 600px) {
  #slider-0 .slider-item > .slider-item-mobile {
    display: block;
  }
}
#slider-0 .slider-item .slider-text {
  color: #fff;
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  padding: 30px 0px 20px 90px;
  max-width: 920px;
  text-align: left;
  transition: all ease-out 1s 0.5s;
  opacity: 0;
}
#slider-0 .slider-item .slider-text .item-label {
  font-size: 13px;
  font-weight: 300;
}
#slider-0 .slider-item .slider-text h3 {
  margin: 40px 0 15px 0;
  font-size: 54px;
  line-height: 116%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1300px) {
  #slider-0 .slider-item .slider-text h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
#slider-0 .slider-item .slider-text .item-note {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
}
#slider-0 .slider-item .slider-text .button {
  padding: 19px 27px;
}
@media (max-width: 1040px) {
  #slider-0 .slider-item .slider-text {
    position: relative;
    width: 100%;
    padding: 0px 50px 30px;
    left: 0;
    right: 0;
  }
  #slider-0 .slider-item .slider-text .item-note {
    max-width: 30em;
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  #slider-0 .slider-item .slider-text {
    padding: 0px 30px 40px;
  }
}
@media (max-width: 600px) {
  #slider-0 .slider-item .slider-text {
    padding: 0 10px 20px;
  }
  #slider-0 .slider-item .slider-text h3 {
    margin: 70px 0 18px;
    font-size: 24px;
  }
  #slider-0 .slider-item .slider-text .button {
    width: 100%;
  }
}
#slider-0 .slider-item.slick-active .slider-text {
  opacity: 1;
}
#slider-0 .slick-prev, #slider-0 .slick-next {
  z-index: 10;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  z-index: 2;
  top: 50%;
}
@media (max-width: 800px) {
  #slider-0 .slick-prev, #slider-0 .slick-next {
    display: none !important;
  }
}
#slider-0 .slick-prev:before, #slider-0 .slick-next:before {
  display: none;
}
#slider-0 .slick-prev {
  background-image: url("../img/slider-prev.svg");
  left: 40px;
}
#slider-0 .slick-next {
  background-image: url("../img/slider-next.svg");
  right: 40px;
}
#slider-0 .slick-dots {
  bottom: 10px;
}
#slider-0 .slick-dots li {
  width: 16px;
}
#slider-0 .slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
#slider-0 .slick-dots li button:before {
  display: none;
}
#slider-0 .slick-dots li.slick-active button {
  background: #E00315;
}

#showcase {
  padding-bottom: 46px;
}

h2 + .product-list {
  margin-top: 25px;
}

.product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.product-list .columns > div {
  display: inline-block;
  width: calc(20% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1250px) {
  .product-list .columns > div {
    width: calc(25% - 0px);
  }
}
@media (max-width: 991px) {
  .product-list .columns > div {
    width: calc(33% - 0px);
  }
}
@media (max-width: 750px) {
  .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 530px) {
  .product-list .columns > div {
    width: calc(100% - 0px);
  }
}
.product-list .columns > div {
  margin: 0 0 -1px -1px;
}
.product-list a, .product-list a:hover {
  text-decoration: none;
}

.products-with-filters .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.products-with-filters .product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .products-with-filters .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 600px) {
  .products-with-filters .product-list .columns > div {
    width: calc(100% - 0px);
  }
}

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
a.pc:hover {
  text-decoration: none;
}

/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  background: #333333;
  border: 1px solid #FAFAFA;
  max-width: 360px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-card:hover {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.85);
  z-index: 50;
}
.product-card.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute;
  z-index: 100;
}
.product-card .note {
  display: none;
}
.product-card .product-photo {
  width: calc(100% - 40px);
  overflow: hidden;
  margin: 20px auto 11px;
  position: relative;
  background-color: #fff;
}
.product-card .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card .product-photo.no-photo {
  /*background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: auto;
  width: calc(100% - 40px);
  padding: 0px 0;*/
  background-color: #333;
}
.product-card .product-photo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .title-code .title {
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  text-align: left;
  color: #FAFAFA;
  min-height: 52px;
}
.product-card .title-code .vendor-code {
  display: block;
  font-size: 10px;
  line-height: 110%;
  text-align: center;
  color: #A4A4A4;
  font-weight: 400;
  margin-bottom: 0px;
}
.product-card .card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 20px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .card-bottom .currency {
  display: none;
}
.product-card .card-bottom .stock {
  display: block;
  font-size: 10px;
  color: #FAFAFA;
  text-align: left;
}
.product-card .card-bottom .stock.stock0 {
  color: #1B1B1B;
}
.product-card .card-bottom .price-discount {
  display: flex;
  justify-content: space-between;
  margin: 3px 0 0px;
  position: relative;
}
.product-card .card-bottom .price-discount .price {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #FAFAFA;
  vertical-align: top;
  text-align: left;
}
.product-card .card-bottom .price-discount .price.null {
  font-size: 14px;
  /*max-width: 50%;*/
  line-height: 100%;
  font-weight: 400;
}
.product-card .card-bottom .price-discount .price span {
  display: inline-block;
}
.product-card .card-bottom .price-discount .price span.currency-label {
  margin-left: 0.2em;
  /*display: none;*/
}
.product-card .card-bottom .price-discount .price span.old-price {
  position: relative;
  display: inline-block;
  font-weight: 400;
  margin-top: 0px;
  vertical-align: top;
  margin-right: 2px;
  color: #A4A4A4;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.product-card .card-bottom .price-discount .price span.old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 0px);
  height: 1px;
  background-color: #E00315;
  transform: rotate(-7deg);
  z-index: 2;
}
.product-card .card-bottom .price-discount .price span.old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 1px);
  height: 1px;
  background-color: #333333;
  transform: rotate(-7deg);
  z-index: 1;
}
.product-card .card-bottom .price-discount .price span.old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 16px;
}
.product-card .card-bottom .price-discount .price span.old-price > .currency-label {
  display: none;
}
.product-card .card-bottom .price-discount .price span.discount {
  color: #fff;
  background-color: #F20F61;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  margin-left: 5px;
  line-height: 100%;
}
.product-card .card-bottom .price-discount .price-note {
  display: none;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  color: #5B5B5B;
  margin-top: 5px;
}
.product-card .card-bottom .button {
  margin: 0;
  font-size: 14px;
  padding: 9px 16px 7px;
  flex-shrink: 0;
}
.product-card .new {
  font-size: 10px;
  position: absolute;
  top: 100px;
  left: 0px;
  transform: rotate(-90deg);
  color: #FAFAFA;
}
.product-card .hit {
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  color: #1B1B1B;
  font-weight: 500;
  text-align: left;
  padding: 0 10px;
}
.product-card .sale {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 2;
  top: 190px;
  left: -1px;
  color: #fff;
  background-color: #FF6B2C;
  padding: 8px 10px 7px;
}
.product-card .no-login {
  border-top: 1px solid #828282;
  color: #A4A4A4;
  font-size: 10px;
  line-height: 130%;
  padding: 20px 10px 0;
}

.product-edit {
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 1px;
  top: 1px;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}
.product-edit:hover {
  background-color: #E00315;
  color: #fff;
}

.product-delete {
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 1px;
  top: 93px;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}
.product-delete:hover {
  background-color: #E00315;
  color: #fff;
}

.prodict-admin-note {
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 1px;
  top: 40px;
  background-color: #E00315;
  padding: 0px 5px;
  font-size: 13px;
}

.prodict-schemas {
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 1px;
  top: 63px;
  background-color: #E00315;
  padding: 2px 8px;
  font-size: 13px;
  cursor: default;
}

.moving {
  position: relative;
  display: block !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.moving > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#categories {
  padding: 33px 0 55px;
  background: #291D2E;
  color: #fff;
  background-image: url("../img/store-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#categories .columns {
  margin-left: -9px;
  margin-right: -9px;
  font-size: 0;
}
#categories .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 17px);
  vertical-align: top;
  margin: 0 8px 17px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  #categories .columns > div {
    width: calc(100% - 17px);
  }
}
#categories .columns {
  margin-top: 32px;
}
#categories a:hover {
  text-decoration: none;
}

.categories {
  margin-top: 0px;
}
.categories .columns {
  margin-left: -9px;
  margin-right: -9px;
  font-size: 0;
}
.categories .columns > div {
  display: inline-block;
  width: calc(25% - 17px);
  vertical-align: top;
  margin: 0 8px 17px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .categories .columns > div {
    width: calc(33% - 17px);
  }
}
@media (max-width: 900px) {
  .categories .columns > div {
    width: calc(50% - 17px);
  }
}
@media (max-width: 620px) {
  .categories .columns > div {
    width: calc(100% - 17px);
  }
}
.categories .columns {
  margin-top: 0px;
}
.categories .columns > div:nth-of-type(1) h3.title {
  font-size: 32px;
}
.categories .columns > div:nth-of-type(2) .info {
  opacity: 0;
}
.categories a:hover {
  text-decoration: none;
  color: #fff !important;
}

h1 + .categories {
  margin-top: 30px;
}

/* tic-category-card-08 begin */
/* tic-category-card-08 end */
.category-card {
  background: #1B1B1B;
  max-width: 400px;
  height: calc(100% - 10px);
  margin: 0 auto 10px;
  transition: all ease-out 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
}
.category-card .category-logo {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.category-card .category-logo:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.category-card .category-logo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-card .info {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.category-card .info:hover {
  background: #E00315 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.category-card .info .title {
  z-index: 3;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.category-card .info .note {
  display: none;
}

/* tic-adv-01 begin */
/* tic-adv-01 end */
.main-visuals {
  text-align: center;
  margin: 150px auto 37px;
}
@media (max-width: 580px) {
  .main-visuals {
    margin: 90px auto 0px;
    max-width: 320px;
    height: 646px;
  }
  .main-visuals img:nth-of-type(2) {
    margin-top: -160px;
  }
  .main-visuals img:nth-of-type(3) {
    margin-top: -64px;
  }
}

.about {
  margin: 0px auto 100px;
}
.about p {
  font-size: 25px;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0px auto 30px;
  width: 1080px;
  max-width: 100%;
  text-align: center;
}
.about p > span {
  color: #E00315;
}
@media (max-width: 580px) {
  .about {
    margin: 0px auto 100px;
  }
}

#footer {
  margin-top: 100px;
  background-color: #212121;
  position: relative;
  z-index: 100;
  overflow: hidden;
  color: #FAFAFA;
  padding: 0px 0 0px;
  border-top: 1px solid #828282;
}
#footer .logo {
  background-image: url("../img/logo.svg");
  background-position: center 45px;
  background-repeat: no-repeat;
  background-size: 167px 108px;
  width: 212px;
  height: 212px;
  display: block;
  margin-top: 1px;
  border-radius: 212px;
  background-color: #0F0F0F;
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.25);
  transition: all 0.5s;
}
#footer .logo:hover {
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.5);
}
#footer .descr {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #E00315;
  margin: 14px 0px 17px;
  max-width: 300px;
}
#footer ul.search-links {
  padding-left: 0px;
}
#footer ul.search-links > li {
  margin-bottom: 16px;
}
#footer .service-footer {
  display: none;
  text-align: center;
  position: relative;
}
#footer .service-footer .logo {
  background-image: url("../img/logo.svg");
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 104px 104px;
  width: 134px;
  height: 134px;
  display: inline-block;
  margin: 1px auto 0px;
  border-radius: 212px;
  background-color: #0F0F0F;
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.25);
  transition: all 0.5s;
}
#footer .service-footer .logo:hover {
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.5);
}
#footer .service-footer h4 {
  max-width: 865px;
  margin: 25px auto -20px;
}
@media (max-width: 420px) {
  #footer .service-footer h4 {
    margin: 25px auto 31px;
  }
}
#footer .paysystems {
  margin: 30px 0px 0px;
}
#footer .bottom {
  border-top: 1px solid #828282;
  padding: 28px 0 20px;
  margin-top: 73px;
  text-align: center;
}
#footer .bottom a {
  margin: 0px 36px 12px;
}
#footer .bottom a.tiktok {
  display: inline-block;
  width: 107px;
  height: 49px;
  background-image: url("../img/tiktok.svg?v=3");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 107px 49px;
}
#footer .bottom a.tiktok:hover {
  text-decoration: none;
}
#footer .bottom a.tiktok.tiktok2 {
  background-image: url("../img/tiktok2.svg?v=3");
}
#footer .bottom a.instagram {
  display: inline-block;
  width: 162px;
  height: 48px;
  background-image: url("../img/instagram.svg?v=3");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 162px 48px;
}
#footer .bottom a.instagram:hover {
  text-decoration: none;
}
#footer .bottom a.youtube {
  display: inline-block;
  width: 114px;
  height: 47px;
  background-image: url("../img/youtube.svg?v=3");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 114px 47px;
}
#footer .bottom a.youtube:hover {
  text-decoration: none;
}
#footer ul.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px;
}
#footer ul.footer-contacts > li {
  margin-bottom: 15px;
  margin-left: 0px;
}
#footer ul.footer-contacts > li:before {
  display: none;
}
#footer ul.footer-contacts > li > ul {
  display: none;
}
#footer ul.footer-contacts > li > a {
  position: relative;
  overflow: hidden;
}
#footer ul.footer-contacts > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer ul.footer-contacts > li > a:hover, #footer ul.footer-contacts > li > a:focus, #footer ul.footer-contacts > li > a:active {
  text-decoration: none;
}
#footer ul.footer-contacts > li > a:hover:after, #footer ul.footer-contacts > li > a:focus:after, #footer ul.footer-contacts > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .columns {
  padding: 37px 0 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 940px) {
  #footer .columns {
    flex-wrap: wrap;
  }
  #footer .columns > div {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer .columns > div:nth-of-type(3) {
    padding-left: 26px;
  }
}
@media (max-width: 570px) {
  #footer .columns {
    text-align: center;
    overflow: visible;
  }
  #footer .columns .logo {
    margin: -58px auto 16px;
  }
  #footer .columns > div {
    width: 100%;
  }
  #footer .columns > div:nth-of-type(3) {
    padding-left: 0px;
  }
}
#footer a {
  color: #ffffff;
}
#footer p {
  font-weight: 300;
}
#footer a:hover {
  text-decoration: none;
}
#footer ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px;
}
#footer ul.footer-menu > li {
  margin-bottom: 15px;
  margin-left: 0px;
}
#footer ul.footer-menu > li:before {
  display: none;
}
#footer ul.footer-menu > li > ul {
  display: none;
}
#footer ul.footer-menu > li > a {
  position: relative;
  overflow: hidden;
}
#footer ul.footer-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer ul.footer-menu > li > a:hover, #footer ul.footer-menu > li > a:focus, #footer ul.footer-menu > li > a:active {
  text-decoration: none;
}
#footer ul.footer-menu > li > a:hover:after, #footer ul.footer-menu > li > a:focus:after, #footer ul.footer-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 570px) {
  #footer {
    overflow: visible;
  }
  #footer .columns > div {
    margin-bottom: 0px;
  }
  #footer .descr {
    border-bottom: 1px solid #828282;
    padding-bottom: 40px;
    margin-bottom: 32px;
    text-align: center;
    max-width: 100%;
  }
  #footer ul.search-links {
    margin: 0px auto 0px;
    max-width: 256px;
  }
  #footer ul.footer-menu {
    border-top: 1px solid #828282;
    padding-top: 42px;
    margin-top: 24px;
    text-align: center;
  }
  #footer ul.footer-contacts {
    border-top: 1px solid #828282;
    padding-top: 43px;
    margin-top: 20px;
    text-align: center;
  }
  #footer .bottom {
    margin: 3px 0 0px;
    padding: 42px 0 32px;
  }
}
@media (max-width: 490px) {
  #footer {
    padding-bottom: 70px;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer .created {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 1;
}
#footer .created > div.container {
  position: relative;
}
#footer .created a {
  display: block;
  min-width: 97px;
  min-height: 40px;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/tagican/tagican-light.svg");
  padding: 40px 0 20px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #ACACAC;
  white-space: nowrap;
  position: absolute;
  right: 16px;
  bottom: 0px;
  height: 33px;
  transition: all 1s;
  transform: translateY(50px);
}
#footer .created a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #E00315;
  left: 38px;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 64px;
  transform-origin: center;
  transition: top 0.5s, transform 0.5s;
  transform: scale(5) translateY(3px);
}
#footer .created a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: transparent;
  left: 0;
  top: -20px;
  right: 0;
  bottom: 0;
  transition: all 0s 1s;
}
#footer .created a:hover {
  transform: translateY(0px);
  z-index: 9999;
}
#footer .created a:hover:before {
  top: 50px;
  transform: scale(1) translateY(-50px);
  background-color: #FF4242;
}
#footer .created a:hover:after {
  top: 0px;
}
@media (max-width: 800px) {
  #footer .created {
    display: none;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 360px;
}
.pushy {
  background-color: #212121;
  color: #FAFAFA;
  text-align: center;
}
.pushy a {
  color: #FAFAFA;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/back-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 37px 11px;
  width: 48px;
  height: 38px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 2px solid #E00315;
}
.pushy .pushy-content {
  padding: 17px 0px 30px 20px;
  text-align: left;
}
.pushy a {
  display: inline-block;
}
.pushy .logo {
  background-image: url("../img/logo.svg");
  background-position: center 45px;
  background-repeat: no-repeat;
  background-size: 167px 108px;
  width: 212px;
  height: 212px;
  display: block;
  margin: 30px auto 44px;
  border-radius: 212px;
  background-color: #0F0F0F;
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.25);
  transition: all 0.5s;
  position: relative;
}
.pushy .logo:hover {
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.5);
}
.pushy .logo:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 50%;
  width: 255px;
  top: 50%;
  height: 255px;
  border: 3px solid #393939;
  border-radius: 300px;
  transform: translate(-50%, -50%);
}
.pushy .descr {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #E00315;
  margin: 14px 0px 32px;
  border-bottom: 1px solid #828282;
  padding-bottom: 40px;
  text-align: center;
}
.pushy ul.search-links {
  margin: 0px auto 0px;
  padding-left: 27px;
}
.pushy ul.search-links > li {
  margin-bottom: 16px;
}
.pushy .social {
  border-top: 1px solid #828282;
  text-align: center;
  margin: 33px 0 0px;
  padding: 42px 0 8px;
}
.pushy .social a {
  margin: 0px 36px 0px;
}
.pushy .social a.tiktok {
  display: inline-block;
  width: 107px;
  height: 37px;
  background-image: url("../img/tiktok.svg");
  background-position: center 3px;
  background-repeat: no-repeat;
  background-size: 107px 31px;
}
.pushy .social a.tiktok:hover {
  text-decoration: none;
}
.pushy .social a.instagram {
  display: inline-block;
  width: 162px;
  height: 37px;
  background-image: url("../img/instagram.svg");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 162px 37px;
}
.pushy .social a.instagram:hover {
  text-decoration: none;
}
.pushy .social a.youtube {
  display: inline-block;
  width: 114px;
  height: 37px;
  background-image: url("../img/youtube.svg");
  background-position: center 6px;
  background-repeat: no-repeat;
  background-size: 114px 25px;
}
.pushy .social a.youtube:hover {
  text-decoration: none;
}
.pushy ul.contacts {
  list-style: none;
  margin: 31px 0 20px;
  border-top: 1px solid #828282;
  padding: 43px 0 0 0;
  text-align: center;
}
.pushy ul.contacts > li {
  margin-bottom: 15px;
  margin-left: 0px;
}
.pushy ul.contacts > li:before {
  display: none;
}
.pushy ul.contacts > li > ul {
  display: none;
}
.pushy ul.contacts > li > a {
  position: relative;
  overflow: hidden;
}
.pushy ul.contacts > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy ul.contacts > li > a:hover, .pushy ul.contacts > li > a:focus, .pushy ul.contacts > li > a:active {
  text-decoration: none;
}
.pushy ul.contacts > li > a:hover:after, .pushy ul.contacts > li > a:focus:after, .pushy ul.contacts > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy a {
  color: #ffffff;
}
.pushy p {
  font-weight: 300;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy ul.pushy-menu {
  list-style: none;
  padding: 0;
  margin: 31px 0 20px;
  border-top: 1px solid #828282;
  padding-top: 42px;
  text-align: center;
}
.pushy ul.pushy-menu > li {
  margin-bottom: 8px;
  margin-left: 0px;
}
.pushy ul.pushy-menu > li:before {
  display: none;
}
.pushy ul.pushy-menu > li > ul {
  display: none;
}
.pushy ul.pushy-menu > li > a {
  position: relative;
  overflow: hidden;
}
.pushy ul.pushy-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy ul.pushy-menu > li > a:hover, .pushy ul.pushy-menu > li > a:focus, .pushy ul.pushy-menu > li > a:active {
  text-decoration: none;
}
.pushy ul.pushy-menu > li > a:hover:after, .pushy ul.pushy-menu > li > a:focus:after, .pushy ul.pushy-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

div.more-products {
  display: block !important;
  text-align: center;
  width: 100% !important;
  margin: 0 !important;
}
div.more-products > .button {
  margin-top: 50px;
}
div.more-products .pagination {
  margin: 40px auto 10px;
}

.category-title-container {
  display: flex;
  justify-content: space-between;
}
.category-title-container > div > h1 {
  margin-top: 14px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .category-title-container > div > h1 {
    font-size: 32px !important;
  }
}
.category-title-container > a {
  margin-top: 25px;
  font-size: 13px;
  white-space: nowrap;
}
.category-title-container > a:hover {
  text-decoration: none;
}
@media (max-width: 530px) {
  .category-title-container {
    display: block;
  }
}

ul.children-category-items {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  /*li{
  	display: inline-block;
  	margin: 0 10px 10px 0;
  	a{
  		color: $color-2;
  		display: block;
  		border: 1px solid $color-6;
  		padding: 6px 20px 5px;
  		border-radius: 3px;
  		font-size: 14px;
  		line-height: 130%;
  		text-transform: uppercase;
  		&:hover{
  			border: 1px solid $color-2;
  			background-color: $color-2;
  			color: #fff;
  			text-decoration: none;
  		}
  	}
  }*/
}
ul.children-category-items > li {
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 14px;
  border: 1px solid #ff2335;
  border-radius: 0px;
  overflow: hidden;
}
ul.children-category-items > li:hover {
  border: 1px solid #C8CACE;
}
ul.children-category-items > li > ul {
  display: none;
}
ul.children-category-items > li:before {
  display: none;
}
ul.children-category-items > li > a {
  display: block;
  padding: 14px 21px 14px;
  text-decoration: none;
  font-size: 15px;
  color: #FAFAFA;
}
ul.children-category-items > li > a > .icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  display: none;
}
ul.children-category-items > li > a > span {
  padding: 5px 0 3px 0px;
}
ul.children-category-items > li > a:hover {
  background-color: #FF0000;
  color: #fff;
}

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 0px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-page-columns .left-container {
  width: calc(50% - 50px);
  min-width: calc(50% - 50px);
  margin-right: 50px;
  padding-bottom: 17px;
}
.product-page .product-page-columns .right-container {
  width: calc(50% - 17px);
  margin-left: 17px;
  margin-top: 5px;
}
@media (max-width: 950px) {
  .product-page .product-page-columns {
    display: block;
  }
  .product-page .product-page-columns .left-container {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
  .product-page .product-page-columns .right-container {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.product-page .product-images { /* Safari */
  position: sticky;
  top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.product-page .product-images .product-new {
  position: absolute;
  right: 11px;
  top: 0px;
  display: block;
  color: #FAFAFA;
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 900;
  z-index: 2;
}
.product-page .product-images .product-big-image {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
@media (max-width: 950px) {
  .product-page .product-images .product-big-image {
    max-height: 500px;
  }
}
.product-page .product-images .product-big-image > img.preview {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-big-image.no-photo {
  background-image: url("../img/no-photo.svg");
  background-size: auto;
  cursor: default;
  background-color: #3d3d3d;
}
.product-page .product-images .product-big-image.multiple {
  margin-left: 77px;
  /*width: calc(100% - 100px);*/
}
.product-page .product-images .product-big-image > .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #111;
}
.product-page .product-images .product-big-image > .video > div {
  overflow: hidden;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image > .video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-big-image > .video .video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-big-image > .video .video-foreground, .product-page .product-images .product-big-image > .video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-page .product-images .product-alt-images {
  position: absolute;
  width: 64px;
  left: 0px;
  top: 48px;
  z-index: 10;
}
.product-page .product-images .product-alt-images.single {
  display: none;
}
.product-page .product-images .product-alt-images.single ul.slick-dots {
  display: none;
}
.product-page .product-images .product-alt-images.multiple {
  display: block;
}
.product-page .product-images .product-alt-images.multiple .slick-dots {
  bottom: -30px;
}
.product-page .product-images .product-alt-images.multiple .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  font-size: 0;
  border-radius: 10px;
  outline: none;
  border: none;
  margin: 0px 5px 0px;
  background-color: #aaa;
}
.product-page .product-images .product-alt-images.multiple .slick-dots li button:before {
  display: none;
}
.product-page .product-images .product-alt-images.multiple .slick-dots li.slick-active button {
  background-color: #E00315;
}
.product-page .product-images .product-alt-images .slick-prev, .product-page .product-images .product-alt-images .slick-next {
  width: 46px;
  height: 46px;
  left: calc(50% - 23px);
  margin: 0;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .product-images .product-alt-images .slick-prev:before, .product-page .product-images .product-alt-images .slick-next:before {
  display: none;
}
.product-page .product-images .product-alt-images .slick-prev {
  top: -48px;
  bottom: auto;
  background-image: url("../img/prev-up.svg");
  background-size: 23px 23px;
}
.product-page .product-images .product-alt-images .slick-next {
  top: auto;
  bottom: -48px;
  background-image: url("../img/next-down.svg");
  background-size: 23px 23px;
}
.product-page .product-images .product-alt-images .product-alt-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #828282;
}
.product-page .product-images .product-alt-images .product-alt-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
  border-top: none;
}
.product-page .product-images .product-alt-images .product-alt-image.video {
  background: #111;
  position: relative;
}
.product-page .product-images .product-alt-images .product-alt-image.video > div {
  overflow: hidden;
  width: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-alt-images .product-alt-image.video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image.video .video-background {
  background: #111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-alt-images .product-alt-image.video .video-foreground, .product-page .product-images .product-alt-images .product-alt-image.video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 600px) {
  .product-page .product-images .product-alt-images {
    display: block !important;
    width: 100%;
    position: static;
  }
  .product-page .product-images .product-alt-images .product-alt-image {
    border: 1px solid #828282 !important;
  }
}
.product-page .sku {
  margin: -5px 0 24px;
}
.product-page .sku .vendor-code {
  cursor: pointer;
}
.product-page .product-title {
  font-size: 36px !important;
  color: #E00315;
  margin: 0px 0 20px;
  max-width: 18em;
}
@media (max-width: 600px) {
  .product-page .product-title {
    font-size: 24px;
    margin-top: 50px;
  }
}
.product-page .product-title > span {
  color: #636363;
  font-weight: 600;
}
.product-page .relations {
  display: flex;
  margin: 20px 0 30px;
}
.product-page .relations .category-title a {
  color: #FAFAFA;
}
.product-page .relations .alt-note {
  margin-left: 10px;
  color: #343434;
  font-weight: 300;
}
.product-page .relations .alt-note:empty {
  display: none;
}
.product-page .product-note {
  margin: -15px 0 20px;
  font-size: 13px;
  color: #828282;
}
.product-page .brand-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  outline: 1px solid #828282;
  vertical-align: middle;
}
.product-page .brand-title {
  display: inline-block;
  margin: 0px 0 0px;
  text-align: left;
  color: #FAFAFA;
}
.product-page .brand-title a {
  color: inherit;
}
@media (max-width: 400px) {
  .product-page .brand-title {
    margin: 0px 0 10px;
  }
}
.product-page .product-sale {
  display: inline-block;
  background: #1B1B1B;
  color: #FFFFFF;
  padding: 20px 24px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  z-index: 2;
  margin: 10px 0 20px;
}
.product-page .price-actions {
  background-color: #343434;
  padding: 10px 31px 21px 28px;
  border-radius: 4px;
  margin: 25px 0 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 570px) {
  .product-page .price-actions {
    display: block;
  }
  .product-page .price-actions .actions {
    margin-left: 0px;
    margin-top: 20px;
  }
  .product-page .price-actions .price-stock {
    margin-bottom: 10px;
  }
  .product-page .price-actions .price .no-vat {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    margin: 37px 0px -9px;
  }
}
.product-page .price-stock {
  margin: 10px 0 10px;
}
@media (max-width: 400px) {
  .product-page .price-stock {
    margin: 20px 0 0px;
  }
}
.product-page .price-stock .variation-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  color: #E00315;
  margin: 0px 0 10px;
}
.product-page .price-stock .price {
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: #FAFAFA;
  margin-top: 15px;
  white-space: nowrap;
  position: relative;
}
.product-page .price-stock .price.null {
  font-size: 18px;
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 97%;
}
.product-page .price-stock .price > span.current-price {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.product-page .price-stock .price > span.current-price::after {
  content: "IVA incluido";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -27px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}
.product-page .price-stock .price > span.currency {
  display: none;
}
.product-page .price-stock .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-page .price-stock .price > .old-price {
  position: relative;
  display: inline-block;
  margin: -7px 1em 7px 0px;
  font-size: 24px;
  font-weight: 300;
  color: #A4A4A4;
  vertical-align: top;
}
.product-page .price-stock .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 0px);
  height: 1px;
  background-color: #E00315;
  transform: rotate(-7deg);
  z-index: 2;
}
.product-page .price-stock .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 1px);
  height: 1px;
  background-color: #1B1B1B;
  transform: rotate(-7deg);
  z-index: 1;
}
.product-page .price-stock .price > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 16px;
}
.product-page .price-stock .price .product-hit {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  padding: 3px 20px;
  margin-left: 20px;
  transform: rotate(-15deg);
  transform-origin: left bottom;
}
@media (max-width: 430px) {
  .product-page .price-stock .price .product-hit {
    margin-top: 50px;
  }
}
.product-page .price-stock .price .no-vat {
  position: absolute;
  left: -18px;
  top: 55px;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #1B1B1B;
  background: #343434;
  font-weight: 700;
}
.product-page .price-stock .stock {
  margin: 30px 0 0;
  font-size: 13px;
}
.product-page .price-stock .stock.stock0 {
  color: #FAFAFA;
}
.product-page .price-stock .stock.stock1 {
  color: #FAFAFA;
}
@media (max-width: 400px) {
  .product-page .price-stock .stock {
    margin: 10px 0 0;
  }
}
.product-page .actions {
  margin: 6px 0 0 51px;
}
.product-page .actions .button {
  margin: 0px;
  vertical-align: middle;
}
.product-page .actions > .form {
  display: inline-block;
  white-space: nowrap;
  margin-top: 4px;
}
.product-page .actions > .form .button {
  padding: 20px 26px 20px;
  margin-left: 30px;
}
@media (max-width: 450px) {
  .product-page .actions > .form .button {
    margin-left: 15px;
  }
}
@media (max-width: 430px) {
  .product-page .actions > .form {
    margin-top: 0.75em;
  }
}
.product-page .actions > .form + p {
  margin-top: 5px;
}
.product-page .actions > span {
  font-size: 13px;
  margin: 0 1em;
  vertical-align: middle;
}
.product-page .actions input.cart-count {
  width: 4em;
  margin-right: 8px;
}
.product-page .description {
  margin: 27px 0 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page h4.params-title {
  margin: 69px 0 13px;
}
.product-page h4.codes-title {
  margin: 62px 0 13px;
}
.product-page table.product-params {
  margin: 0px 0 0px;
}
.product-page table.product-codes-variants {
  width: auto;
  margin: 0px 0 0px;
}
.product-page a.product-question {
  position: relative;
  overflow: hidden;
  margin-top: 17px;
  display: inline-block;
  background-image: url("../img/question.png");
  background-position: left 2px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding: 7px 0 7px 60px;
  min-height: 48px;
}
.product-page a.product-question:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #C8CACE;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-page a.product-question:hover, .product-page a.product-question:focus, .product-page a.product-question:active {
  text-decoration: none;
}
.product-page a.product-question:hover:after, .product-page a.product-question:focus:after, .product-page a.product-question:active:after {
  left: 60px;
  right: auto;
  width: calc(100% - 60px);
}
.product-page a.product-question:hover {
  text-decoration: none;
}
.product-page a.product-question > span {
  font-size: 10px;
  display: block;
  color: #FAFAFA;
}
.product-page a.product-question:hover > span {
  color: #FAFAFA;
}
.product-page .no-login p {
  color: #FAFAFA;
  max-width: 450px;
  margin: 50px 0 10px;
}
.product-page .color-label {
  margin: 24px 0 0px;
  background-image: url("../img/colors-label2.png");
  background-position: left center;
  background-size: 46px 46px;
  background-repeat: no-repeat;
  padding-left: 56px;
  min-height: 46px;
}
.product-page .color-label > span {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
  text-transform: uppercase;
  color: #E00315;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.product-page .color-label > span:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-page .color-label > span:hover, .product-page .color-label > span:focus, .product-page .color-label > span:active {
  text-decoration: none;
}
.product-page .color-label > span:hover:after, .product-page .color-label > span:focus:after, .product-page .color-label > span:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.product-page .color-label.no-colors {
  background-image: none;
  padding-left: 0px;
}
.product-page .variations-title {
  margin: 0px 0 24px;
}
.product-page .form input {
  width: 58px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  text-align: center;
  height: 43px;
  font-weight: 500;
}
.product-page .form span.minus, .product-page .form span.plus {
  background-color: #E00315;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: "Montserrat";
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
}
.product-page .form span.minus:hover, .product-page .form span.plus:hover {
  background-color: #FF0000;
}
.product-page .form span.minus.minus, .product-page .form span.plus.minus {
  line-height: 28px;
}
.product-page .form .button {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 26px;
  margin: 0 0 0 16px;
}
.product-page .variations {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
@media (max-width: 880px) {
  .product-page .variations {
    justify-content: center;
  }
}
.product-page .variations .color-variation {
  width: 312px;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  margin: 0 5px 20px;
  transition: all 0.35s;
}
.product-page .variations .color-variation .form {
  background-color: #363636;
  position: absolute;
  z-index: 1;
  top: 95px;
  left: -1px;
  right: -1px;
  padding: 11px 5px 15px 11px;
  transform: translateY(-100%);
  transition: all 0.35s;
  white-space: nowrap;
}
.product-page .variations .color-variation .color {
  background: #fff;
  position: absolute;
  border: 1px solid #AFAFAF;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
}
.product-page .variations .color-variation .info {
  position: relative;
  z-index: 3;
  height: 30px;
  background-color: #363636;
  display: flex;
  justify-content: space-between;
  outline: 1px solid #FAFAFA;
}
.product-page .variations .color-variation .info span:nth-of-type(1) {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #fff;
  padding-left: 5px;
}
.product-page .variations .color-variation .info span:nth-of-type(2) {
  background-color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  padding: 0px 5px;
  min-width: 75px;
  position: relative;
}
.product-page .variations .color-variation .info span:nth-of-type(2) > i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-100%);
  font-style: normal;
  background-color: #363636;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.product-page .variations .color-variation .info span:nth-of-type(2) > i:before {
  content: "";
  position: absolute;
  display: block;
  left: 6%;
  top: 45%;
  width: 90%;
  height: 2px;
  background: rgba(255, 0, 0, 0.75);
  border-radius: 1px;
  transform: rotate(-7deg);
}
.product-page .variations .color-variation.no-color {
  margin-bottom: 50px;
}
.product-page .variations .color-variation.no-color .info {
  position: absolute;
  right: 0px;
  left: 0px;
  display: block;
}
.product-page .variations .color-variation.no-color .info span:nth-of-type(1) {
  transform: translateY(-57px);
  height: 50px;
  font-size: 22px;
  color: #FAFAFA;
  padding: 0 5px 0 10px;
}
.product-page .variations .color-variation.no-color .info span:nth-of-type(2) {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.product-page .variations .color-variation.no-color .info span:nth-of-type(2) > i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.product-page .variations .color-variation:hover, .product-page .variations .color-variation.hover, .product-page .variations .color-variation.expanded {
  z-index: 10;
  box-shadow: 0px 13px 22px rgba(0, 0, 0, 0.5);
}
.product-page .variations .color-variation:hover .form, .product-page .variations .color-variation.hover .form, .product-page .variations .color-variation.expanded .form {
  transform: translateY(0);
  box-shadow: 0px 13px 22px rgba(0, 0, 0, 0.5);
}
.product-page .variations .color-variation.expanded {
  margin: 20px 0 70px;
}
@media (max-width: 350px) {
  .product-page .variations {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.product-big-image.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute !important;
  z-index: 100;
}

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog h1 {
  margin: 9px 0 17px;
}
.blog .blog-showcase {
  margin: 0 -9px;
}
.blog .blog-showcase > div.first-blog-post {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(100% - 17px);
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 58px;
  padding: 24px 24px 54px 24px;
  position: relative;
}
.blog .blog-showcase > div.first-blog-post > a:hover {
  text-decoration: none;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.blog .blog-showcase > div.first-blog-post h2 {
  color: #FAFAFA;
  margin: 8px 0 9px;
}
.blog .blog-showcase > div p.views {
  font-size: 13px;
  color: #C8CACE;
  margin-bottom: 5px;
}
.blog .blog-showcase > div p.note {
  color: #FAFAFA;
}
.blog .blog-showcase > div.blog-posts {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(50% - 32px);
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 48px;
  padding: 24px 24px 58px 24px;
  position: relative;
}
.blog .blog-showcase > div.blog-posts > a {
  text-decoration: none;
}
.blog .blog-showcase > div.blog-posts h2 {
  font-size: 24px;
  color: #FAFAFA;
  margin-bottom: 22px;
}
.blog .blog-showcase > div.blog-posts .post-preview-container {
  margin: -24px -24px 0 -24px;
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.blog .blog-showcase > div.blog-posts .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.blog .blog-showcase > div.blog-posts .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.blog .blog-showcase > div:hover .post-preview {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
.blog .blog-showcase .button-container {
  text-align: right;
  position: absolute;
  bottom: 3px;
  right: 24px;
}
.blog .blog-most-popular {
  margin-top: 123px;
}
.blog .blog-most-popular > a > div {
  border-bottom: 1px solid #E6E6E6;
  padding: 11px 0 11px;
}
.blog .blog-most-popular > a > div h3 {
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 110%;
  color: #FAFAFA;
}
.blog .blog-most-popular > a > div p {
  display: inline;
  font-size: 13px;
  line-height: 110%;
  color: #C8CACE;
}
.blog .blog-most-popular > a:hover {
  color: #1B1B1B;
  text-decoration: none;
}
.blog .blog-most-popular > a:hover h3 {
  color: #1B1B1B;
}

.product-order-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
.product-order-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
.product-order-dialog label {
  margin-bottom: 15px;
}
.product-order-dialog input {
  width: 100%;
}
.product-order-dialog textarea {
  width: 100%;
}
.product-order-dialog .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  color: #1B1B1B;
  margin: 0px 0 30px;
}
.product-order-dialog .price > span.current-price {
  font-weight: 500;
}
.product-order-dialog .price > span.currency {
  display: none;
}
.product-order-dialog .price > span.currency-label {
  color: #FAFAFA;
  font-size: 13px;
  margin-left: 0.25em;
}
.product-order-dialog .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-order-dialog .price > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  color: #C8CACE;
  vertical-align: top;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 0px);
  height: 1px;
  background-color: #E00315;
  transform: rotate(-5deg);
  z-index: 2;
}
.product-order-dialog .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 1px);
  height: 1px;
  background-color: #fff;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-order-dialog .price > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 16px;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

.order-page #order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.order-page #order-table-container > table {
  margin: 0;
  background-color: #343434;
  width: 100%;
}
.order-page #order-table-container > table tr > td:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(5) {
  text-align: center;
}
.order-page #order-table-container > table .product-photo {
  width: 80px;
  min-height: 50px;
  background-size: contain;
}
.order-page #order-table-container > table .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.order-page .paypal-button-container {
  width: 360px;
  margin: 35px 0px 0px 0px;
}
@media (max-width: 400px) {
  .order-page .paypal-button-container {
    width: 100%;
  }
}
.order-page .price-note {
  display: block;
  font-size: 10px;
}
.order-page p.total > span {
  font-size: 24px;
  font-weight: 500;
  color: #E00315;
}
.order-page .order-product-count {
  text-align: center;
  position: relative;
  line-height: 21px;
  white-space: nowrap;
}
.order-page .order-product-count a {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  vertical-align: middle;
}
.order-page .order-product-count a.plus {
  background-image: url("../img/plus.png");
}
.order-page .order-product-count a.minus {
  background-image: url("../img/minus.png");
}
.order-page .order-product-count span {
  display: inline-block;
  width: 2em;
  height: 21px;
}
.order-page .order-product-count span > i {
  display: block;
  font-style: normal;
  font-size: 13px;
}
.order-page .order-product-count.plain span {
  width: auto;
}
.order-page #order-confirm {
  position: relative;
  max-width: 935px;
  margin: 80px auto 38px;
  background-color: #343434;
  border-radius: 0px;
  border: 5px solid #6a6a6a;
  padding: 0 50px 2px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
}
.order-page #order-confirm.loteria {
  padding: 35px 50px 2px;
  margin: 0px auto 38px;
}
.order-page #order-confirm.loteria .gift-note {
  font-size: 21px !important;
  line-height: 110%;
}
.order-page #order-confirm.loteria .sum-note {
  margin: 17px 0px 11px;
  line-height: 110%;
}
@media (max-width: 460px) {
  .order-page #order-confirm.loteria {
    padding: 35px 20px 2px;
  }
}
.order-page #order-confirm .columns {
  margin-left: -9px;
  margin-right: -9px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 17px);
  vertical-align: top;
  margin: 0 8px 17px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 890px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 17px);
  }
}
.order-page #order-confirm .login-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
}
.order-page #order-confirm .login-panel p {
  max-width: 150px;
  font-size: 13px;
  margin-right: 10px;
}
.order-page #order-confirm > .top {
  /*display: flex;
  justify-content: flex-start;*/
  /*h2{
  	width: 50%;
  	margin-right: 20px;
  	margin-bottom: 50px;
  }

  @media (max-width: 890px){
  	display: block;
  	h2{
  		width: 100%;
  		margin-right: 0px;
  		margin-bottom: 20px;
  	}
  }*/
}
.order-page #order-confirm > .top h2 {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
  font-size: 46px;
  color: #E00315;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top {
    display: block;
  }
  .order-page #order-confirm > .top h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 48px !important;
  }
}
@media (max-width: 600px) {
  .order-page #order-confirm > .top h2 {
    font-size: 42px !important;
  }
}
.order-page #order-confirm > .top > .promo-panel {
  padding-top: 0px;
  padding-bottom: 30px;
}
.order-page #order-confirm > .top > .promo-panel input {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  width: 215px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px 2px 0;
  padding: 10px 2px;
  height: 44px;
}
.order-page #order-confirm > .top > .promo-panel .button {
  margin: 0 0 2px;
  vertical-align: middle;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top > .promo-panel {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.order-page #order-confirm h2 {
  margin: 34px 0 50px;
}
@media (max-width: 890px) {
  .order-page #order-confirm h2 {
    margin: 34px 0 20px;
  }
}
.order-page #order-confirm h3 {
  margin: 0px 0 23px;
}
.order-page #order-confirm .client-form {
  /*margin: 30px 0 0px;*/
}
.order-page #order-confirm .factura-form {
  margin: 25px 60px 20px 0px;
  padding: 25px 0px 25px;
  position: relative;
  z-index: 5;
}
.order-page #order-confirm .factura-form p.strong {
  font-weight: 600;
}
.order-page #order-confirm .factura-form:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #3f3f3f;
  left: -20px;
  right: -20px;
  top: 0px;
  bottom: 0px;
}
@media (max-width: 890px) {
  .order-page #order-confirm .factura-form {
    margin: 25px 0px 20px 0px;
  }
}
@media (max-width: 460px) {
  .order-page #order-confirm .factura-form:before {
    left: -16px;
    right: -17px;
  }
}
.order-page #order-confirm .delivery-form .delivery-title {
  display: flex;
}
.order-page #order-confirm .delivery-form .delivery-title a {
  margin: 17px 0 0px 10px;
}
@media (max-width: 700px) {
  .order-page #order-confirm .delivery-form .delivery-title a {
    margin: 3px 0 0px 10px;
  }
}
.order-page #order-confirm .delivery-form #delivery-address {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.order-page #order-confirm .delivery-form #delivery-address.hidden-address {
  opacity: 0;
  height: 0px;
  transform: translateY(-100px) rotateX(90deg);
}
.order-page #order-confirm .delivery-form .delivery-methods {
  margin: 10px 0 19px;
  position: relative;
  z-index: 2;
}
.order-page #order-confirm .delivery-form .calculated-delivery label.town > span {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-size: 10px;
  vertical-align: baseline;
}
@media (max-width: 890px) {
  .order-page #order-confirm .delivery-form {
    margin-top: 0px !important;
  }
}
.order-page #order-confirm .delivery-form #delivery-note {
  font-weight: 500;
  margin: 0 0 5px 0;
}
.order-page #order-confirm .delivery-form #delivery-note .free-note {
  color: #FF0000;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers {
  display: flex;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label {
  max-width: 86px;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label + label {
  margin-left: 20px;
}
.order-page #order-confirm .delivery-form .free {
  color: #FF0000;
  text-transform: uppercase;
}
.order-page #order-confirm .select-header {
  color: #1B1B1B;
  margin-bottom: 28px;
}
.order-page #order-confirm .delivery-point-notes > div {
  display: none;
}
.order-page #order-confirm .button-container {
  text-align: center;
  margin-top: 15px;
}
.order-page #order-confirm label {
  margin: 0px 0 5px;
  max-width: 340px;
  position: relative;
}
.order-page #order-confirm label input, .order-page #order-confirm label textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
}
.order-page #order-confirm label input.readonly, .order-page #order-confirm label textarea.readonly {
  background-color: #FCF6E9;
}
.order-page #order-confirm label textarea.comment {
  height: 80px;
}
.order-page #order-confirm label input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
}
.order-page #order-confirm label > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.order-page #order-confirm label > span.flat-label {
  margin: 0;
  vertical-align: middle;
}
.order-page #order-confirm label > span i {
  display: block;
  margin-top: -3px;
}
.order-page #order-confirm label > span i:hover {
  text-decoration: underline;
}
.order-page #order-confirm label.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm label.register-checkbox {
  white-space: nowrap;
}
.order-page #order-confirm label.register-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.register-checkbox span {
  margin: 4px 0 0 10px;
}
.order-page #order-confirm label.register-checkbox span > i {
  font-style: normal;
  color: #ff2335;
  cursor: pointer;
}
.order-page #order-confirm label.register-checkbox span > i:hover {
  color: #FF0000;
}
.order-page #order-confirm label.offer-checkbox {
  white-space: nowrap;
  margin: 10px 0 10px;
}
.order-page #order-confirm label.offer-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.offer-checkbox span {
  margin: 4px 0 0 10px;
  max-width: 300px;
  white-space: normal;
}
.order-page #order-confirm label.offer-checkbox span > i {
  font-style: normal;
  color: #ff2335;
  cursor: pointer;
}
.order-page #order-confirm .delivery-point-select {
  width: 100%;
  margin-bottom: 20px;
}
.order-page #order-confirm .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 5px 0 0px 0;
}
.order-page #order-confirm .select2-container .select2-selection--single {
  border-radius: 0px !important;
  height: 40px;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__rendered {
  color: #FAFAFA !important;
  padding: 5px 1px 4px !important;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.order-page #order-confirm h4 {
  margin-bottom: 30px;
}
.order-page #order-confirm .order-user-data p.item span {
  color: #A4A4A4;
  font-weight: 300;
}
.order-page #order-confirm textarea.order-comment {
  width: 100%;
  height: 200px;
}
.order-page #order-confirm.loading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px 128px;
}
@media (max-width: 460px) {
  .order-page #order-confirm {
    padding: 0 20px 2px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.order-page #order-confirm p.cabinet-link {
  max-width: 320px;
  margin-top: 40px;
}
.order-page #order-confirm.no-user label.comment {
  margin: 32px 0 18px;
}
.order-page #order-confirm.no-user label.register-checkbox {
  margin-top: 13px;
  margin-bottom: 18px;
}
.order-page #order-confirm.user.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm.user label.register-checkbox {
  display: none;
}
.order-page #order-confirm.user > .top > .login-panel {
  display: none;
}
.order-page #order-confirm .promocodes-label {
  margin: 24px 0 24px;
  max-width: 360px;
}
.order-page #order-confirm .promocodes-label > strong {
  font-family: "Nunito Sans", sans-serif;
  font-size: 120%;
}
.order-page .order-pending {
  color: #12BED6;
}
.order-page .order-prepare {
  color: #6A82D4;
}
.order-page .order-ready {
  color: #0a859b;
}
.order-page .order-sent {
  color: #2135a8;
}
.order-page .order-delivered {
  color: #FF620E;
}
.order-page .order-done {
  color: #0c9913;
}
.order-page .order-canceled {
  color: #979497;
}
.order-page .save-order-page {
  max-width: 375px;
  margin-top: 30px;
}
@media print {
  .order-page .save-order-page {
    display: none;
  }
}
.order-page .delivery-price {
  font-weight: 500;
}
.order-page .delivery-price > span {
  color: #E60000;
}
.order-page .confirmed-order h3 {
  margin-top: 48px;
}
.order-page .confirmed-order table {
  background-color: #343434;
}
.order-page .confirmed-order table.products-table {
  margin: 0px 0 15px !important;
}
.order-page .confirmed-order table.user-table {
  margin: 20px 0 35px !important;
}
.order-page .confirmed-order .pay-button {
  padding: 20px 45px;
  margin-bottom: 50px;
}
.order-page .confirmed-order .print-link-container {
  margin-top: 40px;
}
.order-page .confirmed-order .print-link-container > a {
  display: inline-block;
  background-image: url("../img/print.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  min-height: 24px;
  padding: 2px 0 0px 32px;
  position: relative;
  overflow: hidden;
}
.order-page .confirmed-order .print-link-container > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.order-page .confirmed-order .print-link-container > a:hover, .order-page .confirmed-order .print-link-container > a:focus, .order-page .confirmed-order .print-link-container > a:active {
  text-decoration: none;
}
.order-page .confirmed-order .print-link-container > a:hover:after, .order-page .confirmed-order .print-link-container > a:focus:after, .order-page .confirmed-order .print-link-container > a:active:after {
  left: 32px;
  right: auto;
  width: calc(100% - 32px);
}
@media print {
  .order-page .confirmed-order .print-link-container > a {
    display: none;
  }
}
.order-page .confirmed-order p.total {
  margin: 0px 0 20px;
}
.order-page .confirmed-order p.total + h4 {
  margin: 45px 0 43px;
}
.order-page .order-admin-comment {
  max-width: 560px;
  margin: 10px 0 10px;
  padding: 30px 35px 20px;
  color: #fff;
  background-color: #343434;
  border: 3px solid #E00315;
}
.order-page .order-admin-comment h4 {
  margin: 0px 0 10px;
  color: #A4A4A4;
}
@media print {
  .order-page .order-admin-comment {
    padding: 0;
    margin: 0;
  }
}

.search-title {
  margin-bottom: 60px;
}

.main-page-content {
  padding-bottom: 56px;
}

.main-page-catalog {
  margin: 120px auto 0px;
  text-align: center;
}
.main-page-catalog h1 {
  display: none;
}

.popup-search {
  width: 500px;
  max-width: 100%;
}
.popup-search h3 {
  margin-bottom: 35px;
}
.popup-search .bottom {
  display: flex;
  align-items: center;
}
.popup-search .bottom div.links {
  padding: 0px 0px 0px 50px;
}
.popup-search .bottom div.links a {
  display: block;
  line-height: 100%;
  margin: 0px 0 6px;
  color: #828282;
  font-size: 14px;
}
.popup-search .bottom div.links a:hover {
  text-decoration: none;
  color: #E00315;
}
@media (max-width: 550px) {
  .popup-search .bottom {
    display: block;
  }
  .popup-search .bottom div.links {
    padding: 0px 0px 0px 0px;
  }
}

.login-form {
  margin-top: -30px;
}
.login-form label {
  width: 300px;
  text-align: left;
}
.login-form input {
  display: block;
}
.login-form div.recovery {
  font-size: 12px;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 20px;
}

.reg-form {
  margin-top: -20px;
}
.reg-form h2 {
  margin-bottom: 30px;
}
.reg-form h4 {
  color: #E00315;
}
.reg-form .input-group {
  display: flex;
  flex-wrap: wrap;
}
.reg-form .input-group label {
  margin-right: 20px;
  width: calc(50% - 10px);
}
.reg-form .input-group label:last-child {
  margin-right: 0px;
}
.reg-form .radio-group {
  margin: 35px 0 35px;
}
.reg-form input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.reg-form textarea {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.reg-form label {
  width: 100%;
  text-align: left;
}
.reg-form label.small {
  width: 90px;
}
.reg-form label.checkbox {
  width: auto;
  padding-left: 25px;
}
.reg-form label.client-type-radio {
  width: auto;
  margin-bottom: 15px;
}
.reg-form label.client-type-radio input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
  margin-bottom: 0px;
}
.reg-form label.client-type-radio span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.reg-form p.sm {
  max-width: 600px;
  margin-left: 25px;
}

.showcase {
  padding: 61px 0 42px;
}
.showcase h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 530px) {
  .showcase .product-list > .columns > div {
    display: none;
  }
  .showcase .product-list > .columns > div:nth-of-type(1) {
    display: block;
  }
  .showcase .product-list > .columns > div:nth-of-type(2) {
    display: block;
  }
  .showcase .product-list > .columns > div:nth-of-type(3) {
    display: block;
  }
  .showcase .product-list > .columns > div:nth-of-type(4) {
    display: block;
  }
  .showcase .product-list > .columns > div:nth-of-type(5) {
    display: block;
  }
  .showcase .product-list > .columns > div:nth-of-type(6) {
    display: block;
  }
}

.sale-products {
  padding: 0px 0 42px;
}
.sale-products h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.content-two-columns .columns {
  margin-left: -9px;
  margin-right: -9px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 17px);
  vertical-align: top;
  margin: 0 8px 17px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 17px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%;
  }
  .content-two-columns .columns > div + div {
    margin-left: 10%;
  }
}

.two-50 .columns {
  display: flex;
}
.two-50 .columns > div {
  width: 50%;
}

.cabinet-user-form {
  margin-top: 30px;
}
.cabinet-user-form label {
  position: relative;
  display: inline-block;
  width: auto;
}
.cabinet-user-form label span.input-note {
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}

.nav-tabs {
  margin-top: 54px;
}
.nav-tabs li a {
  color: #828282;
  font-weight: 600;
}
@media (max-width: 650px) {
  .nav-tabs {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .nav-tabs > li {
    order: 2;
    margin: 0px 0px 0px;
  }
  .nav-tabs > li > a {
    padding: 0px;
    font-weight: 400;
  }
  .nav-tabs > li.active {
    order: 1;
    margin: 0px 0px 10px;
  }
  .nav-tabs > li.active > a {
    padding: 0px 0px 0px !important;
    font-weight: 600;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    color: #fff !important;
  }
}

.tab-pane h2 {
  margin-top: 40px !important;
}

.tab-content {
  margin-top: 45px;
}

.checkout-page .with-left-sidebar {
  display: block;
}
.checkout-page .with-left-sidebar .main-content {
  width: 100%;
  margin-left: 0px;
}
.checkout-page .left-sidebar {
  display: none;
}
.checkout-page .order-products {
  margin-bottom: 10px;
  background-color: #343434;
}
.checkout-page .order-products .columns {
  margin-left: -9px;
  margin-right: -9px;
  font-size: 0;
}
.checkout-page .order-products .columns > div {
  display: inline-block;
  width: calc(25% - 17px);
  vertical-align: top;
  margin: 0 8px 17px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 740px) {
  .checkout-page .order-products .columns > div {
    width: calc(100% - 17px);
  }
}
.checkout-page .order-products .product-card {
  margin-bottom: 20px !important;
  padding-bottom: 30px;
}
.checkout-page .order-products .product-card .product-info {
  position: relative;
}
.checkout-page .order-products .product-card .title {
  margin: 5px 0 2px 0;
}
.checkout-page .order-products .product-card p {
  font-size: 16px;
  margin-bottom: 2px;
}
.checkout-page .order-products .product-card p.param {
  font-weight: 700;
}
.checkout-page .order-products .product-card p.param > span {
  font-weight: 350;
}
.checkout-page .order-products .product-card p strong {
  color: #1B1B1B;
}
.checkout-page .order-products .product-card p .price-note {
  display: none;
}
.checkout-page .order-products .product-card .order-product-count {
  position: relative;
  margin: 20px auto 0;
}
.checkout-page .order-products .product-card .order-product-count span {
  color: #1B1B1B;
  font-size: 36px;
}
.checkout-page .total {
  line-height: 200%;
}

.delivery-point {
  position: relative;
  margin: 50px 0;
}
.delivery-point .scroll-point {
  position: absolute;
  top: -30px;
}
.delivery-point h2 {
  color: #1B1B1B;
}
.delivery-point .note {
  margin: 20px 0 0;
}

a.anchor {
  text-decoration: none;
}

.orders-list .title {
  font-weight: bold;
  color: #E00315;
}
.orders-list p {
  margin: 0 0 2px;
}
.orders-list p.time {
  font-size: 13px;
}
.orders-list p.address {
  font-size: 13px;
  font-weight: 600;
}
.orders-list p.comment {
  font-size: 13px;
}
.orders-list p.status {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.orders-list p.status.pending {
  color: #12BED6;
}
.orders-list p.status.prepare {
  color: #6A82D4;
}
.orders-list p.status.ready {
  color: #39BAA3;
}
.orders-list p.status.delivered {
  color: #FF620E;
}
.orders-list p.status.done {
  color: #BC56A6;
}
.orders-list p.status.canceled {
  color: #979497;
}
.orders-list h4 {
  margin: 0 0 5px 0 !important;
  font-size: 16px;
}
.orders-list h4.order-summary {
  white-space: nowrap;
}
.orders-list .paid {
  color: #E00315;
  text-transform: uppercase;
}

.order-paiment-dialog {
  padding: 0;
}
.order-paiment-dialog .block {
  border-bottom: 1px solid #828282;
  padding-left: 55px;
  padding-right: 55px;
}
.order-paiment-dialog .block.order-head {
  padding-top: 21px;
  padding-bottom: 12px;
}
.order-paiment-dialog .block.order-head h3 {
  margin-bottom: 10px;
}
.order-paiment-dialog .block.order-status {
  padding-top: 20px;
  padding-bottom: 12px;
}
.order-paiment-dialog .block.order-status .table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.order-paiment-dialog .block.order-status .table p {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.order-paiment-dialog .block.order-status .table h3 {
  margin: 0;
  vertical-align: middle;
}
.order-paiment-dialog .block.order-status .table.summary h3 {
  color: #1B1B1B;
}
.order-paiment-dialog .block.order-status .table.paid h3 {
  color: #E00315;
}
.order-paiment-dialog .block.to-pay {
  padding-top: 21px;
  padding-bottom: 18px;
}
.order-paiment-dialog .block.to-pay h2 {
  margin: 0;
}
.order-paiment-dialog .block.to-pay h2 span {
  color: #1B1B1B;
}
.order-paiment-dialog .block.pay-form {
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: none;
}
.order-paiment-dialog .block.pay-form .inputs {
  display: flex;
}
.order-paiment-dialog .block.pay-form .inputs label input {
  display: block;
  max-width: 94px;
  margin-top: 5px;
}
.order-paiment-dialog .block.pay-form .inputs label + label {
  margin-left: 20px;
}
.order-paiment-dialog .block.odd {
  color: #fff;
  background-color: #EB5757;
  border-bottom: none;
  display: flex;
  align-items: center;
  height: 39px;
}
.order-paiment-dialog .block.odd.success {
  background-color: #E00315;
}
.order-paiment-dialog .block.odd p {
  margin: 0 10px 0 0;
}
.order-paiment-dialog .block.odd h4 {
  margin: 0;
}
.order-paiment-dialog .block.button-container {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.help-dialog {
  width: 580px;
}
.help-dialog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.help-dialog p.phone {
  margin-bottom: 30px;
}
.help-dialog textarea {
  display: block;
  width: 100%;
  height: 150px;
}

.block-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.block-title-container > h2 {
  margin-top: 20px;
}
.block-title-container > a {
  margin-top: 25px;
}
.block-title-container .search {
  margin-top: 19px;
}
.block-title-container .search label {
  background-image: url("../img/search.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  padding-left: 30px;
}
.block-title-container .search label > span {
  font-size: 13px;
  display: block;
  color: #C8CACE;
  font-weight: 300;
}

.new-products-short {
  background-color: #FAFAFA;
  padding: 71px 0 90px;
}
@media (max-width: 400px) {
  .new-products-short .block-title-container {
    display: block;
  }
}

.categories-block {
  padding: 39px 0 44px;
}
.categories-block h2 {
  text-align: center;
  font-size: 24px;
}
.categories-block .categories {
  margin-top: 48px;
}
.categories-block .categories .columns {
  text-align: left;
}
.categories-block .categories .columns > .card {
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .categories-block .block-title-container {
    display: block;
  }
}

.categories-block2 {
  padding: 0px 0 45px;
}
.categories-block2 h2 {
  text-align: center;
  font-size: 24px;
}
.categories-block2 .links {
  margin-top: 48px;
}
.categories-block2 .links a {
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0 -2px;
  padding: 24px 0px;
  border-top: 2px solid #E00315;
  border-bottom: 2px solid #E00315;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  line-height: 110%;
}
.categories-block2 .links a:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #E00315;
  transform-origin: 50% 50%;
  transition: all 0.5s;
  transform: scale(0);
}
.categories-block2 .links a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transform-origin: 50% 50%;
  transition: opacity 0.5s;
  transition: scale 0s;
  transform: scale(0);
  border: 5px solid #E36A00;
  opacity: 1;
}
.categories-block2 .links a:hover {
  transition: all 0s;
  text-decoration: none;
  color: #ffffff;
}
.categories-block2 .links a:hover:before {
  transform: scale(100);
  transition: all 2s;
}
.categories-block2 .links a:hover:after {
  transform: scale(100);
  transition: all 3s 0.25s;
  opacity: 0;
}

.product-count {
  display: none;
  font-size: 80%;
  font-weight: normal;
  opacity: 0.5;
  margin-left: 0.3em;
}

table.order-products div.product-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 55px;
  margin: -5px;
  cursor: pointer;
}
table.order-products td:first-child {
  width: 50px;
}
table.order-products td.order-product-count {
  text-align: center;
}
table.order-products td.order-in_stock p {
  margin: 0;
  white-space: nowrap;
  font-size: 13px;
}
table.order-products td.order-in_stock p span {
  font-weight: 500;
}

#template2-page {
  padding-bottom: 50px;
}
#template2-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template2-page .columns .pattern-container {
  width: calc(360px - 60px);
  margin-right: 60px;
  margin-top: 40px;
  max-width: 360px;
}
#template2-page .columns .pattern-container .pattern {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: #2b2b2b;
  background-image: url("../img/sidebar-bg.jpg");
  background-position: center top;
}
#template2-page .columns .pattern-container .pattern .banner {
  text-align: center;
  padding: 100px 0 10px;
  overflow: hidden;
}
#template2-page .columns .pattern-container .pattern .banner .images {
  height: 333px;
  position: relative;
}
#template2-page .columns .pattern-container .pattern .banner .images img {
  position: absolute;
}
#template2-page .columns .pattern-container .pattern .banner .images img:nth-of-type(1) {
  width: 182px;
  height: 286px;
  z-index: 2;
  left: 35px;
  top: 63px;
}
#template2-page .columns .pattern-container .pattern .banner .images img:nth-of-type(2) {
  width: 164px;
  height: 259px;
  z-index: 1;
  left: 105px;
  top: -6px;
}
#template2-page .columns .pattern-container .pattern .banner .sidebar-logo {
  background-image: url("../img/flexoil-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 216px;
  height: 66px;
  margin: 5px auto 25px;
}
#template2-page .columns .pattern-container .pattern .banner h4 {
  font-size: 18px;
  text-align: center;
}
#template2-page .columns .pattern-container .pattern .banner .button {
  margin: 20px 0px 20px 0px;
  background-color: #00958D !important;
  border-radius: 50px;
  border: none;
  text-transform: none;
  padding: 18px 33px;
}
#template2-page .columns .pattern-container .pattern .banner .button:hover {
  background-color: #01C0B6 !important;
}
#template2-page .columns .content {
  width: calc(100% - 360px);
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  #template2-page .columns .pattern-container {
    display: none;
  }
  #template2-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
  }
}

.product-modal-page {
  position: fixed;
  width: 100%;
  background: #1B1B1B;
  left: 0px;
  top: 46px;
  bottom: 0;
  z-index: 150;
  padding-top: 0px;
}
.product-modal-page .modal-panel {
  background: #1B1B1B;
  color: #FAFAFA;
}
.product-modal-page .container {
  width: 100% !important;
}
.product-modal-page .product-page {
  padding-top: 65px;
}
.product-modal-page:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  left: 0;
  right: 0;
  height: 55px;
  top: -55px;
}
.product-modal-page > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 60px 30px;
  max-width: 100%;
  overflow: auto;
  transform: none;
}
.product-modal-page > div .back-link {
  font-size: 14px;
  display: inline-block;
  background-image: url("../img/back-arrow.svg");
  background-position: 20px top;
  background-repeat: no-repeat;
  background-size: 37px 11px;
  padding: 10px 0px 0px 20px;
  cursor: pointer;
  position: fixed;
  left: 0px;
  top: 73px;
  transition: all 0.25s;
}
.product-modal-page > div .back-link:hover {
  background-position: 10px top;
}
@media (max-width: 600px) {
  .product-modal-page > div .back-link {
    left: 0;
    right: 0;
    top: 45px;
    height: 44px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #1B1B1B;
    font-weight: 500;
    z-index: 1000;
    line-height: 44px;
    background-position: 20px center;
    padding-left: 44px;
  }
}
.product-modal-page .close-button-container {
  position: fixed;
  top: 68px;
  bottom: 0;
  right: 20px;
}
.product-modal-page .close-button-container .close-button {
  position: relative;
  top: 0px;
}
@media (max-width: 600px) {
  .product-modal-page {
    /*z-index: 1500;*/
    /*top: 44px;*/
  }
  .product-modal-page > div {
    padding: 0 20px 30px;
  }
  .product-modal-page > div .product-page {
    /*padding-top: 40px;**/
  }
  .product-modal-page .back-link {
    padding: 0px 0 0 75px !important;
  }
  .product-modal-page .close-button-container {
    display: none;
  }
}

@media (max-width: 600px) {
  #zoom-image {
    display: none;
  }
}

.clear-order {
  text-align: center;
}
.clear-order a {
  font-size: 13px;
  color: #A4A4A4;
  text-decoration: none;
}

.all-button-container {
  text-align: center;
  margin-top: 50px;
}
.all-button-container .button {
  white-space: normal;
}
@media (min-width: 992px) {
  .products-with-filters + .all-button-container {
    margin-left: 256px;
  }
}

.scroll-up {
  position: fixed;
  z-index: 100;
  right: 32px;
  bottom: calc(2% + 60px);
  width: 60px;
  height: 60px;
  transform: translateY(0) translateX(150px) scale(1);
  opacity: 1;
  cursor: pointer;
  transition: all 2s ease-in-out;
}
.scroll-up:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/scroll-up.png");
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.scroll-up.ready {
  transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
}
.scroll-up.used:before {
  transition: all 2s linear;
  transform: translateY(-1000px) translateX(-300px) scale(0.25) rotate(45deg);
  opacity: 0.75;
}

p.warning {
  background-color: #1B1B1B;
  color: #fff;
  padding: 10px;
}

.category-descr {
  margin: 20px 0 30px;
  color: #A4A4A4;
  -moz-column-width: 32em;
       column-width: 32em;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.category-descr p, .category-descr li, .category-descr h4, .category-descr h3, .category-descr h2 {
  color: #A4A4A4;
  transition: all 0.5s;
}
.category-descr p:hover, .category-descr li:hover, .category-descr h4:hover, .category-descr h3:hover, .category-descr h2:hover {
  color: #FAFAFA;
}
.category-descr img {
  margin: 0 20px 30px 0;
}

.products-without-filters + .category-descr {
  margin-top: 60px;
}

.related-products {
  margin-bottom: 90px;
}
.related-products .similar-products {
  text-align: center;
  margin: 103px 0 20px;
  border-top: 1px solid #828282;
  padding-top: 33px;
}
.related-products .see-also {
  margin-top: 70px;
}
.related-products h3 {
  text-align: center;
  margin-bottom: 34px;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 75px;
}
.brands-list a {
  color: #FAFAFA;
  display: inline-block;
  border: 1px solid #C8CACE;
  margin: 0 10px 15px 0;
  padding: 10px 30px 8px;
  position: relative;
}
.brands-list a > span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.brands-list a:hover {
  outline: 1px solid #FAFAFA;
  border: 1px solid #FAFAFA;
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #343434;
  margin: 24px 0 32px;
  border: 4px solid #fff;
}

.autocomplete-loader {
  display: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  bottom: 4px;
  z-index: 10;
}

.order-user-data .contracts {
  border-top: 1px dashed #A4A4A4;
  width: calc(100% - 20px);
  margin-top: 30px;
  padding-top: 20px;
}
.order-user-data .contracts label input[type=radio] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
}
.order-user-data .contracts label span {
  font-size: 13px !important;
  margin: 3px 0 0 24px !important;
}

#car-brands-slider {
  margin: 61px 0 0px;
}
#car-brands-slider .slick-slide {
  margin: 0px 5px;
  width: 200px !important;
  height: 200px !important;
  outline: none !important;
}
@media (max-width: 800px) {
  #car-brands-slider .slick-slide {
    margin: 0px 5px;
    width: 120px !important;
    height: 120px !important;
    outline: none !important;
  }
}

.main-catalog-link {
  margin: 0px auto 0px;
  text-align: center;
  width: 400px;
  max-width: 100%;
  border-bottom: 2px solid #828282;
}
.main-catalog-link .button {
  margin: 0px auto 34px;
}

.modal-panel.map {
  min-width: 90%;
}

label.radio {
  position: relative;
  z-index: 2;
  padding: 6px 0px 9px 13px;
}
label.radio input + i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #E00315;
}
label.radio input:checked + i {
  background-color: #E00315;
}
label.radio input:checked + i + span {
  color: #fff;
}
label.radio span {
  margin: 5px 0 0 36px !important;
}
label.radio span small {
  display: block;
  margin: -3px 0 0px;
}

p.label {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: 16px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  display: block;
}

input.big-digits {
  font-weight: 500;
  font-size: 38px;
  line-height: 123%;
  text-align: center;
  letter-spacing: -0.05em;
  font-family: "Nunito Sans", sans-serif;
}

.gift-certificate-page {
  padding: 20px 0 70px;
  background-color: #1B1B1B;
}
.gift-certificate-page input.big-digits {
  max-width: 195px;
  display: inline-block !important;
  margin-right: 10px;
}
.gift-certificate-page .form-header {
  display: flex;
  margin: 14px 0 30px;
}
.gift-certificate-page .form-header h2 {
  margin-top: 62px !important;
  color: #E00315;
  font-size: 44px;
}
.gift-certificate-page .gift-note {
  font-size: 13px;
  margin: -3px 0 19px;
}
.gift-certificate-page .gift-note-2 {
  font-size: 13px;
  margin: 0px 0 19px;
}
@media (max-width: 890px) {
  .gift-certificate-page .form-header {
    display: block;
  }
  .gift-certificate-page p {
    max-width: 320px;
  }
}

a.gift-certificate > span:nth-of-type(1) {
  color: #ED374B;
}
a.gift-certificate > span:nth-of-type(2) {
  color: #B31BCC;
}
a.gift-certificate > span:nth-of-type(3) {
  color: #FF8A48;
}
a.gift-certificate > span:nth-of-type(4) {
  color: #1BBA9F;
}
a.gift-certificate > span:nth-of-type(5) {
  color: #349AF9;
}
a.gift-certificate > span:nth-of-type(6) {
  color: #1BBA9F;
}
a.gift-certificate > span:nth-of-type(7) {
  color: #ED374B;
}
a.gift-certificate > span:nth-of-type(8) {
  color: #B31BCC;
}
a.gift-certificate > span:nth-of-type(9) {
  color: #FFD850;
}
a.gift-certificate > span:nth-of-type(10) {
  color: #FF8A48;
}

.table-hover tr:hover > td, .table-hover tr:hover > th {
  background-color: #343434;
}

.table-bordered {
  border-color: #A4A4A4 !important;
}
.table-bordered tr > td, .table-bordered tr > th {
  border-color: #A4A4A4 !important;
}

.car-brands {
  display: flex;
  flex-wrap: wrap;
}
.car-brands > a {
  height: 200px;
  width: 200px;
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
}
.car-brands > a > div.logo {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 200px 200px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.car-brands > a > span {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 2;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  transition: all 0.5s;
  opacity: 0;
}
.car-brands > a:hover > span {
  opacity: 1;
}
@media (max-width: 839px) {
  .car-brands > a {
    overflow: hidden;
    height: auto;
    width: 33%;
  }
  .car-brands > a:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  .car-brands > a > div.logo {
    background-size: contain;
  }
}
@media (max-width: 460px) {
  .car-brands > a {
    width: 50%;
  }
}

.schemas-link {
  display: inline-block;
  margin: 0px 0 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background-image: url("../img/tab.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px 20px;
  min-height: 20px;
  padding-left: 36px;
  color: #E00315;
}
.schemas-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.schemas-link:hover, .schemas-link:focus, .schemas-link:active {
  text-decoration: none;
}
.schemas-link:hover:after, .schemas-link:focus:after, .schemas-link:active:after {
  left: 36px;
  right: auto;
  width: calc(100% - 36px);
}

.schema-previews {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.schema-previews .schema-preview {
  margin: 0px 5px 10px 5px;
  max-width: 320px;
  cursor: pointer;
}
.schema-previews .schema-preview .image {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.schema-previews .schema-preview h4 {
  text-align: center;
  font-size: 14px;
}
.schema-previews .schema-preview:hover h4 {
  color: #E00315;
}
.schema-previews .schema-preview:hover .image {
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.5);
}

.catalog-page {
  margin-bottom: 30px;
}

.schema-container {
  min-height: 300px;
  text-align: center;
  margin-top: 80px;
}
.schema-container .warning {
  text-align: center;
  margin-top: 30px;
  color: #828282;
}
.schema-container .image-container {
  margin-left: auto;
  margin-right: auto;
}
.schema-container .map {
  margin: 0px auto 0px;
}
.schema-container h4 {
  margin: 50px auto 20px;
}

.contacts-map-container {
  margin: 75px 0 20px;
}
.contacts-map-container > iframe {
  width: 100% !important;
  height: 65vh !important;
}

.main-partners {
  margin: 120px 0 0px;
  text-align: center;
}
.main-partners .partners-map {
  max-width: 100%;
  max-height: calc(100vh - 50px);
  width: 980px;
  height: 825px;
  margin: 51px auto 0px;
  background-color: #000;
}

.partner-info {
  padding-bottom: 42px;
  width: 620px;
}
.partner-info h4.title {
  margin-bottom: 32px;
}
.partner-info p {
  margin: 4px 0 0px;
}
.partner-info p.label {
  font-weight: 600;
  margin: 13px 0 0px;
}
.partner-info .description {
  border-top: 1px solid #828282;
  margin: 31px 0 10px;
  padding: 10px 0 10px;
}
.partner-info a {
  color: #1B1B1B;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.partner-info a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.partner-info a:hover, .partner-info a:focus, .partner-info a:active {
  text-decoration: none;
}
.partner-info a:hover:after, .partner-info a:focus:after, .partner-info a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}

.stripe-payment-form-container {
  margin: 70px 0 70px;
  max-width: 550px;
  position: relative;
}
.stripe-payment-form-container .button {
  margin: 20px 0 30px;
}
.stripe-payment-form-container.loading .button {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 32px 32px;
}

.barcode img {
  width: 320px;
}
.barcode p {
  margin-bottom: 0px;
}

table.product-transmissiones td {
  font-size: 12px;
}

.modal-panel.bill-address-form {
  background-color: #1B1B1B;
  color: #fff;
}
.modal-panel.bill-address-form label {
  width: 100% !important;
}
.modal-panel.bill-address-form label textarea, .modal-panel.bill-address-form label input {
  width: 100% !important;
}

.all-transmissiones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 0px 60px;
}
.all-transmissiones > div {
  width: calc(50% - 20px);
  margin-top: 20px;
}
.all-transmissiones > div span {
  color: #828282;
}
.all-transmissiones > div a, .all-transmissiones > div span {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .all-transmissiones {
    display: block;
  }
  .all-transmissiones > div {
    width: 100%;
    margin-top: 40px;
  }
}

.gray {
  color: #828282;
}

.strong {
  font-weight: 600;
}

.lotteria-01 .visual-video-container {
  display: flex;
}
.lotteria-01 .visual-video-container .visual-container {
  order: 2;
  width: 678px;
  margin: 93px 0px 0px 0px;
}
.lotteria-01 .visual-video-container .visual-container .visual {
  overflow: hidden;
  background-image: url("../img/vw-visual.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.lotteria-01 .visual-video-container .visual-container .visual:before {
  content: "";
  padding-top: 88%;
  float: left;
}
.lotteria-01 .visual-video-container .video-container-outer {
  margin: 110px 31px 0px 0px;
  order: 1;
  width: 300px;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container {
  position: relative;
  overflow: hidden;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container:before {
  content: "";
  padding-top: 177%;
  float: left;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container .video {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container .video:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/vw-preview.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container .video:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  transform-origin: 50% 50%;
  width: 57px;
  height: 57px;
  background-image: url("../img/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container .video.active:after {
  scale: 20;
  opacity: 0;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container .video.clicked:before {
  display: none;
}
.lotteria-01 .visual-video-container .video-container-outer .video-container .video video {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.lotteria-01 .info-container {
  margin: 44px 0px 44px 336px;
  max-width: 600px;
}
.lotteria-01 .info-container h4 {
  color: #E00315;
}
.lotteria-01 .info-container h4.rules {
  margin: 0px 0px 24px;
}
.lotteria-01 .info-container h4.action {
  font-size: 19px;
  margin: 41px 0px 20px;
}
@media (max-width: 1040px) {
  .lotteria-01 .visual-container {
    width: calc(66% - 31px);
    margin: 43px 0px 0px 0px !important;
  }
  .lotteria-01 .video-container-outer {
    width: 33%;
    margin: 60px 31px 0px 0px !important;
  }
}
@media (max-width: 920px) {
  .lotteria-01 .info-container {
    margin: 44px 0px 44px;
  }
}
@media (max-width: 680px) {
  .lotteria-01 .visual-video-container {
    display: block;
  }
  .lotteria-01 .visual-container {
    width: 100% !important;
    margin: 43px 0px 0px 0px !important;
  }
  .lotteria-01 .video-container-outer {
    width: 320px !important;
    margin: 60px auto 0px !important;
  }
}
@media (max-width: 470px) {
  .lotteria-01 h4.action {
    text-align: center;
  }
  .lotteria-01 .button-container {
    text-align: center;
  }
  .lotteria-01 .button-container .button {
    width: 100%;
  }
}

.brand-description {
  -moz-column-width: 32em;
       column-width: 32em;
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin: 0px 0px 40px;
  color: #A4A4A4;
}
.brand-description p, .brand-description li, .brand-description h4 {
  color: #A4A4A4;
  transition: all 0.5s;
}
.brand-description p:hover, .brand-description li:hover, .brand-description h4:hover {
  color: #FAFAFA;
}

.video-courses-previews {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -16px 0px;
}
.video-courses-previews > div {
  width: 300px;
  max-width: 100%;
  margin: 0px 16px 33px;
  position: relative;
  overflow: hidden;
}
.video-courses-previews > div.paid:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  transform-origin: 50% 50%;
  width: 57px;
  height: 57px;
  background-image: url("../img/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: z-index 0s, scale 0s, opacity 0s;
}
.video-courses-previews > div img {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s;
}
.video-courses-previews > div video {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.video-courses-previews > div.active {
  /*&:after{
  	scale: 20;
  	opacity: 0;
  }*/
}
.video-courses-previews > div.clicked:after {
  scale: 20;
  opacity: 0;
  z-index: 0;
  transition: z-index 0s 1s, scale 0.25s, opacity 0.25s;
}
.video-courses-previews > div.clicked:before {
  display: none;
}
.video-courses-previews > div.clicked img {
  opacity: 0;
}
.video-courses-previews > div.clicked video {
  z-index: 3;
}
.video-courses-previews > div .button-container {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-courses-previews > div .button-container .button {
  outline: 2px solid #fff !important;
}
@media (max-width: 671px) {
  .video-courses-previews {
    justify-content: center;
  }
}

.modal-panel.comprar-video-form {
  background-color: #3f3f3f;
  color: #FAFAFA;
}
.modal-panel.comprar-video-form .price {
  margin: -3px 0px 23px;
}

.sample-image-container img {
  max-width: 100vw;
}

.search-separator {
  margin: 40px 0 40px;
  border-top: 1px solid #343434;
}

.transmissiones-separator {
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  margin: 10px 0 10px;
  padding: 10px 0 10px;
}

#page.taller-page #header {
  display: none;
}
#page.taller-page #fixed-footer {
  display: none;
}
#page.taller-page #header-top {
  display: none;
}
#page.taller-page #footer {
  border-top: none;
  padding-top: 35px;
}
#page.taller-page #footer > .container > .columns {
  display: none;
}
#page.taller-page #footer > .container > .service-footer {
  display: block;
}
#page.taller-page #footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 77px;
  background-color: #1B1B1B;
  border-bottom: 1px solid #828282;
}
#page.taller-page #after-header {
  display: none !important;
}
#page.taller-page .container {
  width: calc(100% - 100px) !important;
  max-width: 1300px !important;
}
@media (max-width: 1100px) {
  #page.taller-page .container {
    width: calc(100% - 40px) !important;
  }
}
@media (max-width: 800px) {
  #page.taller-page .two-50 .columns {
    display: block;
  }
  #page.taller-page .two-50 .columns > div {
    width: 100%;
  }
}
#page.taller-page p {
  max-width: 605px;
  font-size: 18px;
  line-height: 130%;
}
#page.taller-page h2 {
  margin-bottom: 41px;
}
#page.taller-page h2 > span {
  position: relative;
  display: inline-block;
}
#page.taller-page h2 > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 8px;
  bottom: -22px;
  width: 100%;
  background-color: #E00315;
  border-radius: 8px;
}
@media (max-width: 1100px) {
  #page.taller-page h2 {
    font-size: 38px;
  }
}
@media (max-width: 420px) {
  #page.taller-page h2 {
    font-size: 36px;
  }
}
#page.taller-page p {
  margin-right: 20px;
}
#page.taller-page .sp-first-screen {
  overflow: hidden;
}
#page.taller-page .sp-first-screen .columns {
  display: flex;
}
#page.taller-page .sp-first-screen .columns > div {
  width: 50%;
}
#page.taller-page .sp-first-screen .columns > div.visual {
  position: relative;
}
#page.taller-page .sp-first-screen .columns > div.visual:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50vw;
  height: 100%;
  background-image: url("../img/sp-visual.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#page.taller-page .sp-first-screen .columns > div.info {
  position: relative;
}
#page.taller-page .sp-first-screen .columns > div.info:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 441px;
  height: 441px;
  overflow: visible;
  background-color: #E00315;
  border-radius: 100%;
  filter: blur(100px);
  left: 50%;
  top: 50%;
  transform: translate(-30%, -40%);
  opacity: 0.47;
}
#page.taller-page .sp-first-screen .logo {
  width: 74px;
  height: 48px;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 42px 0 48px;
}
#page.taller-page .sp-first-screen h1 {
  font-size: 57px;
  line-height: 110%;
  margin: 0px 20px 36px 0px;
}
@media (max-width: 1100px) {
  #page.taller-page .sp-first-screen h1 {
    font-size: 44px;
  }
}
#page.taller-page .sp-first-screen h4 {
  font-size: 22px;
  line-height: 110%;
  margin: 0px 20px 41px 0px;
}
#page.taller-page .sp-first-screen .button {
  margin-bottom: 72px;
}
#page.taller-page .sp-first-screen .button.mobile {
  display: none;
  margin: 22px 0 0px;
}
@media (max-width: 800px) {
  #page.taller-page .sp-first-screen .columns {
    display: block;
  }
  #page.taller-page .sp-first-screen .columns > div {
    width: 100%;
  }
  #page.taller-page .sp-first-screen .columns > div.visual {
    border: 1px solid #fff;
    height: calc(100vw - 40px);
  }
  #page.taller-page .sp-first-screen .columns > div.visual:before {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #page.taller-page .sp-first-screen .logo {
    margin: 19px 0 25px;
  }
  #page.taller-page .sp-first-screen h1 {
    font-size: 32px;
    line-height: 110%;
    margin: 0px 0px 17px;
  }
  #page.taller-page .sp-first-screen h4 {
    font-size: 16px;
    line-height: 110%;
    margin: 0px 0px 18px;
  }
  #page.taller-page .sp-first-screen .button {
    width: 100%;
    margin-bottom: 72px;
  }
  #page.taller-page .sp-first-screen .button.desktop {
    display: none;
  }
  #page.taller-page .sp-first-screen .button.mobile {
    display: inline-block;
  }
}
#page.taller-page .diagnostics {
  padding: 142px 0 92px;
  border-bottom: 2px solid #000;
}
#page.taller-page .diagnostics h2 {
  margin-top: 88px;
}
#page.taller-page .diagnostics .image {
  width: 400px;
  height: 400px;
  background-image: url("../img/diagnostics-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto 20px;
  position: relative;
  overflow: visible;
  display: block;
  transform: translateX(-50px);
}
#page.taller-page .diagnostics .image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 83%;
  bottom: -10%;
  width: 176px;
  height: 176px;
  background-image: url("../img/diagnostics-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 800px) {
  #page.taller-page .diagnostics .image {
    transform: translateX(0px);
  }
  #page.taller-page .diagnostics .image:before {
    left: 50%;
    bottom: -11%;
    transform: translateX(-50%);
  }
}
@media (max-width: 450px) {
  #page.taller-page .diagnostics .image {
    width: 100%;
  }
}
#page.taller-page .diagnostics .antes-de-comprar {
  margin: 121px 0px 0px 0px;
}
#page.taller-page .diagnostics .antes-de-comprar h4 {
  margin-bottom: 20px;
}
#page.taller-page .diagnostics .antes-de-comprar h5 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 110%;
  margin: 40px 0 15px;
}
#page.taller-page .diagnostics .antes-de-comprar .aceite {
  position: relative;
}
#page.taller-page .diagnostics .antes-de-comprar .aceite .video-container {
  position: absolute;
  width: 320px;
  height: 320px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  transform: translateX(calc(-100% - 50px));
}
#page.taller-page .diagnostics .antes-de-comprar .aceite .video-container video {
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  #page.taller-page .diagnostics .antes-de-comprar .aceite .video-container {
    position: static;
    transform: translateX(0);
    margin: 30px 0px 0px;
  }
}
#page.taller-page .diagnostics .antes-de-comprar p.strong {
  margin: 31px 0px 15px;
  font-size: 16px;
}
#page.taller-page .diagnostics .antes-de-comprar .button {
  margin: 20px 0px 0px 0px;
}
@media (max-width: 800px) {
  #page.taller-page .diagnostics .antes-de-comprar {
    margin: 91px 0px 27px 0px;
  }
}
@media (max-width: 420px) {
  #page.taller-page .diagnostics {
    padding: 20px 0 20px;
    border-bottom: none;
  }
  #page.taller-page .diagnostics h2 {
    margin-top: 32px;
  }
}
#page.taller-page .reparacion {
  padding: 112px 0 20px;
}
#page.taller-page .reparacion h2 {
  margin-top: 47px;
}
#page.taller-page .reparacion .visual-container {
  order: 1;
}
#page.taller-page .reparacion .visual {
  width: 428px;
  max-width: 100%;
  background-image: url("../img/experience-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto 20px;
  padding: 32px 30px;
  border-radius: 25px;
}
#page.taller-page .reparacion .visual h3 {
  margin: 0px 0px 110px 0px;
  font-size: 41px;
  line-height: 110%;
}
@media (max-width: 1100px) {
  #page.taller-page .reparacion .visual h3 {
    font-size: 36px;
  }
}
#page.taller-page .reparacion .visual h4 {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 110%;
}
@media (max-width: 420px) {
  #page.taller-page .reparacion {
    padding: 20px 0 20px;
  }
  #page.taller-page .reparacion h2 {
    margin-top: 32px;
  }
  #page.taller-page .reparacion .visual {
    padding: 32px 18px 41px;
    margin: 0px -10px 61px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
  #page.taller-page .reparacion .visual h3 {
    margin: 0px 0px 141px 0px;
    font-size: 32px;
    line-height: 110%;
  }
}
#page.taller-page .works {
  padding: 119px 0 20px;
}
#page.taller-page .works h4 {
  margin-top: 128px;
}
#page.taller-page .works .visual {
  width: 280px;
  height: 500px;
  margin: 0px auto 20px;
  transform: translateX(-50px);
}
#page.taller-page .works .visual video {
  width: 100%;
  height: 100%;
}
@media (max-width: 420px) {
  #page.taller-page .works {
    padding: 26px 0 20px;
  }
  #page.taller-page .works h4 {
    margin-top: 38px;
  }
  #page.taller-page .works .visual {
    width: 100%;
    height: auto;
    margin: 0px auto 20px;
    transform: translateX(0);
  }
  #page.taller-page .works .visual video {
    width: 100%;
    height: auto;
  }
}
#page.taller-page .marcas {
  padding: 139px 0 20px;
}
#page.taller-page .marcas h4 {
  margin-top: 20px;
}
#page.taller-page .marcas .info {
  position: relative;
}
#page.taller-page .marcas .info .visual {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/marcas-coches.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#page.taller-page .marcas .info .visual:before {
  content: "";
  padding-top: 100%;
  float: left;
}
#page.taller-page .marcas .info .visual:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url("../img/marcas-coches-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 800px) {
  #page.taller-page .marcas .info .visual {
    position: relative;
    left: 0px;
    margin: 20px auto 20px;
  }
}
#page.taller-page .marcas .info .cajas {
  margin: 39px 0 63px;
  padding-right: 20px;
}
#page.taller-page .marcas .info .button {
  margin-top: 20px;
}
@media (max-width: 420px) {
  #page.taller-page .marcas {
    padding: 0px 0 34px;
  }
  #page.taller-page .marcas h4 {
    margin-top: 7px;
  }
  #page.taller-page .marcas .visual {
    width: 100%;
    margin: 0px auto 39px !important;
  }
  #page.taller-page .marcas .info .cajas {
    margin: 21px 0 30px;
    padding-right: 20px;
  }
  #page.taller-page .marcas .info .button {
    margin-top: 17px;
  }
}
#page.taller-page .garantia {
  padding: 127px 0 61px;
  position: relative;
  overflow: hidden;
}
#page.taller-page .garantia:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  left: 0px;
  top: 30px;
  bottom: 30px;
  background-color: #E00315;
  box-shadow: 0px 0px 38px 6px #E00315;
  opacity: 0.55;
}
#page.taller-page .garantia h3 {
  margin-top: 61px;
}
#page.taller-page .garantia .info {
  position: relative;
  overflow: visible;
}
#page.taller-page .garantia .info .visual {
  position: absolute;
  left: calc(-100% - 30px);
  top: 0px;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  #page.taller-page .garantia .info .visual {
    position: static;
    margin: 20px auto 20px;
  }
}
#page.taller-page .garantia .info p {
  max-width: 385px;
}
#page.taller-page .garantia .info .fuerte {
  position: relative;
  margin: 54px 0 0px;
  padding: 0px 0px 0px 221px;
}
#page.taller-page .garantia .info .fuerte h4 {
  padding-top: 14px;
}
#page.taller-page .garantia .info .fuerte:before {
  content: "";
  position: absolute;
  width: 264px;
  height: 288px;
  left: 0px;
  top: 0px;
  transform: translateX(-17%);
  background-image: url("../img/fuerte.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 264px 288px;
}
#page.taller-page .garantia .info .fuerte img {
  margin: -10px 0px 0px -17px;
}
@media (max-width: 1200px) {
  #page.taller-page .garantia .info .fuerte {
    padding: 170px 0px 0px 0px;
  }
  #page.taller-page .garantia .info .fuerte:before {
    left: 0px;
    top: 0px;
    background-image: url("../img/fuerte.png");
  }
}
#page.taller-page .garantia .info .button {
  margin-top: 20px;
}
@media (max-width: 420px) {
  #page.taller-page .garantia {
    padding: 30px 0 0px;
  }
  #page.taller-page .garantia h3 {
    margin-top: 7px;
    font-size: 36px;
  }
  #page.taller-page .garantia .button {
    width: 100%;
  }
  #page.taller-page .garantia .info .visual {
    margin: 20px auto 48px;
    max-width: 94%;
  }
  #page.taller-page .garantia .info .fuerte {
    position: relative;
    margin: 38px 0 63px;
    padding: 186px 0px 0px;
  }
  #page.taller-page .garantia .info .fuerte h4 {
    padding-top: 14px;
  }
  #page.taller-page .garantia .info .fuerte:before {
    content: "";
    position: absolute;
    width: 264px;
    height: 288px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background-image: url("../img/fuerte.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 264px 288px;
  }
}
#page.taller-page .fuera {
  padding: 0px 0 140px;
  border-bottom: 2px solid #000;
}
#page.taller-page .fuera h4 {
  margin-top: 13px;
}
#page.taller-page .fuera .visual {
  position: relative;
}
#page.taller-page .fuera .visual:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 441px;
  height: 441px;
  overflow: visible;
  background-color: #E00315;
  border-radius: 100%;
  filter: blur(100px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.47;
}
@media (max-width: 800px) {
  #page.taller-page .fuera {
    border-bottom: none;
  }
}
@media (max-width: 420px) {
  #page.taller-page .fuera {
    padding: 0px 0 20px;
  }
  #page.taller-page .fuera h4 {
    margin-top: 0px;
    font-size: 25px;
  }
  #page.taller-page .fuera .visual {
    margin: 27px auto 20px;
  }
}
#page.taller-page .mantenimiento {
  padding: 101px 0 20px;
}
#page.taller-page .mantenimiento h2 {
  margin-top: 2px;
}
#page.taller-page .mantenimiento .info {
  order: 1;
}
#page.taller-page .mantenimiento .info h4 {
  margin-top: 47px;
}
#page.taller-page .mantenimiento .info h4 span {
  color: #E00315;
}
#page.taller-page .mantenimiento .visual-container {
  text-align: center;
}
#page.taller-page .mantenimiento .visual-container img {
  transform: translateX(-50px);
}
@media (max-width: 420px) {
  #page.taller-page .mantenimiento {
    padding: 59px 0 20px;
  }
  #page.taller-page .mantenimiento .visual-container {
    margin: 30px auto 0px;
  }
  #page.taller-page .mantenimiento .visual-container img {
    transform: translateX(0);
  }
}
#page.taller-page .cita {
  max-width: 633px;
  margin: 142px auto 142px;
  border: 3px solid #828282;
  background-color: #1B1B1B;
  border-radius: 25px;
  padding: 0px 20px 38px;
  position: relative;
}
#page.taller-page .cita:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 120%;
  height: 120%;
  overflow: visible;
  background-color: #E00315;
  border-radius: 100%;
  filter: blur(100px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.47;
}
#page.taller-page .cita .note {
  background-color: #e7e7e7;
  border-radius: 14px;
  padding: 20px 20px 5px;
  color: #1B1B1B;
  margin: 24px 0 32px;
}
#page.taller-page .cita ul.service-contacts {
  list-style: none;
  margin: 21px 0 0px;
  padding: 0;
}
#page.taller-page .cita ul.service-contacts li {
  white-space: nowrap;
  margin: 0px 0 14px;
}
#page.taller-page .cita ul.service-contacts li a {
  font-size: 38px;
  line-height: 110%;
  color: #fff;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
#page.taller-page .cita ul.service-contacts li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #E00315;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#page.taller-page .cita ul.service-contacts li a:hover, #page.taller-page .cita ul.service-contacts li a:focus, #page.taller-page .cita ul.service-contacts li a:active {
  text-decoration: none;
}
#page.taller-page .cita ul.service-contacts li a:hover:after, #page.taller-page .cita ul.service-contacts li a:focus:after, #page.taller-page .cita ul.service-contacts li a:active:after {
  left: 10px;
  right: auto;
  width: calc(100% - 10px);
}
#page.taller-page .cita ul.service-contacts li a:before {
  content: "O aquí";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  left: 109%;
  top: 14px;
  width: 130px;
  padding-left: 50px;
  line-height: 20px;
  background-image: url("../img/arrow-small.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 20px;
}
@media (max-width: 600px) {
  #page.taller-page .cita ul.service-contacts li a:before {
    left: 0px;
    top: 50px;
    width: 100%;
    padding-left: 0px;
    background-image: none;
    text-align: center;
  }
}
#page.taller-page .cita ul.service-contacts li:nth-of-type(1) a:before {
  content: "Haz clic aquí";
}
@media (max-width: 420px) {
  #page.taller-page .cita {
    max-width: calc(100% - 20px);
    margin: 125px auto 55px;
    padding: 13px 0px 22px;
    text-align: center;
  }
  #page.taller-page .cita h2 {
    white-space: nowrap;
  }
  #page.taller-page .cita h4 {
    font-size: 25px;
    line-height: 110%;
  }
  #page.taller-page .cita .note {
    text-align: left;
  }
  #page.taller-page .cita ul.service-contacts {
    list-style: none;
    margin: 36px 0 0px;
    padding: 0;
  }
  #page.taller-page .cita ul.service-contacts li {
    margin: 0px 0 46px;
  }
  #page.taller-page .cita ul.service-contacts li a {
    font-size: 36px;
    line-height: 110%;
    color: #fff;
  }
  #page.taller-page .cita ul.service-contacts li a:before {
    top: 43px;
    transition: all 0.25s 1s;
  }
  #page.taller-page .cita ul.service-contacts li a:hover:before {
    transform: translateY(10px);
    transition: all 0.25s;
  }
}
#page.taller-page .kits {
  margin: 0px 0 136px;
  border-top: 2px solid #000;
  padding: 106px 0 0px;
}
#page.taller-page .kits .kits-images {
  display: flex;
  flex-wrap: wrap;
}
#page.taller-page .kits .kits-images img {
  width: 162px;
  height: 162px;
  border: 1px solid #828282;
}
#page.taller-page .kits .kits-images .link-container {
  width: 162px;
  overflow: hidden;
  border: 1px solid #828282;
  text-align: center;
}
#page.taller-page .kits .kits-images .link-container:before {
  content: "";
  padding-top: 100%;
  float: left;
}
#page.taller-page .kits .kits-images .link-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FAFAFA;
  padding: 0 10px;
  height: 100%;
  text-decoration: none;
}
#page.taller-page .kits .kits-images .link-container a strong {
  text-transform: uppercase;
}
#page.taller-page .kits .kits-images .link-container a:hover {
  background-color: #E00315;
}
#page.taller-page .kits h4 {
  margin-top: -9px;
}
#page.taller-page .kits .button-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 35px 40px 0px 0px;
}
#page.taller-page .kits .button-container .button {
  margin-top: 0px;
}
#page.taller-page .kits .button-container img {
  width: 190px;
  height: 190px;
}
@media (max-width: 888px) {
  #page.taller-page .kits .button-container img {
    display: none;
  }
}
@media (max-width: 800px) {
  #page.taller-page .kits {
    border-top: none;
  }
}
@media (max-width: 420px) {
  #page.taller-page .kits {
    padding: 59px 0 20px;
  }
  #page.taller-page .kits h4 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 110%;
  }
  #page.taller-page .kits .button-container {
    justify-content: center;
    align-items: flex-start;
    margin: 31px 0px 17px;
  }
  #page.taller-page .kits .button-container img {
    display: none;
  }
  #page.taller-page .kits .kits-images > * {
    width: calc(50% - 0px) !important;
  }
}

.attencion {
  position: relative;
}
.attencion:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: -42px;
  width: 82px;
  top: -34px;
  height: 82px;
  border-radius: 100%;
  background-color: #E00315;
  transform-origin: 50%;
}

.schema-products {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-flow: row dense;
}
@media (max-width: 1150px) {
  .schema-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 940px) {
  .schema-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .schema-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .schema-products {
    grid-template-columns: 1fr;
  }
}
.schema-products .schema-position {
  margin: 35px 0px 2px 0px;
  padding: 3px 0 2px;
  font-size: 14px;
}
.schema-products .schema-position.selected {
  background-color: #E00315;
  font-weight: bold;
}
.schema-products .card {
  position: relative;
}

.ads-hor {
  margin: 60px 0px 0px 0px;
}

.ads-vert {
  margin: 0px 0px 0px 0px;
}

.ads-quadro {
  margin: 0px 0px 0px 0px;
}

.adsbygoogle {
  text-align: center;
}

.google-auto-placed {
  display: none;
}/*# sourceMappingURL=common.css.map */