@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: arial;
}

.no-scroll {
  overflow: hidden;
}

.container-p {
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
}

.none {
  display: none;
}

.box-top {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 67px;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .box-top {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 820px) {
  .box-top {
    grid-template-columns: 1fr;
  }
}
.box-top__logo {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .box-top__logo {
    display: none;
  }
}
.box-top__img-logo {
  width: 186px;
}
.box-top__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-top .menu {
  height: 67px;
  display: block;
  padding: 0px;
}
@media screen and (max-width: 820px) {
  .box-top .menu {
    display: none;
  }
}
.box-top .menu__list {
  float: left;
  overflow: hidden;
  position: relative;
  border-right: 1px #efefef solid;
  line-height: 67px;
  text-align: center;
}
.box-top .menu__link {
  position: relative;
  display: block;
  width: 80px;
  height: 67px;
  white-space: nowrap;
  font-size: 9px;
  text-decoration: none;
  cursor: pointer;
  color: #515151;
}
.box-top .menu__box-right {
  display: flex;
  justify-content: center;
  background-color: rgb(0, 74, 84);
  width: 100%;
  height: 100%;
}
.box-top .menu__box-lang {
  display: flex;
  flex-basis: 120px;
  align-items: center;
  justify-content: space-between;
}
.box-top .menu__box-lang svg {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -3px;
  fill: #fff;
}
.box-top .menu__box-link {
  padding: 10px 0px;
  font-size: 10px;
  line-height: 1.34em;
  font-family: "arial";
  text-decoration: none !important;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.box-top .menu__box-link:hover {
  color: #f28204;
}
.box-top .menu__box-vertical {
  padding: 10px 0px;
  font-size: 10px;
  position: relative;
  color: #FFFFFF;
}
.box-top .menu__right {
  max-width: 156px;
}
.box-top .span {
  position: absolute;
  left: 0;
  width: 80px;
  transition: all 0.5s;
}
.box-top .out {
  top: 0px;
}
.box-top .over {
  color: #fff;
  background-color: #f28204;
  top: -67px;
}
.box-top .nav-icon-btn {
  position: absolute;
  display: none;
  z-index: 11;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .box-top .nav-icon-btn {
    display: block;
  }
}

.nav-icon {
  display: block;
}

.po-pup__menu {
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
  display: block;
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  z-index: 9;
}
.po-pup__menu_mobile {
  display: none;
  padding: 30px;
}
.po-pup__items {
  display: flex;
  flex-direction: column;
  padding: 30px;
  row-gap: 30px;
  background-color: rgb(22, 22, 22);
  align-items: center;
  height: 432px;
  opacity: 0.8;
}
.po-pup__link {
  padding: 10px;
  color: #fff;
  transition: color 0.3s ease;
}
.po-pup__link:hover {
  color: #ffae53;
}

.header {
  /* Высота «шапки» должна быть статичной и занимать столько места сколько ей нужно*/
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}

.mySwiper {
  height: 600px;
}
.mySwiper .single-slide1,
.mySwiper .single-slide2 {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mySwiper .single-slide1 {
  background-image: url(./../img/banner_1.webp);
  background-color: #f3f3f3;
}
@media screen and (max-width: 820px) {
  .mySwiper .single-slide1 {
    background-position: 56.5% 50%;
  }
}
.mySwiper .single-slide2 {
  background-image: url(./../img/banner_2.webp);
}
@media screen and (max-width: 820px) {
  .mySwiper .single-slide2 {
    background-position: 67% 50%;
  }
}
.mySwiper .swiper-pagination {
  bottom: 20px;
}
.mySwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.2;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #004a54;
  opacity: 1;
}

/* Nav Icon */
.nav-icon-btn {
  --time: 0.1s;
  --width: 40px;
  --height: 30px;
  --line-height: 1px;
  --line-margin: 2;
  --color: #fff;
  height: var(--height);
  width: var(--width);
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.nav-icon::before {
  top: calc(var(--line-height) * -8);
}

.nav-icon::after {
  top: calc(var(--line-height) * 8);
}

.nav-icon.nav-icon_active {
  background-color: transparent;
}

.nav-icon.nav-icon_active::before,
.nav-icon.nav-icon_active::after {
  top: 0;
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.nav-icon.nav-icon_active::before {
  transform: rotate(45deg);
}

.nav-icon.nav-icon_active::after {
  transform: rotate(-45deg);
}

/* Установим значение flex-grow равным 1, чтобы основное содержимое занимало все оставшееся место на странице. У остальных элементов flex-grow: 0, потому что их высота статична. */
/* 1 flex-grow, 0 flex-shrink, auto flex-basis */
.home-main {
  flex: 1 0 auto;
}

.products {
  margin: 0px auto;
  max-width: 1280px;
  height: auto;
  text-align: center;
  overflow-x: hidden;
}
.products__header {
  padding-top: 45px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1.75em;
  color: #FF8C00;
  word-break: break-word;
  font-family: georgia, serif;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .products__header {
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 17px;
  }
}
.products .products-cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0px auto;
  max-width: 792px;
  height: 218px;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .products .products-cards {
    height: 176px;
    gap: 20px;
    max-width: 620px;
  }
}
@media screen and (max-width: 650px) {
  .products .products-cards {
    grid-template-columns: 1fr;
    grid-template-rows: 176px 176px;
    height: 370px;
  }
}
.products__box {
  padding-top: 50px;
  padding-left: 35px;
  width: 90%;
  height: 77%;
}
.products__wrapper {
  position: absolute;
  margin: 0 auto;
  text-align: start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 1s ease, opacity 1s ease, background-size 0.8s ease;
  z-index: 3;
  width: 376px;
  height: 216px;
}
@media screen and (max-width: 820px) {
  .products__wrapper {
    width: 300px;
    height: 174px;
  }
}
@media screen and (max-width: 650px) {
  .products__wrapper {
    width: auto;
    max-width: 368px;
  }
}
.products__left {
  background-image: url(./../img/mekchanp1.webp);
  transform: translateX(-130%);
  opacity: 0;
}
@media screen and (max-width: 650px) {
  .products__left {
    left: 0;
    right: 0;
  }
}
.products__left:hover {
  background-size: 110%;
}
.products__right {
  background-image: url(./../img/meqchanp2.webp);
  transform: translateX(130%);
  opacity: 0;
  right: 0;
}
@media screen and (max-width: 650px) {
  .products__right {
    grid-row: 2/3;
    right: 0;
    left: 0;
  }
}
.products__right:hover {
  background-size: 110%;
}
.products__link {
  text-decoration: none !important;
}
.products__text {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 600;
}

.about {
  position: relative;
  margin-top: 75px;
  padding: 0 15px 39px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./../img/mi.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .about {
    margin-top: 48px;
  }
}
.about__header {
  left: 50%;
  top: -10px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0%);
  font-size: 20px;
  line-height: 1.75em;
  color: #FF8C00;
  word-break: break-word;
  font-family: georgia, serif;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .about__header {
    font-size: 17px;
  }
}
.about__text {
  padding-left: calc(50% - 350px);
  padding-right: calc(50% - 350px);
  padding-top: 95px;
  padding-bottom: 40px;
  text-align: center;
  line-height: 2.5;
  font-size: 9.5px;
  color: #666;
  word-break: break-word;
  font-family: "arial";
}
.about__text_color {
  position: relative;
  color: #FF8C00;
}
.about__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 712px;
}
@media screen and (max-width: 650px) {
  .about__box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 62px);
  }
}
.about__box-left, .about__box-center, .about__box-right {
  padding-top: 20px;
  text-align: center;
  height: 95px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 650px) {
  .about__box-left, .about__box-center, .about__box-right {
    padding-top: 8px;
    height: 62px;
  }
}
.about__box-counter {
  margin: 0px 5px;
  font-size: 32px;
  font-family: arial;
  color: #eb6500;
}
@media screen and (max-width: 650px) {
  .about__box-counter {
    font-size: 26px;
  }
}
.about__box-text {
  text-align: center;
  font-size: 9.5px;
  color: #333;
}
.about__button {
  background-color: #FFFFFF;
  padding: 9px 0px 7px;
  margin: 38px auto 0px;
  display: block;
  text-decoration: none !important;
  width: 100px;
  text-align: center;
  border: 1px solid rgb(239, 239, 239);
  font-size: 9.5px;
  color: rgb(153, 153, 153);
  border-radius: 30px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.about__button:hover {
  background-color: rgb(242, 130, 4);
  border-color: rgb(233, 124, 2);
  color: rgb(255, 255, 255);
}

.news {
  position: relative;
  text-align: center;
}
.news__header {
  font-size: 20px;
  line-height: 1.75em;
  color: #FF8C00;
  word-break: break-word;
  font-family: georgia, serif;
  font-weight: 600;
  padding-top: 45px;
  padding-bottom: 35px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 820px) {
  .news__header {
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.news__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 752px;
  column-gap: 40px;
}
@media screen and (max-width: 820px) {
  .news__box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 292px 292px;
    gap: 20px;
    max-width: 650px;
    justify-items: center;
  }
}
@media screen and (max-width: 650px) {
  .news__box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 292px);
    column-gap: 0px;
    justify-items: stretch;
    padding: 0 15px;
  }
}
.news__link {
  text-decoration: none !important;
  display: block;
}
.news__link:hover .news__bottom-header {
  color: #FF8C00;
}
@media screen and (max-width: 650px) {
  .news__link-center {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 820px) {
  .news__link-right {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 650px) {
  .news__link-right {
    grid-row: 3/4;
  }
}
.news__wrapper {
  margin-top: 10px;
  top: 0px;
  width: 224px;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: margin-top 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 820px) {
  .news__wrapper {
    width: 300px;
    background-size: cover;
  }
}
@media screen and (max-width: 650px) {
  .news__wrapper {
    margin: 10px auto 0px;
    max-width: 300px;
    width: auto;
  }
}
.news__wrapper:hover {
  margin-top: 0px;
  box-shadow: 0 10px 30px rgba(11, 64, 232, 0.15);
}
.news__image {
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news__image-left {
  background-image: url(./../img/ME0.jpg);
}
.news__image-center {
  background-image: url(./../img/mMA.jpg);
}
.news__image-right {
  background-image: url(./../img/BNe1.jpg);
}
.news__box-bottom {
  min-height: 120px;
  padding: 13px;
  font-size: 9.5px;
  overflow: hidden;
}
.news__data {
  padding-top: 13px;
  padding-right: 13px;
  float: left;
  color: #7F7F7F;
  border-right: 1px solid #ddd;
  width: 46px;
}
.news__bottom-header {
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  max-width: 140px;
  min-height: 56px;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  color: #222;
  font-weight: normal;
  transition: color 0.3s ease;
}
.news__bottom-line {
  background: #ddd;
  height: 1px;
  width: 100%;
  margin-top: 4px;
}
.news__bottom-ic {
  background-image: url(./../img/arrow-right.png);
  background-position: top 14px right;
  background-repeat: no-repeat;
  background-size: 14px;
}
.news__bottom-text {
  font-style: normal;
  color: #7F7F7F;
  font-size: 8px;
  text-align: left;
  padding: 16px 13px 6px;
}

.messages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin: 40px auto 0;
  height: 160px;
}
@media screen and (max-width: 820px) {
  .messages {
    height: 120px;
  }
}
@media screen and (max-width: 650px) {
  .messages {
    grid-template-columns: 1fr;
    grid-template-rows: 100px 100px;
    height: auto;
  }
}
.messages__image {
  background-image: url(./../img/mes.jpg);
  background-color: #f3f3f3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.messages__box-right {
  padding: 44px 50px;
  grid-column: 2/3;
  background: #ef4d00;
}
@media screen and (max-width: 820px) {
  .messages__box-right {
    padding: 26px 50px;
  }
}
@media screen and (max-width: 650px) {
  .messages__box-right {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 16px 50px;
    text-align: center;
  }
}
.messages__header {
  color: #ffffff;
  font-size: 18px;
  font-family: georgia, serif;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .messages__header {
    font-size: 14px;
  }
}
.messages__button {
  background-color: rgb(242, 130, 4);
  padding: 8px 10px;
  margin-top: 24px;
  display: block;
  text-decoration: none !important;
  max-width: 90px;
  text-align: center;
  border: 1px solid rgb(242, 130, 4);
  font-size: 9.5px;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .messages__button {
    margin: 20px auto 0;
  }
}
.messages__button:hover {
  border: 1px solid #02217b;
  background-color: #02217b;
}

.footer {
  overflow: hidden;
  height: 290px;
  background: #006677;
  flex: 0 0 auto;
}
@media screen and (max-width: 820px) {
  .footer {
    height: auto;
  }
}
.footer__box {
  display: grid;
  grid-template-columns: 216px 152px 122px 130px 1fr;
  padding-top: 34px;
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 68px;
}
@media screen and (max-width: 820px) {
  .footer__box {
    padding: 34px 15px 34px;
  }
}
@media screen and (max-width: 650px) {
  .footer__box {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.footer__item1 {
  grid-column: 1/2;
}
.footer__item2 {
  padding-left: 58px;
}
.footer__item3 {
  padding-left: 36px;
}
.footer__item4 {
  padding-left: 34px;
}
.footer__item5 {
  padding-left: 53px;
  background-image: url(./../img/ma1.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: top 38px right 10px;
}
@media screen and (max-width: 820px) {
  .footer__item5 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .footer__item1, .footer__item2, .footer__item3, .footer__item4 {
    padding-left: 20px;
  }
}
.footer__item-header {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.75em;
  word-break: break-word;
  font-family: "arial";
}
.footer__item-header1 {
  padding-top: 10px;
  font-size: 12px;
  color: #FFFFFF;
  word-break: break-word;
  font-family: "arial";
}
.footer__item-content1, .footer__item-content2, .footer__item-content3, .footer__item-content4 {
  padding-top: 14px;
  border-right: 1px solid #4f6279;
  min-height: 120px;
}
@media screen and (max-width: 820px) {
  .footer__item-content1, .footer__item-content2, .footer__item-content3, .footer__item-content4 {
    padding-right: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 650px) {
  .footer__item-content2, .footer__item-content4 {
    border: none;
  }
}
.footer__item-text {
  font-family: arial, helvetica, sans-serif;
  line-height: 2.1;
  font-size: 9.5px;
  color: #F0F8FF;
}
.footer__item-text1 {
  font-family: arial, helvetica, sans-serif;
  line-height: 1.75;
  font-size: 9.5px;
  color: #F0F8FF;
}
.footer__item-center {
  padding-left: 14px;
}
.footer__item-link {
  color: #F0F8FF;
  padding: 3px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__item-link:hover {
  color: rgb(242, 130, 4);
}
.footer__years {
  background-color: #000;
  padding: 9px;
}
.footer__year {
  position: relative;
}
.footer__text {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #B8B8B8;
}/*# sourceMappingURL=main.css.map */