.c-navigation__link {
  padding: 5px;
}

.c-navigation__top>a {
  font-size: 16px !important;
}

.home-categories-wrapper {
  max-width: 100vw;
  padding: 0 30px;
}

.home-categories {
  padding: 50px 0 20px;
  background: #F3F3F1;
}

.home-categories .primary-btn {
  color: #1F1A17;
}

.home-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.home-category__item {
  min-height: 255px;
  padding: 0 15px 30px;
}

.home-category__item_inner {
  position: relative;
  margin: 0;
  height: 100%;
  padding: 65px 20px;
}

.home-category__item_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-category__item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
}

figcaption.home-category__item_content strong {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.home-category__item_content h3 {
  font-weight: 600;
  font-size: 23pt;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: center;
  max-width: 300px;
}

@media (max-width: 1024px) {
  .home-category__item_content h3 {
    font-size: 20pt;
  }
}

.home-category__item_content a {
  padding: 12px 22px;
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid #F6B906;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #F6B906;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-category__item_content a:hover {
  background: #F6B906;
  color: #FFF;
}

.footer-disclaimer {
  font-size: 12px;
}

.footer-row .c-menu__link {
  font-size: 16px;

}

.t-site-footer .footer-img-row {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0 0;
}

.footer-bottom-img {
  text-align: center;
}

.footer-bottom-img img {
  width: 240px;
}

@media (max-width: 60em) {
  .footer-bottom-img img {
    margin: 0 auto;
  }
}

.footer__contact-info {
  max-width: 184px;
  line-height: 1.2;
}

.t-site-footer .c-menu__list {
  line-height: 1.1;
}

.t-site-footer .c-menu__title {
  font-size: 18px;
}

.t-site-footer .phone-contact a {
  font-size: 14px;
}

.t-site-footer .footer-img-row img:first-child {
  margin-right: 25px;
}

/* MAGIC ZOOM START */

.o-layout__item.u-text-center.x-product-layout-images {
  padding-bottom: 80px;
  min-height: 600px;
}

@media (max-width: 60em){
  .o-layout__item.u-text-center.x-product-layout-images {
    min-height: 400px;
  }
}

.o-layout__item.x-product-layout-images {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.x-filmstrip-wrapper {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}

.x-filmstrip-controls__previous,
.x-filmstrip-controls__next {
  display: none;
}

.MagicSelectors {
  display: flex;
  margin-bottom: 10px;
}

.MagicSelectors img {
  opacity: 1;
}

.x-filmstrip-wrapper a.mz-thumb {
  border-bottom: 2px solid transparent;
  transition: border-color .3s ease-in-out;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.x-filmstrip-wrapper .mz-thumb:hover {
  border-bottom: 2px solid #F6B906;
}

.x-filmstrip-wrapper .mz-thumb.mz-thumb-selected {
  border-bottom: 2px solid #F6B906;
}

.mz-thumb.mz-thumb-selected img {
  border: none !important;
  outline: none !important;
}

.mz-thumb img {
  border: none !important;
  outline: none !important;
}

/* MAGIC ZOOM END */