@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "KZ Circe", sans-serif;
  --color: #3dac4e;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "KZ Circe";
  src: url("../fonts/circe/KZCirce-ExtraLight.otf") format("opentype");
  font-weight: 200;
  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: #fff;
  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: 96px;
}
@media (max-width: 480px) {
  .page {
    margin-top: 66px;
  }
}
._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 14px 40px;
  border-radius: 10px;
  background: #3dac4e;
  border: 1px solid transparent;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .button {
    font-size: 15px;
    padding: 12px 30px;
  }
}
.button:hover {
  background-color: #fff;
  color: #3dac4e;
  border: 1px solid var(--color);
}
.white-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: var(--color);
  line-height: 1.2;
  padding: 14px 40px;
  border-radius: 10px;
  background: #fff;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .white-button {
    font-size: 15px;
    padding: 12px 30px;
  }
}
.white-button:hover {
  background-color: var(--color);
  color: #fff;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 7px 0;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.header.header--kz .header__button {
  font-size: 16px;
}
.header.header--kz .header__right {
  column-gap: 30px;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  transition: 0.5s;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.header__logo:hover {
  scale: 1.05;
}
.header__logo img {
  height: 80px;
}
@media (max-width: 480px) {
  .header__logo img {
    height: 50px;
  }
}
.header__logo .header__logo-title {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #151515;
}
.header__logo .header__logo-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 108%;
  letter-spacing: -0.06em;
  color: #555;
  max-width: 142px;
}

@media (max-width: 550px) {
	.header__logo .header__logo-text {
		display: none;
	}
	.header__logo .header__logo-title {
		font-size: 15px;
	}
	.header__logo {
		column-gap: 10px;
	}
}
.header__items {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.header__menu {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: transparent;
  cursor: pointer;
}
.header__menu span {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  line-height: 1.2;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .header__menu span {
    font-size: 16px;
  }
}
.header__menu:hover span {
  color: var(--color);
}
.header__item {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  line-height: 1.2;
  transition: 0.5s;
  cursor: pointer;
}
.header__item:hover {
  color: var(--color);
}
.header__right {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.header__langs {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 480px) {
  .header__langs {
    column-gap: 15px;
  }
}
.header__lang {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  line-height: 1.2;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 480px) {
  .header__lang {
    font-size: 16px;
  }
}
.header__lang:not(:last-child)::after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  font-weight: 500;
  font-size: 18px;
  color: #c9c9c9;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .header__lang:not(:last-child)::after {
    right: -10px;
    font-size: 16px;
  }
}
.header__lang:hover, .header__lang.active {
  color: var(--color);
}
@media (max-width: 1100px) {
  .header__desc {
    display: none;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 1100px) {
  .header__mobile {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}
.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 100px;
  background-color: #fff;
  box-shadow: 0 0 20px -15px #151515;
  padding: 40px 56px;
  transition: 0.8s;
  transform: translateX(100%);
  overflow: auto;
  opacity: 0;
}
@media (max-width: 480px) {
  .menu {
    width: 100%;
    padding: 20px 30px;
    padding-bottom: 100px;
  }
}
.menu.active {
  transform: translateX(0);
  opacity: 1;
}
.menu__close {
  cursor: pointer;
}
@media (max-width: 480px) {
  .menu__close svg {
    width: 26px;
    height: 26px;
  }
}
.menu__items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 34px;
}
.menu__item {
  font-weight: 400;
  font-size: 27px;
  text-transform: uppercase;
  text-align: right;
  color: #151515;
  line-height: 1.2;
  transition: 0.5s;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .menu__item {
    font-size: 20px;
  }
}
.menu__item:hover {
  color: var(--color);
}
.menu .header__button {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 480px) {
  .menu .header__button {
    pointer-events: all;
    opacity: 1;
  }
}
.footer__top {
  border-radius: 10px 10px 0 0;
  background: #454545;
  padding: 15px 0;
}
.footer__to-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}
.footer__to-top:hover span {
  color: var(--color);
}
.footer__to-top:hover svg {
  transform: translateY(-5px);
}
.footer__to-top span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  transition: 0.5s;
}
.footer__to-top svg {
  transition: 0.5s;
}
.footer__bottom {
  padding: 35px 0 30px;
  background: #2d2d2d;
}
.footer__body {
  display: flex;
  align-items: start;
  column-gap: 50px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer__body {
    column-gap: 30px;
  }
}
.footer__contacts {
  display: flex;
  column-gap: 70px;
  align-items: start;
}
@media (max-width: 1200px) {
  .footer__contacts {
    column-gap: 40px;
  }
}
@media (max-width: 992px) {
  .footer__contacts {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .footer__contacts {
    row-gap: 20px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
@media (max-width: 480px) {
  .footer__socials {
    column-gap: 10px;
  }
}
.footer__social {
  transition: 0.5s;
}
.footer__social:hover {
  scale: 1.1;
}
.footer__foot {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  border-top: 1px solid #3d3d3d;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .footer__foot {
    margin-top: 30px;
  }
}
.footer__foot span {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #969696;
}
@media (max-width: 480px) {
  .footer__foot span {
    font-size: 11px;
  }
}
.footer__foot a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}
.contact__title span {
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #969696;
}
@media (max-width: 480px) {
  .contact__title span {
    font-size: 15px;
  }
}
.contact__text {
  font-weight: 400;
  font-size: 23px;
  line-height: 115%;
  color: #fff;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .contact__text {
    font-size: 18px;
  }
}
.contact__text a {
  color: inherit;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.contact__text a:hover {
  color: var(--color);
}
.fixed-items {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 480px) {
  .fixed-items {
    bottom: 10px;
    right: 10px;
    row-gap: 5px;
  }
}
.fixed-items a {
  transition: 0.5s;
}
.fixed-items a:hover {
  opacity: 0.8;
  scale: 1.05;
}
.fixed-items img {
  width: 70px;
  height: 70px;
}
@media (max-width: 480px) {
  .fixed-items img {
    width: 50px;
    height: 50px;
  }
}
section {
  margin-top: 80px;
}
@media (max-width: 480px) {
  section {
    margin-top: 50px;
  }
}
.main {
  height: calc(100vh - 96px);
  position: relative;
  margin-top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .main {
    height: calc(100vh - 66px);
  }
}
.main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.65);
}
.main__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.main__title {
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  color: #fff;
  font-family: var(--second-family);
  max-width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.main__title span, .main__title strong {
  font-weight: 700;
  position: relative;
}
.main__title span::after, .main__title strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
  transform: rotate(-4deg);
}
@media (max-width: 480px) {
  .main__title span::after, .main__title strong::after {
    height: 2px;
  }
}
.main__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  max-width: 520px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .main__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.main__button {
  border: none;
}
.main__button:hover {
  border: none;
}
.numbers__items {
  display: flex;
  column-gap: 35px;
  row-gap: 30px;
}
@media (max-width: 1100px) {
  .numbers__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .numbers__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 25px;
  }
}
@media (max-width: 1100px) {
  .number {
    max-width: 250px;
  }
}
.number__number {
  font-weight: 300;
  font-size: 25px;
  line-height: 130%;
  color: #3dac4e;
  font-family: var(--second-family);
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .number__number {
    margin-bottom: 20px;
  }
}
.number__number::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-58%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: -1;
}
.number__title {
  font-weight: 400;
  font-size: 47px;
  letter-spacing: -0.04em;
  color: #151515;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .number__title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
.number__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6c6c6c;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .number__text {
    font-size: 16px;
  }
}
.title {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #151515;
  font-family: var(--second-family);
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #555;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.text strong {
  color: #151515;
  font-weight: 500;
}
.text ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.text ul li {
  position: relative;
  list-style: disc;
}
@media (max-width: 480px) {
  .text {
    font-size: 14px;
  }
}
.main-cats__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .main-cats__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .main-cats__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.item-main-cats {
  padding: 20px 20px 40px;
  border-radius: 20px;
  background: #f6f6f6;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 992px) {
  .item-main-cats {
    padding: 10px 10px 30px;
  }
}
.item-main-cats:hover .item-main-cats__title {
  color: var(--color);
}
.item-main-cats:hover .item-main-cats__link {
  column-gap: 30px;
}
.item-main-cats__image {
  margin-bottom: 25px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 76%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .item-main-cats__image {
    margin-bottom: 15px;
  }
}
.item-main-cats__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-main-cats__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 114%;
  color: #151515;
  margin-bottom: 20px;
  font-family: var(--second-family);
  transition: 0.5s;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .item-main-cats__title {
    margin-bottom: 15px;
  }
}
.item-main-cats__link {
  display: flex;
  align-items: center;
  column-gap: 18px;
  transition: 0.5s;
}
.item-main-cats__link span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #555;
  font-family: var(--second-family);
}
.block__body {
  display: flex;
  align-items: center;
  margin: 0 -50px;
}
@media (max-width: 992px) {
  .block__body {
    flex-direction: column;
    row-gap: 30px;
    align-items: start;
  }
}
@media (max-width: 480px) {
  .block__body {
    row-gap: 20px;
  }
}
.block__image {
  flex: 0 0 50%;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .block__image {
    max-width: 500px;
  }
}
.block__image img {
  width: 100%;
  border-radius: 25px;
}
.block__content {
  flex: 1 1 50%;
  padding: 0 50px;
}
.block__title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .block__title {
    margin-bottom: 15px;
  }
}
.gallery {
  position: relative;
}
.gallery::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  height: 1058px;
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}
@media (max-width: 480px) {
  .gallery::after {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  }
}
.gallery__item {
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
  display: block;
  border-radius: 16px;
}
.gallery__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  column-gap: 9px;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .swiper-pagination-bullets {
    margin-top: 25px;
  }
}
.swiper-pagination-bullets.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1 !important;
  width: 9px !important;
  height: 9px !important;
  background-color: #9a9a9a !important;
  transition: 0.5s;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color) !important;
  width: 13px !important;
  height: 13px !important;
}
.item-news {
  padding: 20px 20px 40px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e2e2;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.item-news:hover {
  border-color: var(--color);
}
@media (max-width: 992px) {
  .item-news {
    padding: 10px 10px 30px;
  }
}
.item-news:hover .item-main-cats__title {
  color: var(--color);
}
.item-news:hover .item-main-cats__link {
  column-gap: 30px;
}
.item-news__image {
  margin-bottom: 25px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .item-news__image {
    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: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.07em;
  color: #b8b8b8;
  margin-bottom: 12px;
}
.item-news__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 126%;
  color: #151515;
  margin-bottom: 10px;
  font-family: var(--second-family);
}
.item-news__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #777;
}
.contacts__body {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  column-gap: 90px;
  align-items: center;
  border-radius: 25px;
  background: url("/storage/app/media/contacts-new.jpg") center / cover no-repeat;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.contacts__body::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #15151590;
}
@media (max-width: 992px) {
  .contacts__body {
    padding: 40px;
    column-gap: 40px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .contacts__body {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .contacts__body {
    border-radius: 15px;
    padding: 30px 15px;
    margin: 0 -15px;
  }
}
.contacts__items {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  position: relative;
  z-index: 1;
}
.contacts__content {
  position: relative;
  z-index: 1;
}
.contacts__title {
  color: #fff;
  margin-bottom: 15px;
}
.contacts__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #d4d4d4;
  max-width: 542px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .contacts__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.contacts__inputs {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .contacts__inputs {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.contacts__input:nth-child(3) {
  grid-column: 1 / 3;
}
@media (max-width: 992px) {
  .contacts__input:nth-child(3) {
    grid-column: auto;
  }
}
.contacts__input input, .contacts__input textarea {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  background: rgba(156, 156, 156, 0.4);
  backdrop-filter: blur(20px);
}
@media (max-width: 480px) {
  .contacts__input input, .contacts__input textarea {
    padding: 10px;
    font-size: 16px;
  }
}
.contacts__input input::placeholder, .contacts__input textarea::placeholder {
  color: #fff;
}
.contacts__input textarea {
  height: 120px;
}
@media (max-width: 480px) {
  .contacts__input textarea {
    height: 100px;
  }
}
.item-contacts {
  padding: 20px 30px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  background: rgba(234, 234, 234, 0.2);
  display: flex;
  align-items: center;
  column-gap: 25px;
  min-height: 100px;
}
@media (max-width: 480px) {
  .item-contacts {
    padding: 15px 20px;
    column-gap: 15px;
  }
}
.item-contacts__title {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #b4b4b4;
  margin-bottom: 5px;
}
.item-contacts__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 121%;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 480px) {
  .item-contacts__text {
    font-size: 16px;
  }
}
.item-contacts__text a {
  color: inherit;
}
.item-contacts__2gis {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
  border-bottom: 1px dashed #fff;
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .item-contacts__2gis {
    font-size: 16px;
  }
}
.reviews__item {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 140%;
  border: 10px solid #000;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .reviews__item {
    border: 5px solid #000;
  }
}
.reviews__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners__item {
  border: 1px solid #8b8b8b;
  border-radius: 15px;
  height: 111px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .partners__item {
    height: 90px;
    padding: 15px;
  }
}
.partners__item img {
  max-width: 100%;
  max-height: 100%;
}
#contactForm_forms_flash .close {
  display: none;
}
#contactForm_forms_flash p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: lightgreen;
}
#modalForm_forms_flash .close {
  display: none;
}
#modalForm_forms_flash p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: green;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none;
}
.modal.active {
  display: flex;
}
.modal__body {
  padding: 130px 150px;
  border-radius: 9px;
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .modal__body {
    padding: 80px 50px;
  }
}
@media (max-width: 480px) {
  .modal__body {
    padding: 55px 20px;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-color: transparent;
}
@media (max-width: 480px) {
  .modal__close {
    right: 15px;
    top: 15px;
  }
  .modal__close svg {
    width: 25px;
    height: 25px;
  }
}
.modal__title {
  margin-bottom: 15px;
}
.modal__text {
  max-width: 542px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #555;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .modal__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.modal__inputs {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}
@media (max-width: 480px) {
  .modal__inputs {
    margin-bottom: 15px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.modal__input input {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #151515;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
}
@media (max-width: 480px) {
  .modal__input input {
    font-size: 16px;
  }
}
.modal__button:hover {
  background-color: transparent;
}
.breadcrumbs {
  margin: 25px 0 40px;
}
.breadcrumbs__items {
  display: flex;
  align-items: center;
  column-gap: 36px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 480px) {
  .breadcrumbs__items {
    column-gap: 20px;
  }
}
.breadcrumbs__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #151515;
  position: relative;
  transition: 0.5s;
  text-transform: capitalize;
}
.breadcrumbs__item.active, .breadcrumbs__item:hover {
  color: #8f8f8f;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #9b9b9b;
}
@media (max-width: 480px) {
  .breadcrumbs__item:not(:last-child)::after {
    right: -12px;
  }
}
.catalog {
  margin-top: 0;
}
.catalog__body {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 15px;
  align-items: start;
}
@media (max-width: 767px) {
  .catalog__body {
    grid-template-columns: 1fr;
  }
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1150px) {
  .catalog__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 820px) {
  .catalog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .catalog__items {
    grid-template-columns: 1fr;
  }
}
.catalog__item {
  transition: 0.5s;
}
.catalog__item:hover {
  transform: scale(1.05);
}
.categories__title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #3dac4e;
  padding: 15px;
  border-bottom: 0;
}
.categories__title span {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 1px;
}
.categories__items {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 15px;
  padding-bottom: 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .categories__items {
    height: 186px;
    overflow-y: auto;
  }
  .categories__items::-webkit-scrollbar {
    width: 3px;
  }
  .categories__items::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .categories__items::-webkit-scrollbar-thumb {
    background: #3dac4e;
  }
}
.categories__item {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #151515;
  line-height: 1.2;
  font-family: var(--second-family);
  transition: 0.5s;
  position: relative;
}
.categories__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  right: -15px;
  height: 1px;
  background-color: #e3e3e3;
  bottom: 0;
}
.categories__item::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  width: 8px;
  top: -16px;
  bottom: 0;
  background: #3dac4e;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.categories__item:hover, .categories__item.active {
  color: #3dac4e;
}
.categories__item:hover::before, .categories__item.active::before {
  opacity: 1;
}
.item-catalog {
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 30px 15px 30px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.item-catalog:hover {
  border-color: var(--color);
}
.item-catalog__image {
  display: block;
  position: relative;
  padding-bottom: 90%;
  margin-bottom: 25px;
}
.item-catalog__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-catalog__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  text-align: center;
  color: #151515;
  margin-bottom: 10px;
}
.item-catalog__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #444;
  font-family: var(--second-family);
  margin-bottom: 15px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-catalog__text strong {
  font-weight: 400;
  /* Число отображаемых строк */
  /* Включаем флексбоксы */
  /* Вертикальная ориентация */
  /* Обрезаем всё за пределами блока */
}
.item-catalog__button {
  font-size: 15px;
  width: 100%;
  padding: 12px;
  cursor: pointer;
  margin-top: auto;
}
.product {
  margin-top: 0;
}
.product__body {
  display: grid;
  grid-template-columns: 104px 1fr 1.2fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .product__body {
    grid-template-columns: 1fr;
  }
}
.product__left {
  border-radius: 25px;
  background: #3dac4e;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 80px 8px;
  justify-content: center;
}
@media (max-width: 992px) {
  .product__left {
    display: none;
  }
}
.product__left-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__left-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 0.4px solid #fff;
}
.product__left-item.active .product__left-number {
  background-color: #fff;
  color: var(--color);
}
.product__left-number {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  font-family: var(--second-family);
  padding-top: 2px;
  margin-bottom: 6px;
}
.product__left-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  font-family: var(--second-family);
}
.product__images-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .product__images-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .product__images-wrapper {
    row-gap: 10px;
  }
}
.product__poster {
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
  display: block;
  border-radius: 25px;
}
.product__poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__images {
  display: flex;
  column-gap: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product__images {
    column-gap: 10px;
  }
}
.product__image {
  flex: 0 0 calc(33.333% - 15px);
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding-bottom: 20%;
}
@media (max-width: 480px) {
  .product__image {
    flex: 0 0 31%;
  }
}
.product__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__content {
  padding: 40px;
  border-radius: 25px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .product__content {
    padding: 30px 20px;
  }
}
.product__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #151515;
  padding-bottom: 15px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .product__title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.product__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #666;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 22px;
  max-height: 280px;
  overflow-y: auto;
  flex-grow: 1;
}
.product__text strong {
  color: #151515;
  font-weight: 500;
}
.product__text::-webkit-scrollbar {
  width: 3px;
}
.product__text::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product__text::-webkit-scrollbar-thumb {
  background: #3dac4e;
}
@media (max-width: 480px) {
  .product__text {
    font-size: 14px;
    margin-bottom: 15px;
    row-gap: 10px;
  }
}
.product__text ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.product__text li {
  color: #151515;
  position: relative;
  padding-left: 25px;
}
.product__text li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/li.svg") center / 100% no-repeat;
}
.product__buttons {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 480px) {
  .product__buttons {
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
  }
}
.product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 13px 30px;
  border-radius: 10px;
  background: #3dac4e;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .product__button {
    font-size: 15px;
  }
}
.product__button:hover {
  opacity: 0.8;
}
.product__button2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 13px 30px;
  border-radius: 10px;
  background: #151515;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 480px) {
  .product__button2 {
    font-size: 15px;
  }
}
.product__button2:hover {
  opacity: 0.8;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-collapse: collapse;
}
.table-container table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse;
  overflow-y: hidden;
}
.table-container th, .table-container td {
  padding: 16px;
  text-align: center;
  border: 4px solid #ffffff;
}
.table-container thead th {
  background-color: #111;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #fff;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .table-container thead th {
    font-size: 14px;
  }
}
.table-container tbody tr {
  background-color: #f9f9f9;
}
.table-container tbody tr:nth-child(odd) {
  background-color: #efeeee;
}
.table-container tbody td {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #666;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .table-container tbody td {
    font-size: 14px;
  }
  .table-container th, .table-container td  {
  	padding: 8px;
  }
}
.news-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .news-page__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .news-page__items {
    grid-template-columns: 1fr;
  }
}
.history {
  position: relative;
}
.history::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  height: 1058px;
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}
@media (max-width: 480px) {
  .history::after {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  }
}
.history__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 9px;
}
@media (max-width: 992px) {
  .history__items {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
}
@media (max-width: 600px) {
  .history__items {
    grid-template-columns: 1fr;
  }
}
.item-history {
  position: relative;
  padding-bottom: 130%;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .item-history {
    padding-bottom: 100%;
  }
}
.item-history__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
.item-history__content::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border: 10px solid #fff;
  border-radius: 15px;
  opacity: 0;
  transition: 0.5s;
}
@media (min-width: 993px) {
  .item-history__content:hover {
    left: -60px;
    right: -60px;
    z-index: 1;
    cursor: pointer;
  }
  .item-history__content:hover::after {
    opacity: 1;
  }
  .item-history__content:hover .item-history__cover {
    opacity: 0;
  }
  .item-history__content:hover .item-history__info {
    opacity: 1;
    transition: all 0.5s ease 0.5s;
  }
}
.item-history__image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
.item-history__image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #21212199;
}
.item-history__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-history__info {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
}
@media (max-width: 992px) {
  .item-history__info {
    opacity: 1;
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}
.item-history__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .item-history__title {
    font-size: 22px;
  }
}
.item-history__title::after {
  content: "";
  display: block;
  margin-left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  margin-top: 15px;
}
.item-history__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #ddd;
}
@media (max-width: 480px) {
  .item-history__text {
    font-size: 14px;
  }
}
.item-history__cover {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #fff;
}
@media (max-width: 992px) {
  .item-history__cover {
    opacity: 0;
  }
}
.item-team {
  border: 1px solid #E7E7E7;
  border-radius: 15px;
}
.item-team__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
  display: block;
}
.item-team__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-team__content {
  padding: 40px 30px;
}
@media (max-width: 480px) {
  .item-team__content {
    padding: 30px 20px;
  }
}
.item-team__title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #151515;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--second-family);
}
@media (max-width: 480px) {
  .item-team__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.item-team__subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .item-team__subtitle {
    margin-bottom: 10px;
  }
}
.item-team__contact {
  font-weight: 400;
  font-size: 18px;
  color: #444;
  display: block;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .item-team__contact {
    font-size: 16px;
  }
}
.table-container {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #666;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.table-container ul, .table-container ol {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.table-container li {
  color: #151515;
  position: relative;
  padding-left: 25px;
}
.table-container li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/li.svg") center / 100% no-repeat;
}
.main-slider {
  position: relative;
}
.main-slider .main__pagination {
  position: absolute;
  margin-top: 0 !important;
  left: 0 !important;
  bottom: 35px !important;
  top: auto !important;
  right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  z-index: 1;
}
.main-slider .main__pagination .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background-color: #c4c4c4 !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: 0.5s;
}
.main-slider .main__pagination .swiper-pagination-bullet-active {
  background: #3dac4e !important;
}
.gallery {
  padding-bottom: 40px;
  position: relative;
}
.gallery__pagination {
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0;
}
.gallery__pagination .swiper-pagination-bullet {
  margin: 0 3px !important;
}
