@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  cursor: pointer;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
  line-height: 100%;
}

h2 {
  font-size: 48px;
  line-height: 100%;
}

h3 {
  font-size: 32px;
  line-height: 100%;
}

p,
li {
  font-size: 20px;
  line-height: 120%;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: #fff;
  color: #000;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

body,
html {
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0474c4;
}

.burger {
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 35px;
  height: 16px;
  cursor: pointer;
  gap: 5px;
  transition: all 0.3s ease;
}
.burger.active {
  z-index: 200;
}
.burger span {
  width: 100%;
  height: 2px;
  background: #0474c4;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.burger span:nth-child(1),
.burger span:nth-child(3) {
  transform-origin: center;
}
.burger span:nth-child(2) {
  width: 26px;
  margin-left: auto;
}
.burger.active {
  gap: 0;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(1px, 1px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -2px);
}

.header {
  background: #f6f6f6;
  padding: 21px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all;
  z-index: 9;
}
.header.fixed {
  position: fixed;
  padding: 15px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header__menu {
  padding: 10px 40px;
  background: #0474c4;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
}
.header__menu li {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  color: #fff;
}
.header__menu a {
  color: #fff;
}
.header__menu a:hover {
  text-decoration: underline;
}
.header__menu-item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.header__menu-item svg:last-child {
  display: none;
}
.header__menu-item:hover {
  text-decoration: underline;
}
.header__menu-list {
  position: absolute;
  top: -300px;
  visibility: hidden;
  left: 0;
  background: #fff;
  padding: 15px 19px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3;
  transition: 0.3s all;
}
.header__menu-list.active {
  visibility: visible;
  top: 100%;
}
.header__menu-list a {
  color: #1e1e1e;
}

.main {
  padding: 170px 0;
  background: url("../img/main-bg.jpg") no-repeat center center/cover;
  position: relative;
}
.main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__img {
  position: absolute;
  top: 50%;
  left: -102px;
  transform: translateY(-50%);
}
.main h1 {
  color: #fff;
  max-width: 826px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.main__swiper {
  overflow: hidden;
  max-width: 589px;
  width: 100%;
}
.main__item {
  width: 100%;
  height: auto;
}
.main__item img {
  width: 100%;
}

.pt120 {
  padding-top: 120px;
}

.wrapper {
  position: relative;
  padding-top: 89px;
}

.brends h2 {
  text-align: center;
  font-size: 40px;
  max-width: 1275px;
  margin: 0 auto 50px;
}
.brends__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.brends__item {
  background: #0474c4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding-bottom: 30px;
  border-radius: 10px;
  transition: 0.3s all;
}
.brends__item svg {
  display: none;
}
.brends__item:hover {
  transform: scale(1.03);
  background: #f8f8f8;
}
.brends__item:hover .title,
.brends__item:hover p {
  color: #000;
}
.brends__item img {
  width: 100%;
  border-radius: 10px;
  height: 155px;
  object-fit: cover;
}
.brends__item .title {
  font-size: 32px;
  line-height: auto;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.brends__item p {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  line-height: 120%;
}

.btn {
  padding: 30px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s all;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #0474c4;
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 100%;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(112.58deg, #0474c4 55.85%, #74c7f3 88.48%);
  transition: 0.3s all;
}
.btn:hover {
  transform: scale(1.03);
}
.btn:hover::before {
  transform: translateX(100%);
}

.ob {
  position: relative;
}
.ob h2 {
  text-align: center;
  max-width: 1055px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}
.ob__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.ob__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 548px;
  width: 100%;
}
.ob__left p {
  margin-bottom: 30px;
}
.ob__right {
  max-width: 813px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ob__item {
  border-radius: 10px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 30px;
}
.ob__item:nth-child(1) img {
  top: -140px;
  right: -50px;
}
.ob__item:nth-child(2) {
  min-height: 281px;
}
.ob__item:nth-child(2) img {
  top: -38px;
  right: -4px;
}
.ob__item:nth-child(3) img {
  top: -100px;
  right: -80px;
}
.ob__item img {
  position: absolute;
  top: 0;
  right: 0;
}
.ob__item .title {
  margin-top: auto;
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.ob__item .n {
  font-size: 48px;
  line-height: 1;
  color: #0474c4;
  font-weight: 500;
}
.ob__item ul {
  max-width: 526px;
  width: 100%;
}
.ob__item li {
  font-size: 20px;
  line-height: 100%;
}

.ob-img-1 {
  position: absolute;
  bottom: -306px;
  left: 0;
}

.ob-img-2 {
  position: absolute;
  right: 0;
  top: 420px;
}

.ob-img-3 {
  position: absolute;
  bottom: -300px;
  right: 0;
}

.footer {
  padding: 40px 0;
  background: #ededed;
  position: relative;
  z-index: 3;
  margin-top: 120px;
}
.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer p {
  font-size: 20px;
  line-height: 100%;
}
.footer__left {
  max-width: 428px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__left .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .title {
  font-size: 48px;
  font-weight: 500;
  line-height: auto;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .link {
  font-size: 20px;
  color: #0474c4;
  line-height: auto;
  text-decoration: underline;
}
.footer .link:hover {
  text-decoration: none;
}
.footer .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .list a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 20px;
  transition: 0.3s all;
}
.footer .list a:hover {
  color: #0474c4;
}
.footer__right .link {
  margin-top: 65px;
  display: inline-block;
}

.about {
  padding-top: 100px;
}
.about h2 {
  text-align: center;
  margin-bottom: 50px;
}
.about__content {
  display: flex;
  background: #0474c4;
  border-radius: 10px;
  justify-content: space-between;
  gap: 15px;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 50px;
  color: #fff;
  max-width: 680px;
  width: 100%;
}
.about__text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about__text li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  line-height: 100%;
}
.about__img {
  position: relative;
  width: 100%;
  max-width: 695px;
}
.about__img img:first-child {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__img-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.about2 {
  margin-top: 120px;
  padding: 27px 0;
  border-radius: 10px;
  background: url("../img/about-bg.jpg") no-repeat center center/cover;
}
.about2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about2 img {
  width: 311px;
}
.about2 .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 935px;
  width: 100%;
}
.about2 .text p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}

.producer h2 {
  text-align: center;
  max-width: 1230px;
  margin: 0 auto 50px;
}
.producer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.producer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0 33px 40px;
}
.producer__item-img {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(4, 116, 196, 0.5);
  width: 100%;
  padding: 25px;
}
.producer__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.producer__item p {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.producer__item a {
  font-size: 18px;
  color: #0474c4;
  text-decoration: underline;
  text-align: center;
  transition: 0.3s all;
  margin-top: auto;
}
.producer__item a:hover {
  text-decoration: none;
}

.top {
  height: 238px;
  background: url("../img/top-bg.jpg") no-repeat center center/cover;
  border-radius: 10px;
}

.catalog {
  padding-top: 50px;
  position: relative;
}
.catalog .container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sidebar {
  background: #f6f6f6;
  border-radius: 10px;
  padding-bottom: 50px;
  max-width: 338px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.sidebar .btn {
  margin: 0 15px;
  text-align: center;
  padding: 30px 20px;
}
.sidebar__title {
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  background: #0474c4;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar__list {
  margin-bottom: 50px;
}
.sidebar__item {
  border-bottom: 1px solid #74c7f3;
  padding: 10px 20px;
}
.sidebar__item.active .sidebar__item-value svg {
  transform: rotate(90deg);
}
.sidebar__item.active .sidebar__item-list {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}
.sidebar__item-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  gap: 5px;
  transition: 0.3s all;
  cursor: pointer;
}
.sidebar__item-value svg {
  transition: 0.3s all;
  flex-shrink: 0;
}
.sidebar__item-value svg:last-child {
  display: none;
}
.sidebar__item-value:hover {
  color: #0474c4;
}
.sidebar__item-list {
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.3s all;
}
.sidebar__item-list a {
  color: #000;
  font-size: 20px;
  line-height: 100%;
}
.sidebar__item-list a:hover,
.sidebar__item-list a.active {
  color: #0474c4;
}

.prim h2 {
  text-align: center;
  max-width: 667px;
  margin: 0 auto 50px;
}
.prim__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.prim__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  grid-column: span 4;
  background: #f6f6f6;
  padding-bottom: 15px;
}
.prim__item:nth-child(7),
.prim__item:nth-child(8) {
  grid-column: span 6;
}
.prim__item img {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  height: 309px;
  object-fit: cover;
}
.prim__item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}
.prim__item p {
  padding-left: 20px;
  padding-right: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  background: #0474c4;
  border-radius: 10px;
  max-width: 806px;
  width: 100%;
  position: relative;
}
.modal__content-text {
  text-align: center;
  padding: 60px;
  color: #fff;
}
.modal__content img {
  width: 100%;
  border-radius: 10px;
}
.modal__content h2 {
  margin-bottom: 20px;
}
.modal__content .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.modal__content .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.modal__content .links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
.modal__close {
  width: 62px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s all;
}
.modal__close svg {
  transition: 0.3s all;
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__close:hover svg {
  transform: rotate(90deg);
}

.catalog__content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.head__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}
.head img {
  border-radius: 10px;
  width: 100%;
}
.head p {
  text-align: center;
}
.head__bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.head__item {
  padding: 20px 0;
  padding-left: 40px;
  position: relative;
  border-top: 0.5px solid #0474c4;
  border-bottom: 0.5px solid #0474c4;
}
.head__item::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="26" height="40" viewBox="0 0 26 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L22.4648 19.1393L2 38.325" stroke="%230474C4" stroke-width="4.09296"/></svg>');
  background-size: cover;
  width: 21px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head__item .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0474c4;
}
.head__item p {
  text-align: left;
}

.products {
  position: relative;
  z-index: 3;
}
.products h2 {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 820px;
}
.products__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product {
  background: #f5f5f5;
  border-radius: 10px;
  transition: 0.3s all;
}
.product:hover {
  transform: scale(1.04);
}
.product:hover p {
  color: #000;
  background: #f5f5f5;
}
.product__img {
  height: 354px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.product p {
  background: #0474c4;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  transition: 0.3s all;
  position: relative;
  text-transform: uppercase;
}
.product p svg {
  display: none;
}

.p-img-1 {
  position: absolute;
  top: 15%;
  left: 0;
}

.p-img-2 {
  position: absolute;
  top: 10%;
  right: 0;
}

.p-img-3 {
  position: absolute;
  bottom: -5%;
  right: 0;
}

.prod {
  padding-top: 80px;
}
.prod__head {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.prod__head h2 {
  max-width: 1253px;
  width: 100%;
}
.prod__head p {
  font-weight: 500;
  font-size: 24px;
}
.prod__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.prod__content-img {
  background: #f5f5f5;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 32px;
  max-width: 576px;
  width: 100%;
  height: auto;
}
.prod__content-img img {
  width: 100%;
  height: auto;
}
.prod__content-img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0474c4;
  z-index: -1;
  border-radius: 10px;
}
.prod__content-text {
  max-width: 759px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prod-table h2 {
  max-width: 1084px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.table {
  width: 100%;
  border-spacing: 0;
  border: 0.5px solid #000;
}
.table td {
  font-size: 20px;
  line-height: 100%;
  padding: 20px;
  border: 0.5px solid #000;
}
.table tr td:first-child {
  font-weight: 500;
  width: 338px;
}
.table thead td {
  font-size: 22px;
  color: #0474c4;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.table.table2 tr td:first-child {
  width: auto;
}
.table.table2 tr td:nth-child(2) {
  text-align: center;
  font-weight: 500;
}
.table.table2 tr td:nth-child(3) {
  text-align: center;
  width: 218px;
}
.table.table2 tr a {
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: center;
  color: #0474c4;
  font-weight: 500;
}
.table.table2 tr a svg {
  flex-shrink: 0;
}
.table.table2 tr a:hover {
  text-decoration: underline;
}

.valmet {
  padding: 100px 0 287px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.valmet img {
  margin-bottom: 20px;
  display: inline-block;
}
.valmet h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}

.nap__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.nap__head h2 {
  max-width: 1253px;
}
.nap__head p {
  max-width: 1099px;
  width: 100%;
}
.nap img {
  width: 100%;
  border-radius: 10px;
}

.adv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.adv__item {
  padding: 20px 0;
  padding-left: 40px;
  position: relative;
  border-top: 0.5px solid #0474c4;
  border-bottom: 0.5px solid #0474c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.adv__item::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="26" height="40" viewBox="0 0 26 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L22.4648 19.1393L2 38.325" stroke="%230474C4" stroke-width="4.09296"/></svg>');
  background-size: cover;
  width: 21px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.adv__item .title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0474c4;
}
.adv__item p {
  text-align: left;
}

.opit h2 {
  text-align: center;
  margin-bottom: 50px;
}
.opit__content {
  display: flex;
  justify-content: center;
  gap: 45px;
  align-items: center;
}
.opit__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 632px;
}

.history h2 {
  max-width: 1049px;
  margin: 0 auto 40px;
  text-align: center;
}
.history .com {
  font-size: 32px;
  font-weight: 500;
  color: #0474c4;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.history__bot {
  display: none;
}
.history__btn {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 5px;
  background: #0474c4;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  display: block;
}
.history__btn.active svg {
  transform: rotate(180deg);
}
.history__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.history video {
  width: 100%;
  border-radius: 10px;
}
.history__item {
  background: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.history__item p {
  padding: 30px 40px;
}
.history__item .n {
  font-size: 40px;
  font-weight: 500;
  color: #0474c4;
  line-height: 100%;
  width: 285px;
  padding: 30px 40px;
  position: relative;
  flex-shrink: 0;
  text-transform: uppercase;
}
.history__item .n::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 77px;
  background: rgba(4, 116, 196, 0.5);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.famous {
  position: relative;
}
.famous h2 {
  max-width: 1205px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.famous__content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}
.famous__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.famous__item {
  grid-column: span 2;
  padding: 30px;
  padding-bottom: 0;
  border-radius: 10px;
  background: #f6f6f6;
  position: relative;
}
.famous__item:nth-child(4),
.famous__item:nth-child(5) {
  grid-column: span 3;
}
.famous__item:nth-child(5) .famous__item-text {
  width: 90%;
}
.famous__item:nth-child(5) .famous__item-img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.famous__item::before {
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 10px;
  content: "";
  background: #0474c4;
  position: absolute;
  left: 0;
}
.famous__item .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.famous__item-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.famous__item-img {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.famous__item img {
  margin-left: auto;
  display: inline-block;
}

.f-img-1 {
  position: absolute;
  top: 290px;
  left: 0;
}

.f-img-2 {
  position: absolute;
  top: 120px;
  right: 0;
}

.f-img-3 {
  position: absolute;
  left: 0;
  bottom: -350px;
}

.f-img-4 {
  position: absolute;
  right: 0;
  bottom: -400px;
}

.brend {
  padding-top: 100px;
  position: relative;
}
.brend .container {
  position: relative;
  z-index: 2;
}
.brend .container img {
  border-radius: 10px;
  width: 100%;
}
.brend__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
}
.brend__head h2 {
  max-width: 1160px;
  width: 100%;
}
.brend__head p {
  max-width: 625px;
}

.b-img-1 {
  position: absolute;
  top: 150px;
  left: 0;
}

.b-img-2 {
  position: absolute;
  top: 50px;
  right: 0;
}

.ab {
  position: relative;
  z-index: 2;
}
.ab__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.ab__content {
  display: flex;
  background: #0474c4;
  border-radius: 10px;
}
.ab__text {
  padding: 40px 50px 70px;
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 715px;
  width: 100%;
  gap: 20px;
}
.ab__img {
  max-width: 695px;
  width: 100%;
}
.ab__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.ab__num {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: -56px;
  z-index: 3;
  position: relative;
}
.ab__num-item {
  background: #f6f6f6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 25px 16px 34px;
  max-width: 218px;
  width: 100%;
}
.ab__num-item .n {
  font-size: 32px;
  color: #0474c4;
  font-weight: 500;
  line-height: 100%;
}

.cat {
  position: relative;
}
.cat h2 {
  text-align: center;
  margin-bottom: 50px;
}
.cat .container {
  position: relative;
  z-index: 2;
}
.cat__btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.cat__content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.cat__content-neles {
  grid-template-columns: repeat(6, 1fr);
}
.cat__content-neles .cat__item {
  grid-column: span 2;
}
.cat__content-neles .cat__item:nth-child(4),
.cat__content-neles .cat__item:nth-child(5),
.cat__content-neles .cat__item:nth-child(9),
.cat__content-neles .cat__item:nth-child(10) {
  grid-column: span 3;
}
.cat__content-three {
  grid-template-columns: repeat(6, 1fr);
}
.cat__content-three .cat__item {
  grid-column: span 2;
}
.cat__item {
  grid-column: span 3;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 10px;
  position: relative;
  transition: 0.3s all;
}
.cat__item:hover .title {
  color: #0474c4;
}
.cat__item-img {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.cat__item .title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  transition: 0.3s all;
  color: #000;
}
.cat__item::before {
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 10px;
  content: "";
  background: #0474c4;
  position: absolute;
  left: 0;
  transition: 0.3s all;
}

.c-img-1 {
  position: absolute;
  top: 50px;
  left: 0;
}

.c-img-2 {
  position: absolute;
  top: 150px;
  right: 0;
}

.c-img-3 {
  position: absolute;
  bottom: -150px;
  left: 0;
}

.c-img-4 {
  position: absolute;
  bottom: -350px;
  right: 0;
}

.policy {
  padding-top: 100px;
}
.policy h2 {
  margin-bottom: 20px;
}
.policy h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.policy ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
.policy li {
  list-style-type: disc;
}
.policy p {
  margin-bottom: 10px;
}

.cook {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 456px;
  width: 100%;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 20px 24px;
  border-radius: 10px;
  z-index: 9;
}
.cook__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.cook p {
  font-size: 16px;
}
.cook .link {
  font-size: 16px;
  color: #0474c4;
  text-decoration: underline;
}
.cook .link:hover {
  text-decoration: none;
}
.cook .title {
  font-size: 24px;
  font-weight: 500;
}
.cook .btn {
  margin-top: 5px;
  font-size: 16px;
  padding: 20px 30px;
  text-transform: capitalize;
}

.con .container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.con__left,
.con__right {
  width: 100%;
}
.con ul {
  padding-left: 23px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.con h3 {
  margin-bottom: 30px;
}
.con li {
  list-style-type: disc;
}
.teh {
  padding-top: 80px;
}
.zag {
  padding-top: 80px;
}
.teh h3 {
  margin-bottom: 30px;
}

.teh li {
  list-style-type: disc;
}

.teh ul {
  padding-left: 23px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zag .container {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.zag__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.zag__item a {
  color: #0474c4;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

@media (max-width: 1600px) {
  .modal__content-text {
    padding: 50px 30px;
  }
  .modal__content .text {
    margin-bottom: 30px;
  }
  .modal__content .links {
    gap: 10px;
  }
  .modal__content .links a {
    font-size: 22px;
  }
  .modal__content .links a svg {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 1250px) {
  .container {
    padding: 0 10px;
  }
  .header .logo img {
    width: 144px;
  }
  .header {
    background: #fff;
  }
  .header .container {
    gap: 15px;
  }
  .header__menu {
    gap: 15px;
    padding: 10px;
  }
  .header__menu-item {
    font-size: 16px;
  }
  .header__menu a {
    font-size: 16px;
  }
  .header__valmet {
    width: 145px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  .main__swiper {
    max-width: 323px;
  }
  .main {
    padding: 124px 0;
  }
  .main .container {
    gap: 0;
  }
  .main__img {
    width: 376px;
    left: 0;
  }
  .wrapper {
    padding-top: 82px;
  }
  .pt120 {
    padding-top: 100px;
  }
  .brends h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .brends__item {
    gap: 10px;
  }
  .brends__item img {
    height: 153px;
  }
  .brends__item .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .brends__item p {
    font-size: 16px;
  }
  p,
  li {
    font-size: 18px;
  }
  h3 {
    font-size: 24px;
  }
  .btn {
    padding: 25px;
  }
  .btn span {
    font-size: 18px;
  }
  .ob h2 {
    margin-bottom: 40px;
  }
  .ob__left {
    max-width: 461px;
    width: 100%;
  }
  .ob__item {
    padding: 20px;
    gap: 15px;
    min-height: auto;
  }
  .ob__item:nth-child(1) img {
    width: 300px;
    right: -20px;
    top: -70px;
  }
  .ob__item:nth-child(2) img {
    width: 175px;
    top: -24px;
    right: 1px;
  }
  .ob__item:nth-child(3) img {
    top: -40px;
    right: -30px;
    width: 300px;
  }
  .ob__item .title {
    font-size: 24px;
    margin-top: 65px;
  }
  .ob__item li {
    font-size: 18px;
  }
  .ob-img-1 {
    width: 800px;
    left: -100px;
    bottom: -200px;
  }
  .ob-img-2 {
    display: none;
  }
  .ob-img-3 {
    display: none;
  }
  .footer {
    margin-top: 100px;
    padding: 30px 0;
  }
  .footer .logo {
    gap: 7px;
  }
  .footer .logo img:first-child {
    width: 128px;
  }
  .footer .logo img:nth-child(2) {
    width: 49px;
  }
  .footer .container {
    gap: 50px;
  }
  .footer .title {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .footer__left {
    max-width: 346px;
    gap: 15px;
  }
  .footer__left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .link {
    font-size: 16px;
  }
  .footer__contact .list {
    gap: 15px;
  }
  .footer__contact .list a {
    font-size: 18px;
  }
  .footer__right {
    gap: 15px;
  }
  .footer__right p {
    font-size: 18px;
  }
  .footer__right .link {
    margin-top: 15px;
  }
  .cook .title {
    font-size: 18px;
  }
  .cook p {
    font-size: 14px;
  }
  .cook .link {
    font-size: 16px;
  }
  .about {
    padding-top: 70px;
  }
  .about h2 {
    margin-bottom: 40px;
  }
  .about__text {
    padding: 30px;
  }
  .about__text li {
    font-size: 18px;
  }
  .about2 {
    position: relative;
    padding: 98px 0;
  }
  .about2 img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 313px;
    transform: translateY(-50%);
  }
  .about2 .text {
    position: relative;
    z-index: 2;
    gap: 20px;
  }
  .about2 .text p {
    font-size: 20px;
  }
  .producer h2 {
    margin-bottom: 40px;
  }
  .prod {
    padding-top: 70px;
  }
  .prod__head {
    margin-bottom: 30px;
  }
  .prod__content-img {
    max-width: 471px;
    flex-shrink: 0;
  }
  .table td {
    font-size: 18px;
  }
  .table thead td {
    font-size: 20px;
  }
  .prod-table h2 {
    margin-bottom: 40px;
  }
  .modal__content img {
    height: 150px;
    object-fit: cover;
  }
  .top {
    height: 200px;
  }
  .sidebar {
    padding-bottom: 25px;
  }
  .sidebar__title {
    font-size: 24px;
  }
  .sidebar__item-value {
    font-size: 18px;
  }
  .sidebar__item-list a {
    font-size: 18px;
  }
  .sidebar__list {
    margin-bottom: 40px;
  }
  body,
  html {
    height: 100%;
  }
  .head {
    gap: 30px;
  }
  .head__item .title {
    font-size: 18px;
  }
  .head__bot {
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .prim h2 {
    margin-bottom: 40px;
  }
  .prim__item {
    grid-column: span 6;
  }
  .brend {
    padding-top: 70px;
  }
  .brend__head {
    margin-bottom: 30px;
  }
  .ab__head {
    gap: 10px;
    margin-bottom: 40px;
  }
  .ab__text {
    padding: 30px;
    padding-bottom: 70px;
  }
  .cat h2 {
    margin-bottom: 40px;
  }
  .cat__content-neles .cat__item,
  .cat__content-three .cat__item {
    grid-column: span 3;
  }
  .cat__item .title {
    font-size: 20px;
  }
  .adv {
    grid-template-columns: repeat(2, 1fr);
  }
  .valmet {
    padding: 150px 0;
  }
  .valmet img {
    width: 630px;
    margin-bottom: 10px;
  }
  .valmet h2 {
    font-size: 56px;
  }
  .nap__head {
    margin-bottom: 30px;
  }
  .opit h2 {
    margin-bottom: 30px;
  }
  .history h2 {
    margin-bottom: 30px;
  }
  .history .com {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .history__item .n {
    font-size: 28px;
    width: 195px;
    padding: 25px;
  }
  .history__item p {
    padding: 25px;
  }
  .famous__item {
    padding: 20px 15px;
  }
  .famous__item .title {
    font-size: 20px;
  }
  .policy {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .con .container {
    flex-direction: column;
    gap: 40px;
  }
  .header__menu {
    position: fixed;
    background: #fff;
    top: -100%;
    right: 0;
    width: 350px;
    height: 100%;
    transition: 0.3s all;
    flex-direction: column;
    padding: 15px;
    border-radius: 5px;
    gap: 0;
    padding-top: 80px;
  }
  .header__menu a {
    color: #000;
  }
  .header__menu-item {
    color: #000;
    justify-content: space-between;
  }
  .header__menu-item svg:first-child {
    display: none;
  }
  .header__menu-item svg:last-child {
    display: block;
  }
  .header__menu-list {
    position: static;
    height: 0;
    padding: 0;
    gap: 10px;
    transition: 0.3s all;
  }
  .header__menu-list.active {
    height: 100%;
    padding-top: 10px;
  }
  .header__menu-list a {
    font-size: 16px;
    color: #000;
  }
  .header__menu li {
    width: 100%;
    padding: 10px 13px;
    border-bottom: 1px solid #dadada;
  }
  .header__menu.active {
    top: 0;
  }
  .wrapper {
    padding-top: 76px;
  }
  .burger {
    display: flex;
  }
  .header__valmet {
    margin-right: auto;
  }
  .main .container {
    flex-direction: column;
    gap: 10px;
  }
  .main h1 {
    max-width: 100%;
  }
  .main__swiper {
    max-width: 100%;
  }
  .brends__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ob__content {
    flex-direction: column;
  }
  .ob__left {
    max-width: 100%;
  }
  .ob__right {
    max-width: 100%;
  }
  .footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .producer__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .producer__item {
    padding: 0 20px 30px;
  }
  .producer__item p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .producer__item a {
    font-size: 16px;
  }
  .prod__content {
    flex-direction: column;
    gap: 30px;
  }
  .prod__content-img {
    max-width: 100%;
  }
  .prod__content-text {
    max-width: 100%;
  }
  .catalog {
    padding-top: 20px;
  }
  .catalog .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .sidebar {
    max-width: 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 4;
  }
  .sidebar .btn {
    display: none;
  }
  .sidebar__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .sidebar__title::after {
    content: "";
    background: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1L5.5 6L0.5 11" stroke="white"/></svg>');
    background-size: cover;
    width: 10px;
    height: 20px;
    display: block;
    transition: 0.3s all;
  }
  .sidebar__title.active::after {
    transform: rotate(90deg);
  }
  .sidebar__list {
    opacity: 0;
    height: 0;
    transition: 0.3s all;
    visibility: hidden;
    margin-bottom: 0;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
  }
  .sidebar__list.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    top: 67px;
    padding-bottom: 15px;
  }
  .sidebar__item {
    border-color: #dadada;
  }
  .sidebar__item:last-child {
    border: none;
  }
  .sidebar__item-value svg:first-child {
    display: none;
  }
  .sidebar__item-value svg:last-child {
    display: block;
  }
  .head__bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .products__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .ab__content {
    flex-direction: column;
  }
  .ab__text {
    max-width: 100%;
    padding: 20px;
  }
  .ab__img {
    max-width: 100%;
    height: auto;
  }
  .famous h2 {
    margin-bottom: 40px;
  }
  .famous__item {
    grid-column: span 3;
  }
  .opit__content {
    flex-direction: column;
  }
  .opit__text {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 10px 0;
  }
  .header.fixed {
    padding: 10px 0;
  }
  .header .container {
    gap: 10px;
  }
  .header .logo img {
    width: 92px;
  }
  .header__valmet {
    width: 95px;
  }
  .container {
    padding: 0 10px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .main {
    padding: 54px 0;
  }
  .main .container {
    gap: 20px;
  }
  .main__img {
    width: 308px;
    left: -64px;
  }
  .wrapper {
    padding-top: 41px;
  }
  .brends h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .brends__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .brends__item {
    border-radius: 5px;
  }
  .brends__item:hover svg path {
    fill: #000;
  }
  .brends__item .title {
    font-size: 20px;
  }
  .brends__item p {
    padding: 0 10px;
  }
  .brends__item img {
    border-radius: 5px;
    height: 155px;
  }
  .brends__item svg {
    display: inline-block;
    margin-left: auto;
    margin-right: 20px;
  }
  .pt120 {
    padding-top: 70px;
  }
  h3 {
    font-size: 18px;
  }
  .btn {
    padding: 20px;
  }
  .ob h2 {
    margin-bottom: 30px;
  }
  .ob__content {
    gap: 30px;
  }
  .ob__left {
    gap: 15px;
  }
  .ob__left p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .ob__item .n {
    font-size: 40px;
  }
  .ob__item .title {
    font-size: 20px;
    margin-top: 100px;
  }
  .ob__item li {
    font-size: 16px;
  }
  .footer {
    padding: 30px 0;
    margin-top: 70px;
  }
  .footer .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .footer .title {
    font-size: 32px;
  }
  .footer__left {
    max-width: 100%;
  }
  .footer__left .logo img:first-child {
    width: 178px;
  }
  .footer__left .logo img:last-child {
    width: 68px;
  }
  .footer__right {
    max-width: 100%;
  }
  .ob-img-1 {
    display: none;
  }
  p,
  li {
    font-size: 16px;
  }
  .about {
    padding-top: 30px;
  }
  .about h2 {
    margin-bottom: 30px;
  }
  .about .container {
    padding: 0;
  }
  .about__content {
    flex-direction: column;
  }
  .about__text {
    padding: 30px 10px;
  }
  .about__text li {
    font-size: 16px;
  }
  .about__img img:first-child {
    height: 100%;
    min-height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .about__img-logo img:first-child {
    min-height: auto;
  }
  .about2 {
    margin-top: 70px;
    padding: 39px 0;
  }
  .about2 img {
    width: 313px;
    left: -68px;
  }
  .about2 .text p {
    font-size: 20px;
  }
  .producer h2 {
    margin-bottom: 30px;
  }
  .producer__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .producer__item {
    padding: 0 20px 30px;
  }
  .producer__item-img {
    height: 120px;
    padding: 10px;
  }
  .producer__item-img img {
    max-height: 80px;
  }
  .prod {
    padding-top: 30px;
  }
  .prod__head {
    gap: 10px;
    margin-bottom: 30px;
  }
  .prod-table h2 {
    margin-bottom: 30px;
  }
  .table td {
    font-size: 12px;
    padding: 6px;
  }
  .table thead td {
    font-size: 14px;
    padding: 15px 10px;
  }
  .table tr td:first-child {
    width: 152px;
  }
  .table.table2 tr td:nth-child(3) {
    width: 84px;
  }
  .modal__close {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .modal__close svg {
    width: 15px;
  }
  .modal {
    padding: 10px;
  }
  .modal__content-text {
    padding: 30px 20px;
  }
  .modal__content-text h2 {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .modal__content .text {
    gap: 10px;
  }
  .modal__content .links {
    gap: 10px;
  }
  .modal__content .links a {
    font-size: 18px;
  }
  .p-img-1,
  .p-img-2,
  .p-img-3 {
    display: none;
  }
  .top {
    height: 125px;
  }
  .sidebar__title {
    font-size: 18px;
    gap: 6px;
    padding: 10px;
    border-radius: 5px;
  }
  .sidebar__title::after {
    width: 8px;
    height: 16px;
  }
  .sidebar__list.active {
    top: 40px;
  }
  .sidebar__item {
    padding: 10px 14px;
  }
  .products h2 {
    margin-bottom: 30px;
  }
  .products__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .head__bot {
    gap: 0;
  }
  .product:hover p svg path {
    fill: #000;
  }
  .product p {
    font-size: 18px;
    position: relative;
    padding: 6px;
  }
  .product p svg {
    position: absolute;
    right: 15px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  .prim h2 {
    margin-bottom: 30px;
  }
  .prim__item {
    grid-column: span 12;
  }
  .prim__item:nth-child(7),
  .prim__item:nth-child(8) {
    grid-column: span 12;
  }
  .prim__item .title {
    font-size: 18px;
  }
  .prim__item img {
    height: 150px;
  }
  .brend {
    padding-top: 30px;
  }
  .brend__head {
    margin-bottom: 30px;
    gap: 10px;
  }
  .b-img-1,
  .b-img-2 {
    display: none;
  }
  .ab__head {
    margin-bottom: 30px;
  }
  .ab__num {
    flex-direction: column;
    gap: 10px;
  }
  .ab__num-item {
    max-width: 100%;
  }
  .ab__num-item .n {
    font-size: 24px;
  }
  .ab__num-item p br {
    display: none;
  }
  .adv {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .adv__item .title {
    font-size: 18px;
  }
  .head__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .head__item .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .cat h2 {
    margin-bottom: 30px;
  }
  .cat__item {
    padding: 20px;
  }
  .cat__item .title {
    font-size: 20px;
  }
  .cat__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .cat__content-neles .cat__item,
  .cat__content-three .cat__item {
    grid-column: span 6;
  }
  .cat__content-neles .cat__item:nth-child(4),
  .cat__content-neles .cat__item:nth-child(5),
  .cat__content-neles .cat__item:nth-child(9),
  .cat__content-neles .cat__item:nth-child(10) {
    grid-column: span 6;
  }
  .c-img-1,
  .c-img-2,
  .c-img-3,
  .c-img-4 {
    display: none;
  }
  .prod__head p {
    font-size: 16px;
  }
  .valmet {
    padding: 100px 0;
    background-position: -500px center;
  }
  .valmet img {
    width: 330px;
    margin-bottom: 20px;
  }
  .valmet h2 {
    font-size: 32px;
  }
  .opit__text {
    text-align: center;
  }
  .adv {
    margin-top: 40px;
  }
  .history__bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .famous__item {
    grid-column: span 6;
  }
  .famous__item img {
    margin-right: auto;
  }
  .famous__item:nth-child(4),
  .famous__item:nth-child(5) {
    grid-column: span 6;
  }
  .famous__item:nth-child(5) {
    min-height: 360px;
  }
  .famous__item:nth-child(5) .famous__item-text {
    width: 70%;
  }
  .famous__item:nth-child(5) img {
    bottom: 7px;
    top: auto;
  }
  .history .com {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .history__content {
    gap: 15px;
    height: 300px;
    overflow: hidden;
    transition: 0.3s all;
    margin-bottom: 30px;
  }
  .history__content.active {
    height: auto;
  }
  .history__item {
    padding: 15px;
    flex-direction: column;
    gap: 20px;
  }
  .history__item p {
    padding: 0;
  }
  .history__item .n {
    padding: 0;
    font-size: 20px;
    width: 100%;
    position: relative;
    line-height: 1;
  }
  .history__item .n::after {
    content: "";
    width: 77px;
    height: 1px;
    background: rgba(4, 116, 196, 0.5);
    display: block;
    position: absolute;
    bottom: -10px;
    transform: none;
    top: auto;
    left: 0;
  }
  .f-img-1,
  .f-img-2,
  .f-img-3,
  .f-img-4 {
    display: none;
  }
  .cook {
    right: 0;
    bottom: 0;
    max-width: 100%;
    gap: 10px;
    padding: 20px;
  }
  .cook .title {
    font-size: 16px;
  }
  .cook p {
    font-size: 12px;
  }
  .cook .link {
    font-size: 12px;
  }
  .cook .btn {
    padding: 15px 20px;
  }
  .cook .btn span {
    font-size: 14px;
  }
  .policy {
    padding-top: 30px;
  }
  .policy h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .teh,
  .zag {
    padding-top: 50px;
  }
  .zag__item {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
  }
  .zag__item a {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .valmet {
    background-position: -650px center;
  }
}
