@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --hover: #CAA462;
  --white: #fff;
  --body-color: #949494;
  --black: #212121;
  --transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

body{
  direction: ltr;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  background-color: #151515;
  background-image: url('common/bg.png');
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a{
  text-decoration: none;
  color: var(--extra-bg);
  transition: var(--transition);
}

a:hover,
a:focus{
  color: var(--hover-color);
}

img{
  display: block;
  max-width: 100%;
}

i{
  color: var(--white);
}

.sl-rel,
.slider{
  direction: ltr !important;
}

.section{
  padding:  69px 0;
}

.title{
  color: #848484;
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.6px;
  position: relative;
  padding-bottom: 27px;
  text-align: center;
}

.nav-section{
  padding-top: 33px;
  padding-top: 27px;
}

.header-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.header-logo-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo-title{
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  transition: var(--transition);
}

.header-wrapper:hover > .header-logo-title,
.header-wrapper:focus > .header-logo-title{
  color: var(--hover);
}

.header-logo-img > img{
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.btn{
  border: none;
  outline: none;
  transition: var(--transition);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cl{
  color: var(--body-color);
  transition: var(--transition);
  background-color: transparent;
  border: none;
  outline: none;
}

.offcanvas-header {
  justify-content: end;
}

.btn-cl:hover,
.btn-cl:focus{
  border: none;
  outline: none;
  color: var(--hover);
}

.btn:hover,
.btn:focus{
  border: 1px solid var(--white);
}

.offcanvas{
  color: #949494;
  background-color: #222121fa;
  padding: 27px;
}

.catalog-item > a,
.nav-item{
  display: inline-block;
  width: 100%;
  text-align: start;
}

.catalog-item > a,
.nav-link{
  color: #949494;
  transition: var(--transition);
}

.catalog-item:hover > a,
.catalog-item:focus > a,
.nav-item:hover > .nav-link,
.nav-item:focus > .nav-link{
  color: var(--hover);
}

.catalog{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.catalog-item{
  text-align: start;
}

.delimeter{
  padding: 27px 0;
}

.hero{
  background: url('assets/images/section-bg-N8aE0.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(49% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
}

.hero::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.hero-text{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 108px 0 50px 0;
  font-size: 18px;
  color: var(--white);
}

.employes-area{
  padding: 27px 0;
}

.employes-blox{
  width: 100%;
  height: 108px;height: 108px;
  background-color: #282828;
  border-radius: 5px;
  padding:  18px;
}

.employes-blox > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card{
  perspective: 1000px;
  position: relative;
  width: 100%;
  height: 381px;
  background-color: #282828;
  margin-bottom: 15px;
  transition: var(--transition);
}

.front > img{
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.front, .back{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
  backface-visibility: hidden;
  padding: 18px;
}

.back{
  transform: rotateY(180deg);
}

.card:hover,
.card:focus{
  filter: drop-shadow(2px 4px 5px var(--hover));
}

.card:hover .front,
.card:focus .front{
  transform: rotateY(180deg);
}

.card:hover .back,
.card:focus .back{
  transform: rotateY(360deg);
}

.content{
  color: #969696;
  font-size: 13px;
  text-align: center;
  padding: 18px;
}

.price-box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #969696;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.bi-star,
.bi-star-fill,
.bi-star-half{
  color: #fdbc32;
  font-size: 13px;
}

.good-texta-corobka{
  padding: 0 18px 18px 18px;
}

.product-title{
  margin-bottom: 15px;
  transition: var(--transition);
  text-align: center;
  color: var(--white);
}

.product-title-link:hover .product-title,
.product-title-link:focus .product-title{
  color: var(--hover);
}

.product-box{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-section{
  background: url(assets/images/fade-overlay-1600x9000.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-img > img{
  width: 100%;
  height: 249px;
  object-fit: cover;
  margin-bottom: 15px;
}

.blog-date{
  color: var(--hover);
  margin-bottom: 15px;
}

.blog-author{
    color: #969696;
    margin-bottom: 15px;
}

.blog-title{
  color: var(--white);
}

.ho-item{
  padding: 15px;
  text-align: center;
}

.ho-icon{
  color: #ADADAD;
  margin-bottom: 15px;
}

.ho-icon > svg{
  width: 40px;
  height: 40px;
}

.ho-title{
  color: #CAA462;
  margin-bottom: 15px;
}

.ho-text{
  color: #969696;
}

.comment-item{
  padding: 0 18px;
  min-height: 349px;
}

.comments-section{
  background-color: #151515;
}

.comment-box{
  color: #969696;
  background-color: #252525;
  padding: 25px;
  margin-bottom: 21px;
  position: relative;
  min-height: 249px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comment-box::after{
  position: absolute;
  left: 18px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  content: '';
  background: #252525;
  transform: rotate(45deg);
}

.quote{
  color: var(--hover);
}

.quote > svg{
  width: 24px;
  height: 24px;
}

.author-box{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.author-img{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
}

.author-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-prof{
  color: var(--hover);
}

.author-name{
  color: var(--white);
}

.form{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--body-color);
}

.reach-us-page-form-box > input::placeholder,
.reach-us-page-form-box > textarea::placeholder,
.input-main__layout--part::placeholder,
.textarea-main__layout--part::placeholder{
  color: #fff;
}

.reach-us-page-form-box > input,
.reach-us-page-form-box > textarea,
.input-main__layout--part,
.textarea-main__layout--part{
  width: 100%;
  padding: 18px;
  border: 1px solid var(--hover);
  border-radius: 5px;
  background: transparent;
}

.reach-us-page-form-box > input:focus-visible,
.reach-us-page-form-box > textarea:focus-visible,
.input-main__layout--part:focus-visible,
.textarea-main__layout--part:focus-visible{
  outline: none;
}

.com-form-checkbox,
.reach-us-page-form-check{
  color: #949494;
}

.privacy{
  transition: var(--transition);
  color: var(--white);
}

.privacy:hover,
.privacy:focus{
  color: var(--hover);
}

.footer{
  background-color: #151515;
  clip-path: polygon(49% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
  padding: 108px 0;
}

.footer-logo-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-img > img{
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.footer-wrapper{
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-wrapper:hover > .footer-logo-title,
.footer-wrapper:focus > .footer-logo-title{
  color: var(--hover);
}

.footer-logo-title{
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  transition: var(--transition);
}

.footer-box{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-privacy-box{
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.footer-politik-privacy > a{
  color: var(--body-color);
  transition: var(--transition);
}

.footer-politik-privacy:hover > a,
.footer-politik-privacy:focus > a{
  color: var(--hover);
}

.f-p-w{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page{
  background-color: #151515;
  clip-path: polygon(49% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
  padding: 108px 0;
  flex-direction: column;
  color: var(--white);
}

.page-d{
  background-color: #151515;
}

.page-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-img{
  margin: 0 auto;
}

.page-description{
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.price-value{
  color: var(--hover);
  font-weight: 600;
  font-size: 18px;
}

#market-ejaOEe-cart-items > div > div > div > div.market-ejaOEe-cart-items-conten-box > div.market-ejaOEe-quantity > span{
  color: #151515;
}

.rating{
  display: flex;
  align-items: center;
  gap: 10px;
}

.sl-item{
  padding: 18px;
}

.linked-item-box{
  color: #969696;
  background-color: #252525;
  position: relative;
  min-height: 449px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-img-wrapper{
  padding: 18px;
  transition: var(--transition);
}

.page-img-wrapper:hover > .linked-img,
.page-img-wrapper:focus > .linked-img{
    filter: drop-shadow(2px 4px 5px var(--hover));
}

.linked-img{
  width: 100%;
  height: 249px;
  object-fit: contain;
  transition: var(--transition);
}

.related-box-title{
  color: var(--white);
  text-align: center;
  display: inline-block;
  margin-bottom:  18px;
  width: 100%;
  transition: var(--transition);
}

.related-box-title:hover,
.related-box-title:focus{
  color: var(--hover);
}

.related-box-content{
  padding: 0 18px 18px;
}

.contact{
  background-color: #151515;
  clip-path: polygon(49% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
  padding: 108px 0;
  flex-direction: column;
}

.reach-us-page-item{
  color: #969696;
  background-color: #252525;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-radius: 5px;
}

.contact-box{
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  justify-content: center;
}

.map{
  border-radius: 5px;
  overflow: hidden;
  height: 381px;
}

.map > iframe{
  height: 100%;
}

.contact-val{
  color: var(--white);
  transition: var(--transition);
  cursor: pointer;
}

.contact-val:hover,
.contact-val:focus{
  color: var(--hover);
}

.contact-val-adres{
    color: var(--white);
}


@media (min-width: 768px){
  .row-box{
    flex-direction: row-reverse;
  }
}

@media (max-width: 991px){

}

@media (min-width: 992px){
  .section{
    padding:  108px 0;
  }

  .row-box-lg{
    flex-direction: row-reverse;
  }

  .footer-logo-title,
  .header-logo-title{
    font-size: 27px;
  }

  .wrapper{
    display: flex;
    flex-direction:  row;
    gap: 18px;
  }

  .product-row{
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .form{
    width: 80%; 
  }

  .footer-privacy-box{
    flex-direction: row-reverse;
  }

  .f-p-w{
    display: flex;
    flex-direction:  column;
    gap: 18px;
  }
  
  .page-img-wr{
    flex-direction: row-reverse;
  }
}


.button-1 {
  appearance: none;
  background-color: #5e0b0b;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 5px;
  box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-1:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-1:hover {
  opacity: 0.8;
}

.button-1:focus {
  box-shadow: rgba(164, 46, 46, 0.4) 0 0 0 3px;
  outline: none;
}

.button-2 {
  align-items: center;
  background-clip: padding-box;
  background-color: #CAA462;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  min-height: 49px;
  padding: 15px 18px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-2:hover,
.button-2:focus {
  background-color: #ddb369;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 15px;
}

.button-2:hover {
  transform: translateY(-1px);
}

.button-3 {
  background-color: #62667b;
  border-radius: 15px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 18px;
  text-align: center;
  transition: 200ms;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  font-size: 14px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-3:not(:disabled):hover,
.button-3:not(:disabled):focus {
  outline: 0;
  background: rgb(76, 78, 110);
  color: aliceblue;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.button-4 {
  display: inline-block;
  background-color: #13aa6486;
  border: 1px solid #13aa6486;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  outline: 0;
  padding: 15px 21px;
  text-align: center;
  transform: translateY(0);
  transition: transform 250ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-4:hover {
  box-shadow: rgba(255, 255, 255, 0.15) 0 3px 15px 0;
  transform: translateY(-2px);
  color: #fff;
}

.button-5 {
  display: inline-block;
  background-color: #ffeb0a;
  border-radius: 5px;
  border: 0;
  box-shadow: rgba(136, 129, 1, 0.5) 0 -1px 3px 0 inset,
    rgba(0, 44, 97, 0.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #600e0e;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  min-height: 50px;
  min-width: 118px;
  padding: 18px 21px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.button-5:hover {
  background-color: #d8b806;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-66 {
    padding: 15px 18px;
    min-width: 149px;
  }
}

.section-privacy{
  color: #fff;
}

.pay-text{
  word-break: break-all;
}

.map{
  iframe{
    border: none;
  }
}

.page-d{
  color: #fff;;
}


.size-img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 576px){
  .size-img{
    height: 200px;
  }
}
@media (min-width: 768px){
  .size-img{
    height: 276px;
  }
}
@media (min-width: 576px){
  .size-img{
    height: 395px
  }
}

.c-col{
  flex-grow: 1;
}

.contact-box{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.my-basket-icon{
  fill: #fff !important;
}