@charset "UTF-8";
:root {
  --font-family: "HelveticaNeueCyr", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}


.wc-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
	list-style: none;
	padding:0;
  a {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 20px;
    line-height: 130%;
    color: #11497a;
    transition: all .3s ease-in-out;

  
  }
	
}

.project__inner {
	ul {
		margin: 0;
		margin-bottom: 15px;
		padding: 0;
	}
	li {
	display: flex;
	justify-content: space-between;
    gap: 15px;
		font-family: var(--font-family);
      font-weight: 500;
      font-size: 16px;
      line-height: 150%;
      color: #838383;
	}
}

.woocommerce-tabs {
	ul {
		margin: 0;
		margin-bottom: 15px;
		padding: 0;
		max-width: 600px;
	}
	h2 {
	display: none;
	}
	li {
	display: flex;
	justify-content: space-between;
    gap: 15px;
		font-family: var(--font-family);
      font-weight: 500;
      font-size: 16px;
      line-height: 150%;
      color: #838383;
	}
}
.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueBlack.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;


}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;


}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-user-drag: none;

}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* запрет выделения */
  -webkit-user-drag: none;
  /* запрет перетаскивания */
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.lg-backdrop.in {
  opacity: 0.6 !important;
}

.header {
  background-image: url(../img/header-bg.webp);
  background-position: top;
  background-repeat: repeat-x;
  margin-bottom: -100px;
  padding-bottom: 100px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
@media (max-width: 1024px) {
  .header__nav {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__logo {
  display: block;
  margin: 0 24px;
}
@media (max-width: 1024px) {
  .header__logo {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 150px;
    height: 43px;
  }
}
.header__link {
  width: 133px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__link:hover {
  color: #f5daa9;
}
@media (max-width: 768px) {
  .header__link {
    display: none;
  }
}
.header__mail {
  position: relative;
  left: 50px;
}
@media (max-width: 1024px) {
  .header__mail {
    display: none;
  }
}
.header .burger {
  --burger-width: 30px;
  --burger-height: 25px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #FFF;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header .burger::before, .header .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger::before {
  top: 0;
}
.header .burger::after {
  top: calc(100% - var(--burger-line-height));
}
.header .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .header .burger {
    display: block;
  }
}

.hero {
  background-image: url(../img/hero-bg-1.webp);
  background-size: cover;
  padding-top: 154px;
  padding-bottom: 135px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 50px;
    background-position: center;
  }
}
.hero__title {
  max-width: 690px;
  margin: 0;
  margin-bottom: 35px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 64px;
  color: #f5daa9;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.hero__wrapper {
  max-width: 1136px;
  padding: 0 15px;
  margin: 0 auto;
}
.hero__text {
  max-width: 500px;
  margin: 0;
  margin-bottom: 36px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 768px) {
  .hero__text {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
@media (max-width: 768px) {
  .hero__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.hero__link {
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #126af3;
}
@media (max-width: 768px) {
  .hero__link {
    max-width: 700px;
  }
}
.hero__btn {
  position: relative;
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}
.hero__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 195px;
  height: 48px;
  background-size: cover;
  background-image: url(../img/read.svg);
}
@media (max-width: 768px) {
  .hero__btn::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__btn {
    max-width: 700px;
    border: 1px solid #FFF;
  }
}

.hero-two {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url(../img/hero-bg-2.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .hero-two {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: right;
  }
}
.hero-two--catalog {
  background-image: url(../img/hero-bg-catalog.webp);
}
.hero-two--contacts {
  background-image: url(../img/hero-bg-contacts.webp);
}
.hero-two--about {
  background-image: url(../img/hero-bg-about.webp);
}
.hero-two__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 64px;
  text-align: center;
  color: #f5daa9;
}
@media (max-width: 768px) {
  .hero-two__title {
    font-size: 42px;
  }
}

.product {
  padding-bottom: 50px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.product__wrapper {
  max-width: 1106px;
  margin: 0 auto;
  padding: 0 15px;
}
.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product__item {
  position: relative;
  max-width: 245px;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__item:hover {
  -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
}
.product__item img {
  height: 254px;
}
.product__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../img/product-svg-1.svg);
}
.product__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 152px;
  height: 48px;
  background-image: url(../img/product-svg-2.svg);
  z-index: 1;
}
@media (max-width: 768px) {
  .product__item {
    max-width: 700px;
  }
  .product__item img {
    display: block;
    margin: 0 auto;
  }
}
.product__name {
  margin: 12px 0 21px 0;
  padding: 0 10px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  color: #11497a;
}
.product__price {
  position: relative;
  margin: 0;
  margin-right: -15px;
  margin-bottom: -7px;
  margin-left: auto;
  width: 123px;
  height: 48px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product__link {
  display: block;
  margin-left: auto;
  position: relative;
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #11497a;
}
.product__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 48px;
  background-size: cover;
  background-image: url(../img/product-btn.svg);
}
@media (max-width: 768px) {
  .product__link::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .product__link {
    max-width: 700px;
    border: 1px solid #11497a;
  }
}

.about-section {
  position: relative;
}
@media (max-width: 768px) {
  .about-section {
    padding-bottom: 50px;
  }
}
.about-section::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/left-top.svg);
}
.about-section::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/right-bottom.svg);
}
.about-section__container {
  max-width: 1108px;
  margin: 0 auto;
  padding: 0 15px;
}
.about-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  position: relative;
}
.about-section__content::before {
  content: "";
  position: absolute;
  width: 432px;
  height: 313px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/flag.svg);
}
@media (max-width: 768px) {
  .about-section__content::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
}
.about-section__title {
  margin: 0;
  margin-bottom: 43px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  color: #11497a;
}
@media (max-width: 768px) {
  .about-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.about-section__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #838383;
}
.about-section__inner {
  position: relative;
}
.about-section__inner:nth-child(1) {
  padding-bottom: 415px;
  padding-top: 84px;
}
@media (max-width: 768px) {
  .about-section__inner:nth-child(1) {
    padding-bottom: 0px;
  }
}
.about-section__inner:nth-child(1) img {
  margin-top: 90px;
  position: absolute;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  left: -138px;
  bottom: 0;
}
@media (max-width: 768px) {
  .about-section__inner:nth-child(1) img {
    left: 0px;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
}
.about-section__inner:nth-child(2) {
  padding-top: 415px;
}
@media (max-width: 768px) {
  .about-section__inner:nth-child(2) {
    padding-top: 0px;
  }
}
.about-section__inner:nth-child(2) img {
  margin-bottom: 101px;
  position: absolute;
  right: -138px;
  top: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .about-section__inner:nth-child(2) img {
    left: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-section__inner:nth-child(2) .about-section__text {
  margin-bottom: 30px;
}
.about-section__link {
  display: block;
  position: relative;
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}
.about-section__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 48px;
  background-size: cover;
  background-image: url(../img/about-btn.svg);
  z-index: -1;
}

.partners {
  background-image: url(../img/partners-bg.webp);
  background-size: cover;
  background-position: center top;
  padding-top: 110px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .partners {
    padding: 60px 0;
  }
}
.partners__container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}
.partners__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .partners__content img {
    display: none;
  }
}
.partners__box {
  max-width: 490px;
  width: 100%;
}
@media (max-width: 1024px) {
  .partners__box {
    max-width: 1000px;
  }
}
.partners__title {
  margin: 0;
  margin-bottom: 65px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  color: #f5daa9;
}
@media (max-width: 768px) {
  .partners__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.partners__text {
  margin: 0;
  margin-bottom: 50px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 768px) {
  .partners__text {
    margin-bottom: 30px;
  }
}
.partners__link {
  display: block;
  position: relative;
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.partners__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 48px;
  background-size: cover;
  background-image: url(../img/about-btn.svg);
  z-index: -1;
}
.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .partners__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gallery {
  padding: 90px 0;
  position: relative;
}
.gallery::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/left-top.svg);
}
.gallery::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/right-bottom.svg);
}
.gallery__container {
  max-width: 1273px;
  padding: 0 15px;
  margin: 0 auto;
}
.gallery__title {
  margin: 0;
  margin-bottom: 62px;
  margin-left: 88px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  color: #11497a;
}
@media (max-width: 768px) {
  .gallery__title {
    margin-left: 0px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.gallery__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 471px 425px 327px;
  grid-template-columns: 471px 425px 327px;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .gallery__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery__img {
  width: 100%;
}
.gallery__img img {
  display: block;
  height: 100%;
}
.gallery__img:nth-child(2) {
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}
@media (max-width: 768px) {
  .gallery__img:nth-child(2) {
    -ms-grid-row-span: 1;
    grid-row: 1 span;
  }
}
@media (max-width: 1024px) {
  .gallery__img:nth-child(5) {
    margin-top: 0px;
  }
}

.footer {
  background-image: url(../img/footer-bg.webp);
  background-size: cover;
  background-position: center;
}
.footer__container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 37px 0 70px;
}
@media (max-width: 768px) {
  .footer__content {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.footer__block {
  max-width: 230px;
}
@media (max-width: 768px) {
  .footer__block {
    max-width: 700px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}
.footer__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 167%;
  color: #fff;
}
.footer__subtitle {
  margin: 0;
  margin-bottom: 17px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #f5daa9;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.footer__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__link:hover {
  color: #f5daa9;
}
.footer__address {
  margin: 0;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #fff;
}
.footer__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #fff;
}
.footer__bottom {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__copyright {
  display: block;
  max-width: 446px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 208%;
  text-align: center;
  color: #fff;
}
.footer__btn {
  display: block;
  max-width: 446px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 208%;
  text-align: center;
  color: #fff;
}

.bread {
  padding-top: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
}
.bread__container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}
.bread__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .bread__content {
    margin-bottom: 35px;
  }
}
.bread__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #11497a;
}

.faq {
  margin-bottom: 50px;
}
.faq__container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}
.faq__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  color: #11497a;
}
@media (max-width: 768px) {
  .faq__subtitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.faq__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #838383;
}
.faq__item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .faq__item {
    margin-bottom: 20px;
  }
}

.contacts {
  padding-bottom: 60px;
  position: relative;
}
.contacts::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/left.svg);
}
.contacts::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/right.svg);
}
.contacts__container {
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.contacts__inner {
  max-width: 340px;
}
@media (max-width: 768px) {
  .contacts__inner {
    max-width: 700px;
  }
}
.contacts__title {
  margin: 0;
  margin-bottom: 50px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #11497a;
}
@media (max-width: 768px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}
.contacts__text {
  margin: 0;
  margin-bottom: 60px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #838383;
}
@media (max-width: 768px) {
  .contacts__text {
    margin-bottom: 20px;
  }
}
.contacts__form {
  max-width: 470px;
  padding: 0 33px 17px 33px;
  background-image: url(../img/form-bg.svg);
  background-size: cover;
}
.contacts__subtitle {
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 250%;
  color: #11497a;
}
.contacts__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  padding: 7px 15px;
  -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-bottom: 10px;
}
.contacts__label:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts__input {
  outline: none;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: rgb(131, 131, 131);
}
.contacts__input::-webkit-input-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__input::-moz-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__input:-ms-input-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__input::-ms-input-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__input::placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__textarea {
  resize: none;
  outline: none;
  height: 85px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: rgb(131, 131, 131);
}
.contacts__textarea::-webkit-input-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__textarea::-moz-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__textarea:-ms-input-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__textarea::-ms-input-placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__textarea::placeholder {
  color: rgba(131, 131, 131, 0.6);
}
.contacts__btn {
  z-index: 3;
  display: block;
  margin-left: auto;
  margin-top: 26px;
  margin-right: 43px;
  position: relative;
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}
.contacts__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 48px;
  background-size: cover;
  background-image: url(../img/about-btn.svg);
  z-index: -1;
}
.contacts__address {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #838383;
}
.contacts__mail {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #838383;
}

iframe {
  display: block;
}
@media (max-width: 768px) {
  iframe {
    height: 250px;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.about {
  position: relative;
  background-image: url(../img/about-bg.svg);
  background-position: left top 200px;
  background-repeat: no-repeat;
  background-size: 791px 935px;
}
.about::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/left.svg);
}
.about::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/right.svg);
}
.about__container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.about__item:nth-child(1) {
  margin-bottom: 120px;
}
.about__item:nth-child(1) img {
  position: absolute;
  right: -93px;
}
@media (max-width: 768px) {
  .about__item:nth-child(1) {
    margin-bottom: 50px;
  }
  .about__item:nth-child(1) img {
    position: relative;
    right: 0px;
  }
}
.about__item:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 126px;
}
.about__item:nth-child(2) img {
  position: absolute;
  top: -91px;
  left: 52px;
}
@media (max-width: 768px) {
  .about__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .about__item:nth-child(2) img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
  }
}
.about__item:nth-child(3) {
  margin-bottom: 130px;
}
.about__item:nth-child(3) img {
  position: absolute;
  right: -93px;
}
@media (max-width: 768px) {
  .about__item:nth-child(3) {
    margin-bottom: 50px;
  }
  .about__item:nth-child(3) img {
    position: relative;
    right: 0px;
  }
}
.about__item:nth-child(4) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 106px;
}
.about__item:nth-child(4) img {
  position: absolute;
  left: -65px;
  bottom: 0;
}
@media (max-width: 768px) {
  .about__item:nth-child(4) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about__item:nth-child(4) img {
    position: relative;
    left: 0px;
    bottom: 0;
  }
}
.about__inner {
  max-width: 525px;
}
.about__subtitle {
  margin: 0;
  margin-bottom: 38px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  color: #11497a;
}
@media (max-width: 768px) {
  .about__subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.about__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #838383;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 14px;
  }
}

.catalog {
  padding-bottom: 22px;
}
.catalog__container {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
.catalog__catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .catalog__catalog {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog__catalog {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__item {
  position: relative;
  max-width: 245px;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog__item img {
  height: 254px;
}
.catalog__item:hover {
  -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
}
.catalog__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../img/product-svg-1.svg);
}
.catalog__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 152px;
  height: 48px;
  background-image: url(../img/product-svg-2.svg);
  z-index: 1;
}
@media (max-width: 768px) {
  .catalog__item {
    max-width: 700px;
  }
  .catalog__item img {
    display: block;
    margin: 0 auto;
  }
}
.catalog__name {
  margin: 12px 0 21px 0;
  padding: 0 10px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  color: #11497a;
}
.catalog__price {
  position: relative;
  margin: 0;
  margin-right: -15px;
  margin-bottom: -7px;
  margin-left: auto;
  width: 123px;
  height: 48px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catalog__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.catalog__page {
  border: none;
  margin: 0;
  background-color: transparent;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #11497a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.catalog__page--active {
  -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.catalog__select {
  position: absolute;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 12px top 13px;
  right: 0;
  top: 28px;
  padding: 10px 15px;
  max-width: 250px;
  width: 100%;
  -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #11497a;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  .catalog__select {
    position: relative;
    right: 0;
    top: 0px;
    margin-bottom: 30px;
  }
}

.project {
  margin-bottom: 150px;
  position: relative;
}
.project:before {
    content: "";
    position: absolute;
	top: 0;
    right: 0;
    transform: rotate(90deg);
    width: 60px;
    height: 60px;
    background-image: url(../img/product-svg-1.svg);
}
.project p,
.project li {
	color: #000 !important;
	font-weight: 400 !important;
}
.project p {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #838383;
}
@media (max-width: 768px) {
  .project p {
    font-size: 14px;
  }
}
.project__container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .project__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.project__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
/*   max-width: 500px; */
  width: 50%;
  position: relative;
  border-right: 1px solid #83838399;
}
.project__img:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url(../img/product-svg-1.svg);
}
.project__img img {
  padding: 0;
}
@media (max-width: 768px) {
	.project__img {
		width: 100%;
		border: none;
	}
}
.project__inner {
/*   max-width: 500px; */
	width: 50%;
    padding-left: 50px;
}
.project__inner li {
	display: inline-block;
	width: 100%;
}
@media (max-width: 768px) {
	.project__inner {
		width: 100%;
		padding-left: 0;
	}
}
.project__title {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  color: #11497a;
  border-bottom: 1px solid #83838399;
}
@media (max-width: 768px) {
  .project__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.project__text {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #838383;
}
@media (max-width: 768px) {
  .project__text {
    font-size: 14px;
  }
}
.project__price {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 25px;
  line-height: 130%;
  color: #11497a;
}
.project__btn {
  display: block;
  position: relative;
  max-width: 165px;
  width: 100%;
  padding: 13px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}
.project__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 48px;
  background-size: cover;
  background-image: url(../img/about-btn.svg);
  z-index: -1;
}
.project .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.project .tabs__nav-btn {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  color: #838383;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project .tabs__nav-btn--active {
  color: #11497a;
}
.project .tabs__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #838383;
}
.project .tabs__panel {
  display: none;
}
.project .tabs__panel--active {
  display: block;
}

.menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-color: #11497a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu--active {
  opacity: 1;
  visibility: visible;
}
.menu__content {
  padding: 155px 0 0 0;
  height: 100vh;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.menu__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.graph-modal__container {
  width: 400px !important;
}
.graph-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}
.graph-modal__title {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #11497a;
  text-align: center;
}
.graph-modal__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #838383;
}
.project .tabs {
	width: 100%;
	max-width: 100%;
	gap: 0;
}
.project .tabs li {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.project .tabs li:before {
	content: '';
	top: -100%;
    position: absolute; /* Абсолютное позиционирование */
    border: 60px solid transparent; /* Прозрачные границы */
}
.project .tabs li:first-child:before {
	right: 0; /* Положение треугольника */
	border-right: 60px solid #fff; /* Добавляем треугольник */
}
.project .tabs li:last-child:before { 
	left: 0; /* Положение треугольника */
	border-left: 60px solid #fff; /* Добавляем треугольник */
}
.project .tabs li.active a {
	background-color: #EDEDED;
}
.project .tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 500;
	background-color: #fff;
}
/* .project .tabs + .entry-content {
	column-count: 2;
} */
.description {
	margin-bottom: 30px;
}
.specifications {
	column-count: 2;
}
.project .tabs + .entry-content h3 {
	color: #11497A;
	margin-bottom: 10px;
    font-weight: 500;
}
.project .tabs + .entry-content ul {
	max-width: 100%;
}
.project .tabs + .entry-content li {
	display: inline-block;
    width: 100%;
/* 	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0; */
}
@media (max-width: 768px) {
	.project .tabs li a {
		font-size: 16px;
	}
/* 	.project .tabs + .entry-content {
		column-count: 1;
	} */
	.specifications {
		column-count: 1;
	}
	.project .tabs li:before {
		display: none;
	}
}
@media (max-width: 500px) {
	
}
/*# sourceMappingURL=main.css.map */
