@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: #EDEDEE;
  direction: rtl;
  font-family: 'Scheherazade New', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 1.5;
}

li{
  margin: 0 8px;
}

a{
  word-break: break-all;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

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

ul{
  margin: 0;
  padding: 0;
}

.content-container{
  width: auto;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .content-container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .content-container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .content-container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .content-container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .content-container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .content-container{
    max-width: 1274px;
  }
}

.page-privacy{
  padding: 106px 0 32px;
  word-break: break-all;
  color: #180707;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

.title-politics{
  font-size: clamp(22px, 4vw, 30px);
}

.page-privacy a{
  word-break: break-all;
  color: #180707;
}

.page-privacy a:hover{
  color: #180707;
  opacity: 0.5;
}

.header-lay{
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #EDEDEE;
}

.header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
}

.header-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
}

.logo{
  font-weight: bold;
  transition: 0.3s ease;
  font-size: clamp(12px, 4vw, 18px);
  color: #180707;
}

.logo:hover{
  opacity: 0.5;
}

.topmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  position: relative; 
}

.topmenu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.topmenu-link {
  opacity: 0.9;
  font-size: clamp(12px, 4vw, 16px);
  color: #180707; 
  text-decoration: none;
  padding: 8px 8px; 
  display: block;
  transition: 0.3s ease;
  position: relative; 
}

.topmenu-link:hover{
  opacity: 0.5;
}

.submenu {
  position: absolute;
  top: 100%;
  background-color: #EDEDEE;
  list-style: none;
  margin: 0;
  padding: 8px;
  display: none;
  overflow: hidden;
  width: 300px;
  z-index: 5;
  animation: slideIn 0.3s ease 0s forwards;
  transition: all 0.3s ease;
}

@keyframes slideIn {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.submenu-a {
  padding: 5px 0;
  font-size: clamp(12px, 4vw, 14px);
  color: #180707;
  display: block;
  transition: 0.3s ease;
}

.submenu-a:hover {
  opacity: 0.5;
}

.topmenu li:hover .submenu {
  display: block;
}

.header-contact{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.header-phone{
  opacity: 0.9;
  font-weight: bold;
  transition: 0.3s ease;
  font-size: clamp(12px, 4vw, 18px);
  color: #180707;
}

.header-phone:hover{
  opacity: 0.5;
}

.header-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 106px 0;
  gap: 21px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.header-content::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url(view/depictions_header_67e686d75b74e9.11160323.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.logo-img{
  max-height: 69px;
  max-width: 69px;
}

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

.header-content h2{
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(18px, 4vw, 106px);
}

.header-content p{
  padding: 0;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
}

.catalog{
  padding: 32px 0;
}

.catalog-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.catalog-card{
  background-color: #fff;
  padding: 17px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.catalog-card-description{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.catalog-card-description a h3{
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease;
  font-size: clamp(14px, 4vw, 20px);
  color: #180707;
}

.catalog-card-description a h3:hover{
  opacity: 0.5;
}

.catalog-card-price{
  opacity: 0.8;
  color: #180707;
  font-weight: bold;
  font-size: clamp(12px, 4vw, 18px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.border-catalog{
  background-color: #180707;
  width: 17px;
  height: 4px;
}

.catalog-img{
  flex: 1;
  width: 100%;
  height: 260px;
}

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

.about-wrapper{
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.about-us{
  align-items: center;
  background-color: #fff;
  padding: 55px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 17px;
}

.about-us h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #180707;
  font-size: clamp(14px, 4vw, 22px);
}

.about-us p{
  opacity: 0.8;
  color: #180707;
  font-size: clamp(14px, 4vw, 18px);
}

.gallery-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.gallery-box-img{
  flex: 1;
}

.gallery-box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.discont-box{
  min-height: 90vh;
  background-color: #180707e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 17px;
  padding: 55px 15px;
}

.discont-box h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(14px, 4vw, 55px);
  color: #fff;
}

.dicsont-button{
  background-color: #fff;
  transition: 0.3s ease;
  color: #180707e6;
  font-size: clamp(12px, 4vw, 20px);
  padding: 8px 32px;
}

.dicsont-button:hover{
  background-color: #180707cc;
  color: #fff;
}

.form-box{
  margin-bottom: 32px;
  padding: 106px 28px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.form-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url(view/graphics_header_67e686d91c5680.66497390.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.osn-form {
  background-color: #ffffffb3;
  width: 60%;
  margin: 0 auto;
  padding: 21px;
  display: flex;
  flex-direction: column;
}

.title-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  letter-spacing: 2px;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #180707;
  font-size: clamp(16px, 4vw, 22px);
  text-align: center;
}

.input-container {
  color: #180707;
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-container .input-main--holder__control, .input-container .textarea-main--holder__control, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-main--holder__control {
  transition: 0.3s ease;
  color: #180707b3;
  background-color: #fff;
  padding: 0.8rem;
  border-color: #180707;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.input-container .textarea-main--holder__control {
  transition: 0.3s ease;
  color: #180707b3;
  background-color: #fff;
  padding: 0.8rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: #180707;
  border-style: solid;
  border-width: var(1px, 1px);
  width: 100%;
  min-height: 32px;
  max-height: 147px;
}

.input-container .input-main--holder__control:hover, .input-container .textarea-main--holder__control:hover,.input-container .input-main--holder__control:focus, .input-container .textarea-main--holder__control:focus{
  border-width: 3px;
}

.check{
  transition: 0.3s ease;
  color: #180707;
}

.check:hover{
  color: #180707;
  opacity: 0.5;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.form-check-label{
  color: #180707;
  flex: 1;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.footer{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 55px 32px ;
  background-color: #180707e6;
}

.footer-top{
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-direction: row;
}

.footer-politic{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.footer-politic a{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
}

.footer-politic a:hover{
  opacity: 0.5;
}

.opening-hours{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.opening-hours h5{
  color: #fff;
  font-size: clamp(14px, 4vw, 22px);
}

.opening-hours p{
  padding: 0;
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
}

.img-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  flex: 1;
}

.img-footer img{
  max-width: 106px;
  max-height: 106px;
  object-fit: contain;
}

.form-subscribe{
  display: flex;
  width: 60%;
  margin: 0 auto;
  gap: 15px;
  flex-direction: column;
}

.form-subscribe h5{
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
}

.footer-input{
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
}

.form-subscribe input{
  flex: 2;
  outline: none;
  margin: 8px 0;
  transition: 0.3s ease;
  color: #ffffffb3;
  background-color: transparent;
  padding: 0.8rem;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.form-subscribe input::placeholder{
  color: #ffffffb3;
}

.form-subscribe input:hover, .form-subscribe input:focus{
  border-width: 3px;
}

.form-subscribe button{
  cursor: pointer;
  flex: 1;
  font-size: clamp(14px, 4vw, 18px);
  padding: 0.7rem;
  height: 100%;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.cooperate{
  text-align: center;
  padding: 28px 0;
}

.cooperate p{
  padding: 0;
  color: #180707;
  font-size: clamp(16px, 4vw, 18px);
}

.how-order{
  display: flex;
  background-color: #fff;
  padding: 28px;
  justify-content: space-between;
  gap: 28px;
  flex-direction: row;
  margin-bottom: 32px;
}

.how-order-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.how-order-card svg{
  width: 32px;
  height: 32px;
  fill: #180707;
}

.how-order-card h5{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #180707;
  font-size: clamp(16px, 4vw, 22px);
}

.how-order-card p{
  padding: 0;
  opacity: 0.8;
  color: #180707;
  font-size: clamp(16px, 4vw, 18px);
}

.how-order-two{
  border-left: 1px solid #180707;
  border-right: 1px solid #180707;
  padding: 0 28px;
}

.product-block{
  margin-top: 106px;
  background-color: #fff;
  padding: 21px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-direction: column;
}

.product-box{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  flex-direction: row;
}

.product-img{
  flex: 1;
}

.product-img img{
  border: 1px solid #180707;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-description{
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 17px;
  flex: 1;
}

.product-description h2{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #180707;
  font-size: clamp(16px, 4vw, 30px);
}

.aviable{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: clamp(14px, 4vw, 22px) !important;
  padding: 0;
  color: green !important;
  opacity: 0.8;
}

.aviable svg{
  fill: green;
}

.product-description p{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: clamp(14px, 4vw, 16px);
  padding: 0;
  color: #180707;
  opacity: 0.8;
}

.product-price{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(16px, 4vw, 30px);
  color: #180707;
  gap: 8px;
}

.product-description-content{
  padding: 17px 0;
  border-top: 0.1px solid #180707;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.product-description-content h5{
  color: #180707;
  font-size: clamp(14px, 4vw, 18px);
}

.product-description-content div{
  color: #180707;
  opacity: 0.8;
  font-size: clamp(12px, 4vw, 14px);
}

.related-block{
  padding: 32px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.related-card{
  border: 1px solid #180707;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.related-img{
  padding: 15px;
  transition: 0.3s ease;
  overflow: hidden;
  width: 100%;
  height: 201px;
}

.related-img img{
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-img img:hover {
  transform: scale(1.05);
}

.related-content{
  flex: 1;
  background-color: #EDEDEE;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.related-content a h5{
  color: #180707;
  font-size: clamp(12px, 4vw, 18px);
}

.related-content a h5:hover{
  opacity: 0.5;
}

.related-content p{
  color: #180707;
  opacity: 0.8;
  font-size: clamp(12px, 4vw, 16px);
}

.contacts-block{
  margin-top: 106px;
  padding-bottom: 32px ;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.kontact-form{
  background-color: #ffffffb3;
  width: 60%;
  margin: 0 auto;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-contact-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  letter-spacing: 2px;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #180707;
  font-size: clamp(16px, 4vw, 22px);
  text-align: center;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 8px 0;
}

.input-position{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  transition: 0.3s ease;
  color: #180707b3;
  background-color: #fff;
  padding: 0.8rem;
  border-color: #180707;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  transition: 0.3s ease;
  color: #180707b3;
  background-color: #fff;
  padding: 0.8rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: #180707;
  border-style: solid;
  border-width: var(1px, 1px);
  width: 100%;
  min-height: 32px;
  max-height: 147px;
}

.input-kontact-form .inputs-kontact:hover, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  border-width: 3px;
}

.contact-block-box{
  background-color: #fff;
  padding: 28px;
}

.contact-box{
  display: flex;
  gap: 15px;
  flex-direction: column-reverse;
}

.contacts-box-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.contacts-box-card svg{
  width: 17px;
  height: 17px;
  fill: #180707;
}

.contacts-box-card h5{
  opacity: 0.8;
  color: #180707;
  font-size: clamp(12px, 4vw, 18px);
}

.contacts-box-card a{
  word-break: break-all;
}

.contacts-box-card a h5{
  opacity: 0.8;
  font-size: clamp(12px, 4vw, 18px);
  color: #180707;
  transition: 0.3s ease;
}

.contacts-box-card a h5:hover{
  opacity: 0.5;
}

.nav-toggle {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #180707;
  transition: all 0.5s;
}

.nav-toggle span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.nav-toggle span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.nav-toggle.active span:nth-of-type(1) {
  display: none;
}

.nav-toggle.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}

.nav-toggle.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.nav-menu {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #EDEDEE;
  transform: translateY(-100%);
  transition: transform 0.5s; 
}

.nav-menu.active {
  transform: translateY(0);
}

.nav-menu nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.nav-menu ul {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}

.nav-menu li {
  list-style-type: none;
}

.nav-link {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: clamp(16px, 4vw, 22px);
  color: #180707;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-link-item {
  transition: 0.3s ease;
  color: #180707;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 16px);
}

.nav-link-item:hover {
  opacity: 0.5;
}

button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-1 {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.button-1:hover {
  background-color: #444;
  color: #e8e8e8;
}

.button-2 {
  text-align: center;
  background-color: #555;
  color: #fff;
  padding: 12px 24px;
  border-radius: 3px;
  cursor: pointer;
}

.button-2:hover {
  background-color: #666;
  color: #e8e8e8;
}

.button-3 {
  text-align: center;
  background-color: #777;
  color: #fff;
  padding: 8px 16px;
  border: 2px solid #888;
  border-radius: 25px;
  cursor: pointer;
}

.button-3:hover {
  background-color: #888;
  color: #e8e8e8;
}

.button-4 {
  text-align: center;
  background-color: #999;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  cursor: pointer;
}

.button-4:hover {
  background-color: #aaa;
  color: #e8e8e8;
}

.button-5 {
  text-align: center;
  background-color: #bbb;
  color: #333;
  padding: 10px 20px;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  cursor: pointer;
}

.button-5:hover {
  background-color: #ccc;
  color: #e8e8e8;
}


@media (max-width: 991px) {
  .topmenu{
    display: none;
  }

  .nav-toggle{
    display: block;
  }

  .header{
    flex-direction: column;
    align-items: stretch;
  }

  .header-box{
    justify-content: space-between;
  }

  .header-contact{
    justify-content: space-between;
  }

  .discont-box{
    min-height: auto;
  }

  .catalog-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .osn-form{
    width: 100%;
  }

  .kontact-form{
    width: 100%;
  }

  .form-subscribe{
    width: 100%;
  }

  .footer-top{
    align-items: center;
    flex-direction: column-reverse;
  }

  .img-footer{
    justify-content: center;
    flex-direction: row;
  }

  .about-us{
    padding: 55px 21px;
  }

  .gallery-box{
    flex-direction: column-reverse;
  }

  .product-box{
    align-items: stretch;
    flex-direction: column;
  }

  .product-description{
    align-items: stretch;
  }

  .related-block{
    grid-template-columns: repeat(2, 1fr);
  }

  .product-block{
    margin-top: 158px;
  }

  .contacts-block{
    margin-top: 158px;
  }

  .page-privacy{
    padding: 158px 0 32px;
  }
}

@media (max-width: 767px) {
  .about-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .how-order{
    flex-direction: column-reverse;
  }

  .how-order-two{
    border-top: 1px solid #180707;
    border-bottom: 1px solid #180707;
    border-left: none;
    border-right: none;
    padding: 28px 0;
  }

  .gallery-box{
    flex-direction: column-reverse;
  }

  .footer-input{
    flex-direction: column;
    align-items: stretch;
  }

  .related-block{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px){
  .form-box{
    padding: 106px 8px;
  }

  .osn-form{
    padding: 21px 8px;
  }

  .kontact-form{
    padding: 21px 8px;
  }

  .footer{
    padding: 55px 17px;
  }

  .header-content{
    padding: 106px 8px;
  }
}
