*,
::before,
::after
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root
{
    --black: #000;
    --white: #fff;

    --flex-direction: row;

    --two-col: 50%;
    --three-col: calc(100% / 3);
    --four-col: 25%;

    --px35: 35px;
    --px65: 65px;

}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.p-t-b
{
  padding: 35px 0 !important;
}
.list
{
  list-style: none;
}
.list--row,
.row
{
  display: flex;
}
.page-title
{
    max-width: 1280px;
    padding: 35px 0;
    margin: 0 auto;
}

.two-col
{
    display: flex;
    justify-content: space-between;
    flex-direction: var(--flex-direction);
}
.two-col__item 
{
    width: calc(var(--two-col) - 10px);
}
.two-col__item--center
{
    text-align: center;
}


.container
{
  max-width: 1280px;
  margin: 0 auto;
}

.header
{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgb(0 0 0 / 88%);
}
.header__wrapper
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: var(--flex-direction);
  width: 100%;
  height: 100vh;
}
.header__contacts
{
  color: var(--white);
  border-right: 1px solid var(--white);
  text-align: center;
}
.header__contacts a
{
  color: var(--white);
  text-decoration: none;
}
.header__contacts,
.header__menu
{
  width: calc(var(--two-col) - 10px);
}
.header__mobile-btn

{
  position: absolute;
    z-index: 9999999;
    top: 30px;
    right: 45px;
}
.header__search
{
    position: absolute;
    z-index: 9999999;
    top: 15px;
    right: 55px;
}
.header__logo-bx
{
  position: absolute;
    z-index: 9999999;
    top: 35px;
    left: 35px;
}
.header__logo
{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
    font-size: 28px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--white);
}


.header
{
    display: none;
}
.header.showMenu
{
    display: block;
}
.nav__list
{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.nav__item
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav__link
{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.header__search-wrapper
{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.5s;
  transform: translateY(-100%);
}
.header__search-wrapper.header__search-wrapper--visible
{
  transform: translateY(0);

}

/*#region Swiper*/
  
  .introcontainer {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .swiper-container {
    width: 100%;
    height: 100vh;
    background: rgb(10, 10, 11);
    overflow: hidden;
  }
  .swiper-slide {
    width: 500px;
    height: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    background: rgb(10, 10, 11);
  }
  .cards {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .card
  {
    width: 100%;
    height: 100%;
  }
  .card img {
    object-fit: contain;
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    height: 100%;
    min-height: 50vh;
    padding: 0;
    margin: 0;
  }
  
  .card.two img {
    filter: sepia(100%) hue-rotate(190deg) saturate(300%);
  }
  .card.three img {
    height: 50vh;
  }
  .card.four img {
    filter: invert(4%) sepia(75%) saturate(500%) hue-rotate(356deg) brightness(70%) contrast(103%);
  }
  .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    max-width: 100%;
    width: 500px;
    
  }
  
  .title-box {
    display: flex;
    text-align: left;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0 !important;
    bottom: 50px;
    justify-content: center;
    color: #fff;
    opacity: 0;
    z-index: 15;
  }
  .title-box__wrapper
  {
    padding: 10px;
    background: rgb(0 0 0 / 70%);
  }
  .woocommerce .products ul, .woocommerce ul.products
  {
    margin: 0!important;
  }
  .woocommerce .main-content-area
  {
    padding-top: 0;
  }
  .woocommerce .p-t-b
  {
    padding: 0!important;
  }

  .cat-desc
  {
    margin-top: 10px;
  }
  .title-box h1 {
    display: block;
    font-weight: 700;
    line-height: normal;
    max-width: 100%;
    font-size: 3vmin;
  }
  .title-box p {
    font-size: 2vmin;
    padding-top: 0;
    margin: 0;
    padding-left: 1%;
    max-width: 100%;
  }
  .card .title-box .seperator {
    height: 1px;
    width:10%;
    background: white;
    position: absolute;
    content: "";
    left: -15%;
    top: 50%;  
  }
  .product__info-bx
  {
    min-height: 100vh;
    max-height: 100vh;
    padding: var(--px35);
    overflow-y: auto;
    background: var(--white);
  }
  .swiper-slide .title-box{
    transform: translateX(-50%);
    transition: all .7s ease .3s;
  }
  .swiper-slide-active .title-box {
    transform: translateX(0%);
    opacity: 1;
    transition: all .7s ease;
  }
  
  .swiper-scrollbar {
    background: white;
  }
  
  .swiper-slide .card img {
    transition: filter .7s ease;
    filter: grayscale(100%);
  }
  .swiper-slide-active .card img {
    filter: grayscale(0%) brightness(100%);
  }
  
  .swiper-pagination-bullet-active {
    background: white !important;
    width: 25px !important;
    height: 5px !important;
    border-radius: 0 !important;
  }
  .swiper-pagination-bullet {
    background: whitesmoke !important;
    width: 25px !important;
    height: 5px !important;
    border-radius: 0!important;
  }
  .swiper-arrows {
    width: 100%;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 80px !important;
    height: 80px;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .swiper-button-prev {
    left: 0px !important;
    right: auto !important;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .swiper-button-next {
    right: 0px !important;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .swiper-button-prev span,
  .swiper-button-next span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px #666;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.1s ease;
  }
  .swiper-button-prev span {
    transform: rotate(-135deg);
    left: 49%;
  }
  .swiper-button-next span {
    transform: rotate(45deg);
    right: 49%;
  }
  .swiper-button-prev:hover span,
  .swiper-button-next:hover span {
    width: 5px;
    height: 5px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 0px;
    height: inherit;
    content: "";
    position: absolute;
    border-radius: 5px;
    background-color: white;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0.8;
  }
  .swiper-button-prev:after {
    right: 0;
  }
  .swiper-button-next:after {
    left: 0;
  }
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    width: inherit;
  }
  .swiper-button-disabled {
    opacity: 1 !important;
  }
  .swiper-button-disabled.swiper-button-prev span,
  .swiper-button-disabled.swiper-button-next span {
    opacity: 0.2;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
  {
    content: none!important;
  }
  @media screen and (max-width: 512px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 60px;
      height: 60px;
      bottom: 0;
    }
    .swiper-arrows {
      height: 60px;
    }
    .swiper-button-prev {
      right: 60px;
    }
    .swiper-button-prev span {
      left: 45%;
    }
    .swiper-button-next span {
      right: 45%;
    }
   
  .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: "attr" !important;
  }
  .swiper-button-prev::after, .swiper-container-rtl .swiper-button-prev::after {
   content: "attr" !important;
  }
  .card img
  {
    object-fit: contain;
  }
  .title-box
  {
    left: 30%;
    bottom: -35%;
  }
  .title-box h1
  {
    font-size: 26px;
  }
  .title-box p
  {
    font-size: 16px;
  }
}
  
/*#endregion*/

/* WC*/

.woocommerce ul.products li.product .woocommerce-loop-product__title
{
  background: var(--white);
  padding: 10px;
  min-height: 75px;
  color: #000;
  font-weight: 400;
}
.woocommerce ul.products li.product .price
{
  color: #000;
  font-weight: 600;
}
.woocommerce ul.products li.product .button
{
  
  display: block;
  margin-top: 5px;
  padding: 10px 0;
  font-weight: 400;
  color: #000;
  background: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 0;
}

.main-content-area
{
  padding-top: 115px;
}
.product__header
{
  margin-bottom: 15px;
}
.product__title
{
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  
}
.product__desc
{
  font-size: 18px;
}
.woocommerce div.product div.images img
{
  object-fit: contain;
  height: 100%;
}
.wpgs-for .slick-slide
{
  height: 600px;
}
.woocommerce ul.products li.product a img
{
  margin-bottom: 0;
}
.woocommerce-loop-category__title
{
    text-align: center;
    color: var(--black);
    font-weight: 400;
    font-size: 18px!important;
    line-height: 1;
    text-transform: uppercase;
    background: var(--white);
}
.cat-link
{
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.woocommerce div.product div.summary
{
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}
.product__btn-list 
{
  margin-bottom: var(--px65);
}
.product__btn-item {
}
.product__btn-item:first-child 
{
  margin-right: 15px;
}
.product__btn-link 
{
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
}
.product__btn-link--ozon 
{
  background-color: #005bff;
  color: var(--white);
}
.product__btn-link--wb
{
  background: linear-gradient(to right,#cb11ab 0,#481173 100%) no-repeat;
  color: var(--white);
}
.product__viewed,
.product__viewed h2,
.related h2
{
  margin-bottom: 15px;
}
.product__viewed h2,
.related h2
{
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}
.product__viewed h2::before,
.product__viewed h2::after,
.related h2::before,
.related h2::after
{
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 2px;
    background: #eee;
}
.related h2::before,
.product__viewed h2::before
{
    top: 0;
    left: 0;
}
.related h2::after,
.product__viewed h2::after
{
    bottom: 0;
    right: 0;
}
.product__viewed
{
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.product__viewed ul,
.related ul
{
  padding: 0!important;
}
.product__btn-link + .product__btn-link
{
  margin-top: 10px;
}
.woocommerce div.product div.summary
{
  width: 100%!important;
}
p:not([class]),
ul:not([class])
{
  margin-bottom: 15px;
}
ul:not([class])
{
  margin-left: 20px;
}
img
{
  max-width: 100%;
  height: auto;
}
.aligncenter
{
  display: inherit;
  margin: 0 auto;
}

.brands
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands__link
{
  padding: 15px;
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  
}

/*#region Gallery*/
.gallery
{
    flex-wrap: wrap;
}
.gallery__list
{
    flex-wrap: wrap;
}
.gallery__item
{
    width: var(--four-col);
    padding: 5px;
}
/*#endregion*/

/*#region Contacts*/

.contacts 
{

}
.contacts__wrapper 
{

  padding-top: 115px;
}
.contacts__bx
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.contacts__requisites
{
  margin-top: 15px;
}
.contacts__bx ul
{
  width: calc(var(--two-col) - 10px);
  margin-bottom: 15px;
  padding: 10px;
  list-style: none;
  background: var(--white);
  border-radius: 5px;
}
.contacts__bx ul:nth-child(2)
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contacts__requisites ul
{
  padding: 10px;
  list-style: none;
  background: var(--white);
  border-radius: 5px;
}
.contacts__bx ul li:nth-child(2)
{
  margin-bottom: 5px;
}
.contacts__bx h3,
.contacts__requisites h3
{
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.2;
}

.contacts__bx a,
.contacts__requisites a
{
  color: var(--black);
  text-decoration: none;
}
.contacts__bx i
{
  margin-right: 5px;
}
.contacts__bx i:first-of-type
{
  margin-left: 5px;
}
#map
{
  width: 100%;
  height: 300px;
}
/*#endregion*/

.cat-img
{
  position: relative;
}
.cat-img::before
{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
.woocommerce
{
  position: relative;
}
.woocommerce .page-title
{
  
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
}
.contacts__bx ul li:first-child
{
  font-weight: bold;
}
.wpgs-for [class^="flaticon-"]:before
{
  font-size: 60px;
}

/*#region Page*/
.main__wrapper,
.main--post
{
  padding-top: 115px;
}
.main__wrapper p
{
  font-size: 16px;
}
.main__post
{
  
}
.main__post-header,
.main__post-content
{
  padding: var(--px35);
  background: var(--white);
}
.main__post-header
{
  margin-bottom: 5px;
}
.main__post-title
{
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.main__post-content
{
  font-size: 18px;
}
/*#endregion*/
/*#region Icon*/

.mess 
{
    
}
.mess__item
{
    margin-right: 5px;
}
.mess__item:last-child
{
    margin-right: 0;
}
.mess__link
{
    color: var(--l-grey);
    text-decoration: none;
}
.mess__icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    transition: .2s;
}
.mess__title
{
    margin-bottom: 10px;
    font-weight: 600;
}


/*#endregion*/

/*#region Float Mes*/

.float-mess
{
    position: fixed;
    right: 45px;
    bottom: 10px;
    z-index: 100;
}
.float-mess__list
{

}
.float-mess__item
{
    
}
.float-mess__link
{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

/*#endregion*/

/*#region Icon*/

@font-face {
	font-family: "flaticon";
	src: url("../fonts/flaticon.ttf?3e1987afc6ca0a21f3e097364e2a249a") format("truetype"),
    url("../fonts/flaticon.woff?3e1987afc6ca0a21f3e097364e2a249a") format("woff"),
    url("../fonts/flaticon.woff2?3e1987afc6ca0a21f3e097364e2a249a") format("woff2"),
    url("../fonts/flaticon.eot?3e1987afc6ca0a21f3e097364e2a249a#iefix") format("embedded-opentype"),
    url("../fonts/flaticon.svg?3e1987afc6ca0a21f3e097364e2a249a#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flaticon-call:before {
   content: "\f101";
}
.flaticon-email:before {
   content: "\f102";
}
.flaticon-pin:before {
   content: "\f103";
}
.flaticon-whatsapp:before {
   content: "\f104";
}
.flaticon-viber:before {
   content: "\f105";
}
.flaticon-telegram:before {
   content: "\f106";
}
.flaticon-instagram:before {
   content: "\f107";

}

/*#endregion*/

@media (max-width: 1280px)
{
  .container
{
  padding-left: 15px;
  padding-right: 15px;
}

}
@media (max-width: 980px)
{
  .contacts__bx ul
  {
    width: 100%;
  }
}
@media (max-width: 767px)
{
  :root
  {
    --flex-direction: column;
  }
  .two-col__item
  {
    width: 100%;
  }
  .header__wrapper
  {
    align-items: center;
    justify-content: center;
  }
  .header__menu
  {
    width: 100%;
    order: 1;
  }
  .nav__list
  {
    text-align: center;
  }
  .nav__link
  {
    padding: 5px 0;
  }
  .header__contacts
  {
    display: none;
  }
  .gallery__img
    {
        width: 100%;
    }
}

#menu-toggle,
#search-toggle {
  width: 55px;
  height: 55px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
}
#menu-toggle:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #000;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}
.bar:last-child {
  width: 15px;
}

.mess__list
{
  display: none;
}
.mess__list.showMenu
{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mess__button
{
  background: #fff;
  box-shadow: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 550px)
{
  .product__info-bx
  {
    padding-top: 100px;
  }
}