@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: #EDEDEE;
  direction: ltr;
  font-family: 'Noticia Text', sans-serif !important;
  font-size: clamp(14px, 4vw, 16px);
  margin: 0;
  padding: 0px;
  line-height: 1.3;
}

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

p{
  padding: 8px 0;
  line-height: 1.3;
}

ul {
  padding-left:  19px;
  list-style-type: disc;
}

ol {
  padding-left: 19px;
  list-style-type: decimal;
}

li {
  margin-bottom: 8px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 15px;
}

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

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


.button-1 {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding:  15px  19px;
  border-radius: 8px;
  cursor: pointer;
}

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

.button-2 {
  text-align: center;
  background-color: #555;
  color: #fff;
  padding: 15px 16px;
  border-radius: 8px;
  cursor: pointer;
}

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

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

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

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

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

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

.button-5:hover {
  background-color: #ccc;
  color: #e8e8e8;
}
.content-container{
  width: auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .content-container{
  max-width: 444px;
  }
}
@media screen and (min-width: 575px){
  .content-container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .content-container{
  max-width: 728px;
  }
}
@media screen and (min-width: 992px) {
  .content-container{
    max-width: 955px;
  }
}

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

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

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

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

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

.page-privacy a:hover{
  color: #212121;
  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: 25px;
}

.logo{
  font-weight: 900;
  transition: 0.3s ease;
  font-size: clamp(14px, 4vw, 16px);
  color: #212121;
}

.logo:hover{
  opacity: 0.6;
}

.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.7;
  font-size: clamp(14px, 4vw, 14px);
  color: #212121; 
  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: 319px;
  z-index: 5;
  animation: slideIn 0.3s ease 0s forwards;
  transition: all 0.3s ease;
}

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

.submenu-a {
  padding: 8px 0;
  font-size: clamp(14px, 4vw, 14px);
  color: #212121;
  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.7;
  font-weight: 900;
  transition: 0.3s ease;
font-size: clamp(14px, 4vw, 16px);
  color: #212121;
}

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

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

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

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

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

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

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

.catalog{
  padding: 40px 0;
}

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

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

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

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

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

.range-card-price{
  opacity: 0.7;
  color: #212121;
  font-weight: 900;
  font-size: clamp(14px, 4vw, 16px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.border-catalog{
  background-color: #212121;
  width: 19px;
  height: 3;
}

.range-img{
  flex: 1;
  width: 100%;
  height: 236px;
}

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

.about-wrapper{
  padding-top: 40px;
  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: 19px;
}

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

.about-us p{
  opacity: 0.7;
  color: #212121;
  font-size: clamp(14px, 4vw,  16px);
}

.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: 100vh;
  background-color: #212121e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 19px;
  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: #212121e6;
  font-size: clamp(14px, 4vw, 22px);
  padding: 8px 40px;
}

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

.form-box{
  margin-bottom: 40px;
  padding: 102px 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(photo/depictions_header_6859e51a9a6f12.35972359.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

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

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

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

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

.input-container .input-custom__row--element {
  transition: 0.3s ease;
  color: #212121b3;
  background-color: #fff;
  padding: 15px;
  border-color: #212121;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}

.input-container .textarea-custom__row--element {
  transition: 0.3s ease;
  color: #212121b3;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  border-color: #212121;
  border-style: solid;
  border-width: var(1px, 1px);
  width: 100%;
  min-height: 40px;
  max-height: 118px;
}

.input-container .input-custom__row--element:hover, .input-container .textarea-custom__row--element:hover,.input-container .input-custom__row--element:focus, .input-container .textarea-custom__row--element:focus{
  border-width: 4px;
}

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

.check:hover{
  color: #212121;
  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: #212121;
  flex: 1;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 19px;
  --checkbox-border-radius:  8px;
  --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: 3px;
  height: 8px;
  border-right: 1px solid var(--secondary-color);
  border-bottom: 1px 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: 40px;
  padding: 55px 40px ;
  background-color: #212121e6;
}

.footer-top{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  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,  16px);
}

.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,  16px);
}

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

.img-footer img{
  max-width: 102px;
  max-height: 102px;
  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(15px, 4vw, 22px);
  font-weight: 900;
}

.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: 15px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}

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

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

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

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

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

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

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

.order-guide-card svg{
  width: 40px;
  height: 40px;
  fill: #212121;
}

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

.order-guide-card p{
  padding: 0;
  opacity: 0.7;
  color: #212121;
  font-size: clamp(15px, 4vw, 16px);
}

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

.commodity-block{
  margin-top: 102px;
  background-color: #fff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
}

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

.commodity-img{
  flex: 1;
}

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

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

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

.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.7;
}

.aviable svg{
  fill: green;
}

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

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

.commodity-description-content{
  padding: 19px 0;
  border-top: 0.1px solid #212121;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.commodity-description-content h5{
  color: #212121;
  font-size: clamp(14px, 4vw,  16px);
}

.commodity-description-content div{
  color: #212121;
  opacity: 0.7;
  font-size: clamp(14px, 4vw, 14px);
}

.associated-block{
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

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

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

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

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

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

.associated-content a h5{
  color: #212121;
font-size: clamp(14px, 4vw, 16px);
}

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

.associated-content p{
  color: #212121;
  opacity: 0.7;
  font-size: clamp(14px, 4vw, 14px);
}

.connections-block{
  margin-top: 102px;
  padding-bottom: 40px ;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

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

.title-contact-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  letter-spacing: 2px;
  margin-bottom: 19px;
  text-transform: uppercase;
  color: #212121;
  font-size: clamp(15px, 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: #212121b3;
  background-color: #fff;
  padding: 15px;
  border-color: #212121;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  transition: 0.3s ease;
  color: #212121b3;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  border-color: #212121;
  border-style: solid;
  border-width: var(1px, 1px);
  width: 100%;
  min-height: 40px;
  max-height: 118px;
}

.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: 4px;
}

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

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

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

.connections-box-card svg{
  width: 19px;
  height: 19px;
  fill: #212121;
}

.connections-box-card h5{
  opacity: 0.7;
  color: #212121;
font-size: clamp(14px, 4vw, 16px);
}

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

.connections-box-card a h5{
  opacity: 0.7;
font-size: clamp(14px, 4vw, 16px);
  color: #212121;
  transition: 0.3s ease;
}

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

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

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

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

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

.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: 900;
  text-align: center;
  font-size: clamp(15px, 4vw, 22px);
  color: #212121;
}

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

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

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

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



@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;
  }

  .range-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 25px;
  }

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

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

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

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

  .commodity-block{
    margin-top: 143px;
  }

  .connections-block{
    margin-top: 143px;
  }

  .page-privacy{
    padding: 143px 0 40px;
  }

  .header-phone{
    display: none;
  }

  .header-lay{
    box-shadow: 2px -2px 7px black;
  }
}

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

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

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

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

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

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

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

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

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

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

  .footer{
    padding: 55px 19px;
  }

  .banner-content{
    padding: 102px 8px;
  }
}
