@charset "UTF-8";
html {
  color: #000;
  background: #fff; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  vertical-align: top; }

html {
  height: 100%;
  font-size: 10px; }

body {
  width: 100%;
  min-height: 100%;
  vertical-align: top;
  font-size: 1.7rem;
  font-family: "PT Sans", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  color: #202020; }

body > .container {
  overflow: hidden; }

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

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

em {
  font-weight: bold; }

strong {
  font-weight: normal; }

hr {
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 2rem 0; }

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
  line-height: 120%; }

h1 {
  font-size: 3.2rem;
  font-weight: bold; }

h2 {
  font-size: 2.8rem;
  font-weight: bold; }

h3 {
  font-size: 2rem;
  font-weight: bold; }

p {
  margin-bottom: 0.5em; }

b {
  font-weight: bold; }

strong {
  color: #555869;
  font-weight: bold; }

ol > li, ul > li {
  margin: 0;
  list-style-type: none; }

i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  background-size: contain; }

.hidden {
  display: none !important; }

.clearfix {
  clear: both; }

.button-up {
  position: fixed;
  bottom: 100px;
  left: 100px; }

.ui-icon {
  display: inline-block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }

.ui-button, input[type="button"], input[type="submit"], button {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.6rem;
  margin: 0;
  padding: 1.2rem 3rem;
  border-radius: 0;
  background: #ffb820;
  color: #202020;
  outline: none;
  border: 0;
  position: relative;
  transition: 0.3s all; }
  .ui-button:hover, input:hover[type="button"], input:hover[type="submit"], button:hover {
    background: #202020;
    color: white; }

.ui-button-white {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.6rem;
  margin: 0;
  padding: 1.2rem 3rem;
  border-radius: 0;
  background: #ffb820;
  color: #202020;
  outline: none;
  border: 0;
  position: relative;
  transition: 0.3s all;
  color: #202020;
  background-color: #ffffff; }
  .ui-button-white:hover {
    background: #202020;
    color: white; }

.ui-button-black {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.6rem;
  margin: 0;
  padding: 1.2rem 3rem;
  border-radius: 0;
  background: #ffb820;
  color: #202020;
  outline: none;
  border: 0;
  position: relative;
  transition: 0.3s all;
  color: #ffffff;
  background-color: #202020; }
  .ui-button-black:hover {
    background: #202020;
    color: white; }

.ui-input, input[type="text"], input[type="checkbox"], input[type="password"], input[type="email"], select, textarea {
  padding: 1.2rem 2rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 0;
  outline: 0;
  color: black;
  overflow: hidden;
  background: #f2f2f2; }
  .ui-input:focus, input:focus[type="text"], input:focus[type="checkbox"], input:focus[type="password"], input:focus[type="email"], select:focus, textarea:focus {
    background-color: white;
    color: #202020;
    border-color: #555869; }

input[type="text"]:focus, input[type="checkbox"]:focus, select:focus, textarea:focus {
  border: 1px solid #df000e;
  background: white; }

input[type="text"]::placeholder, textarea::placeholder {
  color: #a0a0a0;
  font-style: italic; }

textarea {
  min-height: 85px; }

input[type="checkbox"] {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: white;
  padding: 0;
  max-width: 2rem;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  input[type="checkbox"]:checked::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #555869; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5rem 1rem;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box; }

form {
  margin: 0 auto; }
  form h2 {
    margin-bottom: 2rem;
    padding: 0; }
  form .form-input {
    display: block;
    width: 100%;
    margin-bottom: 2rem; }
  form .buttons {
    margin-top: 1rem; }
  form input.error {
    outline: 2px solid red; }
  form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 85%;top: 2px;
      position: relative;
    opacity: 0.9; }
  form input[type="text"], form input[type="password"], form textarea {
    display: block;
    width: 100%;
    margin-bottom: 2rem; }
  form input[type="submit"], form input[type="button"] {
    display: inline-block; }
  form input[type="text"], form select, form textarea {
    width: 100%; }

select option[disabled="disabled"] {
  opacity: 0.7; }

.vcap-input {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 1rem; }

.vcap-input input {
  margin-bottom: 0; }

.vcap-input label {
  margin-bottom: 0; }

.vcap-input label a {
  color: #555869;
  text-decoration: underline; }

.breadcrumb {
  margin-bottom: 3rem !important;
  position: relative;
  min-height: 30px;
  display: flex;
  flex-flow: row;
  align-items: center;
  color: #202020; }
  .breadcrumb ul {
    margin-left: 0 !important; }
  .breadcrumb li {
    display: inline-block;
    position: relative; }
  .breadcrumb li a {
    display: inline-block; }
  .breadcrumb li:not(:last-child):after {
    display: inline-block;
    content: '';
    position: relative;
    right: 0;
    margin: 0 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    width: 4px;
    height: 4px;
    background: #ffb820;
    align-content: center; }
  .breadcrumb a {
    text-decoration: underline; }
  .breadcrumb a:hover {
    text-decoration: none; }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-content: space-between;
  grid-gap: 1rem; }
  .gallery .gallery-item {
    position: relative;
    border-bottom: 2px solid #555869;
    padding: 35%;
    display: block; }
    .gallery .gallery-item img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
    .gallery .gallery-item .title {
      text-align: center;
      text-decoration: underline; }
    .gallery .gallery-item:hover {
      border-color: #555869; }

.message-box {
  background: url(../img/message-box-bg.png) repeat-y right top, linear-gradient(to right, transparent 30%, white, transparent 50%), #f2f2f2;
  position: relative;
  border-top: 1px solid #c5c5c5;
  display: flex;
  justify-content: flex-start;
  color: #494949;
  align-items: flex-start;
  padding: 4rem;
  padding-left: 20rem !important;
  text-align: left;
  margin: 2rem 0;
  flex-flow: column; }
  .message-box h2 {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #555869; }
  .message-box > *:last-child {
    padding-bottom: 0; }
  .message-box .text {
    overflow: hidden; }
  .message-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 14rem;
    background: url("../img/icon-message-box-info.png") center no-repeat; }

.message-box.home:before {
  background-image: url(../img/icon-message-box-home.html); }

.message-box.home {
  border-color: #ffb820; }

.message-box.alert {
  box-shadow: 0 2px 0 0 #ff9c00;
  border-color: #ff9c00; }

.message-box.alert h2 {
  color: #ff9c00; }

.message-box.alert:before {
  background-image: url(../img/icon-message-box-alert.html); }

.message-box.percent:before {
  background-image: url(../img/icon-message-box-percent.html); }

.message-queue {
  position: fixed;
  bottom: 0;
  padding: 1rem;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); }
  .message-queue .message {
    margin: 0 auto;
    max-width: 700px;
    display: block;
    background: white;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  .message-queue .message:last-child {
    margin-bottom: 0; }
  .message-queue .message.error {
    border-left: 5px solid #ffb820; }
  .message-queue .message.warning {
    border-left: 5px solid #ffb820; }

.pagination {
  display: flex;
  margin: 4rem 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .pagination .title {
    margin-right: 2rem; }
  .pagination ul {
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.4rem; }
  .pagination li a {
    display: inline-flex;
    margin: 0.5rem 0.5rem; }
  .pagination li.active a {
    background: #555869;
    color: #ffffff; }
  .pagination li {
    display: inline-flex;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    align-items: center; }
  .pagination li:not(.control) a {
    border-radius: 50%;
    min-width: 30px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
  .pagination li:hover:not(.active):not(.control) a {
    background: #f4f4f4; }

.rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden; }
  .rating .title {
    display: inline-block;
    margin-right: 0.5rem; }
  .rating .values {
    display: inline-block;
    white-space: nowrap; }
  .rating .values span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/icon-rating.html) center no-repeat;
    margin: 0.2rem;
    cursor: pointer; }
  .rating .values span.active {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/icon-rating-active.html); }

.cart-controls {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  position: relative;
  grid-gap: 1rem; }
  .cart-controls input[type="text"] {
    width: 100%;
    text-align: center !important; }
  .cart-controls .number-input {
    position: relative;
    width: 100%; }
  .cart-controls .plus, .cart-controls .minus {
    top: 0;
    position: absolute;
    width: 2rem;
    height: 100%;
    cursor: pointer;
    font-size: 2rem;
    color: #888;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .cart-controls .plus {
    right: 5px; }
  .cart-controls .minus {
    left: 5px; }

.shop-cart-controls > * {
  margin-bottom: 0.5rem; }

.shop-cart-controls .buy-with-click {
  width: 100%; }

.shop-cart-controls .buttons {
  display: flex;
  justify-content: center;
  align-items: center; }

.shop-cart-controls .buttons a {
  display: inline-block;
  margin: 1rem; }

.shop-cart .products-container {
  display: block; }

.shop-cart .total {
  margin-bottom: 4rem;
  font-size: 2rem; }

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
  margin: -0.5rem -1rem; }
  .shop-filters > * {
    display: inline-flex;
    align-items: center;
    margin: 0.5rem 1rem;
    flex-grow: 1; }
  .shop-filters > * > * {
    margin: 0 0.5rem; }
  .shop-filters a.direction {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/icon-sort-desc.html) no-repeat center; }
  .shop-filters a.direction[data-value="1"] {
    background-image: url(../img/icon-sort-asc.html); }
  .shop-filters input[type="text"] {
    width: 100%; }
  .shop-filters select {
    width: 100%; }
  .shop-filters .count {
    max-width: 200px; }

.shop-menu {
  background: linear-gradient(to right, #fbfbfb, #f1f1f1);
  border-radius: 0;
  position: relative; }
  .shop-menu::after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    background: linear-gradient(to right, rgba(85, 88, 105, 0), rgba(85, 88, 105, 0.2));
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: none; }
  .shop-menu h2 {
    font-size: 2rem;
    color: #555869;
    padding: 1.5rem 2rem;
    position: relative;
    padding-left: 5rem; }
    .shop-menu h2::after {
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 5px;
      background: linear-gradient(transparent, #c0c0c0);
      -webkit-mask: linear-gradient(to right, rgba(255, 255, 255, 0.2), white);
      mask: linear-gradient(to right, rgba(255, 255, 255, 0.2), white); }
  .shop-menu .show-more {
    background-color: #ffb820;
    position: absolute;
    right: 10px;
    transform: translate(100%, -25%);
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    display: block; }
    .shop-menu .show-more strong {
      color: #ffffff; }
    .shop-menu .show-more:before {
      content: '';
      display: block;
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #ffb820 transparent transparent;
      transition: 0.3s all; }
    .shop-menu .show-more:hover {
      background-color: #555869; }
    .shop-menu .show-more:hover:before {
      border-right-color: #555869; }
  .shop-menu .menu-property {
    position: relative;
    padding-bottom: 2rem; }
  .shop-menu .menu-property::after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c0c0c0;
    -webkit-mask: linear-gradient(to right, rgba(255, 255, 255, 0.2), white);
    mask: linear-gradient(to right, rgba(255, 255, 255, 0.2), white); }
  .shop-menu .menu-property > .title {
    font-size: 2rem;
    color: #555869;
    padding: 1.5rem 2rem;
    position: relative;
    padding-left: 5rem; }
    .shop-menu .menu-property > .title::after {
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 5px;
      background: linear-gradient(transparent, #c0c0c0);
      -webkit-mask: linear-gradient(to right, rgba(255, 255, 255, 0.2), white);
      mask: linear-gradient(to right, rgba(255, 255, 255, 0.2), white); }
  .shop-menu .menu-property > .input {
    padding: 2rem;
    padding-bottom: 0;
    padding-left: 5rem; }

.shop-menu.primary {
  overflow: hidden; }
  .shop-menu.primary ul {
    margin: 2rem; }
    .shop-menu.primary ul li {
      margin: 0;
      margin-bottom: 0.5rem;
      border-radius: 0;
      padding: 1rem 1rem;
      position: relative;
      padding-left: 4rem; }
    .shop-menu.primary ul li > a {
      position: relative;
      padding-left: 2rem; }
    .shop-menu.primary ul li > a::before {
      display: inline-block;
      content: '';
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #555869; }
    .shop-menu.primary ul li.active {
      background: #555869;
      color: white; }
    .shop-menu.primary ul li.active > a::before {
      background-color: white; }
  @media screen and (max-width: 960px) {
    .shop-menu.primary::after {
      display: none; }
    .shop-menu.primary {
      background: transparent;
      padding: 0;
      margin-bottom: 1rem; }
    .shop-menu.primary > * {
      padding: 0; }
    .shop-menu.primary h2 {
      display: none; }
    .shop-menu.primary ul {
      padding: 0rem;
      margin: 0; }
    .shop-menu.primary ul li {
      display: inline-block; } }

@media screen and (max-width: 960px) {
  #side > .container > * {
    margin-bottom: 1rem; }
  .shop-menu > * {
    padding: 1rem; }
  .shop-menu > * > .title {
    font-size: 1.3rem; }
  .shop-menu > * > .title {
    margin-bottom: 1rem; }
  .shop-menu .ui-menu .title,
  .shop-menu .ui-multi-select .title,
  .shop-menu .ui-color .title,
  .shop-menu .ui-select .title {
    font-size: 1.5rem; }
  .shop-menu .menu-property {
    padding-bottom: 0; }
  .shop-menu .menu-property > .title {
    padding: 0.5rem;
    padding-left: 2rem; }
  .shop-menu .menu-property > .input {
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .shop-menu li {
    display: inline-block;
    background: #f0f0f0;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.2rem; }
  .shop-menu h2 {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    background-size: auto 2rem; }
  .shop-menu .show-more {
    right: 0;
    transform: none;
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6rem !important;
    top: auto !important; }
  .shop-menu .ui-menu li:not(:last-child) {
    border-bottom: none; }
  .shop-menu .ui-menu li > a {
    padding-left: 0;
    margin-bottom: 0; }
  .shop-menu ul.production-menu {
    padding: 1rem; }
  .shop-menu .ui-multi-select .title {
    margin-bottom: 0;
    position: relative;
    cursor: pointer; }
  .shop-menu .ui-multi-select .title::after {
    position: absolute;
    display: block;
    content: '';
    right: 1rem;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #474747 transparent transparent transparent;
    transform: translateY(-50%); }
  .shop-menu .ui-multi-select.open .title::after {
    border-width: 0 5px 5px 5px; }
  .shop-menu .ui-menu .title {
    position: relative;
    cursor: pointer; }
  .shop-menu .ui-menu .title::after {
    position: absolute;
    display: block;
    content: '';
    right: 1rem;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #474747 transparent transparent transparent;
    transform: translateY(-50%); }
  .shop-menu .ui-menu.open .title::after {
    border-width: 0 5px 5px 5px; }
  .shop-menu .ui-color .title {
    position: relative;
    cursor: pointer; }
  .shop-menu .ui-color .title::after {
    position: absolute;
    display: block;
    content: '';
    right: 1rem;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #474747 transparent transparent transparent;
    transform: translateY(-50%); }
  .shop-menu .ui-color.open .title::after {
    border-width: 0 5px 5px 5px; }
  .shop-menu .ui-select .title {
    position: relative;
    cursor: pointer; }
  .shop-menu .ui-select .title::after {
    position: absolute;
    display: block;
    content: '';
    right: 1rem;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #474747 transparent transparent transparent;
    transform: translateY(-50%); }
  .shop-menu .ui-select.open .title::after {
    border-width: 0 5px 5px 5px; }
  .shop-menu .ui-multi-select .input {
    display: none; }
  .shop-menu .ui-multi-select[data-value] .input {
    display: block; }
  .shop-menu .ui-multi-select.open .input {
    display: block; }
  .shop-menu .ui-multi-select.open > .title {
    margin-bottom: 1rem !important; }
  .shop-menu .ui-color .input {
    display: none; }
  .shop-menu .ui-color[data-value] .input {
    display: block; }
  .shop-menu .ui-color.open .input {
    display: block; }
  .shop-menu .ui-color.open > .title {
    margin-bottom: 1rem !important; }
  .shop-menu .ui-select .input {
    display: none; }
  .shop-menu .ui-select[data-value] .input {
    display: block; }
  .shop-menu .ui-select.open .input {
    display: block; }
  .shop-menu .ui-select.open > .title {
    margin-bottom: 1rem !important; }
  .shop-menu .ui-menu .input {
    display: none; }
  .shop-menu .ui-menu[data-value] .input {
    display: block; }
  .shop-menu .ui-menu.open .input {
    display: block; }
  .shop-menu .ui-menu.open > .title {
    margin-bottom: 1rem !important; }
  .shop-menu .ui-multi-select .input .option {
    display: inline-flex;
    margin-right: 1rem; }
  .shop-menu .ui-multi-select .input input {
    margin-right: 0.2rem; } }

.ui-menu li {
  padding: 0.5rem 1rem;
  border-radius: 0; }

.ui-menu li.active {
  background: #555869;
  color: #ffffff; }

.ui-multi-select {
  position: relative; }
  .ui-multi-select .input {
    max-height: 200px;
    overflow: auto; }
  .ui-multi-select .input .option {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center; }
  .ui-multi-select .input input {
    margin-right: 0.5rem; }
  .ui-multi-select .input a {
    text-decoration: underline; }

.ui-color .input {
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
  grid-gap: 0.2rem; }

.ui-color .input div {
  display: inline-block;
  border-radius: 0;
  background: black;
  height: 30px;
  border: 3px solid #ffffff; }

.ui-color .input div[data-value="белый"] {
  background: white; }

.ui-color .input div[data-value="желтый"] {
  background: yellow; }

.ui-color .input div[data-value="красный"] {
  background: red; }

.ui-color .input div[data-value="синий"] {
  background: darkblue; }

.ui-color .input div[data-value="зеленый"] {
  background: green; }

.ui-color .input div[data-value="оранжевый"] {
  background: orange; }

.ui-color .input div[data-value="серый"] {
  background: gray; }

.ui-color .input div[data-value="желто-белый"] {
  background: url(../img/color-yellow-white.html) no-repeat center/100% 100%; }

.ui-color .input div[data-value="красно-белый"] {
  background: url(../img/color-red-white.html) no-repeat center/100% 100%; }

.ui-color .input div[data-value="сине-белый"] {
  background: url(../img/color-blue-white.html) no-repeat center/100% 100%; }

.ui-color .input div[data-value="зелено-белый"] {
  background: url(../img/color-green-white.html) no-repeat center/100% 100%; }

.ui-color .input div[data-value="черно-белый"] {
  background: url(../img/color-black-white.html) no-repeat center/100% 100%; }

.ui-color .input div.selected {
  border-color: #555869; }

.ui-select .input {
  margin-right: 2rem; }

.ui-select select {
  width: 100%;
  background-color: white; }

.shop-mini-cart {
  display: flex;
  background: #f5f5f5;
  border-radius: 0;
  height: 3.5rem;
  align-items: center; }
  .shop-mini-cart .title {
    display: none; }
  .shop-mini-cart .total {
    padding: 0.25rem 1rem;
    height: 3.5rem;
    vertical-align: middle;
    display: flex;
    align-items: center; }
  .shop-mini-cart .total .count {
    display: none; }
  .shop-mini-cart:before {
    display: inline-block;
    content: '';
    width: 3.5rem;
    background: url(../img/icon-cart.html) no-repeat center/2rem auto, #555869;
    border-radius: 0;
    margin-right: 1rem;
    height: 100%; }
  .shop-mini-cart a.open-cart {
    width: 3rem;
    height: 2rem;
    color: transparent;
    position: relative;
    position: relative;
    left: 1rem; }
  .shop-mini-cart a.open-cart::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #e0e0e0; }
  .shop-mini-cart a.open-cart::after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #555869;
    mask: url(../img/icon-arrow-right.html) no-repeat center/1.5rem auto; }

.slider {
  display: block;
  position: relative; }

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem; }

.slick-track {
  display: block; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    padding: 0;
    position: absolute !important;
    top: 50% !important;
    width: 3rem;
    height: 3rem;
    color: transparent !important;
    transform: translateY(-50%);
    z-index: 100;
    background: #efeeee;
    border-radius: 50%;
    box-shadow: none; }
    .slick-slider .slick-arrow:hover {
      background: #ffb820;
      box-shadow: none; }
    .slick-slider .slick-arrow::after {
      content: '';
      display: inline-block;
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background-position: center;
      background-size: 50%;
      background-repeat: no-repeat;
      filter: invert(50%) sepia(100%) saturate(500%); }
    .slick-slider .slick-arrow:hover::after {
      filter: none; }
  .slick-slider .slick-prev {
    position: absolute;
    left: -4rem; }
  .slick-slider .slick-next {
    position: absolute;
    right: -4rem; }
  .slick-slider .slick-prev::after {
    background-image: url(../img/arrow-left.svg); }
  .slick-slider .slick-next::after {
    background-image: url(../img/arrow-right.svg); }
  .slick-slider .slick-dots {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%); }
    .slick-slider .slick-dots li {
      display: inline-block;
      margin: 0.2rem; }
    .slick-slider .slick-dots li button {
      display: inline-block;
      padding: 0;
      background: #ececec;
      color: transparent;
      width: 2rem !important;
      height: 2rem !important;
      border-radius: 50%;
      border: 2px solid white; }
    .slick-slider .slick-dots li.slick-active button {
      background: #555869; }
  @media screen and (max-width: 960px) {
    .slick-slider .slick-arrow {
      background-color: white; }
    .slick-slider .slick-prev {
      left: 1rem; }
    .slick-slider .slick-next {
      right: 1rem; } }

.social-icons {
  white-space: nowrap; }
  .social-icons a {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 0.4rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s all; }
  .social-icons a:hover {
    background: #202020; }
  .social-icons a:hover:after {
    transition: .3s all;
    filter: invert(0); }
  .social-icons a:after {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: auto 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; }
  .social-icons a.vk:after {
    background-image: url(../img/icon-social-vk.html); }
  .social-icons a.instagram:after {
    background-image: url(../img/icon-social-instagram.html); }

.article-preview {
  display: flex;
  flex-flow: row nowrap; }
  .article-preview .image {
    width: 200px;
    min-width: 200px;
    margin-right: 2rem; }
  .article-preview .image img {
    width: 100%;
    object-fit: cover; }
  .article-preview h3 {
    font-weight: normal;
    font-size: 1.9rem;
    margin-bottom: 2rem;
    color: #555869; }
  .article-preview h3 a {
    text-decoration: none;
    color: inherit; }
  .article-preview a.read-more {
    display: flex;
    align-items: center;
    margin-top: 2rem; }
    .article-preview a.read-more::before {
      display: inline-block;
      content: '';
      width: 3rem;
      height: 3rem;
      left: 0;
      margin-right: 0.5rem;
      border-radius: 50%;
      background: url(../img/icon-arrow-right-white.html) no-repeat center/1.5rem auto, #555869; }

.products-list {
  overflow: hidden;
  clear: both;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 2rem;
  margin-left: 0; }

.product-preview {
  display: block;
  position: relative;
  min-height: 200px !important; }
  .product-preview img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0; }
  .product-preview .title {
    padding: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 5em;
    font-size: 1.8rem;
    font-weight: bold;
    background: #ffb820;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .3s all; }
  .product-preview a {
    display: block;
    -position: absolute;
   	-left: 0;
    -right: 0;
    -top: 0;
    -bottom: 0;
   }
  .product-preview:hover .title {
    background: black;
    color: white; }

article.product .product-top {
  display: flex;
  align-items: flex-start; }
  article.product .product-top .images {
    margin-right: 2rem;
    max-width: 250px;
    width: 50%; }
  article.product .product-top .images .image {
    display: inline-block;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  article.product .product-top .images .image img {
    padding: 0;
    margin: 0; }
  article.product .product-top h1 {
    font-size: 2.4rem; }
  article.product .product-top .options-list {
    margin: 0;
    margin-bottom: 2rem; }
  article.product .product-top .options-list li {
    margin: 0;
    margin-bottom: 0.5rem;
    display: inline-block;
    background: no-repeat 1rem center, #f6f6f6;
    font-size: 1.4rem;
    padding: 1rem;
    border-radius: 0.2rem;
    width: 45%;
    min-width: 150px;
    padding-left: 4rem; }
  article.product .product-top .options-list li:nth-child(1) {
    background-image: url(../img/icon-product-option-1.png); }
  article.product .product-top .options-list li:nth-child(2) {
    background-image: url(../img/icon-product-option-2.png); }
  article.product .product-top .options-list li:nth-child(3) {
    background-image: url(../img/icon-product-option-3.png); }
  article.product .product-top .options-list li:nth-child(4) {
    background-image: url(../img/icon-product-option-4.png); }
  article.product .product-top .call-now {
    margin-bottom: 2rem; }
  article.product .product-top .call-now h3 {
    font-size: 1.4rem;
    font-weight: bold; }
  article.product .product-top .order-button {
    background: #df000e;
    color: white; }
  article.product .product-top .order-button:hover {
    background: #202020; }
  article.product .product-top .addthis_toolbox {
    margin-top: 1rem; }
  article.product .product-top .order {
    display: flex; }
  article.product .product-top .order-comment {
    font-size: 1.3rem;
    background: #f6f6f6;
    padding: 1rem; }

@media screen and (max-width: 960px) {
  article.product .product-top {
    flex-wrap: wrap; }
  article.product .product-top .images {
    margin-bottom: 1rem;
    float: left; } }

.service-catalog {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .service-catalog .service-group {
    display: flex; }
    .service-catalog .service-group h2 {
      margin-top: 0 !important;
      font-size: 1.8rem;
      text-transform: uppercase; }
    .service-catalog .service-group .image {
      width: 250px;
      min-width: 250px;
      position: relative;
      margin-right: 2rem; }
    .service-catalog .service-group .image img {
      width: 100%;
      height: 180px;
      object-fit: cover; }
    .service-catalog .service-group .links {
      padding: 0 !important;
      margin: 0 !important; }
    .service-catalog .service-group .links li {
      display: inline-block;
      padding: 0;
      margin: 0;
      padding-left: 1.2rem;
      width: 220px;
      margin-bottom: 0.5rem;
      font-size: 1.5rem;
      position: relative; }
    .service-catalog .service-group .links li::before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #ffb820; }

.contact-form {
  position: relative; }
  .contact-form h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start; }

#about {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  z-index: 0;
  overflow: hidden;
  position: relative; }
  #about::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: -10rem;
    bottom: -10rem;
    width: 50%;
    background: url(../img/about-bg.jpg) no-repeat left center/contain;
    z-index: -1;
    -webkit-mask: linear-gradient(to right, white, transparent);
    mask: linear-gradient(to right, white, transparent); }
  #about > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #about {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #about {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #about > .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center; }
  #about > .container::before {
    display: inline-block;
    content: '';
    height: 300px;
    background: url(../img/about-bg-truck.png) no-repeat center/contain;
    width: 35%;
    min-width: 350px; }
  #about .content {
    width: 60%;
    display: inline-block; }
  #about h2 {
    display: block;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center; }
  #about .text {
    margin-bottom: 2rem; }
  #about a.more {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.6rem;
    margin: 0;
    padding: 1.2rem 3rem;
    border-radius: 0;
    background: #ffb820;
    color: #202020;
    outline: none;
    border: 0;
    position: relative;
    transition: 0.3s all; }
    #about a.more:hover {
      background: #202020;
      color: white; }

#advantages {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  background: url(../img/advantages-bg.jpg) no-repeat top center;
  margin-bottom: 4rem; }
  #advantages > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #advantages {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #advantages {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #advantages h2 {
    display: block;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center; }
  #advantages .advantages-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2rem; }
  #advantages .advantage {
    font-size: 1.3rem;
    padding-left: 12rem;
    position: relative; }
    #advantages .advantage h3 {
      font-size: 1.6rem;
      text-transform: uppercase;
      font-weight: bold; }
    #advantages .advantage::before {
      display: inline-block;
      content: '';
      width: 10rem;
      height: 10rem;
      position: absolute;
      left: 0;
      top: 0;
      background: no-repeat center, #ffb820; }
  #advantages .advantage[data-id="1"]::before {
    background-image: url(../img/icon-advantage-1.png); }
  #advantages .advantage[data-id="2"]::before {
    background-image: url(../img/icon-advantage-2.png); }
  #advantages .advantage[data-id="3"]::before {
    background-image: url(../img/icon-advantage-3.png); }
  #advantages .advantage[data-id="4"]::before {
    background-image: url(../img/icon-advantage-4.png); }
  #advantages .advantage[data-id="5"]::before {
    background-image: url(../img/icon-advantage-5.png); }
  #advantages .advantage[data-id="6"]::before {
    background-image: url(../img/icon-advantage-6.png); }

#article article {
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  position: relative; }

article a {
  color: #3f3f3f;
  text-decoration: underline; }

article a:hover {
  color: black;
  text-decoration: none; }

article section {
  margin-bottom: 4rem; }

article h1 {
  margin-bottom: 0.5em;
  clear: both;
  text-align: left; }

article h2 {
  text-align: left;
  margin-top: 2rem;
  line-height: 100%; }

article h3 {
  clear: both; }

article > h2:first-child {
  margin-top: 0; }

article h1 + img {
  margin-top: 0; }

article h1 + h2 {
  margin-top: 0; }

article p + img {
  margin-top: 0; }

article img {
  margin-bottom: 2rem; }

article img.fullwidth {
  width: 100%;
  height: auto;
  float: none;
  max-width: none;
  margin-left: 0;
  margin-right: 0; }

article img.float-left {
  float: left;
  margin-right: 2rem;
  max-width: 300px;
  height: auto;
  position: relative; }

article img.float-right {
  float: right;
  margin-left: 2rem;
  max-width: 300px;
  height: auto;
  position: relative; }

@media screen and (max-width: 640px) {
  article > img, article > p > img {
    float: none;
    margin: 0;
    max-width: none;
    width: 100%;
    height: auto;
    position: static; } }

article ul, article ol {
  margin: 0;
  margin-bottom: 2rem;
  margin-left: 2rem; }

article ul > li {
  list-style-type: circle; }

article ol > li {
  list-style-type: decimal; }

article ul > li, article ol > li {
  margin-bottom: 0.5em;
  margin-left: 2rem; }

article table {
  width: 100%;
  border: 2px solid #ccc;
  margin-bottom: 4rem; }
  article table caption {
    display: none; }
  article table td, article table th {
    border: 1px solid #d4d4d4; }
  article table th {
    background: #eee;
    text-align: left;
    padding: 1.5rem; }
  article table td {
    padding: 1.5rem;
    text-align: left; }
  article table td strong {
    color: #202020;
    font-size: 110%; }

article p {
  margin-bottom: 1rem; }

article .quote {
  display: inline-block;
  max-width: 500px;
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  border: 1px solid #202020;
  padding: 3rem; }

#bottom {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  background: #3f3d3d;
  color: white; }
  #bottom > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0; }
.content_page > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}
.content_page {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem
}
  @media screen and (max-width: 960px) {
    #bottom {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #bottom {
      padding-right: 2rem;
      padding-left: 2rem; }
    .content_page {
      padding-right: 3rem;
      padding-left: 3rem; }}
  #bottom .services-container {
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-left: -4rem;
    margin-right: -4rem; }
  #bottom .service-group {
    display: inline-block;
    position: relative;
    padding: 4rem; }
    #bottom .service-group .title {
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 2rem;
      max-width: 250px;
      position: relative;
      padding-bottom: 0; }
    #bottom .service-group:hover .title {
      color: #ffb820; }
    #bottom .service-group:hover .title::before {
      display: inline-block;
      content: '';
      width: 5px;
      height: 5px;
      position: absolute;
      left: -1rem;
      top: 50%;
      transform: translateY(-50%);
      background: #ffb820; }
    #bottom .service-group li {
      position: relative;
      margin-bottom: 0.5rem; }
    #bottom .service-group li a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.65); }
    #bottom .service-group li:hover a {
      color: #ffffff;
      text-decoration: underline; }
    #bottom .service-group::before {
      display: block;
      content: '';
      background: linear-gradient(45deg, transparent, transparent 80%, rgba(0, 0, 0, 0.2));
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #bottom .service-group:hover::before {
    background: linear-gradient(45deg, transparent, transparent 80%, rgba(255, 184, 32, 0.2)); }
  @media screen and (max-width: 1024px) {
    #bottom .services-container {
      display: block;
      margin: 0; }
    #bottom .service-group {
      padding: 1rem;
      border-bottom: 1px solid #555555;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
    #bottom .service-group::before {
      display: none; }
    #bottom .service-group li {
      display: inline-block;
      margin-right: 1rem; }
    #bottom .service-group:hover::before {
      display: none; } }

#catalog-teasers {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden; }
  #catalog-teasers > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #catalog-teasers {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #catalog-teasers {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #catalog-teasers > .container {
    padding-top: 0; }
  #catalog-teasers .teasers-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 2rem; }
  #catalog-teasers .service-group .image {
    padding-top: 70%;
    position: relative;
    background: #555869;
    margin-bottom: 9rem; }
  #catalog-teasers .service-group .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover; }
  #catalog-teasers .service-group .image .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #202020;
    position: absolute;
    bottom: -7rem;
    left: 0;
    right: 0;
    padding: 2rem;
    height: 7rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffb820; }
  #catalog-teasers .service-group .image .title::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    right: 2rem;
    transform: translateY(-50%);
    background: url(../img/arrow-right.svg) no-repeat center/auto 1rem; }
  #catalog-teasers .service-group .menu {
    padding: 0 2rem;
    font-size: 1.4rem; }
  #catalog-teasers .service-group .menu li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem; }
  #catalog-teasers .service-group .menu li a {
    text-decoration: underline; }
  #catalog-teasers .service-group .menu li:hover a {
    text-decoration: none; }
  #catalog-teasers .service-group .menu li::after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
    background: url(../img/arrow-angle-right.svg) no-repeat center/contain;
    filter: invert(50%) sepia(100%) saturate(500%); }
  #catalog-teasers .service-group .menu li:hover::after {
    filter: invert(50%); }
  #catalog-teasers .service-group:hover .image .title {
    background-color: #555869;
    color: white; }
  #catalog-teasers .service-group:hover .image .title::after {
    filter: invert(100%); }

#contacts {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  background: url(../img/contacts-bg.jpg) no-repeat left center/cover, #555869; }
  #contacts > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #contacts {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #contacts {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #contacts > .container {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: 60% minmax(400px, 600px); }
  #contacts .form-horizontal {
    grid-area: 1 / 2;
    background: white;
    padding: 2rem 6rem;
    margin: 0;
    position: relative; }
    #contacts .form-horizontal textarea {
      height: 100px; }
  #contacts .form-horizontal::after {
    display: block;
    content: '';
    width: 500px;
    position: absolute;
    bottom: 0;
    left: -330px;
    z-index: 100;
    margin-top: -4rem;
    margin-bottom: -4rem;
    top: 2rem;
    background: url(../img/contacts-bg-man.png) no-repeat center bottom/contain; }
  @media screen and (max-width: 1024px) {
    #contacts > .container {
      grid-template-columns: 30% minmax(400px, auto); } }
  @media screen and (max-width: 768px) {
    #contacts > .container {
      display: block; }
    #contacts .form-horizontal {
      max-width: 600px;
      margin: 0 auto; }
    #contacts .form-horizontal::after {
      display: none; } }

#content {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden; }
  #content > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #content {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #content {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #content > .container {
    display: grid;
    grid-template-columns: minmax(340px, 30%) auto;
    grid-template-rows: auto;
    grid-column-gap: 4rem;
    padding-top: 0; }

#side {
  grid-area: 1 / 1; }

#article {
  grid-area: 1 / 2; }

#article > .container > * {
  margin-bottom: 2rem; }

@media screen and (max-width: 960px) {
  #content > .container {
    display: flex;
    flex-flow: column; }
  #side > .container {
    display: block !important; }
  #side .banner {
    display: none; } }

#footer {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  background: #202020;
  color: white; }
  #footer > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0; }
  @media screen and (max-width: 960px) {
    #footer {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #footer {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #footer .contacts {
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
    align-items: center; }
  #footer .contacts > * {
    display: inline-block;
    padding-left: 4rem;
    margin-right: 1rem; }
  #footer .contacts .worktime {
    font-size: 1.3rem; }
  #footer .office {
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    position: relative; }
  #footer .office::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    background: url(../img/icon-address.png) no-repeat center;
    filter: invert(30%); }
  #footer .phone {
    font-size: 3rem;
    color: white;
    white-space: nowrap;
    position: relative; }
    #footer .phone strong {
      color: #ffb820;
      font-weight: normal; }
  #footer .phone::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    background: url(../img/icon-callback.png) no-repeat center;
    filter: invert(30%); }
  #footer .copyrights {
    float: left;
    width: 40%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.4);
    background: url(../img/copyrights-logo.png) no-repeat top left;
    padding-top: 2.5rem;
    max-width: 255px; }
  #footer .bottom-menu {
    display: block;
    text-align: right;
    margin-bottom: 1rem; }
  #footer .bottom-menu li {
    display: inline-block;
    margin-right: 0.5rem; }
  #footer .bottom-menu li:hover {
    color: #ffb820; }
  #footer .bottom-menu li.active {
    color: #ffb820;
    background: black; }
  #footer .bottom-menu li a {
    padding: 0.5rem; }
  @media screen and (max-width: 1024px) {
    #footer > .container {
      text-align: center; }
    #footer > .container > * {
      display: inline-block;
      margin: 1rem; }
    #footer .copyrights {
      float: none;
      display: block;
      width: 100%;
      text-align: center;
      background-position: top center;
      margin: 0 auto; } }

#header {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden; }
  #header > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0; }
  @media screen and (max-width: 960px) {
    #header {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #header {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #header > .container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    align-items: center;
    grid-gap: 2rem; }
  #header .site-logo {
    grid-area: 1 / 1;
    width: 300px;
    height: 92px;
    background: url(../img/site-logo.png) no-repeat center; }
  #header .office {
    grid-area: 1 / 3;
    font-size: 1.4rem; }
    #header .office .worktime {
      padding-left: 4rem;
      position: relative; }
    #header .office .location {
      margin-bottom: 0.5rem;
      padding-top: 0.5rem;
      padding-left: 4rem;
      position: relative; }
    #header .office .worktime::before {
      display: inline-block;
      content: '';
      width: 3rem;
      height: 3rem;
      background: url(../img/icon-worktime.png) no-repeat center;
      margin-right: 1rem;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    #header .office .location::before {
      display: inline-block;
      content: '';
      width: 3rem;
      height: 3rem;
      background: url(../img/icon-address.png) no-repeat center;
      margin-right: 1rem;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  #header .phones {
    grid-area: 1 / 4; }
    #header .phones .phone {
      font-size: 2.9rem;
      display: block;
      margin-bottom: 0.5rem; }
    #header .phones .order-callback-button {
      display: block;
      display: inline-block;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      font-size: 1.6rem;
      margin: 0;
      padding: 1.2rem 3rem;
      border-radius: 0;
      background: #ffb820;
      color: #202020;
      outline: none;
      border: 0;
      position: relative;
      transition: 0.3s all; }
      #header .phones .order-callback-button:hover {
        background: #202020;
        color: white; }
    #header .phones .order-callback-button::before {
      display: inline-block;
      content: '';
      margin-right: 1rem;
      width: 3rem;
      height: 3rem;
      margin: -1rem;
      margin-right: 1rem;
      background: url(../img/icon-callback.png) no-repeat center; }
  @media screen and (max-width: 1024px) {
    #header > .container {
      display: block;
      text-align: center; }
    #header > .container > * {
      display: inline-block;
      margin: 1rem; }
    #header .site-logo {
      width: 100%;
      margin: 0 auto; }
    #header .office {
      text-align: left; } }

#navigation {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  position: relative;
  z-index: 50;
  overflow: visible;
  margin-bottom: 2rem;
  background: #555869;
  color: #ffffff; }
  #navigation > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0; }
  @media screen and (max-width: 960px) {
    #navigation {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #navigation {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #navigation > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0; }
  #navigation .main-menu {
    font-size: 0;
    text-align: center;
    border-radius: 0;
    width: 100%;
    justify-content: space-around;
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    #navigation .main-menu li {
      display: inline-block;
      position: relative;
      font-size: 1.3rem;
      text-transform: uppercase;
      font-weight: bold; }
    #navigation .main-menu > li > a {
      height: 5rem; }
    #navigation .main-menu > li ul {
      display: none;
      position: absolute;
      top: 95%;
      left: 0;
      z-index: 1000;
      text-align: left;
      background: white;
      color: #555869; }
    #navigation .main-menu > li ul li {
      font-size: 1.3rem;
      padding: 0.5rem;
      white-space: nowrap;
      display: block;
      transition: .3s all; }
    #navigation .main-menu > li:hover ul {
      display: block; }
    #navigation .main-menu > li ul li a {
      padding: 0.5rem 1rem;
      transition: .3s all; }
    #navigation .main-menu > li ul li:hover {
      background: #555869;
      color: white; }
    #navigation .main-menu > li ul li:hover a {
      padding: 0.5rem 1rem; }
    #navigation .main-menu li.home {
      background: url(../img/icon-menu-home.png) no-repeat center, #ffb820;
      width: 4rem; }
    #navigation .main-menu li:hover {
      background: linear-gradient(to right, #34384e, transparent);
      color: #ffb820; }
    #navigation .main-menu li.active {
      background: #4c4f5e; }
    #navigation .main-menu li a {
      padding: 1.5rem 2rem;
      display: block;
      transition: .3s all; }
  #navigation .search {
    position: relative; }
    #navigation .search input {
      display: inline-block;
      margin-bottom: 0;
      background: transparent;
      color: rgba(255, 255, 255, 0.5); }
    #navigation .search input:focus {
      border: none; }
    #navigation .search button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: transparent;
      color: white;
      background: url(../img/icon-search.png) no-repeat center;
      margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    #navigation {
      padding-left: 2rem;
      padding-right: 2rem; }
    #navigation > .container {
      display: block;
      text-align: center; }
    #navigation .main-menu {
      border-right: 0; }
      #navigation .main-menu li.home {
        display: none; }
      #navigation .main-menu > li > a {
        height: auto;
        padding: 0.7rem; }
    #navigation .search {
      display: inline-block; } }

#partners {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden; }
  #partners > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0; }
  @media screen and (max-width: 960px) {
    #partners {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #partners {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #partners .logo {
    display: inline-block;
    width: 200px;
    height: 100px;
    position: relative; }
  #partners .logo img {
    display: block;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    position: absolute; }

#side > .container {
  display: block; }

#side > .container > * {
  margin-bottom: 4rem; }

#side .banner {
  border-right: 1px solid #c0c0c0; }

#side .banner img {
  width: 100%;
  height: auto; }

.side-menu {
  background: linear-gradient(to right, #fbfbfb, #f1f1f1);
  border-radius: 0;
  position: relative;
  padding-bottom: 1rem;
  color: black; }
  .side-menu h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 2rem;
    padding-left: 6rem;
    margin: 0;
    position: relative;
    background: linear-gradient(to right, white, transparent 20%), #e9e9e9; }
  .side-menu h2::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
    background: url(../img/icon-menu-heading.png) no-repeat center, #e9e9e9; }
  .side-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .side-menu li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .side-menu a {
    padding: 0.75rem 1rem;
    display: block; }
  .side-menu > ul li > a {
    position: relative;
    padding: 1rem;
    padding-left: 6rem; }
  .side-menu > ul > li > a {
    text-transform: uppercase;
    font-weight: bold; }
  .side-menu > ul li {
    position: relative; }
  .side-menu > ul li > a:hover {
    text-decoration: underline; }
  .side-menu > ul > li.active > a {
    background-color: #ffb820; }
  .side-menu > ul > li.active > ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 6rem; }
  .side-menu > ul > li.active li {
    font-size: 1.5rem;
    position: relative; }
  .side-menu > ul > li.active li a::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffb820; }
  .side-menu > ul > li.active li a {
    padding: 0.5rem 0;
    padding-left: 1.2rem; }

.side-menu > ul > li > a {
  position: relative; }

.side-menu > ul > li > a::before {
  display: inline-block;
  content: '';
  width: 4rem;
  height: 4rem;
  background: url(../img/icon-menu-truck.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0; }

.side-menu > ul > li[data-id="20"] > a::before {
  background-image: url(../img/icon-menu-truck.png); }

.side-menu > ul > li[data-id="169"] > a::before {
  background-image: url(../img/icon-menu-tracktor.png); }

.side-menu > ul > li[data-id="162"] > a::before {
  background-image: url(../img/icon-menu-trailer.png); }

.side-menu > ul > li[data-id="171"] > a::before {
  background-image: url(../img/icon-menu-special.png); }

.side-menu > ul > li[data-id="111"] > a::before {
  background-image: url(../img/icon-menu-diagnostics.png); }

.side-menu > ul > li[data-id="65"] > a::before {
  background-image: url(../img/icon-menu-repair.png); }

.side-menu > ul > li[data-id="103"] > a::before {
  background-image: url(../img/icon-menu-heater.png); }

@media screen and (max-width: 960px) {
  .side-menu > ul li {
    display: inline-block; }
  .side-menu > ul > li > a {
    padding-left: 1rem; }
  .side-menu > ul > li > a::before {
    display: none; }
  .side-menu > ul > li > a {
    text-transform: none; }
  .side-menu > ul li.active {
    display: block;
    width: 100%; } }

#slider {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #ffffff;
  overflow: hidden; }
  #slider > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #slider {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #slider {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #slider > .container {
    position: relative;
    padding-top: 15.5%; }
  #slider .slick-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  #slider .slides-container {
    position: absolute;
    height: 100%;
    background: #f4f4f4;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
  #slider .slick-list {
    height: 100%; }
  #slider .slick-track {
    height: 100%; }
  #slider .slick-slider .slick-dots {
    bottom: 1rem; }
  #slider .slide {
    position: relative;
    text-align: right;
    height: 100%; }
    #slider .slide .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
    #slider .slide img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #slider .slide .content {
      position: absolute;
      left: 4rem;
      top: 50%;
      transform: translateY(-50%);
      text-align: left;
      overflow: hidden;
      width: 50%;
      max-width: 500px; }
    #slider .slide h2 {
      font-size: 2.6rem;
      margin-bottom: 2rem; }
    #slider .slide a.more {
      display: inline-block;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      font-size: 1.6rem;
      margin: 0;
      padding: 1.2rem 3rem;
      border-radius: 0;
      background: #ffb820;
      color: #202020;
      outline: none;
      border: 0;
      position: relative;
      transition: 0.3s all;
      margin-top: 2rem; }
      #slider .slide a.more:hover {
        background: #202020;
        color: white; }
  @media screen and (max-width: 960px) {
    #slider {
      padding-top: 35%; }
    #slider .slide h2 {
      font-size: 2rem;
      margin-bottom: 1rem; }
    #slider .slide img {
      height: 100%;
      object-fit: cover; }
    #slider .slide .text {
      font-size: 1.4rem; }
    #slider .slide a.more {
      margin-top: 1rem; }
    #slider .slide .content > .container {
      width: 50%;
      margin-right: 6rem; }
    #slider .slick-slider .slick-arrow {
      background-color: #555869; }
    #slider .slick-slider .slick-arrow:hover {
      background-color: white; } }
  @media screen and (max-width: 768px) {
    #slider {
      display: none; } }

#top {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  #top > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0; }
  @media screen and (max-width: 960px) {
    #top {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #top {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #top .top-menu {
    font-size: 1.4rem;
    color: #555869; }
  #top .top-menu li {
    display: inline-block;
    margin: 0.5rem;
    margin-right: 1rem; }
  #top .top-menu li:hover a {
    text-decoration: underline;
    color: #878a9d; }
  @media screen and (max-width: 1024px) {
    #top .top-menu {
      text-align: center; } }

#viewed {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden; }
  #viewed > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #viewed {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #viewed {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #viewed .product-preview {
    padding-top: 0;
    height: 200px;
    margin: 1rem; }

#why-we {
  padding-left: 10rem;
  padding-right: 10rem;
  overflow: hidden; }
  #why-we > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0; }
  @media screen and (max-width: 960px) {
    #why-we {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 768px) {
    #why-we {
      padding-right: 2rem;
      padding-left: 2rem; } }
  #why-we > .container {
    display: grid;
    grid-template-columns: minmax(350px, 500px) auto;
    grid-gap: 4rem; }
  #why-we .how-to-find {
    position: relative;
    margin-bottom: 4rem;
    overflow: hidden; }
  #why-we .how-to-find::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-10deg, transparent 60%, white);
    z-index: 5; }
  #why-we .how-to-find h2 {
    font-size: 2.8rem;
    position: absolute;
    top: 0;
    left: 4rem;
    right: 0;
    padding: 4rem;
    z-index: 10;
    padding-left: 5rem; }
  #why-we .how-to-find h2::before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: url(../img/icon-how-to-find.png) no-repeat center, #ffb820;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  #why-we .side-banner {
    position: relative; }
  #why-we .side-banner img {
    width: 100%;
    height: auto; }
  #why-we .side-banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }

/*# sourceMappingURL=maps/style.css.map */
.content_page ol, .content_page ul {
  list-style: initial;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content_page ol > li, .content_page ul > li {
  margin: 0;
  list-style-type: initial;
}