html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

input, textarea, button {
  font-size: inherit;
  font-family: inherit;
}
input:hover, input:focus, textarea:hover, textarea:focus, button:hover, button:focus {
  outline: none;
}

a {
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/* COLORS */
/* FONT SIZE */
a, input, textarea, button {
  transition: 0.15s;
}
a:hover, a:focus, input:hover, input:focus, textarea:hover, textarea:focus, button:hover, button:focus {
  transition: 0.15s;
}

/* COLORS */
/* FONT SIZE */
html {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
}

body {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.body-wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.main-wrapper {
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-lg {
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

.common-title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin: 20px auto;
  color: #000000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.background-white {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .container-lg {
    width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.body-wrapper {
  overflow: hidden;
}

.header-wrapper {
  width: 100%;
  height: auto;
}

.header-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background-color: #ffffff;
}

.bg-transparent {
  background-color: transparent;
  margin-bottom: 50px;
}

.header-top-block {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}

.header-locale-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin: 0 20px;
}
.header-locale-block .locale-item {
  display: block;
  color: #dbdbdb;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0;
}
.header-locale-block .locale-item .locale-item-link {
  padding: 0 5px;
  font-size: 12px;
  display: block;
  position: relative;
}
.header-locale-block .locale-item:not(:last-child) .locale-item-link {
  border-right: 1px solid #c7c7c7;
}
.header-locale-block .locale-item:hover {
  color: #000000;
}
.header-locale-block .locale-item.active {
  color: #000000;
}

.header-bottom-block {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin: 15px 0 30px 0;
}

.logo-block {
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 10px 100px 0 100px;
}
.logo-block img {
  display: block;
  width: 100%;
  height: auto;
}

.action-block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
  max-width: 550px;
}

.social-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.social-block .social-link {
  width: 30px;
  height: 30px;
}
.social-block .catalog-link {
  width: auto;
  height: 30px;
}
.social-block .social-link-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.social-block .social-link-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.header-nav-container {
  width: 100%;
}

.header-nav-block {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.header-nav-block .nav-item {
  display: block;
  flex: 1;
}
.header-nav-block .nav-item .nav-item-link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 10px 20px;
  font-size: 1.2em;
}
.header-nav-block .nav-item .nav-item-link:hover, .header-nav-block .nav-item .nav-item-link:active {
  text-decoration: underline;
}

.header-nav-trigger {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #e31f25;
  margin: 10px 5px;
  border-radius: 2px;
  display: none;
}
.header-nav-trigger i {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.header-nav-trigger i:nth-child(1) {
  top: 10px;
  left: 8px;
}
.header-nav-trigger i:nth-child(2) {
  top: 16px;
  left: 8px;
}
.header-nav-trigger i:nth-child(3) {
  top: 22px;
  left: 8px;
}

.search-block {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.search-block .search-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.search-block .search-form .s-input {
  display: block;
  width: auto;
  height: 32px;
  flex: 1;
  padding: 0 15px;
  font-size: 13px;
  color: #4e4e4e;
  border: 1px solid #e2e2e2;
  border-left: none;
}
.search-block .search-form .s-button {
  width: 40px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #e31f25;
  background-color: #e31f25;
}
.search-block .search-result-wrapper {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  height: auto;
  min-height: 50px;
  max-height: 370px;
  background-color: #f7f7f7;
  z-index: 150;
  overflow: auto;
  box-shadow: 1px 2px 6px -4px #adadad;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 2px 2px;
  display: none;
}
.search-block .result-placeholder {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #bbb;
}
.search-block .search-result-item {
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.search-block .search-result-item:hover, .search-block .search-result-item:active {
  background-color: #fff;
}
.search-block .result-item-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
  height: 100%;
}
.search-block .item-image {
  width: 50px;
  height: 50px;
  padding: 5px;
  overflow: hidden;
}
.search-block .item-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 45px;
}
.search-block .item-title {
  padding: 5px;
  max-width: 300px;
  line-height: 1.3;
}
.search-block .item-article {
  width: auto;
  margin-left: auto;
  font-weight: bold;
  color: #8e8e8e;
  padding: 5px;
}

.advantage-block {
  width: auto;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.advantage-block .advantage-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin: 0 15px;
}
.advantage-block .advantage-item .a-item-icon {
  width: auto;
  height: 35px;
}
.advantage-block .advantage-item .a-item-icon img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto;
}
.advantage-block .advantage-item .a-item-title {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 10px 0 5px;
}
.advantage-block .advantage-item .a-item-title i {
  color: #e31e24;
}

@media screen and (max-width: 480px) {
  .bg-transparent {
    margin-bottom: 10px;
  }
  .header-top-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  .header-locale-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0;
    order: 2;
    border-bottom: 1px solid #e2e2e2;
    flex: 1;
  }
  .action-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }
  .search-block {
    padding: 0;
  }
  .search-block .search-form {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 100%;
    border-radius: 2px;
  }
  .search-block .search-form .s-input {
    border-right: none;
  }
  .social-block {
    margin-top: 10px;
  }
  .header-nav-container {
    order: 3;
  }
  .header-nav-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    width: 100%;
  }
  .header-nav-block .nav-item {
    display: block;
    flex: 1;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: -1px 0 -1px -1px;
  }
  .header-nav-block .nav-item .nav-item-link {
    font-size: 1em;
  }
  .header-bottom-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 10px 0;
  }
  .logo-block {
    max-width: 160px;
    margin: 15px auto;
  }
  .advantage-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    margin-top: 10px;
  }
  .advantage-block .advantage-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 5px;
  }
  .advantage-block .advantage-item .a-item-icon {
    height: 20px;
  }
  .advantage-block .advantage-item .a-item-icon img {
    height: 20px;
  }
  .advantage-block .advantage-item .a-item-title {
    font-size: 10px;
    margin: 0 5px 0 5px;
  }
  .advantage-block .advantage-item:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .bg-transparent {
    margin-bottom: 20px;
  }
  .header-top-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  .header-locale-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0;
    order: 2;
    border-bottom: 1px solid #e2e2e2;
    flex: 1;
  }
  .action-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }
  .search-block {
    width: 100%;
    position: relative;
    padding: 0 10px;
  }
  .search-block .search-form {
    border-radius: 2px;
  }
  .search-block .search-form .s-input {
    height: 40px;
    flex: 1;
  }
  .search-block .search-form .s-button {
    height: 40px;
  }
  .search-block .search-result-wrapper {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: auto;
    min-height: 50px;
    max-height: 370px;
    background-color: #f7f7f7;
    z-index: 150;
    overflow: auto;
    box-shadow: 1px 2px 6px -4px #adadad;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-radius: 0 0 2px 2px;
    display: none;
  }
  .search-block .result-placeholder {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #bbb;
  }
  .search-block .search-result-item {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e4e4e4;
  }
  .search-block .search-result-item:hover, .search-block .search-result-item:active {
    background-color: #fff;
  }
  .search-block .result-item-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
    height: 100%;
  }
  .search-block .item-image {
    width: 50px;
    height: 50px;
    padding: 5px;
    overflow: hidden;
  }
  .search-block .item-image img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 45px;
  }
  .search-block .item-title {
    padding: 5px;
    max-width: 300px;
    line-height: 1.3;
  }
  .search-block .item-article {
    width: auto;
    margin-left: auto;
    font-weight: bold;
    color: #8e8e8e;
    padding: 5px;
  }
  .social-block {
    margin-top: 10px;
  }
  .header-nav-container {
    order: 3;
    padding: 0 10px;
  }
  .header-nav-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top: none;
  }
  .header-nav-block .nav-item {
    display: block;
    flex: 1;
    border-left: 1px solid #e2e2e2;
  }
  .header-nav-block .nav-item:first-child {
    border-left: none;
  }
  .header-nav-block .nav-item .nav-item-link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 10px 15px;
    font-size: 1em;
  }
  .header-bottom-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0 0 20px 0;
  }
  .logo-block {
    max-width: 200px;
    margin: 15px auto;
  }
  .advantage-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-top: 10px;
  }
  .advantage-block .advantage-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 5px;
    flex: 0 0 30%;
  }
  .advantage-block .advantage-item .a-item-icon {
    height: 25px;
  }
  .advantage-block .advantage-item .a-item-icon img {
    height: 25px;
  }
  .advantage-block .advantage-item .a-item-title {
    font-size: 10px;
    margin: 0 5px 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-transparent {
    margin-bottom: 20px;
  }
  .header-bottom-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 10px 0 20px 0;
  }
  .logo-block {
    max-width: 260px;
    margin: 0 20px;
  }
  .header-nav-block .nav-item .nav-item-link {
    padding: 10px 10px;
    font-size: 1.1em;
  }
}
.main-container {
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.main-sidebar-wrapper {
  width: 250px;
  display: block;
}

.sidebar-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.sidebar-nav .nav-button {
  width: 100%;
  height: 36px;
  background-color: #e31e24;
  color: #ffffff;
  font-size: 16px;
}
.sidebar-nav .nav-button a {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 10px 15px;
}
.sidebar-nav .filter-button {
  display: none;
  width: 40px;
  height: 36px;
  background-color: #383838;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 36px;
  z-index: 1000;
}
.sidebar-nav .related-link {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.sidebar-nav .related-link .related-title {
  display: block;
  padding: 10px 15px;
  cursor: default;
  background-color: #f1f1f1;
  color: #737373;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-nav .related-link .related-item {
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-nav .related-link .related-item.active {
  font-weight: bold;
}
.sidebar-nav .related-link .related-item:last-child {
  border-bottom: none;
}
.sidebar-nav .related-link .related-item .related-item-link {
  display: block;
  padding: 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-nav-block {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.main-nav-block.active {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.main-nav-block .nav-group-root {
  width: 100%;
}
.main-nav-block .nav-group-root .nav-root-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  color: #898989;
  font-weight: 600;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-nav-block .nav-group-root .nav-root-item a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
  height: 100%;
  min-height: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.main-nav-block .nav-group-root .nav-root-item a.active {
  background-color: #f7f7f7;
  color: #e84747;
}
.main-nav-block .nav-group-root .nav-root-item:hover {
  background-color: #f1f1f1;
}
.main-nav-block .nav-group-root .nav-root-item i {
  margin: 0;
  flex: 0 0 20px;
  font-size: 12px;
  width: 20px;
  height: 10px;
}
.main-nav-block .nav-group-root .nav-root-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow-ellipsis: "11";
}
.main-nav-block .nav-group-root .nav-root-item:hover, .main-nav-block .nav-group-root .nav-root-item:active {
  color: #e31e24;
}
.main-nav-block .nav-root-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  color: #898989;
  font-weight: 600;
  padding: 10px 5px 10px 20px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.main-nav-block .nav-root-link i {
  margin: 0 10px;
  font-size: 12px;
  display: none;
}
.main-nav-block .nav-root-link:hover, .main-nav-block .nav-root-link:active {
  color: #e31e24;
}
.main-nav-block .nav-subs-block {
  width: 310px;
  height: auto;
  min-height: 150px;
  max-height: calc(100vh - 200px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 100%;
  border: 1px solid #f1f1f1;
  border-top: none;
  background-color: #ffffff;
  z-index: 500;
  border-radius: 0 0 3px 0;
  display: none;
  overflow: auto;
}
.main-nav-block .nav-subs-block.active {
  display: block;
}
.main-nav-block .nav-subs-items {
  display: block;
}
.main-nav-block .nav-subs-items > .nav-group-subs {
  position: absolute;
  left: 100%;
}
.main-nav-block .nav-item-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  color: #000000;
  padding: 5px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #f1f1f1;
}
.main-nav-block .nav-item-link:last-child {
  border-bottom: none;
}
.main-nav-block .nav-item-link i {
  width: 24px;
  text-align: center;
}
.main-nav-block .nav-item-link:hover, .main-nav-block .nav-item-link:active {
  color: #e31e24;
}

.sidebar-filter {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 20px auto;
}
.sidebar-filter .filter-block-header p {
  padding: 10px;
  font-weight: 600;
  color: rgba(78, 78, 78, 0.6196078431);
  font-size: 16px;
}
.sidebar-filter .filter-block {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.sidebar-filter .filter-block .filter-block-title {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  padding: 15px;
  color: #46aad5;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
}
.sidebar-filter .filter-block .filter-block-list {
  height: 100%;
  max-height: 300px;
  width: 100%;
  overflow: auto;
  padding: 15px 10px;
  display: none;
}
.sidebar-filter .filter-block .filter-block-list.active {
  display: block;
}
.sidebar-filter .filter-block .filter-block-items {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
  cursor: default;
}
.sidebar-filter .filter-block .filter-block-items .filter-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 5px 10px;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  color: #3c3c3c;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-filter .filter-block .filter-block-items .filter-item a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.sidebar-filter .filter-block .filter-block-items .filter-item a.active {
  font-weight: bold;
}
.sidebar-filter .filter-block .filter-block-items .filter-item a:hover {
  font-weight: bold;
}
.sidebar-filter .filter-block .filter-block-items .filter-item:last-child {
  border-bottom: none;
}
.sidebar-filter .filter-block .filter-block-items .filter-item:hover {
  color: #000000;
}
.sidebar-filter .filter-block .filter-block-items .filter-item .f-item-checkbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.sidebar-filter .filter-block .filter-block-items .filter-item .f-item-label {
  font-size: 13px;
}
.sidebar-filter .filter-block .filter-block-items .filter-item .f-item-label .item-label-counter {
  color: #c7c7c7;
  font-size: 10px;
}

.main-content-wrapper {
  flex: 1;
}

.breadcrumb-wrapper {
  width: 100%;
  height: 36px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  background-color: #4e4e4e;
  color: #ffffff;
  padding: 0 15px;
  cursor: default;
}
.breadcrumb-wrapper .breadcrumb-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.breadcrumb-wrapper .breadcrumb-nav .b-nav-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 10px 10px;
}
.breadcrumb-wrapper .breadcrumb-nav .b-nav-item a {
  cursor: pointer;
  color: #f5f5f5;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcrumb-nav .b-nav-item a:hover {
  color: #ff5b60;
}
.breadcrumb-wrapper .breadcrumb-nav i {
  font-size: 13px;
  margin: 1px 0 0 10px;
}
.breadcrumb-wrapper .breadcrumb-nav span {
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-wrapper .article {
  font-size: 13px;
}
.breadcrumb-wrapper .article span {
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .main-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .main-sidebar-wrapper {
    width: 100%;
    display: block;
  }
  .sidebar-nav {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .sidebar-nav .nav-button {
    width: calc(100% - 40px);
    height: 36px;
    background-color: #e31e24;
    color: #ffffff;
    font-size: 16px;
  }
  .sidebar-nav .nav-button a {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding: 10px 15px;
  }
  .sidebar-nav .filter-button {
    display: block;
  }
  .sidebar-nav .related-link {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
  }
  .sidebar-nav .related-link .related-title {
    display: block;
    padding: 10px 15px;
    cursor: default;
    background-color: #f1f1f1;
    color: #737373;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar-nav .related-link .related-item {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .sidebar-nav .related-link .related-item.active {
    font-weight: bold;
  }
  .sidebar-nav .related-link .related-item:last-child {
    border-bottom: none;
  }
  .sidebar-nav .related-link .related-item .related-item-link {
    display: block;
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-nav-block {
    position: absolute;
    background-color: #ffffff;
    z-index: 500;
    left: 0;
    right: 0;
    top: 36px;
    width: auto;
    height: auto;
    border: 1px solid #ebecec;
    border-top: none;
    display: none;
    box-shadow: 0px 10px 15px -10px #c5c5c5;
    border-radius: 0 0 3px 3px;
  }
  .main-nav-block.active {
    display: block;
  }
  .main-nav-block .nav-group-root {
    width: 100%;
    border-right: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-group-root .nav-root-item {
    display: block;
    text-transform: uppercase;
    color: #898989;
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-nav-block .nav-group-root .nav-root-item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
    height: 100%;
    min-height: 40px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-group-root .nav-root-item a.active {
    background-color: #f7f7f7;
    color: #e84747;
  }
  .main-nav-block .nav-group-root .nav-root-item:hover {
    background-color: #f1f1f1;
  }
  .main-nav-block .nav-group-root .nav-root-item i {
    margin: 0 10px;
    font-size: 12px;
    width: 10px;
    height: 10px;
  }
  .main-nav-block .nav-group-root .nav-root-item:hover, .main-nav-block .nav-group-root .nav-root-item:active {
    color: #e31e24;
  }
  .main-nav-block .nav-root-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    text-transform: uppercase;
    color: #898989;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-nav-block .nav-root-link i {
    margin: 0 10px;
    font-size: 12px;
  }
  .main-nav-block .nav-root-link:hover, .main-nav-block .nav-root-link:active {
    color: #e31e24;
  }
  .main-nav-block .nav-subs-block {
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-nav-block .nav-subs-block.active {
    display: block;
  }
  .main-nav-block .nav-subs-items {
    display: block;
    background-color: #f7f7f7;
  }
  .main-nav-block .nav-subs-items > .nav-group-subs {
    position: absolute;
    left: 100%;
  }
  .main-nav-block .nav-item-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    text-transform: capitalize;
    color: #000000;
    padding: 5px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-item-link i {
    width: 24px;
    text-align: center;
  }
  .main-nav-block .nav-item-link:hover, .main-nav-block .nav-item-link:active {
    color: #e31e24;
  }
  .sidebar-filter {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: none;
  }
  .sidebar-filter.active {
    display: block;
  }
  .sidebar-filter .filter-block-header p {
    padding: 10px;
    font-weight: 600;
    color: rgba(78, 78, 78, 0.6196078431);
    font-size: 14px;
  }
  .sidebar-filter .filter-block {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .sidebar-filter .filter-block .filter-block-title {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    padding: 10px 15px;
    color: #46aad5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
  }
  .sidebar-filter .filter-block .filter-block-list {
    padding: 10px 5px;
    display: none;
  }
  .sidebar-filter .filter-block .filter-block-list.active {
    display: block;
  }
  .sidebar-filter .filter-block .filter-block-items {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    overflow: hidden;
    cursor: default;
  }
  .sidebar-filter .filter-block .filter-block-items .filter-item {
    width: auto;
  }
  .breadcrumb-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    background-color: #4e4e4e;
    color: #ffffff;
    padding: 0 15px;
    cursor: default;
  }
  .breadcrumb-wrapper .breadcrumb-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item {
    padding: 10px 10px;
    flex: 1;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item a {
    cursor: pointer;
    color: #f5f5f5;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item a:hover {
    color: #ff5b60;
  }
  .breadcrumb-wrapper .breadcrumb-nav i {
    font-size: 13px;
  }
  .breadcrumb-wrapper .breadcrumb-nav span {
    max-width: 90%;
  }
  .breadcrumb-wrapper .article {
    font-size: 13px;
  }
  .breadcrumb-wrapper .article span {
    text-transform: uppercase;
    font-weight: 600;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .main-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .main-sidebar-wrapper {
    width: 100%;
    display: block;
  }
  .sidebar-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .sidebar-nav .filter-button {
    display: block;
  }
  .sidebar-nav .nav-button {
    width: 100%;
    height: 36px;
    background-color: #e31e24;
    color: #ffffff;
    font-size: 16px;
  }
  .sidebar-nav .nav-button a {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding: 10px 15px;
  }
  .sidebar-nav .related-link {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
  }
  .sidebar-nav .related-link .related-title {
    display: block;
    padding: 10px 15px;
    cursor: default;
    background-color: #f1f1f1;
    color: #737373;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar-nav .related-link .related-item {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .sidebar-nav .related-link .related-item.active {
    font-weight: bold;
  }
  .sidebar-nav .related-link .related-item:last-child {
    border-bottom: none;
  }
  .sidebar-nav .related-link .related-item .related-item-link {
    display: block;
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-nav-block {
    position: absolute;
    background-color: #ffffff;
    z-index: 500;
    left: 0;
    right: 0;
    top: 36px;
    width: auto;
    height: auto;
    border: 1px solid #ebecec;
    border-top: none;
    display: none;
    box-shadow: 0px 10px 15px -10px #c5c5c5;
    border-radius: 0 0 3px 3px;
  }
  .main-nav-block.active {
    display: block;
  }
  .main-nav-block .nav-group-root {
    width: 100%;
    border-right: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-group-root .nav-root-item {
    display: block;
    text-transform: uppercase;
    color: #898989;
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-nav-block .nav-group-root .nav-root-item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
    height: 100%;
    min-height: 40px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-group-root .nav-root-item a.active {
    background-color: #f7f7f7;
    color: #e84747;
  }
  .main-nav-block .nav-group-root .nav-root-item:hover {
    background-color: #f1f1f1;
  }
  .main-nav-block .nav-group-root .nav-root-item i {
    margin: 0 10px;
    font-size: 12px;
    width: 10px;
    height: 10px;
  }
  .main-nav-block .nav-group-root .nav-root-item:hover, .main-nav-block .nav-group-root .nav-root-item:active {
    color: #e31e24;
  }
  .main-nav-block .nav-root-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    text-transform: uppercase;
    color: #898989;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-nav-block .nav-root-link i {
    margin: 0 10px;
    font-size: 12px;
  }
  .main-nav-block .nav-root-link:hover, .main-nav-block .nav-root-link:active {
    color: #e31e24;
  }
  .main-nav-block .nav-subs-block {
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-nav-block .nav-subs-block.active {
    display: block;
  }
  .main-nav-block .nav-subs-items {
    display: block;
    background-color: #f7f7f7;
  }
  .main-nav-block .nav-subs-items > .nav-group-subs {
    position: absolute;
    left: 100%;
  }
  .main-nav-block .nav-item-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    text-transform: capitalize;
    color: #000000;
    padding: 5px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-item-link i {
    width: 24px;
    text-align: center;
  }
  .main-nav-block .nav-item-link:hover, .main-nav-block .nav-item-link:active {
    color: #e31e24;
  }
  .sidebar-filter {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: none;
  }
  .sidebar-filter.active {
    display: block;
  }
  .sidebar-filter .filter-block-header p {
    padding: 10px;
    font-weight: 600;
    color: rgba(78, 78, 78, 0.6196078431);
    font-size: 14px;
  }
  .sidebar-filter .filter-block {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .sidebar-filter .filter-block .filter-block-title {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    padding: 10px 15px;
    color: #46aad5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
  }
  .sidebar-filter .filter-block .filter-block-list {
    padding: 10px 5px;
    display: none;
  }
  .sidebar-filter .filter-block .filter-block-list.active {
    display: block;
  }
  .sidebar-filter .filter-block .filter-block-items {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    overflow: hidden;
    cursor: default;
  }
  .sidebar-filter .filter-block .filter-block-items .filter-item {
    width: auto;
  }
  .breadcrumb-wrapper {
    width: 100%;
    height: 36px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    background-color: #4e4e4e;
    color: #ffffff;
    padding: 0 15px;
    cursor: default;
  }
  .breadcrumb-wrapper .breadcrumb-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item {
    padding: 10px 10px;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item a {
    cursor: pointer;
    color: #f5f5f5;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item a:hover {
    color: #ff5b60;
  }
  .breadcrumb-wrapper .breadcrumb-nav i {
    font-size: 13px;
  }
  .breadcrumb-wrapper .article {
    font-size: 13px;
  }
  .breadcrumb-wrapper .article span {
    text-transform: uppercase;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-sidebar-wrapper {
    width: 200px;
  }
  .sidebar-nav .nav-button {
    font-size: 14px;
  }
  .main-nav-block .nav-root-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    text-transform: uppercase;
    color: #898989;
    font-weight: 600;
    padding: 10px 5px 10px 15px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-nav-block .nav-root-link i {
    margin: 0 10px;
    font-size: 12px;
    display: none;
  }
  .main-nav-block .nav-root-link:hover, .main-nav-block .nav-root-link:active {
    color: #e31e24;
  }
  .main-nav-block .nav-subs-block {
    width: auto;
    min-width: 300px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #f1f1f1;
    border-top: none;
    background-color: #ffffff;
    z-index: 500;
    box-shadow: 0px 10px 15px -10px #c5c5c5;
    border-radius: 0 0 3px 0;
    display: none;
  }
  .main-nav-block .nav-subs-block.active {
    display: block;
  }
  .main-nav-block .nav-subs-items {
    display: block;
  }
  .main-nav-block .nav-subs-items > .nav-group-subs {
    position: absolute;
    left: 100%;
  }
  .main-nav-block .nav-item-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    text-transform: capitalize;
    color: #000000;
    padding: 5px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-nav-block .nav-item-link:last-child {
    border-bottom: none;
  }
  .main-nav-block .nav-item-link i {
    width: 24px;
    text-align: center;
  }
  .main-nav-block .nav-item-link:hover, .main-nav-block .nav-item-link:active {
    color: #e31e24;
  }
  .sidebar-filter {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }
  .sidebar-filter .filter-block-header p {
    padding: 10px;
    font-size: 14px;
  }
  .sidebar-filter .filter-block {
    border: none;
    margin-bottom: 10px;
  }
  .sidebar-filter .filter-block .filter-block-title {
    padding: 10px;
    font-size: 14px;
  }
  .sidebar-filter .filter-block .filter-block-list {
    height: 100%;
    max-height: 300px;
    width: 100%;
    padding: 15px 10px;
  }
  .breadcrumb-wrapper {
    width: 100%;
    height: 36px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    background-color: #4e4e4e;
    color: #ffffff;
    padding: 0 15px;
    cursor: default;
  }
  .breadcrumb-wrapper .breadcrumb-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item {
    max-width: 200px;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item a {
    cursor: pointer;
    color: #f5f5f5;
  }
  .breadcrumb-wrapper .breadcrumb-nav .b-nav-item a:hover {
    color: #ff5b60;
  }
  .breadcrumb-wrapper .breadcrumb-nav i {
    font-size: 13px;
  }
  .breadcrumb-wrapper .article {
    font-size: 13px;
  }
  .breadcrumb-wrapper .article span {
    text-transform: uppercase;
    font-weight: 600;
  }
}
.covid-red {
  font-weight: 600;
  color: #e31e24 !important;
}

.product-item-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 20px 15px;
}

.product-image-block {
  width: 450px;
  min-height: 400px;
  max-height: 520px;
  height: auto;
  overflow: hidden;
}
.product-image-block img {
  max-width: 400px;
  height: auto;
  max-height: 400px;
}
.product-image-block img:not(:first-child) {
  display: none;
}
.product-image-block:not(.fotorama) img:first-child {
  display: block;
  margin: 0 auto;
}

.product-info-block {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 5px 20px;
  font-size: 13px;
}
.product-info-block .info-title {
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ebebeb;
}
.product-info-block .info-specification {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 20px;
}
.product-info-block .info-specification li {
  flex: 1 0 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  border-bottom: 1px dashed #ebebeb;
  color: #666666;
  padding: 10px 0;
}
.product-info-block .info-specification li span {
  margin: 0 5px 0 0;
}
.product-info-block .info-specification li i {
  font-size: 16px;
}
.product-info-block .full-description {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.5;
}
.product-info-block .info-attributes {
  width: 100%;
  margin-bottom: 20px;
}
.product-info-block .info-attributes .a-title {
  padding: 15px 25px;
  background-color: #f7f7f7;
  font-size: 16px;
  text-transform: uppercase;
  color: #3c3c3c;
}
.product-info-block .info-attributes .a-list {
  width: 60%;
  margin: 20px 0;
}
.product-info-block .info-attributes .a-list li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.product-info-block .info-attributes .a-list li span {
  padding: 5px 5px 5px 0;
}
.product-info-block .info-attributes .a-list li b {
  flex: 1;
  border-bottom: 1px dashed #ebebeb;
  margin: 0 5px;
}

.related-products-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border-top: 1px solid #f1f1f1;
}

.related-products-title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
  padding: 0 0 0 10px;
  color: #888;
}

.boxy-item-block {
  flex: 1;
  min-width: 220px;
  max-width: 20%;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  transition: 0.2s;
}
.boxy-item-block a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.boxy-item-block .boxy-barcode {
  width: 100%;
  margin-bottom: 20px;
  color: #adadad;
}
.boxy-item-block .boxy-image {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.boxy-item-block .boxy-image img {
  width: 175px;
  height: 175px;
}
.boxy-item-block .boxy-title {
  width: 100%;
  text-align: left;
  margin: 20px 0 5px 0;
}
.boxy-item-block .boxy-title a {
  display: block;
  line-height: 1.3;
  width: 100%;
  font-size: 13px;
}

/** PRODUCTS GRID **/
.grid-products-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.product-item-block {
  flex: 1 0 25%;
  width: auto;
  min-width: 240px;
  max-width: 305px;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  transition: 0.2s;
}
.product-item-block:hover, .product-item-block:active {
  box-shadow: 1px 2px 10px -4px #8a8a8a;
  transition: 0.2s;
}
.product-item-block .product-item-link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.product-item-block .product-item-image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  overflow: hidden;
  width: 180px;
  height: 180px;
}
.product-item-block .product-item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.product-item-block .product-item-barcode {
  padding: 5px 0;
  color: #a2a2a2;
  width: 100%;
}
.product-item-block .product-item-title {
  padding: 10px 3px 10px 5px;
  color: #333333;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
}

.grid-categories-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.category-item-block {
  flex: 1 0 25%;
  width: auto;
  min-width: 240px;
  max-width: 305px;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  transition: 0.2s;
}
.category-item-block:hover, .category-item-block:active {
  box-shadow: 1px 2px 10px -4px #8a8a8a;
  transition: 0.2s;
}
.category-item-block .category-item-link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  overflow: hidden;
}
.category-item-block .category-item-image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  overflow: hidden;
  margin: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  height: 250px;
}
.category-item-block .category-item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.category-item-block .category-item-barcode {
  padding: 5px 0;
  color: #a2a2a2;
  width: 100%;
}
.category-item-block .category-item-title {
  max-width: 90%;
  height: 50px;
  margin: 0 auto;
  padding: 10px 3px 10px 5px;
  color: #333333;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
}

.empty-content-body {
  text-align: center;
  margin: 15% auto;
  font-size: 14px;
  font-weight: 600;
  color: #cecece;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .product-item-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    padding: 15px 10px;
  }
  .product-item-block {
    width: auto;
    flex: 1 0 150px;
    min-width: 150px;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .product-image-block {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product-info-block {
    width: 100%;
    max-width: inherit;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    padding: 5px 10px;
    font-size: 12px;
  }
  .product-info-block .info-title {
    width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
  }
  .product-info-block .info-specification {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 10px;
  }
  .product-info-block .info-specification li {
    flex: 1 0 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    border-bottom: 1px dashed #ebebeb;
    color: #666666;
    padding: 10px 0;
  }
  .product-info-block .info-specification li span {
    margin: 0 5px 0 0;
  }
  .product-info-block .info-specification li i {
    font-size: 16px;
  }
  .product-info-block .full-description {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .product-info-block .info-attributes {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-info-block .info-attributes .a-title {
    padding: 10px 15px;
    background-color: #f7f7f7;
    font-size: 16px;
    text-transform: uppercase;
    color: #3c3c3c;
  }
  .product-info-block .info-attributes .a-list {
    width: 100%;
    margin: 20px 0;
  }
  .related-products-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    border-top: 1px solid #f1f1f1;
  }
  .related-products-title {
    font-size: 12px;
  }
  .boxy-item-block {
    flex: 1;
    min-width: 220px;
    max-width: 20%;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    transition: 0.2s;
  }
  .boxy-item-block a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .boxy-item-block .boxy-barcode {
    width: 100%;
    margin-bottom: 20px;
    color: #adadad;
  }
  .boxy-item-block .boxy-image {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
  }
  .boxy-item-block .boxy-image img {
    width: 175px;
    height: 175px;
  }
  .boxy-item-block .boxy-title {
    width: 100%;
    text-align: left;
    margin: 20px 0 5px 0;
  }
  .boxy-item-block .boxy-title a {
    display: block;
    line-height: 1.3;
    width: 100%;
    font-size: 13px;
  }
  .grid-products-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
  }
  .product-item-block {
    min-width: 150px;
    max-width: 200px;
  }
  .product-item-block .product-item-link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .product-item-block .product-item-image {
    width: 130px;
    height: 130px;
  }
  .product-item-block .product-item-barcode {
    padding: 5px 0;
    color: #a2a2a2;
    width: 100%;
  }
  .product-item-block .product-item-title {
    padding: 10px 3px 5px 5px;
    line-height: 1.4;
    font-size: 12px;
  }
  .grid-categories-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .category-item-block {
    width: auto;
    flex: 1 0 150px;
    min-width: 150px;
    max-width: inherit;
    height: 200px;
  }
  .category-item-block .category-item-image {
    width: 130px;
    height: 130px;
  }
  .category-item-block .category-item-barcode {
    padding: 5px 0;
    color: #a2a2a2;
    width: 100%;
  }
  .category-item-block .category-item-title {
    font-size: 12px;
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .product-item-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    padding: 10px 15px;
  }
  .product-image-block {
    width: 350px;
    height: auto;
    overflow: hidden;
  }
  .product-info-block {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 5px 20px;
    font-size: 12px;
  }
  .product-info-block .info-title {
    width: 100%;
    font-size: 16px;
  }
  .product-info-block .info-specification {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
  }
  .product-info-block .info-specification li {
    flex: 1 0 100%;
  }
  .product-info-block .full-description {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .product-info-block .info-attributes {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-info-block .info-attributes .a-title {
    padding: 10px 15px;
  }
  .product-info-block .info-attributes .a-list {
    width: 100%;
  }
  .product-item-block {
    flex: 1 0 23%;
    max-width: 255px;
    min-width: 200px;
  }
  .product-item-block .product-item-link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .product-item-block .product-item-image {
    width: 130px;
    height: 130px;
  }
  .product-item-block .product-item-barcode {
    padding: 5px 0;
    color: #a2a2a2;
    width: 100%;
  }
  .product-item-block .product-item-title {
    padding: 10px 3px 5px 5px;
    line-height: 1.4;
    font-size: 12px;
  }
  .grid-categories-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .category-item-block {
    width: auto;
    flex: 1 0 30%;
    min-width: 200px;
    max-width: inherit;
  }
  .category-item-block .category-item-image {
    width: 130px;
    height: 130px;
  }
  .category-item-block .category-item-barcode {
    padding: 5px 0;
    color: #a2a2a2;
    width: 100%;
  }
  .category-item-block .category-item-title {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .related-products-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-item-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    padding: 15px 10px;
  }
  .product-image-block {
    width: 300px;
    height: auto;
  }
  .product-info-block {
    width: 100%;
    max-width: 350px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .product-info-block .info-title {
    font-size: 16px;
  }
  .product-info-block .info-specification {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
  }
  .product-info-block .info-specification li {
    flex: 1 0 100%;
  }
  .product-info-block .full-description {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .product-info-block .info-attributes {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-info-block .info-attributes .a-title {
    padding: 10px 15px;
  }
  .product-info-block .info-attributes .a-list {
    width: 100%;
  }
  .product-item-block {
    width: auto;
    min-width: 30%;
    max-width: 33%;
    flex: 1 0 24%;
  }
  .product-item-block .product-item-link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
  .product-item-block .product-item-image {
    width: 130px;
    height: 130px;
  }
  .product-item-block .product-item-barcode {
    padding: 5px 0;
    color: #a2a2a2;
    width: 100%;
  }
  .product-item-block .product-item-title {
    padding: 10px 3px 5px 5px;
    line-height: 1.4;
    font-size: 12px;
  }
  .related-products-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    border-top: 1px solid #f1f1f1;
  }
  .grid-categories-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .category-item-block {
    width: auto;
    flex: 1 0 30%;
    min-width: 200px;
    max-width: inherit;
  }
  .category-item-block .category-item-image {
    width: 130px;
    height: 130px;
  }
  .category-item-block .category-item-barcode {
    padding: 5px 0;
    color: #a2a2a2;
    width: 100%;
  }
  .category-item-block .category-item-title {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .related-products-title {
    font-size: 16px;
  }
}
.footer-wrapper {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.footer-wrapper .footer-nav {
  width: auto;
  min-width: 350px;
  max-width: 600px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0 20px;
}
.footer-wrapper .footer-nav .nav-title {
  font-size: 16px;
  padding: 15px 0;
}
.footer-wrapper .footer-nav .nav-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin: 0 0 20px 0;
}
.footer-wrapper .footer-nav .nav-block nav {
  flex: 1 0 50%;
  color: #7d7d7d;
}
.footer-wrapper .footer-nav .nav-block nav a {
  display: block;
  padding: 3px 0;
  text-transform: capitalize;
}
.footer-wrapper .copyright {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .footer-wrapper {
    width: 100%;
  }
  .footer-wrapper .footer-nav {
    width: 100%;
    padding: 0;
  }
  .footer-wrapper .footer-nav .nav-block nav {
    margin: 5px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .footer-wrapper {
    width: 100%;
  }
  .footer-wrapper .footer-nav {
    width: 350px;
    padding: 0;
  }
  .footer-wrapper .footer-nav .nav-block nav {
    flex: 0 1 45%;
    margin: 5px;
  }
}
.pagination-wrapper {
  display: block;
  width: 100%;
}
.pagination-wrapper nav {
  display: block;
  width: 100%;
}
.pagination-wrapper .pagination {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin: 20px auto;
}
.pagination-wrapper .pagination .page-item {
  width: 40px;
  height: 40px;
  cursor: default;
  font-size: 13px;
  color: #505050;
}
.pagination-wrapper .pagination .page-item span {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
  height: 100%;
}
.pagination-wrapper .pagination .page-item a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0s;
}
.pagination-wrapper .pagination .page-item a:hover {
  font-weight: 600;
  transition: 0s;
}
.pagination-wrapper .pagination .page-item.disabled {
  color: #c7c7c7;
}
.pagination-wrapper .pagination .page-item.active {
  color: #000;
  background-color: #f1f1f1;
  font-weight: 600;
  border-radius: 5px;
}

.empty-image {
  filter: opacity(0.1);
}

.contacts-page-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
.contacts-page-wrapper .block-title {
  font-size: 20px;
  text-align: center;
  padding: 15px 10px;
}

.contacts-block {
  flex: 1 0 50%;
  padding: 10px;
}

.contacts-group-block {
  margin: 10px auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
}

.contact-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 16px;
  margin: 10px auto;
}
.contact-item .contact-title {
  width: 30%;
  text-align: right;
  padding: 0 15px 0 5px;
}
.contact-item .contact-value {
  width: auto;
  padding: 0 5px;
}

.feedback-block {
  flex: 1 0 50%;
  padding: 10px;
}

.feedback-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.feedback-form .form-item {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.feedback-form .form-item input, .feedback-form .form-item textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  border-radius: 5px;
  background-color: #f1f1f1;
}
.feedback-form .form-item textarea {
  resize: none;
  height: 250px;
}
.feedback-form .email-link-item {
  width: 100%;
}
.feedback-form .email-link-item a {
  padding: 5px;
  font-size: 20px;
  color: #505050;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 100;
}
.feedback-form .form-submit {
  width: 100%;
  height: auto;
  margin: 15px auto;
}
.feedback-form .form-submit input[type=submit] {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.map-block {
  flex: 1 0 100%;
  padding: 10px;
}
.map-block .map-iframe {
  width: 90%;
  min-width: 300px;
  height: auto;
  margin: 10px auto;
}
.map-block .map-iframe > iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 480px) {
  .contacts-page-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
  }
  .contacts-page-wrapper .block-title {
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
  }
  .contacts-block {
    flex: 1 0 100%;
    padding: 10px;
  }
  .contacts-group-block {
    margin: 10px auto;
    padding: 15px 0;
  }
  .contact-item {
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .contact-item .contact-title {
    width: auto;
    padding: 0 10px 0 5px;
  }
  .contact-item .contact-value {
    width: auto;
    padding: 0 5px;
  }
  .feedback-block {
    flex: 1 0 50%;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
  }
  .feedback-form {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .feedback-form .form-item {
    margin: 10px auto;
  }
  .feedback-form .form-item input, .feedback-form .form-item textarea {
    padding: 10px;
    font-size: 10px;
  }
  .feedback-form .form-item textarea {
    height: 150px;
  }
  .feedback-form .form-submit {
    margin: 10px auto;
  }
  .feedback-form .form-submit input[type=submit] {
    width: 150px;
    padding: 10px;
  }
  .map-block {
    flex: 1 0 100%;
    padding: 10px;
  }
  .map-block .map-iframe {
    width: 90%;
    min-width: 150px;
    height: auto;
    margin: 10px auto;
  }
  .map-block .map-iframe > iframe {
    display: block;
    width: 100%;
    height: 150px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .contacts-page-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
  }
  .contacts-page-wrapper .block-title {
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
  }
  .contacts-block {
    flex: 1 0 50%;
    padding: 10px;
  }
  .contacts-group-block {
    margin: 10px auto;
    padding: 15px 0;
  }
  .contact-item {
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .contact-item .contact-title {
    width: auto;
    padding: 0 10px 0 5px;
  }
  .contact-item .contact-value {
    width: auto;
    padding: 0 5px;
  }
  .feedback-block {
    flex: 1 0 50%;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
  }
  .feedback-form {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }
  .feedback-form .form-item {
    margin: 10px auto;
  }
  .feedback-form .form-item input, .feedback-form .form-item textarea {
    padding: 10px;
    font-size: 10px;
  }
  .feedback-form .form-item textarea {
    height: 150px;
  }
  .feedback-form .form-submit {
    margin: 10px auto;
  }
  .feedback-form .form-submit input[type=submit] {
    width: 150px;
    padding: 10px;
  }
  .map-block {
    flex: 1 0 100%;
    padding: 10px;
  }
  .map-block .map-iframe {
    width: 90%;
    min-width: 150px;
    height: auto;
    margin: 10px auto;
  }
  .map-block .map-iframe > iframe {
    display: block;
    width: 100%;
    height: 150px;
  }
}
.error-page-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
}
.error-page-container .error-code {
  font-size: 5em;
  font-weight: 600;
  color: #000000;
}
.error-page-container .error-message {
  margin: 20px auto;
  font-size: 1.4em;
  color: #000000;
  opacity: 0.8;
  font-weight: 600;
}
.error-page-container .error-message a {
  color: #e41f25;
}
