@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  background-color: #EDEDEE;
  direction: ltr;
  font-family: 'Rubik', sans-serif !important;
  font-size: clamp(13px, 4vw, 16px);
  margin: 0;
  padding: 0px;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5{
  padding: 0;
  margin: 0;
}

p{
  padding: 9px 0;
  line-height: 1.4;
}

ul {
  padding-left:  16px;
  list-style-type: disc;
}

ol {
  padding-left: 16px;
  list-style-type: decimal;
}

li {
  margin-bottom: 9px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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:  10px  16px;
  border-radius: 5px;
  cursor: pointer;
}

.button-1:hover {
  background-color: #444;
  color: #e8e8e8;
}

.button-2 {
  text-align: center;
  background-color: #555;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.button-2:hover {
  background-color: #666;
  color: #e8e8e8;
}

.button-3 {
  text-align: center;
  background-color: #777;
  color: #fff;
  padding: 9px 16px;
  border: 2px solid #888;
  border-radius: 15px;
  cursor: pointer;
}

.button-3:hover {
  background-color: #888;
  color: #e8e8e8;
}

.button-4 {
  text-align: center;
  background-color: #999;
  color: #fff;
  padding: 16px 26px;
  border-radius: 48px;
  cursor: pointer;
}

.button-4:hover {
  background-color: #aaa;
  color: #e8e8e8;
}

.button-5 {
  text-align: center;
  background-color: #bbb;
  color: #333;
  padding:  10px  16px;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  cursor: pointer;
}

.button-5:hover {
  background-color: #ccc;
  color: #e8e8e8;
}
.content-container{
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .content-container{
  max-width: 448px;
  }
}
@media screen and (min-width: 575px){
  .content-container{
    max-width: 536px;
  }
}
@media screen and (min-width: 768px) {
  .content-container{
  max-width: 726px;
  }
}
@media screen and (min-width: 992px) {
  .content-container{
    max-width: 957px;
  }
}

@media screen and (min-width: 1200px){
  .content-container{
    max-width: 1156px;
    }
}

@media (min-width: 1400px){
  .content-container{
    max-width: 1256px;
  }
}

.page-privacy{
  padding: 118px 0 45px;
  word-break: break-all;
  color: #060606;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

.title-politics{
  font-size: clamp(19px, 4vw, 28px);
}

.page-privacy a{
  word-break: break-all;
  color: #060606;
}

.page-privacy a:hover{
  color: #060606;
  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: 10px 0;
}

.header-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo{
  font-weight: 800;
  transition: 0.3s ease;
  font-size: clamp(13px, 4vw, 16px);
  color: #060606;
}

.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.8;
  font-size: clamp(13px, 4vw, 15px);
  color: #060606; 
  text-decoration: none;
  padding: 9px 9px; 
  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: 9px;
  display: none;
  overflow: hidden;
  width: 316px;
  z-index: 5;
  animation: slideIn 0.3s ease 0s forwards;
  transition: all 0.3s ease;
}

@keyframes slideIn {
  0% {
    margin-top: 26px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.submenu-a {
  padding: 9px 0;
  font-size: clamp(13px, 4vw, 15px);
  color: #060606;
  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: 10px;
}

.header-phone{
  opacity: 0.8;
  font-weight: 800;
  transition: 0.3s ease;
font-size: clamp(13px, 4vw, 16px);
  color: #060606;
}

.header-phone:hover{
  opacity: 0.5;
}

.banner-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 118px 0;
  gap: 20px;
  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(assets/img/hero-bg-fc0.webp);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.logo-img{
  max-height: 98px;
  max-width: 98px;
}

.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, 118px);
}

.banner-content p{
  padding: 0;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(14px, 4vw, 16px);
}

.catalog{
  padding: 45px 0;
}

.range-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.range-card{
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.range-card-description{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.range-card-description a h3{
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease;
  font-size: clamp(14px, 4vw, 19px);
  color: #060606;
}

.range-card-description a h3:hover{
  opacity: 0.5;
}

.range-card-price{
  opacity: 0.8;
  color: #060606;
  font-weight: 800;
  font-size: clamp(14px, 4vw, 16px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.border-catalog{
  background-color: #060606;
  width: 16px;
  height: 4;
}

.range-img{
  flex: 1;
  width: 100%;
  height: 220px;
}

.range-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-wrapper{
  padding-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.about-us{
  align-items: center;
  background-color: #fff;
  padding: 56px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.about-us h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #060606;
  font-size: clamp(14px, 4vw, 19px);
}

.about-us p{
  opacity: 0.8;
  color: #060606;
  font-size: clamp(13px, 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: #060606e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 16px;
  padding: 56px 10px;
}

.discont-box h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(13px, 4vw, 56px);
  color: #fff;
}

.dicsont-button{
  background-color: #fff;
  transition: 0.3s ease;
  color: #060606e6;
  font-size: clamp(13px, 4vw, 19px);
  padding: 9px 45px;
}

.dicsont-button:hover{
  background-color: #060606cc;
  color: #fff;
}

.form-box{
  margin-bottom: 45px;
  padding: 118px 26px;
  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(assets/img/hero-bg-fc1.webp);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.osn-form {
  background-color: #ffffffb3;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.title-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #060606;
  font-size: clamp(18px, 4vw, 19px);
  text-align: center;
}

.input-container {
  color: #060606;
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-container .input-group-block--block, .input-container .textarea-group-block--block, .form button {
  outline: none;
  margin: 9px 0;
}

.input-container .input-group-block--block {
  transition: 0.3s ease;
  color: #060606b3;
  background-color: #fff;
  padding: 10px;
  border-color: #060606;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
}

.input-container .textarea-group-block--block {
  transition: 0.3s ease;
  color: #060606b3;
  background-color: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
  border-color: #060606;
  border-style: solid;
  border-width: var(1px, 1px);
  width: 100%;
  min-height: 45px;
  max-height: 132px;
}

.input-container .input-group-block--block:hover, .input-container .textarea-group-block--block:hover,.input-container .input-group-block--block:focus, .input-container .textarea-group-block--block:focus{
  border-width: 2px;
}

.check{
  transition: 0.3s ease;
  color: #060606;
}

.check:hover{
  color: #060606;
  opacity: 0.5;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  padding: 10px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.form-check-label{
  color: #060606;
  flex: 1;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 16px;
  --checkbox-border-radius:  9px;
  --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: 9px;
  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: 45px;
  padding: 56px 45px ;
  background-color: #060606e6;
}

.footer-top{
  display: flex;
  justify-content: space-between;
  gap: 45px;
  flex-direction: row;
}

.footer-politic{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.footer-politic a{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(13px, 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: 10px;
}

.opening-hours h5{
  color: #fff;
  font-size: clamp(14px, 4vw, 19px);
}

.opening-hours p{
  padding: 0;
  color: #fff;
  font-size: clamp(13px, 4vw,  16px);
}

.img-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.img-footer img{
  max-width: 118px;
  max-height: 118px;
  object-fit: contain;
}

.form-subscribe{
  display: flex;
  width: 60%;
  margin: 0 auto;
  gap: 10px;
  flex-direction: column;
}

.form-subscribe h5{
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(18px, 4vw, 19px);
  font-weight: 800;
}

.footer-input{
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.form-subscribe input{
  flex: 2;
  outline: none;
  margin: 9px 0;
  transition: 0.3s ease;
  color: #ffffffb3;
  background-color: transparent;
  padding: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
}

.form-subscribe input::placeholder{
  color: #ffffffb3;
}

.form-subscribe input:hover, .form-subscribe input:focus{
  border-width: 2px;
}

.form-subscribe button{
  cursor: pointer;
  flex: 1;
  font-size: clamp(14px, 4vw, 16px);
  padding: 10px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.cooperate{
  text-align: center;
  padding: 26px 0;
}

.cooperate p{
  padding: 0;
  color: #060606;
  font-size: clamp(18px, 4vw, 16px);
}

.order-guide{
  display: flex;
  background-color: #fff;
  padding: 26px;
  justify-content: space-between;
  gap: 26px;
  flex-direction: row;
  margin-bottom: 45px;
}

.order-guide-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.order-guide-card svg{
  width: 45px;
  height: 45px;
  fill: #060606;
}

.order-guide-card h5{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #060606;
  font-size: clamp(18px, 4vw, 19px);
}

.order-guide-card p{
  padding: 0;
  opacity: 0.8;
  color: #060606;
  font-size: clamp(18px, 4vw, 16px);
}

.order-guide-two{
  border-left: 1px solid #060606;
  border-right: 1px solid #060606;
  padding: 0 26px;
}

.commodity-block{
  margin-top: 118px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  flex-direction: column;
}

.commodity-box{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 45px;
  flex-direction: row;
}

.commodity-img{
  flex: 1;
}

.commodity-img img{
  border: 1px solid #060606;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.commodity-description{
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.commodity-description h2{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #060606;
  font-size: clamp(16px, 4vw, 28px);
}

.aviable{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  font-size: clamp(14px, 4vw, 19px) !important;
  padding: 0;
  color: green !important;
  opacity: 0.8;
}

.aviable svg{
  fill: green;
}

.commodity-description p{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  font-size: clamp(14px, 4vw, 18px);
  padding: 0;
  color: #060606;
  opacity: 0.8;
}

.commodity-price{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(16px, 4vw, 28px);
  color: #060606;
  gap: 9px;
}

.commodity-description-content{
  padding: 16px 0;
  border-top: 0.1px solid #060606;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.commodity-description-content h5{
  color: #060606;
  font-size: clamp(13px, 4vw,  16px);
}

.commodity-description-content div{
  color: #060606;
  opacity: 0.8;
  font-size: clamp(13px, 4vw, 15px);
}

.associated-block{
  padding: 45px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.associated-card{
  border: 1px solid #060606;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.associated-img{
  padding: 10px;
  transition: 0.3s ease;
  overflow: hidden;
  width: 100%;
  height: 228px;
}

.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: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.associated-content a h5{
  color: #060606;
font-size: clamp(13px, 4vw, 16px);
}

.associated-content a h5:hover{
  opacity: 0.5;
}

.associated-content p{
  color: #060606;
  opacity: 0.8;
  font-size: clamp(13px, 4vw, 15px);
}

.connections-block{
  margin-top: 118px;
  padding-bottom: 45px ;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.kontact-form{
  background-color: #ffffffb3;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-contact-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #060606;
  font-size: clamp(18px, 4vw, 19px);
  text-align: center;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 9px 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: #060606b3;
  background-color: #fff;
  padding: 10px;
  border-color: #060606;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  transition: 0.3s ease;
  color: #060606b3;
  background-color: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
  border-color: #060606;
  border-style: solid;
  border-width: var(1px, 1px);
  width: 100%;
  min-height: 45px;
  max-height: 132px;
}

.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: 2px;
}

.contact-block-box{
  background-color: #fff;
  padding: 26px;
}

.contact-box{
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.connections-box-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.connections-box-card svg{
  width: 16px;
  height: 16px;
  fill: #060606;
}

.connections-box-card h5{
  opacity: 0.8;
  color: #060606;
font-size: clamp(13px, 4vw, 16px);
}

.connections-box-card a{
  word-break: break-all;
}

.connections-box-card a h5{
  opacity: 0.8;
font-size: clamp(13px, 4vw, 16px);
  color: #060606;
  transition: 0.3s ease;
}

.connections-box-card a h5:hover{
  opacity: 0.5;
}

.nav-toggle {
  cursor: pointer;
  display: none;
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.nav-toggle span {
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #060606;
  transition: all 0.5s;
}

.nav-toggle span:nth-of-type(2) {
  top: calc(50% - 9px);
}

.nav-toggle span:nth-of-type(3) {
  top: calc(50% + 9px);
}

.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: 10px;
  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: 10px;
  padding: 0;
}

.nav-menu li {
  list-style-type: none;
}

.nav-link {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-size: clamp(18px, 4vw, 19px);
  color: #060606;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-link-item {
  transition: 0.3s ease;
  color: #060606;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 18px);
}

.nav-link-item:hover {
  opacity: 0.5;
}

button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
  font-size: 15px;
  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;
  }

  .img-footer{
    justify-content: center;
    flex-direction: row;
  }

  .about-us{
    padding: 56px 20px;
  }

  .gallery-box{
    flex-direction: column;
  }

  .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: 150px;
  }

  .connections-block{
    margin-top: 150px;
  }

  .page-privacy{
    padding: 150px 0 45px;
  }

  .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;
  }

  .order-guide-two{
    border-top: 1px solid #060606;
    border-bottom: 1px solid #060606;
    border-left: none;
    border-right: none;
    padding: 26px 0;
  }

  .gallery-box{
    flex-direction: row;
  }

  .footer-input{
    flex-direction: column;
    align-items: stretch;
  }

  .associated-block{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px){
  .form-box{
    padding: 118px 9px;
  }

  .osn-form{
    padding: 20px 9px;
  }

  .kontact-form{
    padding: 20px 9px;
  }

  .footer{
    padding: 56px 16px;
  }

  .banner-content{
    padding: 118px 9px;
  }
}
