* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #ffffff;
  width: 100vw;
  overflow-x: hidden;
  top: 0;
  left: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
}
main {
  width: 100%;
}



/*СЛАЙД-ШОУ*/
/*стили для главного слайдер контейнера*/
.auto_slider {
  overflow: hidden;
  width: 100%;
  height: 550px;
  margin-top: 120.2px;
  box-shadow: 5px 5px 10px 0px rgba(51, 51, 51, 0.6);
}
.auto_slider_radio {
  width: 100%;
  height: 550px;
  display: flex;
}

.auto_slider_radio input {
  display: none;
}
/*стили для контейнера с файлом рисунка*/
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/*стили для файла рисунка*/
.slide img {
  min-width: 100vw;
  min-height: 100%;
}

/*стили позиционирования активного контейнера со слайдом radio i*/
#radio1:checked ~ .first {
  margin-left: 0;
}
#radio2:checked ~ .first {
  margin-left: -100%;
}
#radio3:checked ~ .first {
  margin-left: -200%;
}
#about-us {
  scroll-margin-top: 120.2px; /*отступ сверху страницы для перехода по якорю*/
}
.about-us {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto; /*верх-право-низ-лево*/
  padding: 50px 0px 0px 0px;
  line-height: 1.6em;
  text-align: justify;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
}

/*БЛОК ПРЕИМУЩЕСТВА*/
/*контейнер блока преимуществ*/
.advantages {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 40px auto 40px auto;
  grid-gap: 50px; /* отступы между flex элементами*/
}
/*контейнер вертикального зеленого прямоугольника*/
.rectangle-two {
  width: 3px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #009739;
}
/*контейнер списка преимуществ*/
.advantages-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
  line-height: 1.6em;
}

/*БЛОК КАРУСЕЛЬ ТОВАРОВ*/

/*контейнер с карточками товаров*/

.gallery-mobil {
  display: none;
}













/*КНОПКА*/
.atuin-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.atuin-btn {
  display: inline-flex;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Public Sans", sans-serif;
  background: #009739;
  cursor: pointer;
  border: 2px solid #76c193;
  letter-spacing: 1px;
  box-shadow: 5px 5px 10px 0px rgba(51, 51, 51, 0.4);
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
  color: #ffffff;
}
.atuin-btn:after,
.atuin-btn:before,
.atuin-btn:before {
  position: absolute;
  height: 1.5px;
  left: 50%;
  background: #009739;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.atuin-btn:before,
.atuin-btn:before {
  top: -6px;
}
.atuin-btn:hover:after,
.atuin-btn:hover:before,
.atuin-btn:active:after,
.atuin-btn:active:before,
.atuin-btn:focus:after,
.atuin-btn:focus:before {
  width: 100%;
  left: 0;
}

/*НАШИ БРЕНДЫ*/
#our-brands {
  scroll-margin-top: 120.2px; /*отступ сверху страницы для перехода по якорю*/
}
.our-brends {
  width: 80%;
  height: auto;
  margin: auto; /*верх-право-низ-лево*/
}
.our-brends-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  grid-gap: 40px;
  line-height: 1.6em;
  text-align: justify;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
  padding-top: 15px;
}
#our-brends-title {
  width: 40%;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0;
  color: #333333;
  text-align: right;
}

.our-brends-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.our-brends-link a {
  margin-top: 20px;
  cursor: pointer;
}
.our-brends-link a:hover {
  cursor: pointer;
}
.our-brends-link a:hover img {
  transform: scale(1.1);
}
.our-brand-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12vw;
  aspect-ratio: 1 / 1;
  margin-top: 20px;
}
.our-brand-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/*БЛОГ*/

.blog-title {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin: auto;
  margin-top: 80px;
  font-family: "Petrona";
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 0.1em;
  background-color: #009739;
}
.blog-title-2 p {
    font-family: "Public Sans", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: 0.1em;
    padding: 10px;
}




.blog-news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  width: 100%;
  height: 450px;
}
.blog-news-left,
.blog-news-right {
  height: 100%;
  width: 49%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; /* Скрываем всё за контуром */
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.blog-news-left {
  background-image: url(../imges/blog-Beer_the_Engine_of_Progress_4.jpeg);
}
.blog-news-right {
  background-image: url(../imges/blog-Beer_the_Engine_of_Progress_4.jpeg);
}
.blog-news a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.article-1,
.article-2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  
}
.article-1 p,
.article-2 p {
  color: #333333;
  padding: 6px 6px 6px 20px;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.blog-news a :hover {
  opacity: 0.8;
  transition: 0.5s; /* Время эффекта */
}
.blog-news-left:hover,
.blog-news-right:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: 0.5s;
}


#contact-us {
  scroll-margin-top: 120.2px; /*отступ сверху страницы для перехода по якорю*/
}
.contact-us {
  display: flex;
  width: 100%;
  background: #009739;
  margin-top: 60px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
  text-align: center;
}
.contact-us p {
  color: #ffffff;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding: 10px;
  margin: auto;
  text-transform: uppercase;
}

/*БЛОК КОНТАКТОВ И ОБРАТНОЙ СВЯЗИ*/
.contact-feedback {
  display: flex;
  width: 60%;
  margin: auto; /*верх-право-низ-лево*/
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  color: #333333;
}
.contact-container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  justify-content: center;
}
.contact-container img {
  width: 50px;
}
.phone-number,
.whatsapp-number,
.email-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: 30px;
}
.rectangle-3 {
  width: 3px;
  background-color: #009739;
  margin-left: 50px;
  margin-right: 50px;
}



/*БЛОК ОБРАТНОЙ СВЯЗИ*/
.feedback-container {
  display: flex;
  flex-direction: column;
}
.feedback-container form {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-top: 20px;
}

.feedback-container input {
  border: 1px solid #333333;
  background-color: rgba(211, 211, 211, 0.15);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  border-radius: 2px;
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.15);
  width: 100%;
  box-sizing: border-box;
}
.feedback-container textarea {
  width: 100%;
  box-sizing: border-box;
}
.feedback-container p {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
}

/*input::placeholder {
  
  color: #009739;
  position: absolute;
  top: 5px; 
  
}*/

#text {
  display: none;
}
textarea {
  min-height: 60px;
  resize: vertical;
  border: 1px solid #333333;
  background-color: rgba(211, 211, 211, 0.15);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  border-radius: 2px;
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.15);
}
.feedback-button {
  display: flex;
  justify-content: center;
  align-items: center;
}





/*АДАПТИВ*/
@media screen and (max-width: 1200px) {
  main {
margin-top: 110px;
  }
}
@media screen and (max-width: 960px) {
  main {
margin-top: 105px;
  }
}
@media screen and (max-width: 760px) {
  main {
margin-top: 95px;
  }
}
@media screen and (max-width: 480px) {
  main {
margin-top: 85px;
  }
}
@media screen and (max-width: 308px) {
  main {
margin-top: 70px;
  }
}