/*====================*/
/* Global Settings    */
/*====================*/
html {height: auto;}
body {height: auto;overflow: visible;background-image: url(../img/pattern.png);background-color: rgba(0, 0, 0, 0.96);background-size: contain;background-repeat: repeat-y;background-blend-mode: multiply;color: var(--clr-white);}
body ::-moz-selection {color: #fff;background: #2d2c2c;}
body ::selection {color: #fff;background: #2d2c2c;}
body ::-moz-selection {color: #fff;background: #2d2c2c;}
.swiper-slide:not(:first-child) {display: block;}
/*====================*/
/* Products           */
/*====================*/
/* categories-menu */
.prod-sec {position: relative;display: block;width: 100%;}
.prod-sec .product-title {margin-bottom: 40px;}
.prod-sec .prod-decor {position: absolute;z-index: -1;left: 0;top: 0;}
.prod-link-on-new {position: absolute;display: block;left: 0;top: -150px;}
@media (max-width: 1366px) {
  .prod-sec .product-title {margin-bottom: 20px;}
    .prod-sec .prod-decor {display: none;}
}
@media (max-width: 767px) {
  .prod-sec .spacer-sm.style-2 {display: none;}
}
.categories-menu {position: relative;text-align: center;margin-bottom: 30px;}
.categories-list {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-ms-flex-wrap: wrap;flex-wrap: wrap;background: var(--bg);padding: 3px;border: 1px solid var(--clr-primary);border-radius: 6px;}
.categories-list-item a {position: relative;display: inline-block;-webkit-transition: 0.25s;transition: 0.25s;font-size: 14px;font-weight: 500;color: var(--clr-text);text-transform: uppercase;padding: 15px 24px;margin-right: 5px;border-radius: 6px;}
.categories-list-item:last-child a {margin-right: 0;}
.categories-list-item a:active {-webkit-transform: translateY(3px);transform: translateY(3px);}
.categories-list-item.active a {background-color: var(--clr-primary);color: var(--clr-white);}
.category-title {display: none;}
@media (min-width: 1200px) {
  .categories-list-item a:hover {background-color: var(--clr-primary);color: var(--clr-white);}
}
@media (max-width: 991px) {
  .categories-list-item.active a {margin: 0;}
  .categories-menu {text-align: left;}
  .category-title {display: block;border: 1px solid var(--clr-border);padding: 10px 35px;}
  .category-title:before {content: '';position: absolute;right: 15px;top: 50%;width: 12px;height: 12px;border: solid var(--clr-text);border-width: 0 1px 1px 0;-webkit-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);margin-top: -2px;-webkit-transition: 0.25s;transition: 0.25s;}
  .category-title.active:before {margin-top: 2px;-webkit-transform: translateY(-50%) rotate(-135deg);transform: translateY(-50%) rotate(-135deg);}
  .category-title {padding: 10px;border-radius: 5px;}
  .categories-list-item a {width: 100%;font-size: 16px;font-weight: 400;text-transform: none;padding: 10px;margin-right: 0;}
  .categories-list {border-radius: 5px;padding: 0;position: absolute;top: 100%;left: 0;width: 100%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;z-index: 2;-webkit-transition: 0.25s;transition: 0.25s;-webkit-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(0);transform: scaleY(0);}
  .categories-list-item {width: 100%;}
  .categories-menu.active .categories-list {-webkit-transform: scaleY(1);transform: scaleY(1);}
}
@media (max-width: 767px) {
  .categories-menu {margin-bottom: 20px;}
}
/* end of categories-menu */

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--clr-white);
}

footer::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-size: cover;
    opacity: 0.1;
}

.footer-decor {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 70px;
}
.footer-cat-decor {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 10%;
}
/*top*/
.footer-top {
  position: relative;
  display: block;
  width: 100%;
}
.footer-top .footer-link {
  position: relative;
  display: block;
  width: 100%;
}
.footer-top .footer-link a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #404040;
  margin-bottom: 35px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer-top .footer-link.footer-link-main a {
  color: #2d2c2c;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-top .footer-link a:last-child {
  margin-bottom: 0;
}
.footer-icon-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  /* margin-bottom: 30px; */
}
.footer-icon-block:last-child {
  margin-bottom: 0;
}
.footer-icon-block .btn-icon {
  margin-right: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-icon-block .btn-icon svg{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-icon-block .btn-icon .bg-icon {
  margin-top: 12px;
}
.footer-info {
  position: relative;
  display: block;
  width: 100%;
}
.footer-info-block {
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.footer-info-block:last-child {
  margin-bottom: 0;
}
.footer-info .title,
.footer-info-block .title {
  font-weight: 500;
  font-size: 16px;
  margin-top: 35px;
}
.footer-info .title:first-child {
  margin-top: 0;
}
.footer-info p,
.footer-info-block p {
  color: #404040;
}
.footer-info .text,
.footer-info-block .text {
  line-height: 1.5em;
}
.footer-info a {
  color: #2d2c2c;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer-info b,
.footer-info span {
  color: #2d2c2c;
}
.footer-info-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-info-center .text b {
  font-weight: 500;
}

.footer-icon-block p{
    margin-right: 10px;
}

.footer-icon-block.right {
  /* -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-icon-block.right .footer-info {
  width: auto;
  margin-right: 20px;
}
.btn-icon .bg-icon.margin {
  margin-top: 14px;
}
.btn-icon.facebook {
  margin-right: 5px;
}
.btn-icon.facebook .bg path {
  fill: #255a9c;
  stroke: #255a9c;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.btn-icon.facebook .bg circle {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.btn-icon.facebook .bg-icon {
  margin-top: 0;
  margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-icon.facebook .bg-icon path {
  fill: var(--clr-black);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-icon.insta {
  margin-right: 0;
}
.btn-icon.insta .bg path {
  fill: url('#myGradient');
  stroke: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-icon.insta .bg-icon {
  margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-icon.insta .bg-icon path {
  fill: var(--clr-black);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/*bottom*/
.footer-bottom {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 0.57rem;
  color: var(--clr-black);
  font-weight: 300;
}
.footer-bottom .copiri {
  color: #404040;
}
.footer-bottom .footer-pay {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100%; */
}
.footer-bottom .footer-pay span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 40px;
}
.footer-bottom .footer-pay span:first-child {
  margin-right: 5px;
}
.footer-bottom .footer_redstone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #404040;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer-bottom .footer_redstone img {
  margin-left: 15px;
}
/*media*/
@media (min-width: 1200px) {
  .footer-top .footer-link a:hover {
    color: var(--clr-primary);
  }
  .footer-info a:hover {
    color: var(--clr-primary);
  }
  .footer-bottom .footer_redstone:hover {
    color: #db2526;
  }
  .btn-icon.facebook:hover .bg path {
    fill: transparent;
  }
  .btn-icon.facebook:hover .bg-icon path {
    fill: #255a9c;
  }
  .btn-icon.insta:hover .bg path {
    fill: transparent;
    stroke: url('#myGradient');
  }
  .btn-icon.insta:hover .bg-icon path {
    fill: url('#myGradient');
  }
}
@media (max-width: 1366px) {
  .footer-icon-block.right .footer-info {
    margin-right: 10px;
  }
  .footer-top .footer-link a {
    margin-bottom: 20px;
  }
  /* .footer-icon-block {
    margin-bottom: 20px;
  } */
  .footer-info .title {
    margin-top: 20px;
  }
  .footer-info-block {
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-decor {
    display: none;
  }
  .footer-cat-decor {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-top .footer-link {
    margin-bottom: 20px;
  }
  .footer-top .footer-link.right {
    text-align: right;
  }
  .footer-top .footer-link a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .footer-top .footer-link a :last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .footer-top .footer-link.right {
    text-align: left;
  }
  .footer-top .footer-link a {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer-top .footer-link a:last-child {
    margin-bottom: 0;
  }
  .footer-icon-block.right {
    justify-content: center;
    /* margin-top: 20px; */
  }
  .footer-bottom .footer_redstone {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-icon-block .btn-icon {
    margin-right: 8px;
  }
}
@media (max-width: 575px) {
  .footer-info-block {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .footer-info {
    display: flex;
  }
  .footer-icon-block.phone {
    margin-top: 20px;
  }
  .footer-icon-block.right,
  .footer-bottom .footer_redstone,
  .footer-bottom .footer-pay {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .footer-info.gps {
    display: block;
  }
  .footer-info-block {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer-top .footer-link a {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
  .footer-top .footer-link.footer-link-main a {
    font-size: 14px;
  }
  .footer-icon-block .btn-icon {
    margin-right: 15px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SEO BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.seo-sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 15px;
}
.seo-sec .seo-decor-list {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 30px;
}
.seo-sec .seo-decor-yellow {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 134px;
}
/*img*/
.seo-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 95%;
}
.seo-img svg {
  position: relative;
  max-width: 425px;
  width: 100%;
  height: auto;
}
.seo-img .seo-decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*seo-cont*/
.seo-cont {
  position: relative;
  display: block;
  width: 100%;
  color: var(--clr-gray);
}
.seo-cont .title {
  margin-bottom: 20px;
}

.seo-cont .text{
  line-height: 28px;
}

.seo-cont .text p {
  line-height: 28px;
}

.seo-cont .text p + p {
  margin-top: 15px;
}
.more-text .text {
  display: none;
    margin-top: 15px;
}
.read-more {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  padding-right: 0;
  cursor: pointer;
  color: var(--clr-white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.read-more:before {
  content: none;
  position: absolute;
  right: 2px;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more-text.open-more-text .read-more {
  color: var(--clr-primary);
}
.more-text.open-more-text .read-more:before {
  top: 5px;
  /* border-color: #db2526; */
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
/*media*/
@media (min-width: 1200px) {
  .more-text .read-more:hover {
    color: var(--clr-primary);
  }
  /* .more-text .read-more:hover:before {
    border-color: #db2526;
  } */
}
@media (max-width: 1640px) {
  .seo-sec .seo-decor-list {
    left: -55px;
  }
}
@media (max-width: 1366px) {
  .seo-sec .seo-decor-list,
  .seo-sec .seo-decor-yellow {
    display: none;
  }
}
@media (max-width: 991px) {
  .seo-img {
    display: none;
  }
  .seo-sec {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  /*  .seo-sec {display: none;}*/
  .seo-sec {
    margin-bottom: 20px;
  }
}