@charset "UTF-8";
@import url("https://use.typekit.net/pea2mxt.css");
:root {
  --font-family: "Gilroy", sans-serif; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../themes/demo/assets/fonts/gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  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, 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: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #f6f7ec;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto;
  margin-top: 97px; }
  @media (max-width: 480px) {
  .page {
    margin-top: 70px; } }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #f6f7ec;
  padding: 15px 0; }
  @media (max-width: 480px) {
  .header {
    padding: 10px 0; } }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo img {
    height: 67px; }
    @media (max-width: 480px) {
    .header__logo img {
      height: 50px; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 30px; }
  .header__item {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.77);
    line-height: 1.3;
    position: relative; }
    .header__item::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -4px;
      height: 2px;
      width: 0;
      transition: width 0.5s ease-in-out;
      background-color: #085334;
      border-radius: 3px; }
    .header__item:hover::after {
      width: 100%; }
  .header__phone {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #085334;
    cursor: pointer; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }
  .header .burger {
    display: none; }
    @media (max-width: 1200px) {
  .header .burger {
    display: block; } }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f6f7ec;
  z-index: 99;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.8s;
  transform: translateX(-100%);
  row-gap: 50px;
  overflow-y: auto; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__logo img {
    height: 60px; }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px; }

.footer {
  padding: 50px 0 30px;
  background: #191919; }
  @media (max-width: 480px) {
  .footer {
    padding: 30px 0 20px; } }
  .footer__body {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    align-items: flex-start; }
    @media (max-width: 1120px) {
  .footer__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px; } }
  .footer__logo {
    width: 121px;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .footer__logo {
    display: none; } }
    .footer__logo::after {
      content: "";
      display: block;
      position: absolute;
      top: -50px;
      bottom: -29px;
      left: 0;
      right: 0;
      background-color: #f6f7ec;
      border-radius: 0 0 10px 10px; }
    .footer__logo img {
      width: 89px;
      position: relative;
      z-index: 1; }
  @media (max-width: 480px) {
    .footer__nav {
      display: none; } }
  .footer__nav-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .footer__nav-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .footer__nav-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    line-height: 1.3; }
  .footer__contacts-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .footer__contacts-address {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 20px; }
  .footer__contacts-phones {
    display: flex;
    flex-direction: column; }
  .footer__contacts-phone {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #fff; }
  .footer__zavod-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .footer__zavod-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
    max-width: 295px; }
  .footer__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.49);
    margin-top: 60px; }
    @media (max-width: 767px) {
  .footer__foot {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    row-gap: 15px;
    padding-top: 15px;
    margin-top: 40px; } }
  .footer__abc {
    display: flex;
    align-items: center;
    gap: 5px; }
    .footer__abc span {
      font-weight: 400;
      font-size: 12px;
      color: #fff; }
    .footer__abc a {
      display: flex;
      align-items: center;
      justify-content: center; }
  .footer__right {
    display: flex;
    align-items: center;
    column-gap: 18px; }
  .footer__pol {
    font-weight: 400;
    font-size: 12px;
    color: #fff; }
  .footer__socials {
    display: flex;
    align-items: center;
    column-gap: 12px; }
  section {
    margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.main {
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0; }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 99.6%); }
  .main__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1; }
  .main__body {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    column-gap: 30px;
    align-items: flex-end;
    padding-bottom: 60px; }
    @media (max-width: 992px) {
  .main__body {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-bottom: 30px; } }
    @media (max-width: 480px) {
  .main__body {
    row-gap: 15px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; } }
  .main__title {
    font-weight: 500;
    font-size: 55px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    max-width: 615px; }
    @media (max-width: 767px) {
  .main__title {
    font-size: 40px; } }
    @media (max-width: 480px) {
  .main__title {
    font-size: 31px;
    max-width: 345px;
    text-align: center; } }
  @media (max-width: 992px) {
    .main__content {
      display: flex;
      flex-direction: column; } }
    @media (max-width: 480px) {
  .main__content {
    align-items: center; } }
  .main__button {
    margin-bottom: 20px;
    border-radius: 50%;
    padding: 10px;
    width: 165px;
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
    backdrop-filter: blur(35px);
    background: rgba(8, 83, 52, 0.54);
    transition: 0.5s; }
    @media (max-width: 992px) {
  .main__button {
    order: 2; } }
    @media (max-width: 480px) {
  .main__button {
    width: 140px;
    height: 140px; } }
    .main__button:hover {
      opacity: 0.8; }
    .main__button span {
      font-weight: 600;
      font-size: 18px;
      line-height: 110%;
      color: #fff; }
    @media (max-width: 480px) {
    .main__button span {
      font-size: 16px; } }
    @media (max-width: 480px) {
    .main__button svg {
      width: 40px;
      height: 40px; } }
  .main__text {
    font-weight: 300;
    font-size: 25px;
    line-height: 128%;
    letter-spacing: -0.05em;
    color: #fff; }
    @media (max-width: 992px) {
  .main__text {
    order: 1;
    margin-bottom: 15px; } }
    @media (max-width: 767px) {
  .main__text {
    font-size: 20px; } }
    @media (max-width: 480px) {
  .main__text {
    font-size: 18px;
    max-width: 345px;
    text-align: center; } }

.wrapper-active .page {
  margin-top: 0; }
  .wrapper-active .header {
    background-color: transparent; }
    .wrapper-active .header__body {
      padding: 9px 39px;
      border-radius: 10px;
      backdrop-filter: blur(21.2000007629px);
      background: rgba(255, 255, 255, 0.64); }
    @media (max-width: 480px) {
    .wrapper-active .header__body {
      padding: 9px 15px; } }

.title {
  font-weight: 500;
  font-size: 50px;
  line-height: 108%;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px;
    margin-bottom: 25px; } }

.about.about--reverse .about__body {
  flex-direction: row-reverse; }
  @media (max-width: 992px) {
      .about.about--reverse .about__body {
        flex-direction: column; } }
  .about__body {
    display: flex;
    align-items: flex-end;
    margin: 0 -40px; }
  @media (max-width: 992px) {
    .about__body {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  .about__image {
    flex: 0 0 50%;
    padding: 0 40px; }
  @media (max-width: 992px) {
    .about__image {
      max-width: 500px; } }
  .about__image img {
    width: 100%;
    mix-blend-mode: darken; }
  .about__content {
    flex: 1 0 50%;
    padding: 0 40px; }
  @media (max-width: 992px) {
    .about__content {
      flex: 0 0 100%;
      align-self: stretch; } }
  .about__content_img_wrapper {
    display: flex;
    flex-direction: row; }
  .about__content_img {
    width: 12rem;
    margin-bottom: 10px; }
  .about__content_img_text {
    margin-left: 20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .about__title {
    text-transform: none;
    font-size: 40px; }
  @media (max-width: 992px) {
    .about__title {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .about__title {
      margin-bottom: 15px;
      font-size: 28px; } }
  .about__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 133%;
    color: #404040;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 10px;
    overflow-x: auto; }
  @media (max-width: 992px) {
    .about__text {
      padding-bottom: 0; } }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px; } }
  .about__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .about__text li {
    position: relative;
    padding-left: 30px; }
  .about__text li::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../themes/demo/assets/images/li.svg") center / contain no-repeat; }

.why__title {
  text-align: center; }
  .why__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 1100px) {
    .why__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .why__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .item-why {
    padding: 30px 20px;
    border-radius: 25px;
    border: 1px solid rgba(8, 83, 52, 0.15); }
  .item-why__image {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .item-why__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    text-transform: uppercase;
    text-align: center;
    color: #363636;
    margin-bottom: 10px; }
  .item-why__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #252525; }

.form__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 50px;
  border-radius: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .form__body {
      padding: 60px 15px;
      border-radius: 10px; } }
  .form__title {
    margin-bottom: 20px;
    color: #fff;
    text-align: center; }
  @media (max-width: 480px) {
    .form__title {
      margin-bottom: 15px; } }
  .form__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .form__text {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .form form {
      align-self: stretch; } }
  .form__inputs {
    max-width: 734px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px; }
  @media (max-width: 767px) {
    .form__inputs {
      grid-template-columns: 1fr;
      align-self: stretch; } }
  @media (max-width: 480px) {
    .form__inputs {
      row-gap: 10px; } }
  .form__input input {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px 13px;
    line-height: 1.3;
    width: 100%;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 71px; }
  .form__input input::placeholder {
    color: #fff; }
  .form__button {
    border-radius: 48px;
    padding: 14px;
    background: #085334;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px; }
  .form__button span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff; }
  .form__button:hover {
    box-shadow: 0 0 20px #085334; }

#contactForm_forms_flash .close {
  display: none; }
  #contactForm_forms_flash p {
    font-size: 16px;
    line-height: 1.3;
    color: lightgreen;
    margin-bottom: 15px;
    text-align: center; }

.lab__title {
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .lab__title {
      margin-bottom: 15px; } }
  .lab__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 141%;
    text-align: center;
    color: #505d68;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .lab__text {
      font-size: 14px;
      margin-bottom: 20px; } }
  .lab__items-wrapper {
    position: relative; }
  .lab__item img {
    width: 100%; }
  .lab__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.5s; }
  .lab__arrow.swiper-arrow-disabled {
    opacity: 0.5; }
  .lab__prev {
    left: -58px; }
  .lab__next {
    right: -58px; }
  .lab__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    column-gap: 8px; }
  .lab__pagination.swiper-pagination-lock {
    display: none; }
  @media (max-width: 480px) {
    .lab__pagination {
      margin-top: 25px; } }
  .lab__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 0.4 !important;
    border-radius: 0 !important;
    width: 21px !important;
    height: 2px !important;
    background-color: #085334;
    transition: 0.5s; }
  .lab__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px !important;
    opacity: 1 !important; }

.partners__title {
  text-align: center; }
  .partners__items-wrapper {
    position: relative; }
  .partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    height: 114px;
    padding: 15px; }
  @media (max-width: 480px) {
    .partners__item {
      height: 80px; } }
  .partners__item img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken; }
  .partners__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.5s; }
  .partners__arrow.swiper-arrow-disabled {
    opacity: 0.5; }
  .partners__prev {
    left: -58px; }
  .partners__next {
    right: -58px; }
  .partners__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    column-gap: 8px; }
  .partners__pagination.swiper-pagination-lock {
    display: none; }
  @media (max-width: 480px) {
    .partners__pagination {
      margin-top: 25px; } }
  .partners__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 0.4 !important;
    border-radius: 0 !important;
    width: 21px !important;
    height: 2px !important;
    background-color: #085334;
    transition: 0.5s; }
  .partners__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px !important;
    opacity: 1 !important; }

.start {
  height: 50vh;
  margin-top: 0;
  min-height: 525px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 992px) {
  .start {
    height: 50vh; } }
  @media (max-width: 480px) {
  .start {
    height: 40vh;
    min-height: 400px; } }
  .start::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.97%, rgba(0, 0, 0, 0.314) 75.51%); }
  .start__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1; }
  .start__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    padding-bottom: 60px; }
  @media (max-width: 992px) {
    .start__body {
      padding-bottom: 40px;
      column-gap: 50px; } }
  @media (max-width: 767px) {
    .start__body {
      grid-template-columns: 1fr;
      row-gap: 15px; } }
  .start__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 992px) {
    .start__title {
      font-size: 40px; } }
  @media (max-width: 480px) {
    .start__title {
      font-size: 30px; } }
  .start__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 128%;
    letter-spacing: -0.05em;
    color: #fff; }
  @media (max-width: 992px) {
    .start__text {
      font-size: 18px; } }

.geo__title {
  text-align: center; }
  .geo__image img {
    border-radius: 20px;
    width: 100%; }

.history__title {
  text-align: center; }
  .history__items {
    overflow: visible; }
  .history .swiper-slide {
    width: 919px; }
  @media (max-width: 992px) {
    .history .swiper-slide {
      width: 80%; } }
  .history__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    column-gap: 8px; }
  .history__pagination.swiper-pagination-lock {
    display: none; }
  @media (max-width: 480px) {
    .history__pagination {
      margin-top: 25px; } }
  .history__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 0.4 !important;
    border-radius: 0 !important;
    width: 21px !important;
    height: 2px !important;
    background-color: #085334;
    transition: 0.5s; }
  .history__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px !important;
    opacity: 1 !important; }

.item-history {
  border-radius: 15px;
  border: 1px solid rgba(8, 83, 52, 0.314);
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  column-gap: 60px;
  align-items: center;
  position: relative;
  height: 100%; }
  @media (max-width: 480px) {
  .item-history {
    border-radius: 10px; } }
  @media (max-width: 992px) {
  .item-history {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 20px; } }
  .item-history__title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #085334; }
  @media (max-width: 480px) {
    .item-history__title {
      font-size: 28px;
      margin-bottom: 10px; } }
  .item-history__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 133%;
    color: #666; }
  @media (max-width: 480px) {
    .item-history__text {
      font-size: 14px; } }
  .item-history__image img {
    width: 100%;
    border-radius: 27px; }
  @media (max-width: 480px) {
      .item-history__image img {
        border-radius: 10px; } }

.obzor__title {
  text-align: center; }
  .obzor__items-wrapper {
    position: relative; }
  .obzor__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.5s; }
  .obzor__arrow.swiper-arrow-disabled {
    opacity: 0.5; }
  .obzor__prev {
    left: -58px; }
  .obzor__next {
    right: -58px; }
  .obzor__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    column-gap: 8px; }
  .obzor__pagination.swiper-pagination-lock {
    display: none; }
  @media (max-width: 480px) {
    .obzor__pagination {
      margin-top: 25px; } }
  .obzor__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 0.4 !important;
    border-radius: 0 !important;
    width: 21px !important;
    height: 2px !important;
    background-color: #085334;
    transition: 0.5s; }
  .obzor__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px !important;
    opacity: 1 !important; }

.item-obzor__image {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 70%;
  border-radius: 20px; }
  .item-obzor__image img {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .item-obzor__title {
    font-weight: 300;
    font-size: 23px;
    line-height: 130%;
    text-transform: uppercase;
    color: #151515;
    margin-top: 15px; }
  @media (max-width: 480px) {
    .item-obzor__title {
      font-size: 20px;
      margin-top: 10px; } }

.about--lab .about:last-child .about__body {
  align-items: center; }
  @media (max-width: 992px) {
        .about--lab .about:last-child .about__body {
          align-items: start; } }
  .about--lab .about:last-child .about__content {
    padding-bottom: 0; }

.about--cat .about .about__body {
  align-items: center; }
  @media (max-width: 992px) {
      .about--cat .about .about__body {
        align-items: start; } }
  .about--cat .about .about__content {
    padding-bottom: 0; }

.prices {
  margin-top: 40px; }
  .prices__title {
    margin-bottom: 20px; }
  .prices__download {
    color: #085334;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 18px;
    display: block;
    display: flex;
    align-items: center;
    column-gap: 10px; }
  @media (max-width: 480px;) {
    .prices__download {
      font-size: 16px; } }
  .prices__download svg {
    width: 30px;
    height: auto; }
  .prices__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
  @media (max-width: 992px) {
    .prices__items {
      row-gap: 20px; } }
  @media (max-width: 480px) {
    .prices__items {
      row-gap: 15px; } }
  .price {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #085334; }
  @media (max-width: 480px) {
  .price {
    padding: 20px 15px;
    border-radius: 10px; } }
  .price__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    column-gap: 30px; }
  .price__title {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #363636;
    line-height: 1.3; }
  @media (max-width: 992px) {
    .price__title {
      font-size: 22px; } }
  @media (max-width: 480px) {
    .price__title {
      font-size: 18px; } }
  .price__plus {
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.8px solid #085334;
    position: relative;
    cursor: pointer; }
  @media (max-width: 480px) {
    .price__plus {
      width: 40px;
      height: 40px; } }
  .price__plus::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2.5px;
    background-color: #085334; }
  @media (max-width: 480px) {
      .price__plus::before {
        width: 12px;
        height: 2px; } }
  .price__plus::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 2.5px;
    background-color: #085334;
    transition: 0.5s; }
  @media (max-width: 480px) {
      .price__plus::after {
        height: 12px;
        width: 2px; } }
  .price__plus.active::after {
    transform: translate(-50%, -50%) rotate(90deg); }
  .price__hidden {
    display: none; }
  .price__items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 642px;
    margin-top: 25px; }
  .price__item {
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 80px; }
  @media (max-width: 480px) {
    .price__item {
      column-gap: 30px; } }
  .price__left {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #666; }
  @media (max-width: 480px) {
    .price__left {
      font-size: 14px; } }
  .price__right {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #151515; }
  @media (max-width: 480px) {
    .price__right {
      font-size: 14px; } }

.news {
  margin-top: 40px; }
  .news__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 40px; }
  @media (max-width: 992px) {
    .news__items {
      grid-template-columns: 1fr 1fr;
      column-gap: 20px; } }
  @media (max-width: 600px) {
    .news__items {
      grid-template-columns: 1fr;
      row-gap: 30px; } }
  .item-news__image {
    position: relative;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding-bottom: 80%;
    margin-bottom: 15px; }
  .item-news__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-news__date {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #363636;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .item-news__title {
    font-weight: 700;
    font-size: 23px;
    line-height: 129%;
    color: #363636;
    margin-bottom: 7px; }
  @media (max-width: 480px) {
    .item-news__title {
      font-size: 20px; } }
  .item-news__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #363636; }
  .item-news__more {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    column-gap: 4px;
    border-bottom: 0.6px solid #085334; }
  .item-news__more span {
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    text-transform: uppercase;
    color: #085334; }

.contacts {
  margin-top: 40px; }
  .contacts__body {
    display: grid;
    grid-template-columns: 381px 1fr;
    column-gap: 40px; }
  @media (max-width: 992px) {
    .contacts__body {
      grid-template-columns: 1fr;
      row-gap: 20px; } }
  @media (max-width: 767px) {
    .contacts__body {
      row-gap: 15px; } }
  .contacts__items {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
  @media (max-width: 992px) {
    .contacts__items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 767px) {
    .contacts__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .contacts__item:last-child {
    grid-row: 2 / 5; }
  @media (max-width: 767px) {
      .contacts__item:last-child {
        grid-row: auto; } }
  .contacts__map {
    border-radius: 20px;
    overflow: hidden; }
  .contacts__map iframe, .contacts__map div {
    width: 100%;
    height: 100%; }

.contact {
  padding: 20px;
  position: relative;
  border: 1px solid rgba(8, 83, 52, 0.4);
  border-radius: 10px; }
  .contact__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #7a7a7a;
    margin-bottom: 8px; }
  .contact__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #363636; }
  .contact__phones-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: #666; }
  .contact__phones-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 29px; }
  .contact__phones-item {
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    color: #085334; }
  .contact__body {
    margin-top: 9px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px; }

.contact-info__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #666; }
  .contact-info__text {
    font-size: 14px;
    line-height: 143%;
    font-weight: 600;
    color: #363636; }
  .contact-info__phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #085334;
    display: block; }

.catalog__items {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 20px; }
  @media (max-width: 600px) {
    .catalog__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .catalog__item:first-child {
    grid-row: 1 / 3; }

.item-catalog {
  position: relative; }
  .item-catalog:hover .item-catalog__title {
    text-decoration: underline; }
  .item-catalog__image {
    width: 100%; }
  .item-catalog__image img {
    width: 100%;
    height: 100%; }
  .item-catalog__title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 129%;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 992px) {
    .item-catalog__title {
      left: 15px;
      bottom: 15px;
      font-size: 20px; } }
  .item-catalog__arrow {
    position: absolute;
    bottom: 0;
    right: 20px; }
  @media (max-width: 992px) {
    .item-catalog__arrow {
      right: 10px; } }
  @media (max-width: 992px) {
      .item-catalog__arrow svg {
        width: 35px;
        height: 35px; } }

.products {
  margin-top: 20px; }
  .products__subtitle {
    font-weight: 300;
    font-size: 21px;
    line-height: 133%;
    color: #5a5a5a;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .products__subtitle {
      font-size: 16px; } }
  .products__subtitle::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 1px;
    background-color: #5a5a5a; }
  .products__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .products__title {
      font-size: 30px;
      margin-bottom: 15px; } }
  .products__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px; }
  @media (max-width: 992px) {
    .products__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 650px) {
    .products__items {
      grid-template-columns: 1fr; } }

.item-products {
  border-radius: 15px;
  border: 1px solid rgba(8, 83, 52, 0.314);
  padding: 20px;
  display: flex;
  flex-direction: column; }
  .item-products__category {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    padding: 6px 10px 3px;
    border-radius: 111px;
    background: #8d4326;
    display: inline-block;
    margin-bottom: 20px;
    align-self: flex-start; }
  @media (max-width: 480px) {
    .item-products__category {
      position: relative;
      left: -10px;
      top: -10px;
      font-size: 16px; } }
  .item-products__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-bottom: 20px;
    flex-grow: 1; }
  .item-products__image img {
    max-width: 100%;
    max-height: 100%; }
  .item-products__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #085334; }
  @media (max-width: 480px) {
    .item-products__title {
      font-size: 20px; } }

.product {
  margin-top: 20px; }
  .product__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-top: 20px; }
  @media (max-width: 992px) {
    .product__body {
      grid-template-columns: 1fr;
      gap: 30px; } }
  @media (max-width: 480px) {
    .product__body {
      gap: 20px; } }
  .product__image {
    padding: 80px;
    border-radius: 15px;
    border: 1px solid rgba(8, 83, 52, 0.314);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  @media (max-width: 480px) {
    .product__image {
      padding: 70px 50px 30px; } }
  @media (max-width: 992px) {
    .product__image {
      max-width: 500px; } }
  .product__image img {
    max-width: 100%;
    max-height: 100%; }
  .product__category {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    padding: 6px 10px 3px;
    border-radius: 111px;
    background: #8d4326;
    display: inline-block;
    align-self: flex-start;
    position: absolute;
    left: 20px;
    top: 20px; }
  @media (max-width: 480px) {
    .product__category {
      font-size: 16px;
      left: 10px;
      top: 10px; } }
  .product__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .product__title {
      font-size: 26px; } }
  .product__text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 25px; }
  .product__text strong {
    color: #444;
    font-weight: 600; }
  @media (max-width: 480px) {
    .product__text {
      font-size: 14px; } }
  .product__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .product__text li {
    position: relative;
    padding-left: 17px; }
  .product__text li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../themes/demo/assets/images/li2.svg") center / contain no-repeat; }
  .product__buttons {
    display: flex;
    column-gap: 15px; }
  @media (max-width: 480px) {
    .product__buttons {
      column-gap: 10px; } }
  .product__button1 {
    border-radius: 123px;
    background-color: #085334;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    width: 213px;
    height: 51px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
  @media (max-width: 480px) {
    .product__button1 {
      height: 40px;
      font-size: 13px;
      width: 160px; } }
  .product__button1:hover {
    opacity: 0.8; }
  .product__button2 {
    border-radius: 123px;
    border: 1px solid #085334;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    width: 213px;
    height: 51px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #085334;
    cursor: pointer; }
  @media (max-width: 480px) {
    .product__button2 {
      height: 40px;
      font-size: 13px;
      width: 160px; } }
  .product__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px; }
  @media (max-width: 992px) {
    .product__items {
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }
  @media (max-width: 600px) {
    .product__items {
      grid-template-columns: 1fr; } }
  .product__item {
    border: 1px solid rgba(8, 83, 52, 0.4);
    border-radius: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 20px 15px; }
  .product__item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 137%;
    text-transform: uppercase;
    color: #363636; }
  .product__item svg {
    flex-shrink: 0; }
  .product__block {
    margin-top: 50px; }
  @media (max-width: 480px) {
    .product__block {
      margin-top: 40px; } }
  .product__block-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 130%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .product__block-title {
      font-size: 26px;
      margin-bottom: 15px; } }
  .product__block-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #666;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .product__block-text strong {
    color: #444;
    font-weight: 600; }
  @media (max-width: 480px) {
    .product__block-text {
      font-size: 14px; } }
  .product__block-text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .product__block-text li {
    position: relative;
    padding-left: 17px; }
  .product__block-text li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../themes/demo/assets/images/li2.svg") center / contain no-repeat; }

.header-hover {
  position: relative;
  overflow: hidden; }
  .header-hover:hover {
    overflow: visible; }
  .header-hover:hover .header-hover__hidden {
    opacity: 1; }
  .header-hover__title {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.77);
    cursor: pointer; }
  .header-hover__hidden {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.6s; }
  .header-hover__items {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px -15px #444;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .header-hover__item {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.77);
    transition: 0.4s; }
  .header-hover__item:hover {
    color: #085334; }

.menu-hover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .menu-hover__title {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.77);
    cursor: pointer;
    text-align: center; }
  .menu-hover__hidden {
    display: none; }
  .menu-hover__items {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center; }
  .menu-hover__item {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    font-style: italic;
    text-align: center; }
  .menu-hover__item:hover {
    color: #085334; }

.search__items {
  display: flex;
  flex-direction: column;
  row-gap: 60px; }
  .search__item {
    position: relative; }
  .search__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 1px;
    background-color: rgba(212, 212, 212, 1); }

.item-search__image {
  margin-bottom: 20px; }
  .item-search__image img {
    max-width: 100%; }
  .item-search__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px; }
  .item-search__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 20px; }
  .item-search__link {
    display: flex;
    align-items: center;
    column-gap: 10px; }
  .item-search__link span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #085334; }
  .item-search__link svg {
    margin-top: -4px; }

.not-found {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%; }
  @media (max-width: 480px) {
  .not-found {
    font-size: 16px; } }

.ss-search-form__input {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 500px auto;
  column-gap: 10px; }
  @media (max-width: 480px) {
  .ss-search-form__input {
    margin-bottom: 30px; } }
  @media (max-width: 767px) {
  .ss-search-form__input {
    grid-template-columns: 1fr;
    row-gap: 10px; } }
  .ss-search-form__input input {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #151515;
    padding: 13px 15px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #e4e4e4; }
  @media (max-width: 480px) {
    .ss-search-form__input input {
      font-size: 15px;
      padding: 10px 12px; } }
  .ss-search-form__input input::placeholder {
    color: #444; }
  .ss-search-form__input button {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #085334;
    transition: 0.5s; }
  @media (max-width: 767px) {
    .ss-search-form__input button {
      height: 44px; } }
  @media (max-width: 480px) {
    .ss-search-form__input button {
      font-size: 14px;
      width: 140px;
      height: 40px; } }
  .ss-search-form__input button:hover {
    box-shadow: 0 0 20px #085334; }

table {
  width: 100%;
  border-collapse: collapse; }

th {
  background-color: #1e73be;
  /* Темно-синий фон для заголовка */
  color: white;
  /* Белый текст */
  font-weight: bold;
  padding: 10px;
  text-align: center; }

td {
  padding: 10px;
  text-align: center;
  /* Центрирование текста */
  border: 1px solid #ddd;
  /* Светлая граница */ }

td:first-child {
  font-weight: bold;
  /* Жирный текст для первого столбца */
  text-align: left;
  /* Выравнивание текста влево */ }

tr:nth-child(even) {
  background-color: #f9f9f9;
  /* Светло-серый фон для четных строк */ }

.gallery {
  margin-top: 40px; }
  .gallery__categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
  @media (max-width: 480px) {
    .gallery__categories {
      gap: 10px; } }
  .gallery__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 10px;
    color: #085334;
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid #085334;
    transition: 0.5s; }
  @media (max-width: 480px) {
    .gallery__category {
      font-size: 14px;
      padding: 10px 20px; } }
  .gallery__category:hover, .gallery__category.active {
    background-color: #085334;
    border: 1px solid transparent;
    color: #fff; }
  .gallery__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-top: 30px; }
  @media (max-width: 767px) {
    .gallery__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 480px) {
    .gallery__items {
      gap: 10px; } }
  .gallery__item {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
    border-radius: 10px; }
  .gallery__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.main-slider {
  position: relative; }

.main__pagination {
  position: absolute;
  left: 50% !important;
  top: "auto" !important;
  width: auto !important;
  transform: translateX(-50%) !important;
  bottom: 30px !important;
  justify-content: center;
  column-gap: 10px;
  z-index: 5;
  justify-content: center; }
  @media (max-width: 480px) {
  .main__pagination {
    bottom: 15px !important; } }
  .main__pagination .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 0.5 !important;
    transition: 0.5s; }
  .main__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #085334 !important; }

.news-single {
  margin-top: 50px; }
  @media (max-width: 480px) {
  .news-single {
    margin-top: 30px; } }
  .news-single__title {
    max-width: 900px;
    font-size: 40px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .news-single__title {
      font-size: 28px;
      margin-bottom: 15px; } }
  .news-single__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666;
    font-family: var(--second-family);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 30px; }
  .news-single__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 30px; }
  .news-single__text li {
    list-style: disc; }
  @media (max-width: 480px) {
    .news-single__text {
      font-size: 14px;
      margin-bottom: 20px; } }
  .news-single__images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 767px) {
    .news-single__images {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 480px) {
    .news-single__images {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .news-single__image {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    padding-bottom: 80%; }
  .news-single__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
