* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../fonts/AvantGardeBookBT.ttf") format("ttf"),
    url("../fonts/AvantGardeBookBT.woff") format("woff"),
    url("../fonts/AvantGardeBookBT.woff2") format("woff2");
}

.container {
  width: 90%;
  max-width: 1196px;
  margin: 0 auto;
}
.header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding-top: 39px;
  padding-bottom: 18px;
  z-index: 8;
  background-color: transparent;
  transition: background 700ms ease;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  padding: 22px 60px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  transition: all 700ms linear;
}
.header-buy:hover,
.header-buy:focus {
  background-color: #ffffff;
  color: #864c17;
}
.header-toggler {
  display: none;
  border: none;
  background-color: transparent;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.header-collapse {
  display: none;
}
.menu-list--mobile {
  display: flex;
  flex-direction: column;
}
.nav-link {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 700ms ease;
  cursor: pointer;
}
.nav-link:hover {
  color: rgba(255, 255, 255, 0.4);
}
.banner {
  padding-top: 104px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner::after {
  content: "";
  width: 2px;
  height: 134px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-wrapper {
  padding-top: 228px;
  padding-bottom: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-year {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #ffffff;
}
.banner-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
.banner-title {
  font-family: "AvantGarde Bk BT";
  font-size: 66px;
  line-height: 79px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.banner-discover {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 42px;
  border: 1px solid #ffffff;
  transition: all 700ms linear;
  background-color: transparent;
}
.banner-discover:hover,
.banner-discover:focus {
  background-color: #ffffff;
  color: #864c17;
}
.benefit {
  padding-top: 162px;
  padding-bottom: 200px;
}
.benefit-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.section-title {
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #864c17;
  font-weight: 400;
}
.section-text {
  font-size: 28px;
  line-height: 42px;
  text-indent: 150px;
  color: #000000;
  font-weight: 100;
  width: 80%;
  max-width: 750px;
}
.benefit-card__img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 50px;
}
.benefit-card__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
.benefit-card__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.01em;
  color: #767676;
}
.third-slider {
  height: 900px;
}
.third-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 118px;
}
.third-card__title {
  font-size: 41px;
  line-height: 150%;
  font-weight: 100;
  letter-spacing: 0.01em;
  text-indent: 150px;
  color: red;
  width: 80%;
  max-width: 800px;
}
.third-cont-button {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 0;
  transition: background 700ms ease;
}
.third-cont-button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.third-cont-button-next {
  right: 0px;
  left: 0px;
}
.third-cont-button-prev {
  right: 0px;
  left: 0px;
}
.third-cont-button-prev::after {
  content: "";
  width: 17px;
  height: 12px;
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 1;
}
.third-cont-button-next::after {
  content: "";
  width: 17px;
  height: 12px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 1;
}
.third-cont-pagination .swiper-pagination-bullet {
  padding: 9px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.third-cont-pagination .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.third-cont-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.third-cont-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}
.third-cont-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  bottom: 150px;
}
.third-cont-pagination {
  width: auto !important;
  position: relative;
  bottom: 0 !important;
  left: 0;
}
.third-cont-buttons {
  position: static;
  display: flex;
  align-items: center;
}
.besteller-slide {
  height: 493px;
  display: flex;
  flex-direction: column;
	width: 283px;
}
.besteller-slide__img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: transform 400ms linear;
}
	.bestellers-slider .swiper-wrapper{
		flex-wrap: wrap;
		    justify-content: center;
		gap: 20px;
	}
/* .bestellers-slider {
  height: 1020px;
} */
.besteller-slide__title {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}
.besteller-slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.besteller-slide__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #864c17;
  display: flex;
  text-decoration: none;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  margin-top: auto;
  text-underline-offset: 3px;
  justify-content: center;
}
.besteller-slide__link::after {
  display: block;
  content: "";
  background-color: rgba(134, 76, 23, 0.4);
  height: 1px;
  width: 0%;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.besteller-slide__link:hover:after,
.besteller-slide__link:focus:after {
  width: 100%;
}

.bestellers {
  padding-top: 174px;
  padding-bottom: 200px;
  position: relative;
}
.bestellers::after {
  content: "";
  width: 2px;
  height: 134px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/dots2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bestellers-subtitle {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 170%;
  color: #864c17;
  margin-bottom: 20px;
}
.bestellers-title {
  font-weight: 200;
  font-size: 41px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}
.bestellers-slider {
  margin-bottom: 80px;
  width: 100%;
}
.besteller-slide:hover .besteller-slide__img {
  transform: scale(0.8);
}
.bestellers-link-all {
  padding: 22px 42px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #864c17;
  border: 1px solid #864c17;
  background-color: transparent;
  transition: all 700ms linear;
}
.bestellers-link-all:hover {
  background-color: #864c17;
  color: #fff;
}
.bestellers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.values-text {
  font-size: 28px;
  line-height: 42px;
  text-indent: 150px;
  font-weight: 200;
  color: #000000;
  width: 100%;
  margin-bottom: 50px;
}
.values-column {
  width: 80%;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 53px;
}
.value-column-text {
  width: 41%;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.01em;
  color: #000000;
  font-weight: 300;
}
.values-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.values {
  padding-bottom: 200px;
}
.services {
  padding-bottom: 200px;
}
.services-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}
.services-wrapper-leftColumn {
  width: 32.5%;
}
.services-wrapper-rightColumn {
  width: 50%;
}
.services-wrapper__img {
  width: 100%;
  object-fit: cover;
  height: 700px;
  margin-bottom: 100px;
}
.services-wrapper__text {
  font-size: 18px;
  line-height: 170%;
  font-weight: 200;
  letter-spacing: 0.01em;
  color: #000000;
  padding-right: 50px;
}
.blockSeventh {
  padding-top: 123px;
  padding-bottom: 123px;
  display: flex;
  align-items: flex-start;
  height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blockSeventh__text {
  width: 80%;
  max-width: 987px;
  font-size: 41px;
  line-height: 150%;
  font-weight: 200;
  letter-spacing: 0.01em;
  text-indent: 150px;
  color: #ffffff;
}
.testimonials {
  padding-top: 174px;
  padding-bottom: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.testimonials::after {
  content: "";
  width: 2px;
  height: 134px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/dots2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-subtitle {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 170%;
  color: #864c17;
  margin-bottom: 20px;
}
.testimonial-title {
  font-weight: 200;
  font-size: 41px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px;
}
.testimonial-slide {
  width: auto;
  opacity: 0.4;
}
.testimonial-slide.swiper-slide-active {
  opacity: 1;
}
.testimonial-wrapper {
  width: 650px;
}
.testimonial-text {
  font-size: 18px;
  line-height: 170%;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 20px;
}
.testimonial-author {
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #767676;
  margin-bottom: 5px;
}

.testimonial-profession {
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #767676;
}
.testimonials-wrapper {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.testimonial-slider .swiper-wrapper {
  margin-bottom: 74px;
}
.testimonial-pagination .swiper-pagination-bullet {
  padding: 9px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.testimonial-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.testimonial-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #000000;
}
.testimonial-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider {
  margin-bottom: 100px;
}
.testimonial-link {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #864c17;
  padding: 22px 42px;
  border: 1px solid #864c17;
  background-color: transparent;
  transition: all 700ms linear;
}
.testimonial-link:hover {
  background-color: #864c17;
  color: #fff;
}
.tt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-leftCol {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.contact-leftCol-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}
.contact-leftCol-item span {
  position: relative;
  margin-right: 3px;
}
.contact-leftCol-item span::after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  height: 1px;
  width: 0%;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-leftCol-item span:hover:after,
.contact-leftCol-item span:focus:after {
  width: 100%;
}
.contact-rightCol {
  width: 63%;
  height: 237px;
}
.contact__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.contact-swiper {
  height: 100%;
}
.footer {
  padding-top: 70px;
  padding-bottom: 20px;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-leftCol {
  width: 30%;
}
.menu-list-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 39px;
}
.menu-list-footer .nav-link {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  transition: all 700ms linear;
}
.menu-list-footer .nav-link:hover {
  color: rgba(0, 0, 0, 0.4);
}
.menu-list-footer .menu-item {
  width: 45%;
	display: flex;
}
.footer__text {
  font-size: 12px;
  line-height: 200%;
  font-weight: 200;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #767676;
}
.custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header.header-fixed {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-fixed .nav-link {
  color: #000000;
}
.header-fixed .nav-link:hover {
  color: #864c17;
}
.header-fixed .header-buy {
  color: #864c17;
  border-color: #864c17;
}
.header-fixed .header-buy:hover {
  background-color: #864c17;
  color: #fff;
}
.header-fixed .header-toggler {
  color: #864c17;
}
.services-wrapper--mobile {
  display: none;
}
.footer__text--mobile {
  display: none;
}

.benefit-pagination .swiper-pagination-bullet {
  padding: 9px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.benefit-pagination .swiper-pagination-bullet-active {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.benefit-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.benefit-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #000000;
}
.benefit-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.modalMenu-wrapper {
  width: 90%;
  min-height: 100%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding: 31px 47px;
}
.close_img {
  position: absolute;
  left: 34px;
  top: 28px;
  width: 25px;
  height: 25px;
}
.modal__title {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 90px;
}
.menu-list--mobile {
  gap: 30px;
}
.menu-list--mobile .menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-list--mobile .nav-link {
  color: #000000;
}
.modalMenu .header-buy {
  margin-top: 100px;
  color: #864c17;
  border-color: #864c17;
}
.footer-centerCol{
	display: flex;
	    flex-wrap: wrap;
    gap: 10px;
	flex-direction: column;
	align-self: flex-start;
}
.footer-centerCol-item, .footer__link{
	font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #000000;
	display: flex;
    gap: 5px;
	transition: all 700ms linear;
}
.footer__link:hover{
	    color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .banner-title {
    font-size: 58px;
    line-height: 70px;
  }
  .benefit-card__img {
    height: 400px;
  }
  .third-slider {
    height: 700px;
  }
  .third-card {
    padding-top: 100px;
  }
  .third-cont-controller {
    padding-left: 100px;
    padding-right: 100px;
  }
  .third-card__title {
    font-size: 32px;
  }
/*   .bestellers-slider {
    height: 1600px;
  } */

  .blockSeventh {
    height: 700px;
	  padding-top: 60px;
  }
  .footer-leftCol {
        width: 35%;
    min-width: 245px;
  }
  .services-wrapper__text {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
		.bestellers-slider .swiper-wrapper{
		flex-wrap: nowrap;
			justify-content: normal;
			gap: 0px;
	}
  .banner::after {
    height: 86px;
  }
  .banner-wrapper {
    padding-top: 90px;
    padding-bottom: 132px;
  }
  .banner-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .banner-year {
    margin-bottom: 30px;
  }
  .banner-description {
    margin-bottom: 40px;
  }
  .header-menu {
    display: none;
  }
  .header-toggler {
    display: flex;
  }
  .benefit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-text {
    font-size: 18px;
    line-height: 27px;
    text-indent: 60px;
    width: 70%;
  }
  .benefit-row {
    margin-bottom: 40px;
  }
  .benefit-card__img {
    height: 300px;
    margin-bottom: 20px;
  }
  .third-card__title {
    font-size: 28px;
    text-indent: 60px;
  }
  .third-slider {
    height: 500px;
  }
  .third-card {
    padding-top: 80px;
  }
  .third-cont-controller {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 100px;
  }
  .bestellers::after {
    height: 86px;
  }
  .bestellers {
    padding-top: 126px;
    padding-bottom: 100px;
  }
  .bestellers-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .bestellers-subtitle {
    margin-bottom: 20px;
  }
  .bestellers-slider {
    height: 493px;
    margin-bottom: 60px;
  }
  .besteller-slide {
    width: 285px;
  }
  .values {
    padding-bottom: 100px;
  }
  .values-text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    text-indent: 60px;
  }
  .values-column {
    gap: 10px;
    width: 70%;
  }
  .value-column-text {
    width: 47%;
  }
  .services {
    padding-bottom: 100px;
  }
  .services-wrapper {
    width: 90%;
    margin: 40px auto 0;
    justify-content: space-between;
    gap: 10px;
  }
  .services-wrapper__img {
    height: 320px;
    margin-bottom: 60px;
  }
  .services-wrapper-leftColumn {
    width: 35%;
  }
  .services-wrapper-rightColumn {
    width: 60%;
  }
  .services-wrapper__text {
    font-size: 14px;
  }
  .blockSeventh {
    height: 500px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .blockSeventh__text {
    font-size: 28px;
    text-indent: 60px;
  }
  .testimonials {
    padding-top: 126px;
    padding-bottom: 100px;
  }
  .testimonials::after {
    height: 86px;
  }
  .testimonial-title {
    font-size: 28px;
    line-height: 42px;
  }
  .testimonials-wrapper {
    margin-bottom: 40px;
  }
  .testimonial-wrapper {
    width: 550px;
  }
  .testimonial-slider {
    margin-bottom: 60px;
  }
  .footer-leftCol {
    width: 55%;
	  order: 1;
  }
  .contact-rightCol {
    height: 139px;
  }
  .contact-leftCol {
    min-width: 140px;
  }
  .benefit-card__title {
    font-size: 16px;
  }
		.footer-rightCol{
		    order: 2;
	}
	.footer-centerCol{
		width: 100%;
	}
	.footer-wrapper{
		flex-wrap: wrap;
		row-gap: 15px;
	}
}
@media (max-width: 576px) {
  .benefit-slider .swiper-wrapper {
    margin-bottom: 30px;
  }
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header {
    padding-top: 35px;
  }
  .header-buy {
    padding: 0;
    border: none;
  }
  .banner {
    padding-top: 55px;
  }
  .banner-wrapper {
    padding-bottom: 122px;
  }
  .banner-year {
    margin-bottom: 20px;
  }
  .banner-title {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .banner-discover {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefit {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .benefit-row {
    flex-direction: column;
    gap: 30px;
  }
  .section-text {
    width: 100%;
    text-indent: 0px;
  }
  .benefit-card {
    width: 280px;
  }
  .benefit-card__img {
    margin-bottom: 30px;
    height: 360px;
  }
  .third-slider {
    height: 320px;
  }
  .third-card {
    padding-top: 47px;
  }
  .third-card__title {
    width: 100%;
    font-size: 18px;
    text-indent: 0px;
  }
  .third-cont-controller {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 40px;
    justify-content: center;
  }
  .third-cont-buttons {
    display: none;
  }
  .bestellers {
    padding-top: 116px;
    padding-bottom: 80px;
  }
  .besteller-slide {
    height: auto;
    width: 200px;
  }
  .besteller-slide__img {
    height: 250px;
  }
  .bestellers-slider {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bestellers .container {
    padding-left: 0;
    padding-right: 0;
  }
  .bestellers-title {
    margin-bottom: 30px;
  }
  .bestellers-link-all {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .values-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .values-column {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .values-text {
    text-indent: 0px;
    margin-bottom: 0;
  }
  .value-column-text {
    width: 100%;
  }
  .values {
    padding-bottom: 80px;
  }
  .services {
    padding-bottom: 60px;
  }
  .services-wrapper {
    margin: 40px 0 0 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .services-wrapper__img {
    height: 150px;
    margin-bottom: 30px;
  }
  .services-wrapper__text {
    display: none;
  }
  .services-wrapper--mobile {
    display: flex;
  }
  .services-wrapper__text--mobile {
    display: flex;
  }

  .blockSeventh {
    height: 320px;
    padding-bottom: 30px;
    padding-top: 20px;
	  
  }
  .blockSeventh__text {
    width: 80%;
    text-indent: 0px;
    font-size: 18px;
    line-height: 150%;
	  margin: 0 auto;
  }
  .testimonial-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .testimonials {
    padding-bottom: 80px;
    padding-top: 116px;
  }
  .contacts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contacts-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .contact-rightCol {
    width: 100%;
    height: 237px;
  }
  .contact-photo {
    width: 237px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer-wrapper {
    flex-direction: column;
  }
  .footer-leftCol {
    width: 100%;
  }
  .menu-list-footer {
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .menu-list-footer .menu-item:nth-child(2n) {
    text-align: right;
  }
  .footer__text {
    display: none;
  }
  .footer__text--mobile {
    display: block;
    margin-top: 30px;
	      order: 4;
  }
  .benefit-card__title {
    font-size: 18px;
  }
  .modalMenu .header-buy {
    padding: 22px 60px;
    border: 1px solid #864c17;
  }

}
