/* HEADER
-------------------- */
.top {
  background: #C5C5C4 url("images/header-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 100;
}
.header {
  padding: 1.2rem 0;
  font-size: 1.5rem;
}
.header-logo {
  display: block;
  height: 100px;
  background: url("images/header-logo.svg") no-repeat left center;
  background-size: contain;
}
.header-contact-phone {
  font-size: 1.4em;
  text-indent: -1rem;
  display: inline-block;
}
.header-contact-phone,
.header-contact-soc,
.header-contact-in,
.header-contact-mail {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-right: .5rem;
  font-weight: 700;
}
.header-contact-mail {
  font-size: 1.3em;
  margin-bottom: 6px;
  display: block;
}
.header-contact-in {
  display: inline-block;
  padding: 5px 0 5px 24px;
  background: url("images/insta-ico.svg") no-repeat left center;
  font-size: 1.2em;
}
.header-menu {
  min-width: 15rem;
}
.header-menu-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.header-menu-ico:last-child {
  margin-right: 1.5rem;
}
.header-menu-ico-count {
  position: absolute;
  left: 60%;
  bottom: 60%;
  background-color: #f7170a;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 0.85em;
}
.header-lang {
  
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #000;
  opacity: .6;
  margin-right: 4px;
  padding: 4px 6px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.header-lang--active {
  opacity: 1;
  color: #fff;
  background-color: #222;
}
@media (max-width: 1280px) {
  .header-menu {
    min-width: 12rem;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 1rem 0;
  }
  .header-logo {
    height: 120px;
  }
  .header-menu {
    min-width: 0;
  }
}
@media screen and (max-width: 580px) {
  .header {
    padding: 0.6rem 0;
  }
  .header-contact-phone {
    font-size: 1.2em;
    text-indent: 0;
  }
  .header-logo {
    height: 75px;
  }
}
.menumain {
  background:linear-gradient( to bottom, #bcc6cc, #eee, #bcc6cc);
}
.mainmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.55rem;
}
.mainmenu a {
  color: #fff;
  text-decoration: none;
}
.mainmenu .submenu {
  padding: 1.5rem 2rem 0.5rem;
}
.mainmenu .submenu a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.mainmenu > li {
  position: relative;
}
.mainmenu > li > a {
  display: block;
  padding: 1.5rem 2rem;
  font: bold 1.55rem 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  /*background:linear-gradient( to bottom, #bcc6cc, #eee, #bcc6cc);*/
  /*background-color: #000;*/
}
.mainmenu > li.current > a {
  background: #f7170a;
  color: #fff;
}
.mainmenu > li:hover > a {
  /*text-decoration: underline;*/
  background-color: #bcc6cc;
  color: #fff;
}
.mainmenu > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 991px) {
  .mainmenu a {
    color: #000;
  }
  .mainmenu .submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 40rem;
  }
}
@media (max-width: 991px) {
  .menumain {
    position: relative;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mainmenu {
    background-color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
/* MAIN
-------------------- */
.main {
  padding: 3rem;
  background-color: #fff;
  min-height: 500px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  margin-bottom: 5rem;
}
.textblock {
  font-size: 1.65rem;
  line-height: 1.6;
}
.textblock p,
.textblock ul,
.textblock ol {
  margin-bottom: 2rem;
}
.textblock ul {
  margin-left: 2rem;
}
.textblock ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L-3.26266e-07 7.4641L-2.34249e-08 0.535898L6 4Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
}
.textblock ol {
  margin-left: 2rem;
}
.textblock table {
  min-width: 50%;
}
.textblock table th {
  font-weight: bold;
  padding: 1.3rem;
  background-color: #fafafa;
  text-align: left;
}
.textblock table td {
  padding: 0.8rem 1.3rem;
  border-bottom: 1px solid #fafafa;
}
.textblock table tr:nth-child(odd) td {
  background-color: #fafafa;
}
.crumbs {
  font-size: 1.5rem;
  line-height: 1.6;
}
.crumbs span {
  display: inline-block;
  margin: 0 0.5rem;
}
.pagenav span,
.pagenav a {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  background-color: #fafafa;
  margin: 0 1rem 0.5rem 0;
}
.pagenav span {
  color: #fff;
  background-color: #5f5f5f;
}
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 1rem;
}
.owl-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  background-color: #000;
  margin: 0 5px;
  border-radius: 10px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #f7170a;
  width: 22px;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
}
.main-slider .owl-nav {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
}
.main-slider .owl-nav button.owl-prev,
.main-slider .owl-nav button.owl-next {
  padding: 0.6rem;
  background-color: #fff;
  margin-left: 1rem;
}
.main-slider .owl-nav button.owl-prev svg,
.main-slider .owl-nav button.owl-next svg {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.main-slider img {
  min-height: 150px;
  object-fit: cover;
  object-position: left center;
}
.main-slider .owl-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.main-slider .owl-dots .owl-dot {
  background-color: #fff;
}
.filter-loader {
  width: 66px;
  height: 33px;
  background: url(images/loader.svg?1) no-repeat center center;
  background-size: auto 220%;
}
/* NEWS
-------------------- */
.news {
  font-size: 1.55rem;
}
.news-title {
  font-size: 1.15em;
}
.news-date {
  opacity: 0.7;
}
/* MARKS
-------------------- */
.marks-slider-outer,
.text-outer {
  position: relative;
  margin-left: -3rem;
  margin-right: -3rem;
  background-color: #f4f4f4;
  padding: 0 60px;
}
.marks-slider-outer .owl-nav button.owl-prev,
.text-outer .owl-nav button.owl-prev,
.marks-slider-outer .owl-nav button.owl-next,
.text-outer .owl-nav button.owl-next {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.marks-slider-outer .owl-nav button.owl-next,
.text-outer .owl-nav button.owl-next {
  left: auto;
  right: -30px;
}
.marks-slider-outer .owl-stage,
.text-outer .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marks-slider-item {
  display: block;
  padding: 1rem;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.marks-slider-item:hover {
  border-color: #F7170A;
  /*background-color: #888;
  -webkit-filter: invert(1);
          filter: invert(1);*/
}
.text-outer {
  background-color: #fafafa;
  padding: 4rem 3rem 0;
}
@media (max-width: 580px) {
  .marks-slider-outer {
    padding: 0;
  }
  .marks-slider-item {
    padding: 1.5rem;
  }
}
/* CATS
-------------------- */
.cats_limit > div:nth-child(n+11) {
  display: none;
}
.cats-item {
  padding: 1rem;
  border: 1px solid #eee;
  text-align: center;
}
.cats-item:hover {
  border-color: #666;
}
.cats-item-img {
  display: block;
  margin-bottom: 1rem;
}
.cats-item-img_sm img {
  height: 74px;
}
.cats-item-link {
  font-weight: bold;
  font-size: 1.55rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cats-item {
    padding: 2rem;
  }
}

.leftmenu {
  font-size: 1.5rem;
}
.leftmenu a {
  display: inline-block;
  margin-bottom: 0.6rem;
}
.leftmenu > li > a {
  font-weight: bold;
  font-size: 1.25em;
}
/* DETAILS
-------------------- */
.detail-item {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 1.45rem;
  position: relative;
}
.detail-item:hover {
  border-color: #888;
}
.detail-item-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 2px;
  background-color: #00960f;
  color: #fff;
  padding: 2px 7px 3px;
  font-size: 0.9em;
}
.detail-item-label_2 {
  background-color: #f7170a;
}
.detail-item-img {
  display: block;
}
.detail-item-img img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.detail-item-inner {
  padding: 1.5rem 2rem 1rem;
}
.detail-item-title {
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
}
.detail-item-charlabel {
  opacity: 0.5;
  margin-bottom: 6px;
}
.detail-item-charvalue {
  font-size: 1.15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail-item-charvalue:hover {
  overflow: visible;
  text-overflow: clip;
}
.detail-item-price {
  font-size: 1.5em;
  font-weight: bold;
}
.detail-item-price_grn {
  font-size: 1.1em;
}

/* SINGLE
-------------------- */
.single-images-carousel {
  border: 1px solid #eee;
  border-radius: 3px;
}
.single-images-carousel .owl-nav button.owl-prev,
.single-images-carousel .owl-nav button.owl-next {
  background-color: #f7170a;
  padding: 0.8rem 0.6rem;
  position: absolute;
  top: 50%;
  left: 2rem;
}
.single-images-carousel .owl-nav button.owl-prev svg,
.single-images-carousel .owl-nav button.owl-next svg {
  display: block;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.single-images-carousel .owl-nav button.owl-prev svg path,
.single-images-carousel .owl-nav button.owl-next svg path {
  fill: #fff;
}
.single-images-carousel .owl-nav button.owl-next {
  left: auto;
  right: 2rem;
}
.single-images-carousel .owl-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.single-images-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #000;
}
.single-images-thumbs_item {
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 3px;
}
.single-images-thumbs_item__active {
  border-color: #f7170a;
}
.single-char {
  font-size: 1.7rem;
}
.single-char-label {
  opacity: 0.7;
  position: relative;
}
.single-char-label span {
  display: inline-block;
  padding: 0 1rem 0.2rem 0;
  position: relative;
  background-color: #fff;
  z-index: 100;
}
.single-char-label:after {
  content: '';
  display: block;
  border-bottom: 1px dashed #aaa;
  position: relative;
  margin-top: -0.8rem;
}
.single-char-val {
  font-size: 1.1em;
}
.single-prices {
  font-size: 2.4rem;
  line-height: 1;
}
.single-prev {
  border: 1px solid #eee;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding: 1.4rem;
  font-weight: bold;
  font-size: 1.6rem;
}

/* ARTICLES
-------------------- */
.articles-list {
  font-size: 1.35rem;
}
.articles-list-item {
  border: 1px solid rgba(0,0,0,0.07);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
          box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  border-radius: 3px;
}
.articles-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.articles-list-content {
  padding: 2rem;
}
.articles-list-title {
  font-weight: 600;
  display: block;
  font-size: 1.15em;
}
.articles-date {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.articles-date:before {
  content: '';
  position: absolute;
  width: 150%;
  left: -5%;
  height: 130%;
  top: -15%;
  background-color: #FEF282;
  z-index: -1;
  transform: skew(-20deg)
}

/* CART
-------------------- */
.cart-table {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.6
}
.cart-table td,
.cart-table th {
  text-align: left;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.cart-table th {
  opacity: 0.5;
}
.cart-table input[type="number"].txt {
  width: 80px;
}
.cart-table-img {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 2px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}
.cart-itogo-block {
  padding: 2rem;
  background-color: #fafafa;
  border: 2px solid #F7170A;
  border-radius: 5px;
  font-size: 1.5rem;
}
.cart-itogo-title {
  border-bottom: 1px solid #eee;
  font-size: 1.3em;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.cart-itogo-value {
  font-weight: 600;
  font-size: 1.4em;
}
.cart-itogo-split {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  border-bottom: 1px dotted #ccc;
}

/* FOOTER
-------------------- */
.footer {
  font-size: 1.6rem;
}
.footer-title {
  font-size: 1.15em;
  margin-bottom: 2rem;
  font-weight: bold;
}
.footer-menu li {
  margin-bottom: 0.5rem;
}
.footer-soc {
  display: inline-block;
  margin: 0 7px 7px 0;
  width: 30px;
  height: 30px;
}
.footer-soc-fb {
  background-image: url("images/footer-fb.svg");
}
.footer-soc-in {
  background-image: url("images/footer-in.svg");
}
.footer-soc-tg {
  background-image: url("images/footer-tg.svg");
}
.footer-soc-yt {
  background-image: url("images/footer-yt.svg");
}
.m-contacts {
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  font-size: 1.45rem;
  padding: 2rem;
  z-index: 100;
}
.m-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.scrolltop {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #333 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M1.617,7.155 L6.037,3.028 L6.037,17.113 C6.037,17.606 6.459,18.000 6.987,18.000 C7.515,18.000 7.937,17.606 7.937,17.113 L7.937,3.028 L12.357,7.155 C12.540,7.326 12.786,7.418 13.025,7.418 C13.271,7.418 13.511,7.332 13.694,7.155 C14.067,6.806 14.067,6.248 13.694,5.900 L7.655,0.262 C7.480,0.098 7.233,-0.001 6.987,-0.001 C6.734,-0.001 6.494,0.091 6.319,0.262 L0.280,5.900 C-0.093,6.248 -0.093,6.806 0.280,7.155 C0.646,7.496 1.251,7.496 1.617,7.155 Z'/%3E%3C/svg%3E") no-repeat center center;
}
