*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: 'inter';
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

input,
textarea,
button,
select {
  font-family: inherit;
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

@font-face {
  font-family: 'geologica';
  src: url('../Fonts/geologica/Geologica-Bold.woff') format('woff'),
    url('../Fonts/geologica/Geologica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'geologica';
  src: url('../Fonts/geologica/Geologica-Medium.woff') format('woff'),
    url('../Fonts/geologica/Geologica-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'inter';
  src: url('../Fonts/inter/Inter-Bold.woff') format('woff'), url('../Fonts/inter/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'inter';
  src: url('../Fonts/inter/Inter-Regular.woff') format('woff'),
    url('../Fonts/inter/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'open-sans';
  src: url('../Fonts/open-sans/OpenSans-Regular.woff') format('woff'),
    url('../Fonts/open-sans/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  display: swap;
}
.header {
  background: rgb(6, 6, 82);
}
.header__wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 400px;
}
.header__logo2 {
  max-width: 163px;
  height: 51px;
  display: none;
}
.header__logo {
  max-width: 163px;
  height: 61px;
}
.header__naviget-list {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
}
.header__list-item-link {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
}
.header__list-item-link:hover {
  color: rgb(237, 237, 237);
}
.header__list-item {
  position: relative;
}
.header__list-item::before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  transition: width 0.5s ease;
}
.header__list-item:hover::before {
  width: 100%;
}
.header__title {
  padding: 85px 0 0px 0;
  max-width: 1063px;
  color: rgb(255, 255, 255);
  font-family: 'geologica';
  font-size: 60px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.header__img-card {
  margin: 0 0 290px 0;
}
.header__img {
  position: relative;
  z-index: 999;
  bottom: -120px;
  max-width: 1200px;
  height: 824px;
}
.header__img2 {
  display: none;
}

.about {
  padding: 0px 0 0 0;
}
.about__title {
  margin: 0 0 34px 0;
  color: rgb(27, 27, 25);
  font-family: 'geologica';
  font-size: 38px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.about__wrapper-list {
  padding: 0 0 78px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.about__wrapper-text {
  max-width: 575px;
  color: rgb(27, 27, 25);
  font-family: 'open-sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.about__wrapper-text2 {
  max-width: 575px;
  color: rgb(27, 27, 25);
  font-family: 'open-sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.about__wrapper-img-card {
  background: rgb(245, 245, 245);
}
.about__flex-img {
  padding: 114px 0px;
  display: flex;
  align-items: center;
  gap: 49px;
}
.about__img {
  max-width: 575px;
  height: 640px;
}

.products {
  padding: 150px 0;
}
.products__card-title {
  display: flex;
  align-items: center;
  gap: 840px;
}
.products__title {
  color: rgb(27, 27, 25);
  font-family: 'geologica';
  font-size: 38px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.products__link {
  color: rgb(130, 130, 130);
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.products__link2 {
  color: rgb(130, 130, 130);
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.1%;
  display: none;
}
.products__card-img {
  padding: 53px 0 0 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.products__img {
  max-width: 281px;
  height: 355px;
}

.brands {
  padding: 0 0 150px 0;
}
.brands__title {
  color: rgb(27, 27, 25);
  font-family: 'geologica';
  font-size: 38px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.brands__card-img {
  padding: 48px 0 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer {
  background-image: url('../img/footer/bac.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.footer__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 114px;
  padding: 51px 0 102px;
}
.footer__logo {
  margin-bottom: 40px;
  max-width: 234px;
  height: 74px;
}
.footer__text {
  max-width: 453px;
  color: rgb(255, 255, 255);
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
}
.footer__flex-link {
  display: flex;
  gap: 55px;
}
.footer__links {
  display: flex;
  gap: 100px;
}
.footer__links ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.footer__link-title {
  margin-bottom: 7px;
  color: rgb(255, 255, 255);
  font-family: 'inter';
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
}
.footer__link {
  color: rgb(255, 255, 255);
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
}
.footer__link:hover {
  color: rgb(237, 237, 237);
}
.footer__link-locatioin {
  max-width: 350px;
  color: rgb(255, 255, 255);
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
}
.footer__link-locatioin:hover {
  color: rgb(237, 237, 237);
}
.footer__contact-title {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.footer__contact-title h3 {
  color: rgb(255, 255, 255);
  font-family: 'inter';
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
}
.footer__contact {
  display: flex;
  gap: 16px;
}
.footer__instagram {
  max-width: 55px;
  height: 55px;
}
.footer__eximuz-bg {
  background: rgb(6, 6, 82);
}
.footer__eximuz {
  margin: 0;
  padding: 12px 0;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: -20px;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 0px 0 8px 0;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    margin-top: -10px;
    font-size: 18px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 5px;
    right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .overlay {
    display: block;
  }
  .menu {
    display: block;
  }
}
.menu {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0;
  }
  .header__wrapper {
    padding: 30px 15px 100px 15px;
    display: flex;
    align-items: center;
    gap: 200px;
  }
  .header__naviget-list {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
  }
  .header__title {
    padding: 0 15px 0px 15px;
    max-width: 1063px;
    color: rgb(255, 255, 255);
    font-family: 'geologica';
    font-size: 60px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .header__img-card {
    margin: 0 0 290px 0;
  }
  .header__img {
    position: relative;
    z-index: 999;
    bottom: -120px;
    max-width: 100%;
    height: 824px;
  }
  .about__wrapper {
    padding: 0 15px;
  }
  .about__flex-img {
    padding: 114px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49px;
  }
  .about__img {
    max-width: 400px;
    height: 480px;
  }
  .products {
    padding: 150px 15px;
  }
  .products__card-title {
    display: flex;
    align-items: center;
    gap: 600px;
  }
  .products__title {
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__link {
    color: rgb(130, 130, 130);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__card-img {
    padding: 53px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .products__img {
    max-width: 281px;
    height: 355px;
  }
  .brands {
    padding: 0 15px 150px 15px;
  }
  .brands__title {
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .footer {
    background-image: url('../img/footer/bac.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgb(6, 6, 82);
    gap: 114px;
    padding: 51px 0 102px;
  }
  .footer__logo {
    margin-bottom: 40px;
    max-width: 234px;
    height: 74px;
  }
  .footer__wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .footer__text {
    max-width: 423px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .footer__flex-link {
    display: flex;
    gap: 0px;
  }
  .footer__links {
    display: flex;
    gap: 100px;
  }
  .footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .footer__link-title {
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__link {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link:hover {
    color: rgb(237, 237, 237);
  }
  .footer__link-locatioin {
    max-width: 350px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link-locatioin:hover {
    color: rgb(237, 237, 237);
  }
  .footer__contact-title {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .footer__contact-title h3 {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__contact {
    display: flex;
    gap: 16px;
  }
  .footer__instagram {
    max-width: 55px;
    height: 55px;
  }
  .footer__eximuz-bg {
    background: rgb(6, 6, 82);
  }
  .footer__eximuz {
    padding: 12px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
  }
}
@media only screen and (max-width: 992px) {
  .header__wrapper {
    padding: 30px 0 100px 0;
    display: flex;
    align-items: center;
    gap: 170px;
  }
  .header__logo {
    padding-left: 20px;
    max-width: 130px;
    height: 51px;
  }
  .header__naviget-list {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
  }
  .header__title {
    margin: 0 auto;
    padding: 0 0 0px 0;
    max-width: 750px;
    color: rgb(255, 255, 255);
    font-family: 'geologica';
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .header__img-card {
    margin: 0 0 200px 0;
  }
  .header__img {
    max-width: 100%;
    height: 724px;
  }
  .about {
    padding: 0px 0 0 0;
  }
  .about__title {
    margin: 0 0 34px 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-list {
    padding: 0 0 78px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .about__wrapper-text {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-text2 {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-img-card {
    background: rgb(245, 245, 245);
  }
  .about__flex-img {
    padding: 114px 0px;
    display: flex;
    align-items: center;
    gap: 49px;
  }
  .about__img {
    max-width: 400px;
    height: 440px;
  }
  .products {
    padding: 150px 0;
  }
  .products__card-title {
    display: flex;
    align-items: center;
    gap: 250px;
  }
  .products__title {
    padding: 0 0 0 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__link {
    color: rgb(130, 130, 130);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__card-img {
    padding: 53px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 25px;
  }
  .products__img {
    max-width: 281px;
    height: 355px;
  }
  .brands {
    padding: 0 0 150px 0;
  }
  .brands__wrapper {
    padding: 0 0 0 20px;
  }
  .brands__title {
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .brands__card-img {
    padding: 48px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  .footer {
    background-image: url('../img/footer/bac.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgb(6, 6, 82);
    gap: 114px;
    padding: 51px 0 102px;
  }
  .footer__logo {
    margin-bottom: 40px;
    max-width: 234px;
    height: 74px;
  }
  .footer__wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .footer__text {
    max-width: 423px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .footer__flex-link {
    display: flex;
    gap: 0px;
  }
  .footer__links {
    display: flex;
    gap: 100px;
  }
  .footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .footer__link-title {
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__link {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link:hover {
    color: rgb(237, 237, 237);
  }
  .footer__link-locatioin {
    max-width: 350px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link-locatioin:hover {
    color: rgb(237, 237, 237);
  }
  .footer__contact-title {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .footer__contact-title h3 {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__contact {
    display: flex;
    gap: 16px;
  }
  .footer__instagram {
    max-width: 55px;
    height: 55px;
  }
  .footer__eximuz-bg {
    background: rgb(6, 6, 82);
  }
  .footer__eximuz {
    padding: 12px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .header__wrapper {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    padding: 13px 0 13px 15px;
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .header .menu {
    margin: 0 20px 0 0;
    padding-left: 500px;
  }
  .header__logo2 {
    max-width: 130px;
    height: 51px;
    display: block;
  }
  .header__logo {
    padding-left: 20px;
    max-width: 130px;
    height: 51px;
    display: none;
  }
  .header__naviget-list {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    display: none;
  }
  .header__list-item-link {
    font-size: 18px;
  }
  .header .overlay-content.header__list-item-link {
    font-size: 18px;
  }
  .header__title {
    margin: 0 auto;
    padding: 37px 0 32px 0;
    max-width: 540px;
    color: rgb(255, 255, 255);
    font-family: 'geologica';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .header__img-card {
    display: none;
  }
  .header__img {
    max-width: 100%;
    height: 500px;
    display: none;
  }
  .header__img2 {
    display: block;
    height: 500px;
  }
  .about {
    padding: 80px 0 0 0;
  }
  .about__title {
    margin: 0 0 34px 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-list {
    padding: 0 0 78px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .about__wrapper-text {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-text2 {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-img-card {
    background: #fff;
  }
  .about__flex-img {
    padding: 114px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .about__img {
    max-width: 100%;
    height: 440px;
  }
  .products {
    padding: 150px 0;
  }
  .products__card-title {
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .products__title {
    padding: 0 0 0 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__link {
    color: rgb(130, 130, 130);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    display: none;
  }
  .products__link2 {
    margin: 32px 0 0 0;
    text-align: center;
    display: block;
  }
  .products__card-img {
    padding: 53px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 25px;
  }
  .products__img {
    max-width: 182px;
    height: 300px;
  }
  .brands {
    padding: 0 0 150px 0;
  }
  .brands__wrapper {
    padding: 0 0 0 20px;
  }
  .brands__title {
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .brands__card-img {
    padding: 48px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  .brands__img {
    max-width: 184px;
    height: 184px;
  }
  .footer {
    background-image: url('../img/footer/bac.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: left;
    gap: 60px;
    padding: 51px 0 102px;
    background: rgb(6, 6, 82);
  }
  .footer__logo {
    padding-left: 32px;
    margin-bottom: 40px;
    max-width: 234px;
    height: 74px;
  }
  .footer__wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .footer__text {
    margin: 0;
    padding-left: 32px;
    max-width: 410px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .footer__flex-link {
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__links {
    padding: 0 0 100px 0;
    display: flex;
    gap: 100px;
  }
  .footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .footer__link-title {
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__link {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link:hover {
    color: rgb(237, 237, 237);
  }
  .footer__link-locatioin {
    max-width: 350px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link-locatioin:hover {
    color: rgb(237, 237, 237);
  }
  .footer__contact-title {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .footer__contact-title h3 {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__contact {
    display: flex;
    gap: 16px;
  }
  .footer__instagram {
    max-width: 55px;
    height: 55px;
  }
  .footer__eximuz-bg {
    background: rgb(6, 6, 82);
  }
  .footer__eximuz {
    padding: 12px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
  }
  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 250, 250);
    overflow-y: hidden;
    transition: 0.5s;
  }
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
  }
  .overlay .closebtn {
    position: absolute;
    height: 0px;
    top: -20px;
    right: 45px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .overlay {
    display: block;
  }
  .menu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    display: block;
  }
}
@media only screen and (max-width: 676px) {
  .header .menu {
    margin: 0 20px 0 0;
    padding-left: 440px;
  }
}
@media only screen and (max-width: 634px) {
  .header .menu {
    margin: 0 20px 0 0;
    padding-left: 390px;
  }
}
@media only screen and (max-width: 576px) {
  .header__wrapper {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    padding: 13px 0 13px 15px;
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 auto;
  }
  .header__logo2 {
    max-width: 130px;
    height: 51px;
    display: block;
  }
  .header__logo {
    padding-left: 20px;
    max-width: 130px;
    height: 51px;
    display: none;
  }
  .header__naviget-list {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    display: none;
  }
  .header__title {
    margin: 0 auto;
    padding: 37px 0 32px 0;
    max-width: 540px;
    color: rgb(255, 255, 255);
    font-family: 'geologica';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .header__img-card {
    display: none;
  }
  .header__img {
    max-width: 100%;
    height: 500px;
    display: none;
  }
  .header__img2 {
    display: block;
    width: 100%;
    height: 300px;
  }
  .header .menu {
    margin-right: 0px;
    padding-left: 330px;
  }
  .about {
    padding: 80px 0 0 0;
  }
  .about__title {
    margin: 0 0 34px 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-list {
    padding: 0 0 78px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .about__wrapper-text {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-text2 {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-img-card {
    background: #fff;
  }
  .about__flex-img {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .about__img {
    max-width: 100%;
    height: 440px;
  }
  .products {
    padding: 150px 0;
  }
  .products__card-title {
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .products__title {
    padding: 0 0 0 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__link {
    color: rgb(130, 130, 130);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    display: none;
  }
  .products__link2 {
    margin: 32px 0 0 0;
    text-align: center;
    display: block;
  }
  .products__card-img {
    padding: 53px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 25px;
  }
  .products__img {
    max-width: 182px;
    height: 300px;
  }
  .brands {
    padding: 0 0 150px 0;
  }
  .brands__wrapper {
    padding: 0 0 0 20px;
  }
  .brands__title {
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .brands__card-img {
    padding: 48px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  .brands__img {
    max-width: 184px;
    height: 184px;
  }
  .footer {
    background-image: url('../img/footer/bac.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    background: linear-gradient(162.69deg, rgb(1, 85, 145) 5.711%, rgb(0, 102, 178));
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 114px;
    padding: 51px 0 102px;
  }
  .footer__logo {
    margin-bottom: 40px;
    max-width: 234px;
    height: 74px;
  }
  .footer__wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .footer__text {
    max-width: 400px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .footer__flex-link {
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__links {
    padding: 0 0 62px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: left;
  }
  .footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .footer__link-title {
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__link {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link:hover {
    color: rgb(237, 237, 237);
  }
  .footer__link-locatioin {
    max-width: 350px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link-locatioin:hover {
    color: rgb(237, 237, 237);
  }
  .footer__contact-title {
    padding: 0 0 0px 32px;
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .footer__contact-title h3 {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__contact {
    display: flex;
    gap: 16px;
  }
  .footer__instagram {
    max-width: 55px;
    height: 55px;
  }
  .footer__eximuz-bg {
    background: linear-gradient(162.69deg, rgb(1, 85, 145) 33.756%, rgb(0, 102, 178));
  }
  .footer__eximuz {
    padding: 12px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
  }
}
@media only screen and (max-width: 500px) {
  .header__wrapper {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    padding: 13px 0 13px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  .header__logo2 {
    max-width: 130px;
    height: 51px;
    display: block;
  }
  .header__logo {
    padding-left: 20px;
    max-width: 130px;
    height: 51px;
    display: none;
  }
  .header .menu {
    margin-right: 20px;
    padding-left: 280px;
  }
  .header__naviget-list {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    display: none;
  }
  .header__title {
    margin: 0 auto;
    padding: 37px 0 32px 0;
    max-width: 344px;
    color: rgb(255, 255, 255);
    font-family: 'geologica';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .header__img-card {
    display: none;
  }
  .header__img {
    max-width: 100%;
    height: 500px;
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header__img2 {
    display: block;
    width: 100%;
    height: 285px;
  }
  .about {
    padding: 80px 0 0 0;
  }
  .about__title {
    margin: 0 0 34px 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-list {
    padding: 0 0 78px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .about__wrapper-text {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-text2 {
    max-width: 575px;
    color: rgb(27, 27, 25);
    font-family: 'open-sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .about__wrapper-img-card {
    background: #fff;
  }
  .about__flex-img {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .about__img {
    max-width: 100%;
    height: 458px;
  }
  .products {
    padding: 150px 0;
  }
  .products__card-title {
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .products__title {
    padding: 0 0 0 20px;
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .products__link {
    color: rgb(130, 130, 130);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    display: none;
  }
  .products__link2 {
    margin: 32px 0 0 0;
    text-align: center;
    display: block;
  }
  .products__card-img {
    margin: 0 auto;
    padding: 53px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 17px;
  }
  .products__img {
    max-width: 182px;
    height: 300px;
  }
  .brands {
    padding: 0 0 150px 0;
  }
  .brands__wrapper {
    padding: 0 0 0 20px;
  }
  .brands__title {
    color: rgb(27, 27, 25);
    font-family: 'geologica';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
  }
  .brands__card-img {
    margin: 0 auto;
    padding: 48px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
  }
  .brands__img {
    max-width: 184px;
    height: 184px;
  }
  .footer {
    background-image: url('../img/footer/bac.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    background: linear-gradient(162.69deg, rgb(1, 85, 145) 5.711%, rgb(0, 102, 178));
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 114px;
    padding: 51px 0 102px;
  }
  .footer__logo {
    margin-bottom: 40px;
    max-width: 234px;
    height: 74px;
  }
  .footer__wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  .footer__text {
    max-width: 400px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .footer__flex-link {
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__links {
    padding: 0 0 62px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: left;
  }
  .footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .footer__link-title {
    margin-bottom: 7px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__link {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link:hover {
    color: rgb(237, 237, 237);
  }
  .footer__link-locatioin {
    max-width: 350px;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .footer__link-locatioin:hover {
    color: rgb(237, 237, 237);
  }
  .footer__contact-title {
    padding: 0 0 0px 32px;
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .footer__contact-title h3 {
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .footer__contact {
    display: flex;
    gap: 16px;
  }
  .footer__instagram {
    max-width: 55px;
    height: 55px;
  }
  .footer__eximuz-bg {
    background: linear-gradient(162.69deg, rgb(1, 85, 145) 33.756%, rgb(0, 102, 178));
  }
  .footer__eximuz {
    padding: 12px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'inter';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
  }
}
@media only screen and (max-width: 455px) {
  .header .menu {
    margin: 0 20px 0 0;
    padding-left: 180px;
  }
}
.brand-section {
  padding: 25px 0px;
}
.brand-section__wrapper {
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 77px;
}
.brand-section__wrapper-top {
  display: flex;
  align-items: end;
  gap: 52px;
}
.brand-section__img {
  max-width: 562px;
  display: flex;
  flex-direction: column;
  gap: 57px;
}
.brand-section__img a {
  color: #000000;
  font-family: 'inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  background-image: url('../img/brand/exit.svg');
}
.brand-section__img img {
  width: 562px;
  height: 550px;
}
.brand-section__description {
  max-width: 588px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}
.brand-section__description h2 {
  width: 100%;
  color: #000000;
  font-family: 'geologica';
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.brand-section__description p {
  color: #444444;
  font-family: 'inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.brand-section__list {
  max-width: 423px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.brand-section__list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.brand-section__list li h3 {
  color: #828282;
  font-family: 'inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.brand-section__list li span {
  color: #000000;
  font-family: 'inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.brand-section__wrapper-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.brand-section__wrapper-bottom h3 {
  color: #000000;
  font-family: 'geologica';
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.brand-section__wrapper-bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 27px;
  margin: 0;
  padding: 0;
}
.brand-section__wrapper-bottom-item {
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
  padding-bottom: 33px;
  max-width: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}
.brand-section__wrapper-bottom-item img {
  max-width: 272px;
  height: 250px;
}
.brand-section__wrapper-bottom-item ul {
  max-width: 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0px;
  margin: 0;
  padding: 0;
}
.brand-section__wrapper-bottom-item ul h4 {
  color: #828282;
  font-family: 'inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.brand-section__wrapper-bottom-item ul span {
  color: #000000;
  font-family: 'inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 1200px) {
  .brand-section {
    padding: 25px 0px;
  }
  .brand-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 77px;
  }
  .brand-section__wrapper-top {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    gap: 0;
  }
  .brand-section__img {
    max-width: 462px;
    display: flex;
    flex-direction: column;
    gap: 57px;
  }
  .brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .brand-section__img img {
    width: 462px;
    height: 450px;
  }
  .brand-section__description {
    max-width: 488px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 0;
  }
  .brand-section__description h2 {
    width: 100%;
    color: #000000;
    font-family: 'geologica';
    font-size: 23px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__description p {
    color: #444444;
    font-family: 'inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__list {
    max-width: 423px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li h3 {
    color: #828282;
    font-family: 'inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li span {
    color: #000000;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
  .brand-section__wrapper-bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 27px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .brand-section {
    padding: 25px 0px;
  }
  .brand-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 77px;
  }
  .brand-section__wrapper-top {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    gap: 0;
  }
  .brand-section__img {
    max-width: 352px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .brand-section__img img {
    width: 352px;
    height: 350px;
  }
  .brand-section__description {
    max-width: 378px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
  }
  .brand-section__description h2 {
    width: 100%;
    color: #000000;
    font-family: 'geologica';
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.1%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__description p {
    color: #444444;
    font-family: 'inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__list {
    max-width: 323px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li h3 {
    color: #828282;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li span {
    color: #000000;
    font-family: 'inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .brand-section {
    padding: 25px 0px;
  }
  .brand-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 57px;
  }
  .brand-section__wrapper-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .brand-section__img {
    max-width: 462px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .brand-section__img img {
    width: 462px;
    height: 450px;
  }
  .brand-section__description {
    max-width: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
  }
  .brand-section__description h2 {
    width: 100%;
    color: #000000;
    font-family: 'geologica';
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__description p {
    color: #444444;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__list {
    max-width: 323px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li h3 {
    color: #828282;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li span {
    color: #000000;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
  }
  .brand-section__wrapper-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
  }
  .brand-section__wrapper-bottom h3 {
    color: #000000;
    font-family: 'geologica';
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 27px;
    margin: 0;
    padding: 0 30px;
  }
  .brand-section__wrapper-bottom-item {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    padding-bottom: 22px;
    max-width: 222px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .brand-section__wrapper-bottom-item img {
    max-width: 222px;
    height: 200px;
  }
  .brand-section__wrapper-bottom-item ul {
    max-width: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0px;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-item ul h4 {
    color: #828282;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-item ul span {
    color: #000000;
    font-family: 'inter';
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .brand-section__wrapper-bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 27px;
    margin: 0;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .brand-section {
    padding: 25px 0px;
  }
  .brand-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 57px;
  }
  .brand-section__wrapper-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .brand-section__img {
    max-width: 355px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .brand-section__img img {
    width: 355px;
    height: 350px;
  }
  .brand-section__description {
    max-width: 338px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 0px;
  }
  .brand-section__description h2 {
    width: 100%;
    color: #000000;
    font-family: 'geologica';
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__description p {
    color: #444444;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__list {
    max-width: 323px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li h3 {
    color: #828282;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__list li span {
    color: #000000;
    font-family: 'inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
  }
  .brand-section__wrapper-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
  }
  .brand-section__wrapper-bottom h3 {
    color: #000000;
    font-family: 'geologica';
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-item {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    padding-bottom: 22px;
    max-width: 242px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .brand-section__wrapper-bottom-item img {
    max-width: 242px;
    height: 200px;
  }
  .brand-section__wrapper-bottom-item ul {
    max-width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0px;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-item ul h4 {
    color: #828282;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .brand-section__wrapper-bottom-item ul span {
    color: #000000;
    font-family: 'inter';
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
  }
  .brand-section__wrapper-bottom-item ul__list-text {
    font-size: 14px;
  }
}
.contact-section {
  padding: 58px 0 171px;
}
.contact-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.contact-section__wrapper h1 {
  color: #000000;
  font-family: 'geologica';
  font-size: 60px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.contact-section__wrapper p {
  max-width: 1028px;
  color: #1b1b19;
  font-family: 'open-sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.contact-section__wrapper-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact-section__wrapper-end ul {
  width: 588px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.contact-section__wrapper-end li {
  display: flex;
  align-items: center;
  gap: 27px;
  background-color: #f5f5f5;
  margin: 0;
  padding: 27px 0px 26px 39px;
}
.contact-section__wrapper-end a {
  color: #000000;
  font-family: 'geologica';
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
}
.contact-section__wrapper-end iframe {
  width: 569px;
  height: 559px;
}
.contact-section__svg {
  padding: 35px;
  background: rgb(186, 150, 112);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  background-image: url('../img/contact/phone.svg');
}
.contact-section__mailto {
  padding: 35px;
  background: rgb(186, 150, 112);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  background-image: url('../img/contact/gmailto.svg');
}
.contact-section__map {
  padding: 35px;
  background: rgb(186, 150, 112);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  background-image: url('../img/contact/MapPin.svg');
}

.footer__eximuz-bg {
  background: rgb(6, 6, 82);
}

@media (max-width: 1200px) {
  .contact-section {
    padding: 58px 0 171px;
  }
  .contact-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .contact-section__wrapper h1 {
    color: #000000;
    font-family: 'geologica';
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper p {
    max-width: 728px;
    color: #1b1b19;
    font-family: 'open-sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .contact-section__wrapper-end ul {
    width: 448px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end li {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #f5f5f5;
    margin: 0;
    padding: 18px 0px 17px 26px;
  }
  .contact-section__wrapper-end a {
    color: #000000;
    font-family: 'geologica';
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .contact-section__wrapper-end iframe {
    width: 469px;
    height: 424px;
  }
  .contact-section__svg {
    padding: 30px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-image: url('../img/contact/phone.svg');
  }
  .contact-section__mailto {
    padding: 30px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-image: url('../img/contact/gmailto.svg');
  }
  .contact-section__map {
    padding: 30px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-image: url('../img/contact/MapPin.svg');
  }
}
@media (max-width: 992px) {
  .contact-section {
    padding: 58px 0 171px;
  }
  .contact-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .contact-section__wrapper h1 {
    color: #000000;
    font-family: 'geologica';
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper p {
    max-width: 728px;
    color: #1b1b19;
    font-family: 'open-sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .contact-section__wrapper-end ul {
    width: 358px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end li {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #f5f5f5;
    margin: 0;
    padding: 18px 0px 17px 26px;
  }
  .contact-section__wrapper-end a {
    color: #000000;
    font-family: 'geologica';
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .contact-section__wrapper-end iframe {
    width: 369px;
    height: 434px;
  }
  .contact-section__svg {
    padding: 30px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    background-image: url('../img/contact/phone.svg');
  }
  .contact-section__mailto {
    padding: 30px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    background-image: url('../img/contact/gmailto.svg');
  }
  .contact-section__map {
    padding: 30px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    background-image: url('../img/contact/MapPin.svg');
  }
}
@media (max-width: 768px) {
  .contact-section {
    padding: 58px 0 71px;
  }
  .contact-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .contact-section__wrapper h1 {
    color: #000000;
    font-family: 'geologica';
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper p {
    max-width: 460px;
    color: #1b1b19;
    font-family: 'open-sans';
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .contact-section__wrapper-end ul {
    width: 258px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end li {
    display: flex;
    align-items: center;
    gap: 13px;
    background-color: #f5f5f5;
    margin: 0;
    padding: 11px 0px 11px 13px;
  }
  .contact-section__wrapper-end a {
    color: #000000;
    font-family: 'geologica';
    font-size: 11px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .contact-section__wrapper-end iframe {
    width: 269px;
    height: 264px;
  }
  .contact-section__svg {
    padding: 18px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    background-image: url('../img/contact/phone.svg');
  }
  .contact-section__mailto {
    padding: 18px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    background-image: url('../img/contact/gmailto.svg');
  }
  .contact-section__map {
    padding: 18px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    background-image: url('../img/contact/MapPin.svg');
  }
}
@media (max-width: 576px) {
  .contact-section {
    padding: 58px 0 121px;
  }
  .contact-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .contact-section__wrapper h1 {
    color: #000000;
    font-family: 'geologica';
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.1%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper p {
    max-width: 355px;
    color: #1b1b19;
    font-family: 'open-sans';
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .contact-section__wrapper-end ul {
    width: 355px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  .contact-section__wrapper-end li {
    display: flex;
    align-items: center;
    gap: 13.5px;
    background-color: #f5f5f5;
    margin: 0;
    padding: 18px 0px 17px 13px;
  }
  .contact-section__wrapper-end a {
    color: #000000;
    font-family: 'geologica';
    font-size: 11px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .contact-section__wrapper-end iframe {
    width: 355px;
    height: 364px;
  }
  .contact-section__svg {
    padding: 22px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-image: url('../img/contact/phone.svg');
  }
  .contact-section__mailto {
    padding: 22px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-image: url('../img/contact/gmailto.svg');
  }
  .contact-section__map {
    padding: 22px;
    background: rgb(186, 150, 112);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-image: url('../img/contact/MapPin.svg');
  }
  .contact-section__eximuz-bg {
    background: rgb(6, 6, 82);
  }
}
.product-section {
  background-color: #fff;
}
.product-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 58px;
  padding: 58px 0 394px;
}
.product-section__wrapper h1 {
  color: #000000;
  font-family: 'geologica';
  font-size: 60px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.product-section__wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.product-section__wrapper ul li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.product-section__wrapper ul li h2 {
  color: #1b1b19;
  font-family: 'geologica';
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.product-section__wrapper ul li a {
  color: #0167b3;
  font-family: 'geologica';
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
}
.product-section__wrapper ul img {
  background-color: #f5f5f5;
  padding: 21px 0px 22px;
  width: 282px;
  height: 398px;
}

@media (max-width: 1200px) {
  .product-section__wrapper {
    padding: 58px 20px 294px;
  }
  .product-section__wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 58px 24px;
  }
}
@media (max-width: 992px) {
  .product-section__wrapper {
    padding: 58px 0 294px;
  }
  .product-section__wrapper ul {
    display: flex;
    justify-content: space-evenly;
    gap: 58px 24px;
  }
}
@media (max-width: 768px) {
  .product-section__wrapper h1 {
    font-size: 40px;
  }
  .product-section__wrapper ul {
    display: flex;
    justify-content: space-evenly;
    gap: 58px 24px;
  }
  .product-section__wrapper ul li h2 {
    font-size: 16px;
  }
  .product-section__wrapper ul li a {
    font-size: 12px;
  }
  .product-section__wrapper ul img {
    width: 232px;
    height: 348px;
  }
}
@media (max-width: 500px) {
  .product-section__wrapper {
    padding: 58px 20px 194px;
  }
  .product-section__wrapper h1 {
    font-size: 30px;
  }
  .product-section__wrapper ul {
    display: flex;
    justify-content: space-evenly;
    gap: 58px 24px;
  }
  .product-section__wrapper ul li h2 {
    font-size: 15px;
  }
  .product-section__wrapper ul li a {
    font-size: 11px;
  }
  .product-section__wrapper ul img {
    width: 232px;
    height: 298px;
  }
}
.margarine__wrapper-moloko {
  padding: 39px 0 146px 0;
}
.margarine__img-text {
  display: flex;
  align-items: flex-start;
  gap: 52px;
  padding: 57px 0 49px 0;
}
.margarine__brand-section__img {
  padding-top: 39px;
  max-width: 562px;
  display: flex;
  flex-direction: column;
  gap: 57px;
}
.margarine__brand-section__img a {
  color: #000000;
  font-family: 'inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  background-image: url('../img/brand/exit.svg');
}
.margarine__img1 {
  max-width: 562px;
  height: 550px;
}
.margarine__text-title {
  max-width: 588px;
  color: rgb(0, 0, 0);
  font-family: 'Geologica ';
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: left;
}
.margarine__text-post {
  max-width: 586px;
  color: rgb(68, 68, 68);
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__text2 {
  display: flex;
  flex-direction: column;
  gap: 23px 0;
  margin-top: 30px;
}
.margarine__post2-text {
  margin: 0 0 6px 0;
  color: rgb(130, 130, 130);
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__post2-text2 {
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__title-text {
  padding-bottom: 44px;
  margin: 0 auto;
  max-width: 184px;
  color: rgb(0, 0, 0);
  font-family: 'Geologica';
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
}
.margarine__flex {
  padding: 0 0 113px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px 27px;
  flex-wrap: wrap;
}
.margarine__item-list {
  background: rgb(248, 248, 248);
  max-width: 280px;
  height: 428px;
}
.margarine__item-list {
  padding: 0 0 52px 0;
  background-image: url('/img/margarine/200gr.png');
  background-position: center top;
  background-size: 280px 250px;
  background-repeat: no-repeat;
}
.margarine__item-list3 {
  background: rgb(248, 248, 248);
  max-width: 280px;
  height: 428px;
}
.margarine__item-list3 {
  padding: 0 0 52px 0;
  background-image: url('/img/margarine/1000gr.png');
  background-position: center top;
  background-size: 280px 250px;
  background-repeat: no-repeat;
}
.margarine__list {
  margin: 0;
  padding: 279px 39px 32px 23px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.margarine__list-item-text1 {
  max-width: 92px;
  margin-bottom: 6px;
  color: rgb(130, 130, 130);
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__list-item-text2 {
  max-width: 92px;
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__list-item2 {
  padding: 0 0 0 23px;
}
.margarine__list-item2-text1 {
  margin: 0 0 6px 0;
  color: rgb(130, 130, 130);
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__list-item2-text2 {
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__item-list-moloko {
  background: rgb(248, 248, 248);
  width: 280px;
  height: 428px;
}
.margarine__item-list-moloko {
  padding: 0 0 52px 0;
  background-image: url('/img/moloko/mooloko-pro.png');
  background-position: center top;
  background-size: 280px 250px;
  background-repeat: no-repeat;
}
.margarine__list-item-text2-moloko {
  max-width: 101px;
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.margarine__flex-moloko {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}
.margarine__flex-doreenmoloko {
  margin: 0 auto;
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 27px;
}

@media only screen and (max-width: 1200px) {
  .margarine__flex-doreenmoloko {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: flex-start;
    align-items: center;
    gap: 27px;
  }
  .margarine__flex-moloko {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 27px;
  }
  .margarine__wrapper-moloko {
    padding: 39px 0 146px 0;
  }
  .margarine__img-text {
    display: flex;
    align-items: flex-start;
    gap: 52px;
    padding: 57px 0 49px 0;
  }
  .margarine__brand-section__img {
    padding-top: 39px;
    max-width: 562px;
    display: flex;
    flex-direction: column;
    gap: 57px;
  }
  .margarine__brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .margarine__img1 {
    max-width: 462px;
    height: 450px;
  }
  .margarine__text-title {
    max-width: 588px;
    color: rgb(0, 0, 0);
    font-family: 'geologica ';
    font-size: 23px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .margarine__text-post {
    max-width: 586px;
    color: rgb(68, 68, 68);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
  }
  .margarine__text2 {
    display: flex;
    flex-direction: column;
    gap: 23px 0;
    margin-top: 30px;
  }
  .margarine__post2-text {
    margin: 0 0 6px 0;
    color: rgb(130, 130, 130);
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
  }
  .margarine__post2-text2 {
    margin: 0;
    color: rgb(0, 0, 0);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .margarine__wrapper-moloko {
    padding: 39px 0 110px 0;
  }
  .margarine__img-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 57px 0 49px 0;
  }
  .margarine__brand-section__img {
    padding-top: 39px;
    max-width: 562px;
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .margarine__brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .margarine__img1 {
    max-width: 362px;
    height: 350px;
  }
  .margarine__text-title {
    max-width: 588px;
    color: rgb(0, 0, 0);
    font-family: 'Geologica';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .margarine__text-post {
    max-width: 586px;
    color: rgb(68, 68, 68);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
  }
  .margarine__text2 {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    margin-top: 24px;
  }
  .margarine__post2-text {
    margin: 0 0 6px 0;
    color: rgb(130, 130, 130);
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
  }
  .margarine__post2-text2 {
    margin: 0;
    color: rgb(0, 0, 0);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
  .margarine__title-text {
    padding-bottom: 44px;
    margin: 0 auto;
    max-width: 184px;
    color: rgb(0, 0, 0);
    font-family: 'Geologica';
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
  }
  .margarine__flex {
    padding: 0 0 80px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px 27px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .margarine__wrapper-moloko {
    padding: 39px 0 146px 0;
  }
  .margarine__img-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 57px 0 49px 0;
  }
  .margarine__text {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .margarine__brand-section__img {
    padding-top: 39px;
    max-width: 562px;
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .margarine__brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .margarine__img1 {
    margin: 0 auto;
    max-width: 362px;
    height: 350px;
  }
  .margarine__text-title {
    margin: 0 auto 12px;
    max-width: 588px;
    color: rgb(0, 0, 0);
    font-family: 'Geologica ';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .margarine__text-post {
    margin: 0 auto;
    max-width: 500px;
    color: rgb(68, 68, 68);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
  .margarine__text2 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    margin-top: 24px;
  }
  .margarine__post2-text {
    margin: 0 auto 6px auto;
    color: rgb(130, 130, 130);
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center;
  }
  .margarine__post2-text2 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    color: rgb(0, 0, 0);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .margarine__title-text {
    padding-bottom: 32px;
    margin: 0 auto;
    max-width: 184px;
    color: rgb(0, 0, 0);
    font-family: 'Geologica';
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
  }
}
@media only screen and (max-width: 560px) {
  .margarine__wrapper-moloko {
    padding: 0px 0 80px 0;
  }
  .margarine__img-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 0 49px 0;
  }
  .margarine__text {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .margarine__brand-section__img {
    padding-top: 30px;
    padding-left: 20px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .margarine__brand-section__img a {
    color: #000000;
    font-family: 'inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    background-image: url('../img/brand/exit.svg');
  }
  .margarine__img1 {
    margin: 0 auto;
    max-width: 362px;
    height: 350px;
  }
  .margarine__text-title {
    margin: 0 auto 12px;
    max-width: 380px;
    color: rgb(0, 0, 0);
    font-family: 'Geologica ';
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: left;
  }
  .margarine__text-post {
    margin: 0 auto;
    max-width: 380px;
    color: rgb(68, 68, 68);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
  .margarine__text2 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    margin-top: 24px;
  }
  .margarine__post2-text {
    margin: 0 auto 6px auto;
    color: rgb(130, 130, 130);
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: center;
  }
  .margarine__post2-text2 {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
    color: rgb(0, 0, 0);
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .margarine__title-text {
    padding-bottom: 32px;
    margin: 0 auto;
    max-width: 184px;
    color: rgb(0, 0, 0);
    font-family: 'Geologica';
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
  }
  .margarine__flex {
    padding-bottom: 60px;
  }
}

.feedback-wrapper {
  background: #f5f5f5;
  padding: 35px;
  width: 50%;
}

.feedback-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: block;
}

.feedback-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feedback-form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 35px;
  width: calc(50% - 15px);
}

.feedback-form-group.w100 {
  width: 100%;
}

.feedback-form label {
  font-size: 16px;
  line-height: 19px;
}

.feedback-form input,
.feedback-form textarea {
  width: 100%;
  border: 1px solid #949494;
  background: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 20px 10px;
}

.feedback-form textarea {
  min-height: 175px;
}

.feedback-form button {
  color: #fff;
  background: #ba9670;
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
}

#map {
  width: 100%;
  height: 450px;
}

@media (max-width: 1200px) {
  .feedback-wrapper {
    width: 100%;
    padding: 25px 15px;
  }

  .feedback-form-group {
    width: 100%;
    margin-bottom: 15px;
  }

  .feedback-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .feedback-form label {
    font-size: 14px;
    line-height: 20px;
  }

  .feedback-form input,
  .feedback-form textarea {
    padding: 15px 10px;
  }
}
