/*
Theme Name: SolkaUkraine
Author: SlashUpdate
Author URI: https://slashupdate.com.ua/
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.0
*/

@font-face {
  font-family: "KyivType Sans";
  src: url("./font/KyivTypeSans-Light-.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro Light";
  src: url("./font/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "KyivType Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

.burger {
  display: none;
}

.header__burger {
  padding-bottom: 27px;
}

.footer__burger {
  display: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.menu__burger {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 55;
  background-color: #274a63;
}
.menu__burger > div {
  display: grid;
  grid-auto-rows: 1fr 5fr;
}
.menu__burger > div > .menu__burger__category {
  display: flex;
  justify-content: space-between;
  margin-inline: 2rem;
}
.menu__burger > div > .menu__burger__category > div {
  display: flex;
  flex-direction: column;
}
.menu__burger > div > .menu__burger__category > div > a {
  font-weight: 350;
  font-size: 20px;
  color: #f5f5f5;
  padding-top: 20px;
  cursor: pointer;
  height: 41px;
  width: auto;
}
.menu__burger > div > .menu__burger__logo {
  display: flex;
  justify-content: center;
}
.menu__burger > div > .menu__burger__logo > img {
  width: 54%;
  cursor: pointer;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #274a63;
  flex-direction: column;
  padding-top: 32px;
  position: relative;
  min-height: 100vh;
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: static;
  z-index: 3;
  gap: 107px;
}
header .navigation > .header__logo {
  padding-bottom: 27px;
}
header .navigation > .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
}
header .navigation > .menu > a {
  font-weight: 350;
  font-size: 16px;
  color: #f5f5f5;
  padding-bottom: 20px;
  position: static;
  z-index: 2;
  cursor: pointer;
  height: 41px;
  width: auto;
  transition: color 0.3s;
}
header .navigation > .menu > a:hover {
  color: #7fabff;
}
header .navigation > img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 30px;
}
header .navigation > a {
  padding-bottom: 20px;
  font-weight: 350;
  font-size: 16px;
  margin-left: 270px;
  color: #f5f5f5;
  width: auto;
  position: relative;
  z-index: 1;
}
header .image-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
header .header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.container > .container__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  position: absolute;
  top: 124px;
  max-width: 1200px;
  align-items: end;
}
.container > .container__top > p {
  color: #f5f5f5;
  font-weight: 300;
  font-family: "Myriad Pro Light", sans-serif;
  line-height: 24px;
  position: relative;
  z-index: 3;
}
.container > .container__top > h1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 48px;
}

.line {
  color: white;
  width: 1280px;
  margin-top: 14px;
  height: 1px;
  position: absolute;
  top: 71px;
  z-index: 0;
}

.line__menu {
  border-bottom: 3px solid #051f31;
}

.header__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  top: -189px;
}
.header__btn > p {
  font-size: 20px;
  transition: transform 0.5s ease;
  position: relative;
  transform: translate(13px, 0px);
  color: #051f31;
  font-weight: 700;
}
.header__btn > img {
  transition: transform 0.5s ease;
}

.form__btn {
  display: flex;
  justify-content: flex-end;
}
.form__btn > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form__btn > div > input {
  font-size: 20px;
  transition: transform 0.5s ease;
  position: relative;
  transform: translate(13px, 0px);
  color: #051f31;
  font-weight: 700;
  border-bottom: none;
}
.form__btn > div > a {
  display: flex;
  align-items: center;
}
.form__btn > div > a > p {
  font-size: 20px;
  transition: transform 0.5s ease;
  position: relative;
  transform: translate(13px, 0px);
  color: #051f31;
  font-weight: 700;
}
.form__btn > div > a > img {
  transition: transform 0.5s ease;
}
.form__btn > div > img {
  transition: transform 0.5s ease;
}

.success {
  display: none;
}
.success > .success__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.success > .success__header > h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8rem;
}
.success > .success__header > img {
  cursor: pointer;
}

.header__btn:hover .changeable-img {
  content: url("./image/Frame 504_b.svg");
}

.header__btn:hover p {
  transform: translateX(-3px);
}

.header__btn:hover img {
  transform: translateX(3px);
}

.form__btn > div {
  margin-top: 33px;
}

.form__btn > div:hover .changeable-img {
  content: url("./image/Frame 504_b.svg");
}

.form__btn > div:hover input {
  transform: translateX(-3px);
}

.form__btn > div:hover img {
  transform: translateX(3px);
}

.form__btn > div:hover p {
  transform: translateX(-3px);
}

.section__advantages {
  margin-top: 80px;
  max-width: 1280px;
  margin-inline: auto;
}
.section__advantages > .advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 154px;
  margin-inline: 2rem;
}
.section__advantages > .advantages > .advantages__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 407px;
  padding-bottom: 6rem;
}
.section__advantages > .advantages > .advantages__header > h2 {
  font-size: 68px;
  font-weight: 300;
  color: #343333;
}
.section__advantages > .advantages > .advantages__category {
  width: 100%;
}
.section__advantages > .advantages > .advantages__category > div {
  height: 116px;
  display: flex;
  gap: 207px;
  align-items: center;
}
.section__advantages > .advantages > .advantages__category > div > p:first-of-type {
  font-size: 102px;
  font-family: "Myriad Pro Light", sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
}
.section__advantages > .advantages > .advantages__category > div > p:nth-of-type(2) {
  font-family: "Myriad Pro Light", sans-serif;
}

.section__products {
  background-color: #4180ac;
  padding: 96px 0px 96px 0px;
}
.section__products > div {
  margin-inline: 2rem;
}
.section__products > div > .products {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.section__products > div > .products > .products__header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.section__products > div > .products > .products__header > h2 {
  font-size: 68px;
  color: #ffffff;
  width: 100%;
}
.section__products > div > .products > .products__header > img {
  width: 100%;
}
.section__products > div > .products > .products__description {
  display: flex;
  flex-direction: column;
  padding-bottom: 105px;
}
.section__products > div > .products > .products__description > div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.section__products > div > .products > .products__description > div > p:first-of-type {
  font-size: 48px;
  color: #ffffff;
  width: 100%;
  padding-bottom: 55px;
}
.section__products > div > .products > .products__description > div > p:nth-of-type(2) {
  font-family: "Myriad Pro Light", sans-serif;
  width: 85%;
  color: #ffffff;
  line-height: 24px;
}
.section__products > div > .products > .products__description > a {
  margin-top: 60px;
  font-size: 24px;
  font-family: "Myriad Pro Light", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

#activeForm {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 180px;
  display: none;
}
#activeForm > div {
  margin-inline: 2rem;
}

#activeFormFooter {
  width: 100%;
  position: absolute;
  z-index: 9;
  display: none;
}
#activeFormFooter > div {
  margin-inline: 2rem;
}

.form {
  margin-inline: auto;
  max-width: 1040px;
  border-radius: 12px;
  background-color: #f5f5f5;
  padding: 80px;
}

#backForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  display: none;
}

#backFormFooter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  display: none;
}

.form_block > div > form {
  display: flex;
  flex-direction: column;
}

#contactForm > input {
  margin-top: 30px;
}

#contactForm > span {
  margin-top: 5px;
  font-family: "Myriad Pro Light", sans-serif;
  font-size: 13px;
  color: #ff2f2f;
}

.form__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form__header > h2 {
  font-size: 40px;
}
.form__header > img {
  cursor: pointer;
}

input {
  all: unset;
  border-bottom: 1px solid #343333;
  padding-bottom: 6px;
}

input::placeholder {
  color: #343333;
  opacity: 1;
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.hr--color {
  border: none;
  height: 2px;
  background-color: white;
}

.section__salt {
  background-color: #a8b353;
  padding: 96px 0px 96px 0px;
}
.section__salt > div {
  margin-inline: 2rem;
}
.section__salt > div > div {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 24px;
}
.section__salt > div > div > .section__image {
  width: 100%;
}
.section__salt > div > div > .section__image img {
  width: 100%;
}
.section__salt > div > div > div:first {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__salt > div > div > div:first > h1 {
  font-size: 68px;
  color: #ffffff;
}
.section__salt > div > div > :nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-bottom: 105px;
}
.section__salt > div > div > :nth-child(2) > :nth-child(1) {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.section__salt > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
  font-size: 48px;
  color: #ffffff;
  width: 89%;
  padding-bottom: 126px;
}
.section__salt > div > div > :nth-child(2) > :nth-child(1) > p:nth-of-type(2) {
  font-family: "Myriad Pro Light", sans-serif;
  width: 51%;
  color: #ffffff;
  line-height: 24px;
}
.section__salt > div > div > :nth-child(2) > :nth-child(3) {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.section__salt > div > div > :nth-child(2) > :nth-child(3) > a {
  font-size: 24px;
  font-family: "Myriad Pro Light", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
  cursor: pointer;
}
.section__salt > div > div > :nth-child(2) > :nth-child(3) > a:hover {
  color: #3f7faf;
}

.section__solPrzemyslowa {
  background-color: #00af62;
  padding: 96px 0px 96px 0px;
}
.section__solPrzemyslowa > div {
  margin-inline: 2rem;
}
.section__solPrzemyslowa > div > div {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 24px;
}
.section__solPrzemyslowa > div > div > .section__image {
  width: 100%;
}
.section__solPrzemyslowa > div > div > .section__image img {
  width: 100%;
}
.section__solPrzemyslowa > div > div > div:first {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__solPrzemyslowa > div > div > div:first > h1 {
  font-size: 68px;
  color: #ffffff;
}
.section__solPrzemyslowa > div > div > :nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-bottom: 105px;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
  font-size: 48px;
  color: #ffffff;
  width: 89%;
  padding-bottom: 126px;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) > p:nth-of-type(2) {
  font-family: "Myriad Pro Light", sans-serif;
  width: 51%;
  color: #ffffff;
  line-height: 24px;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(3) {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(3) > a {
  font-size: 24px;
  font-family: "Myriad Pro Light", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
  cursor: pointer;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(3) > a:hover {
  color: #3f7faf;
}
.section__solPrzemyslowa > div > div {
  flex-direction: row;
}
.section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) > h1 {
  width: 53%;
  padding-bottom: 79px;
}

.section__cookingSolt {
  background-color: #da5247;
  padding: 96px 0px 96px 0px;
}
.section__cookingSolt > div {
  margin-inline: 2rem;
}
.section__cookingSolt > div > div {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 24px;
}
.section__cookingSolt > div > div > .section__image {
  width: 100%;
}
.section__cookingSolt > div > div > .section__image img {
  width: 100%;
}
.section__cookingSolt > div > div > div:first {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__cookingSolt > div > div > div:first > h1 {
  font-size: 68px;
  color: #ffffff;
}
.section__cookingSolt > div > div > :nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-bottom: 105px;
}
.section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
  font-size: 48px;
  color: #ffffff;
  width: 89%;
  padding-bottom: 126px;
}
.section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) > p:nth-of-type(2) {
  font-family: "Myriad Pro Light", sans-serif;
  width: 51%;
  color: #ffffff;
  line-height: 24px;
}
.section__cookingSolt > div > div > :nth-child(2) > :nth-child(3) {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.section__cookingSolt > div > div > :nth-child(2) > :nth-child(3) > a {
  font-size: 24px;
  font-family: "Myriad Pro Light", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
  cursor: pointer;
}
.section__cookingSolt > div > div > :nth-child(2) > :nth-child(3) > a:hover {
  color: #3f7faf;
}

.section__news {
  background-color: #f5f5f5;
  padding: 96px 0px 96px 0px;
}
.section__news > div {
  margin-inline: 2rem;
}
.section__news > div > div {
  max-width: 1280px;
  margin-inline: auto;
}
.section__news > div > div > h2 {
  margin-bottom: 60px;
  font-size: 68px;
  font-weight: 350;
}
.section__news > div > div > div:nth-child(3) {
  text-align: center;
  margin-top: 90px;
}
.section__news > div > div > div:nth-child(3) > a {
  padding: 16px 104.5px;
  font-size: 20px;
  color: #051f31;
  border: 1px solid #274a63;
  border-radius: 100px;
  cursor: pointer;
}
.section__news > div > div > .news__products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.section__news > div > div > .news__products > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.section__news > div > div > .news__products > div > img {
  margin-bottom: 16px;
  width: 100%;
}
.section__news > div > div > .news__products > div > p:first-of-type {
  font-family: "Myriad Pro Light", sans-serif;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  /* height: 56px; */
}
.section__news > div > div > .news__products > div > p:nth-of-type(2) {
  font-family: "Myriad Pro Light", sans-serif;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.section__news > div > div > .news__products > div > div {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.section__news > div > div > .news__products > div > div > a {
  color: #051f31;
  font-size: 20px;
  font-family: "Myriad Pro Light", sans-serif;
  font-weight: 600;
}
.section__news > div > div > .news__products > div > div > a > img {
  margin-left: 22px;
  text-align: center;
  transition: transform 0.3s ease;
}

.details:hover img {
  transform: translateX(8px);
}

.section__location > div > .location__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section__location {
  display: flex;
  height: 600px;
}
.section__location .location__content {
  flex: 0.5 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #274a63;
  align-items: center;
  gap: 20px;
}
.section__location .location__content > .location__info > p {
  font-weight: 300;
  font-size: 28px;
  color: #ffffff;
}
.section__location .location__content hr {
  margin-bottom: 10px;
}
.section__location .location__content a {
  display: block;
  font-family: "Myriad Pro Light", sans-serif;
  line-height: 24px;
  color: #ffffff;
}
.section__location .location__content a:hover {
  text-decoration: none;
}
.section__location .location__btn {
  padding-left: 19rem;
  display: flex;
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 1rem;
}
.section__location .location__btn > p {
  font-size: 20px;
  font-family: "Myriad Pro Light", sans-serif;
  color: #6bff83;
  font-weight: 400;
}
.section__location .location__btn > img {
  transition: transform 0.3s ease;
  width: fit-content;
}
.section__location .image-wrapper {
  flex: 1;
  position: relative;
}
.section__location iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.location__btn:hover img {
  transform: translateX(15px);
}

footer {
  background-color: #1d394d;
}
footer .menu__footer {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 55;
  background-color: #274a63;
}
footer .menu__footer > div {
  display: grid;
  grid-auto-rows: 2fr 1fr;
}
footer .menu__footer > div > .footer__burger__category {
  display: flex;
  padding-top: 2rem;
  justify-content: space-between;
  margin-inline: 2rem;
  margin-bottom: 6rem;
}
footer .menu__footer > div > .footer__burger__category > div {
  display: flex;
  flex-direction: column;
}
footer .menu__footer > div > .footer__burger__category > div > a {
  font-weight: 350;
  font-size: 20px;
  color: #f5f5f5;
  padding-top: 20px;
  cursor: pointer;
  height: 41px;
  width: auto;
}
footer .menu__footer > div > .footer__burger__logo {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
footer .menu__footer > div > .footer__burger__logo > a {
  text-align: center;
  width: 100%;
}
footer .menu__footer > div > .footer__burger__logo > a > img {
  cursor: pointer;
  width: 41%;
}
footer > .margin--inline {
  margin-inline: 2rem;
}
footer > .margin--inline > div {
  max-width: 1280px;
  margin-inline: auto;
}
footer > .margin--inline > div > div:nth-child(1) {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: flex-start;
}
footer > .margin--inline > div > div:nth-child(1) > a > img {
  cursor: pointer;
}
footer > .margin--inline > div > div:nth-child(1) > .footer__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
footer > .margin--inline > div > div:nth-child(1) > .footer__category > a {
  color: #f5f5f5;
  font-size: 20px;
  font-family: "Jost", sans-serif;
}
footer > .margin--inline > div > div:nth-child(1) > .footer__category > img {
  margin-left: 12px;
  cursor: pointer;
}
footer > .margin--inline > div > .footer__contacts {
  margin-bottom: 1rem;
  display: flex;
  gap: 91px;
  justify-content: space-between;
}
footer > .margin--inline > div > .footer__contacts > a {
  color: #f5f5f5;
  line-height: 24px;
  font-weight: 400;
  font-family: "Myriad Pro Light", sans-serif;
}
footer > .margin--inline > div > .footer__contacts > div > a {
  color: #f5f5f5;
  line-height: 24px;
  font-weight: 400;
  font-family: "Myriad Pro Light", sans-serif;
}
footer > .margin--inline > div > .footer__contacts > div > .footer__margin {
  margin-right: 43px;
}
footer > .margin--inline > div > .footer__contacts > p {
  color: #f5f5f5;
  font-family: "Myriad Pro Light", sans-serif;
  line-height: 24px;
  font-weight: 400;
}
footer > .margin--inline > div > div:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer > .margin--inline > div > div:last-child > a > p {
  color: white;
  font-family: "Myriad Pro Light", sans-serif;
  font-size: 16px;
  align-items: center;
  font-weight: 300;
}
footer > .margin--inline > div > div:last-child > a > img {
  width: 94px;
}

@media (max-width: 1360px) {
  .footer__contacts__tel {
    display: flex;
    flex-direction: column;
  }
  footer > .margin--inline > div > .footer__contacts > div > .footer__margin {
    margin-right: 0;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #274a63;
    flex-direction: column;
    padding-top: 32px;
    position: relative;
    min-height: 100vh;
  }
  header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
  }
  header .navigation > a {
    margin-left: 20px;
  }
  .line {
    width: 924px;
  }
  .container > .container__top {
    grid-template-columns: 2.8fr 1fr;
    max-width: 932px;
  }
}
@media (max-width: 1110px) {
  footer > .margin--inline > div > .footer__contacts > p {
    width: 266px;
  }
  .success > .success__header > h2 {
    font-size: 30px;
  }
}
@media (max-width: 1039px) {
  /* Мои стили */
  .popup {
    top: 10%;
    left: 10% !important;
    width: 80% !important;
  }
  .popup-content {
    padding: 50px !important;
  }
  .popup_block-form h2 {
    font-size: 32px !important;
  }
  /* .Мои стили */
  .section__news > div > div > h2 {
    font-size: 50px;
  }
  header .navigation {
    max-width: 708px;
    flex-direction: row-reverse;
    gap: 24px;
    margin-inline: 2rem;
  }
  header .navigation > .menu {
    gap: 24px;
  }
  .container > .container__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 708px;
  }
  .container > .container__top > p {
    width: 540px;
  }
  .header__tel {
    display: none;
  }
  .line__menu {
    border-bottom: none;
  }
  .logo {
    margin-right: 80px;
    cursor: pointer;
  }
  .line {
    display: none;
  }
  .section__advantages > .advantages > .advantages__category > div {
    gap: 20px;
  }
  .section__news > div > div > .news__products > div > p:first-of-type {
    /* height: 64px; */
  }
  .section__advantages > .advantages {
    gap: 48px;
  }
}
@media (max-width: 960px) {
  footer > .margin--inline > div > .footer__contacts {
    gap: 55px;
  }
}
@media (max-width: 872px) {
  footer > .margin--inline > div > .footer__contacts {
    flex-direction: column;
    gap: 27px;
  }
}
@media (max-width: 834px) {
  .success > .success__header > h2 {
    font-size: 25px;
  }
  .success > .success__header {
    gap: 10px;
  }
  > .container > .container__top {
    flex-direction: column;
    align-items: normal;
  }
  > .container > .container__top > h1 {
    width: 100%;
  }
  > .container > .container__top > p {
    width: 41%;
  }
  .section__advantages > .advantages {
    align-items: flex-start;
    gap: 48px;
  }
  .section__advantages > .advantages > .advantages__header {
    padding-bottom: 0px;
  }
  .advantages__header > img {
    display: none;
  }
  .advantages {
    flex-direction: column;
  }
  .section__products > div > .products {
    flex-direction: column;
    align-items: flex-start;
  }
  section > div > .media--table {
    flex-direction: column;
  }
  .section__news > div > div > .news__products {
    flex-direction: column;
    align-items: normal;
  }
  .section__news > div > div > .news__products > div {
    align-items: flex-start;
  }
  .section__news > div > div > .news__products > div > p:first-of-type {
    /* height: 64px; */
  }
  .section__news > div > div > .news__products > div > p:first-of-type {
    height: fit-content;
  }
  .section__news > div > div > .news__products > div > div {
    margin-top: 2rem;
  }
  .section__news > div > .news__products > div > img {
    width: 98.4%;
  }
  .details {
    margin-bottom: 2rem;
  }
  .section__location > div {
    flex-direction: column;
    width: 708px;
    align-items: center;
  }
  .section__location > div > img {
    position: static;
    height: auto;
    width: 769px;
  }
  .section__location > div > div .location__btn {
    transform: translate(165px, 0px);
  }
  footer > div {
    width: 708px;
  }
  .footer__contacts__tel {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  footer > div > .footer__contacts > div > .footer__margin {
    margin-right: 0px;
  }
  footer > div > .footer__contacts > p {
    width: 221px;
  }
  footer > div > .footer__contacts {
    gap: 24px;
  }
  .section__location > div > div {
    width: 678px;
  }
  .section__location {
    flex-direction: column;
    height: 834px;
  }
  .section__location .location__content {
    width: 100%;
    padding-top: 96px;
  }
  .section__location .image-wrapper {
    width: 100%;
  }
  .section__location > div > .location__info {
    width: fit-content;
  }
  .section__location .location__content {
    align-items: flex-start;
    padding-left: 2rem;
  }
  .section__location .location__btn {
    padding-bottom: 2rem;
  }
  footer > .margin--inline > div > .footer__contacts {
    gap: 24px;
  }
  .section__advantages > .advantages > .advantages__category > div {
    gap: 210px;
  }
}
@media (max-width: 785px) {
  .form__header > h2 {
    font-size: 30px;
  }
  #menu {
    display: none;
  }
  .burger {
    display: block;
  }
  header {
    align-items: normal;
  }
  header .navigation {
    display: block;
  }
  .header__burger {
    display: flex;
    justify-content: space-between;
  }
  .container > .container__top {
    margin-inline: 2rem;
  }
  footer > .margin--inline > div > div:nth-child(1) > .footer__category {
    display: none;
  }
  .footer__burger {
    display: block;
  }
  .footer__contacts {
    flex-direction: column;
  }
  footer > div {
    width: auto;
  }
  .section__location .location__content {
    align-items: center;
  }
  .section__location .location__btn {
    justify-content: center;
    padding-left: 0;
  }
  .section__location > div > div {
    width: auto;
  }
}
@media (max-width: 784px) {
  .container > .container__top > h1 {
    font-size: 48px;
  }
  > .container > .container__top > p {
    width: 86%;
  }
  .container > .container__top {
    width: auto;
  }
}
@media (max-width: 559px) {
  /* Мои стили */
  .popup {
    top: 10%;
    left: 3% !important;
    width: 94% !important;
  }
  .popup-content {
    padding: 20px !important;
  }
  .popup_block-form h2 {
    font-size: 24px !important;
  }
  /* .Мои стили */
  .form {
    padding: 32px;
  }
  .form__header > h2 {
    font-size: 24px;
  }
  .form__btn > div > input {
    font-size: 16px;
  }
  .form__btn {
    justify-content: center;
  }
  .container > .container__top {
    width: 81%;
  }
  .container > .container__top > p {
    width: 100%;
  }
  .section__advantages > .advantages > .advantages__category > div {
    height: auto;
    gap: 7px;
    flex-direction: column;
    align-items: normal;
  }
  .section__advantages > .advantages > .advantages__category > div > p {
    margin-bottom: 10px;
  }
  .menu__burger > div > .menu__burger__category > div > a {
    font-size: 16px;
  }
  .menu__footer > div > .footer__burger__category > div > a {
    font-size: 16px;
  }
  .section__advantages > .advantages > .advantages__header > h2 {
    font-size: 50px;
  }
  .container > .container__top > h1 {
    font-size: 28px;
  }
  .section__products > div > .products > .products__description > div {
    flex-direction: column;
    align-items: normal;
  }
  .section__products > div > .products > .products__description > div > p:first-of-type {
    font-size: 33px;
  }
  .section__products > div > .products > .products__header > h2 {
    font-size: 48px;
  }
  .section__advantages > .advantages > .advantages__category {
    margin-bottom: 7rem;
  }
  .section__salt > div > div > :nth-child(2) > :nth-child(1) {
    flex-direction: column;
    align-items: normal;
  }
  .section__salt > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
    padding-bottom: 24px;
    font-size: 33px;
  }
  .section__salt > div > div > :nth-child(2) > :nth-child(1) > p:nth-of-type(2) {
    width: 86%;
  }
  .section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) {
    flex-direction: column;
    align-items: normal;
  }
  .section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) > p:nth-of-type(2) {
    width: 86%;
  }
  .section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
    padding-bottom: 24px;
    font-size: 33px;
  }
  .section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) {
    flex-direction: column;
    align-items: normal;
  }
  .section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) > p:nth-of-type(2) {
    width: 86%;
  }
  .section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
    padding-bottom: 24px;
    font-size: 33px;
  }
  .section__news > div > div > div:nth-child(3) > a {
    padding: 18px 24.5px;
  }
  .section__location > div > .location__info {
    margin-right: 2rem;
    width: 100%;
  }
  .section__location .location__content > .location__info > p {
    font-size: 23px;
  }
  .section__location .location__btn > img {
    width: 69px;
  }
  .header__btn > img {
    width: 80px;
  }
  .header__btn > p {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .form__btn > div > a > p {
    font-size: 16px;
  }
  .success > .success__header {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .form__header > h2 {
    font-size: 20px;
  }
  .success > .success__header > h2 {
    font-size: 20px;
  }
  .section__solPrzemyslowa > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
    font-size: 37px;
  }
  .section__cookingSolt > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
    font-size: 37px;
  }
  .section__salt > div > div > :nth-child(2) > :nth-child(1) > p:first-of-type {
    font-size: 37px;
  }
  .menu__burger > div {
    grid-auto-rows: 5.5fr 1fr;
  }
}

/*# sourceMappingURL=main.css.map */

/** Мои стили **/

/* Стили для попапа и фона */
.popup-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* Полупрозрачный фон */
  z-index: 999;
}
.popup {
  display: none;
  position: fixed;
  top: 10%;
  left: 20%;
  width: 60%;
  height: auto;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.popup-content {
  padding: 70px;
  display: none;
  background: #F5F5F5;
  border-radius: 12px;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
}
.popup_block-form {
  display: flex;
  align-items: start;
}
#contactForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}
.popup_block-form h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#homeBtn, #btnSub {
  margin-top: 30px;
  cursor: pointer;
  display: flex;
	justify-content: right;
  align-items: center;
}
#closeFormHeader {
  cursor: pointer;
}
#closeFormHeader:hover {
  transform: rotateY(30deg);
  transition: 0.2s;
}
input[type="submit"] {
  border: none;
  margin-right: -20px;
}
#homeBtn:hover img, #btnSub:hover img {
  content: url("./image/Frame 504_b.svg");
  transform: translateX(5px);
}
#homeBtn img, #btnSub img {
  transition: transform 0.5s ease;
}
#homeBtn:hover div, #btnSub:hover div {
  transform: translateX(-5px);
}
#homeBtn div, #btnSub div {
  transition: transform 0.5s ease;
  margin-right: -20px;
}
.success {
  width: 100%;
	text-align: left;
}
