@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Unbounded:wght@800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Unbounded:wght@800;900&display=swap");
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope.ttf");
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded/Unbounded-VariableFont_wght.ttf");
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.green_text {
  color: #69E38F;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  color: #FFFFFF;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  background-color: #1B1B1B;
}

#wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.inner {
  margin: 0 auto;
  max-width: 1291px;
  width: 100%;
}

.logo {
  height: 43px;
  width: 43px;
}

.header {
  padding-top: 10px;
}

.header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .header__wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header__left span {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #E7E7E5;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
}

main {
  flex: 1 1 auto;
  padding-bottom: 30px;
}

.company_name {
  display: none;
}

@media (max-width: 680px) {
  .header__left span {
    display: none;
  }
  .header__left .company_name {
    display: block;
  }
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 820px) {
  .header__right {
    display: none;
  }
}
.header__bottom {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #918F8F;
}

.header__bottom--wrapper {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header__bottom ul {
  padding-inline-start: 0px;
}
.header__bottom ul li {
  list-style: none;
}
.header__bottom ul .current-menu-item a {
  color: #69E38F;
}
.header__bottom a {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}
.header__bottom a:hover {
  color: #69E38F;
}

@media (max-width: 820px) {
  .header__bottom {
    display: none;
  }
}
.header .contacts {
  width: 330px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 5px;
}

.header .contacts a {
  text-wrap: nowrap;
  text-decoration: none;
}
.header .contacts a:hover {
  color: #69E38F;
}
.header .contacts a .green {
  color: #69E38F;
}

@media (max-width: 1280px) {
  .header .contacts {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.btn, .bg_animate, .site-main .wp-element-button {
  padding: 8px 16px;
  border: 1px solid #69E38F;
  color: #FFFFFF;
  border-radius: 20px;
  text-wrap: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover, .bg_animate:hover, .site-main .wp-element-button:hover {
  box-shadow: -1px 0px 26px rgba(45, 164, 37, 0.48);
  color: #69E38F;
}

.start {
  margin-top: 90px;
}

@media (max-width: 1280px) {
  .start {
    margin-top: 60px;
  }
}
@media (max-width: 680px) {
  .start {
    margin-top: 30px;
  }
}
.start__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.start__order {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #E7E7E5;
  line-height: 33.6px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media (max-width: 820px) {
  .start__order {
    font-size: 22px;
    justify-content: flex-end;
  }
}
.start__order .btn, .start__order .bg_animate, .start__order .site-main .wp-element-button, .site-main .start__order .wp-element-button {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  margin-top: 40px;
  max-width: 410px;
  padding: 20px 31px;
  border: 2px solid #69E38F;
  border-radius: 40px;
  cursor: pointer;
}

@media (max-width: 820px) {
  .start__order .btn, .start__order .bg_animate, .start__order .site-main .wp-element-button, .site-main .start__order .wp-element-button {
    font-size: 18px;
  }
}
.start__img {
  margin-top: 40px;
  position: relative;
}

.start__img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 820px) {
  .start__img img {
    height: 360px;
    margin-top: 90px;
  }
}
.start__img:before {
  width: 70px;
  height: 30px;
  content: "";
  position: absolute;
  transform: rotate(50deg);
  left: -31px;
  bottom: 0px;
  background: #1B1B1B;
}

.start__img:after {
  width: 70px;
  height: 30px;
  content: "";
  position: absolute;
  transform: rotate(50deg);
  right: -31px;
  top: 0;
  background: #1B1B1B;
}

@media (max-width: 1280px) {
  .start__img:after {
    width: 0px;
    height: 0px;
  }
}
.start__title {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  color: #E7E7E5;
  line-height: 69px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .start__title {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .start__title {
    font-size: 42px;
  }
}
.company-info {
  margin-top: 150px;
}

@media (max-width: 1280px) {
  .company-info {
    margin-top: 90px;
  }
}
.company-info__title {
  font-family: "Unbounded", sans-serif;
  font-size: 50px;
  color: #E7E7E5;
  line-height: 69px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .company-info__title {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .company-info__title {
    font-size: 42px;
  }
}
.company-info__subtitle {
  margin-top: 20px;
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  color: #E7E7E5;
  line-height: 40px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 820px) {
  .company-info__subtitle {
    font-size: 36px;
  }
}
.company-info__cards {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

@media (max-width: 820px) {
  .company-info__cards {
    align-items: center;
    flex-direction: column;
  }
}
.company-info__card {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex: 1 1 50%;
}

@media (max-width: 820px) {
  .company-info__card {
    width: 80%;
  }
}
.company-info__card .title {
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  color: #69E38F;
  line-height: 33.6px;
  font-style: normal;
  font-weight: 500;
}

.company-info__card .desc {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #E7E7E5;
  line-height: 27.32px;
  font-style: normal;
  font-weight: 400;
}

.accept {
  margin-top: 150px;
}

.accept .last {
  margin-top: 60px;
}

@media (max-width: 820px) {
  .accept {
    margin-top: 90px;
  }
}
.hidden {
  display: none;
}

.accept__title {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  font-style: normal;
  font-weight: 500;
}

.accept__products {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.accept__products .btn, .accept__products .bg_animate, .accept__products .site-main .wp-element-button, .site-main .accept__products .wp-element-button {
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  background-color: #69E38F;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  max-width: 410px;
  padding: 20px 31px;
  border: 2px solid #69E38F;
  border-radius: 40px;
  cursor: pointer;
}
.accept__products .btn:hover, .accept__products .bg_animate:hover, .accept__products .site-main .wp-element-button:hover, .site-main .accept__products .wp-element-button:hover {
  background-color: #a2ffc1;
}

.accept__products--item {
  padding: 16px 24px;
  border: 1px solid #918F8F;
  border-radius: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.accept__products--item:hover {
  box-shadow: -1px 0px 26px rgba(45, 164, 37, 0.48);
  color: #69E38F;
}

.advantages {
  color: #FFFFFF;
  margin-top: 150px;
}

@media (max-width: 820px) {
  .advantages {
    margin-top: 90px;
  }
}
.advantages__title {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  font-style: normal;
  font-weight: 500;
}

.advantages__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 40px;
  position: relative;
}

.advantages__content--image {
  position: absolute;
  bottom: -208px;
  right: -344px;
}

@media (max-width: 1240px) {
  .advantages__content--image {
    display: none;
  }
}
.advantages__image {
  grid-column: span 2;
  position: relative;
}

.advantages__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: -webkit-fill-available;
  height: 100%;
  border-radius: 30px;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
}

.advantages__item {
  min-height: 400px;
  height: auto;
  border-radius: 10px;
  position: relative;
  background: #918F8F;
  padding: 2px;
}
.advantages__item--revert {
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0 90%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0 90%);
}
.advantages__item--revert > .advantages__item-wrapper {
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0 90%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0 90%);
}
.advantages__item--base {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
}
.advantages__item--base > .advantages__item-wrapper {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
}
.advantages__item-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  row-gap: 20px;
  display: flex;
  width: auto;
  height: 100%;
  border-radius: 10px;
}
.advantages__item-title {
  font-family: "Unbounded", sans-serif;
}

.advantages__item h3 {
  font-size: 32px;
  line-height: 44.8px;
  font-weight: 500;
}

.advantages__item p {
  font-size: 18px;
  line-height: 24.5px;
  font-weight: 700;
}

.advantages__item--green {
  background-color: #69E38F;
  color: #1A1A1A;
  border-color: #918F8F;
}

.advantages__item--dark {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1A1A1A;
  color: #E7E7E5;
}

.advantages__item--white {
  background-color: #D9D9D9;
  color: #101400;
}

.advantages__item--empty {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.advantages__product {
  margin-top: 150px;
}

.advantages__product-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 10px;
}

@media (max-width: 820px) {
  .advantages__product-wrapper {
    flex-direction: column;
  }
}
.advantages__product--title {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  font-style: normal;
  font-weight: 500;
}

.advantages__product--desc {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33.6px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 20px;
}

.advantages__product img {
  border-radius: 10px;
}

@media (max-width: 820px) {
  .advantages__product {
    margin-top: 120px;
  }
}
.properties {
  margin-top: 150px;
  position: relative;
}

@media (max-width: 820px) {
  .properties {
    margin-top: 90px;
  }
}
.properties__title {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.properties__desc {
  margin-top: 30px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33.6px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.properties .backround {
  display: block;
  position: absolute;
}

.properties__content {
  margin-top: 20px;
  background: url(../images/sperial.png);
  background-repeat: no-repeat;
  background-position-x: center;
  z-index: -1;
}

.properties__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  z-index: 1;
}

.properties__item {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 calc(50% - 60px);
  padding: 70px 70px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(11.4px);
  backdrop-filter: blur(11.4px);
  background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1100px) {
  .properties__item {
    padding: 30px 30px;
  }
}
.properties__item-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
}

.properties__item-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #E7E7E5;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

.application {
  margin-top: 150px;
}

@media (max-width: 820px) {
  .application {
    margin-top: 90px;
  }
}
.application__header {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.application__title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
}

@media (max-width: 820px) {
  .application__title {
    font-size: 36px;
  }
}
.application__description {
  line-height: 33.6px;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 820px) {
  .application__description {
    font-size: 20px;
  }
}
.application__content {
  margin-top: 30px;
}

.application__item {
  border-top: 1px solid rgb(145, 143, 143);
  cursor: pointer;
}

.application__item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  padding: 24px;
}
.application__item-header::before {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  background: url(../images/svg/line-bottom.svg) no-repeat center;
  background-size: 100%;
  right: 8px;
  top: 50%;
}

.application__item-header:hover {
  background: #69E38F;
  color: #101400;
}
.application__item-header:hover .application__item-number {
  color: #101400;
}

.application__item-header.active {
  position: relative;
}
.application__item-header.active::before {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  background: url(../images/svg/line-top.svg) no-repeat center;
  background-size: 100%;
  right: 8px;
  top: 50%;
}

.application__item-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
}

.application__item-number {
  color: #918F8F;
  font-size: 20px;
  line-height: 27px;
}

.application__item-content {
  margin-top: 20px;
  display: none;
  flex-direction: column;
  row-gap: 5px;
}

.application__item-content strong {
  list-style-type: circle;
  color: #918F8F;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.application__item-content strong::before {
  content: "• ";
  color: #918F8F;
  font-weight: bold;
  margin-right: 5px;
}

.application__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #E7E7E5;
}

.application__item-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-inline-start: 24px;
}

.application__item-list li {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 24px;
}

.news {
  padding: 20px;
  color: #fff;
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 820px) {
  .news {
    margin-top: 90px;
  }
}
.news__header {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .news__header {
    flex-direction: column;
  }
}
.news__title {
  font-size: 40px;
  font-family: "Unbounded", sans-serif;
  line-height: 56px;
  font-weight: 500;
}

.news__button {
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgb(105, 227, 143);
  border-radius: 40px;
  padding: 16px 20px;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.news__button:hover {
  box-shadow: -1px 0px 26px rgba(45, 164, 37, 0.48);
  color: #69E38F;
}

.news__list {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 820px) {
  .news__list {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.news-item {
  position: relative;
  width: calc(33% - 10px);
  min-width: 410px;
}

.news-item__date {
  position: absolute;
  top: 21px;
  left: 21px;
  max-width: 160px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #101400;
  border-radius: 40px;
  padding: 9px 14px;
  background-color: white;
}

.news-item__title {
  /* Body 3 */
  color: rgb(231, 231, 229);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item__link {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #69E38F;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
}

.news-item__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.item__image img {
  height: 265px;
  width: 400px;
  object-fit: contain;
}

.news-item__wrapper a:hover {
  text-decoration: underline;
}

footer {
  border-top: 1px solid rgb(145, 143, 143);
  min-height: 350px;
}

@media (max-width: 820px) {
  footer {
    margin-top: 90px;
  }
}
footer .footer-mid__pages {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #918F8F;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  row-gap: 25px;
}

footer .footer-mid__pages li {
  list-style: none;
}

footer .footer-mid__pages a {
  text-decoration: none;
}

footer .footer_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #918F8F;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
}

footer .footer_right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

footer .footer_right span {
  font-style: normal;
  font-size: 14px;
}

footer .footer_right .contact a {
  text-decoration: none;
}

footer .footer_right .contact a span {
  opacity: 1;
  color: #FFFFFF;
  font-style: normal;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  color: #E7E7E5;
  line-height: 33.6px;
  font-style: normal;
  font-weight: 400;
}

footer .footer_right .contact a span .contact-small {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #E7E7E5;
  line-height: 24.6px;
  font-style: normal;
  font-weight: 700;
}

footer .footer_right .contact-dir {
  display: flex;
  flex-direction: column;
}

footer .footer_right .contact-dir span {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #E7E7E5;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
}

footer .footer_right .contact-dir .grey {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #918F8F;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
}

footer .inner {
  display: flex;
  flex-direction: column;
  bottom: -30px;
}

footer .inner .info_block {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

footer .footer_right a:hover span {
  color: #69E38F;
}

#breadcrumbs a:hover {
  color: #69E38F;
}

@media (max-width: 820px) {
  footer .inner .info_block {
    flex-wrap: wrap;
  }
}
footer .inner .politic {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .inner .politic span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #918F8F;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 42px;
}

.politic__href:hover {
  text-decoration: none;
}

footer .inner .politic a {
  font-size: 14px;
  margin-bottom: 42px;
  color: #F1F3F5;
}

.footer-mid {
  display: flex;
}

.footer-mid__pages {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-mid__pages li {
  width: 50%;
}
.footer-mid__pages li:hover {
  color: #69E38F;
}

.footer-mid__pages li:nth-child(1),
.footer-mid__pages li:nth-child(2),
.footer-mid__pages li:nth-child(3) {
  order: 1;
}

.footer-mid__pages li:nth-child(4),
.footer-mid__pages li:nth-child(5) {
  order: 2;
}

.burger-menu_button {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 30;
  width: 80px;
  height: 40px;
  border-radius: 50%;
  transition: 0.4s;
}

@media (max-width: 820px) {
  .burger-menu_button {
    display: block;
  }
}
.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #E7E7E5;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu__wrapper {
  padding-top: 60px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #1B1B1B;
  overflow-y: auto;
  right: -100%;
  transition: 0.8s;
}

.burger-menu_active .burger-menu__wrapper {
  right: 0;
  transition: 0.4s;
}
.burger-menu_active .burger-menu__wrapper ul {
  padding-inline-start: 0;
}
.burger-menu_active .burger-menu__wrapper ul:first-child {
  border-top: 1px solid #fff;
}
.burger-menu_active .burger-menu__wrapper ul:last-child {
  margin-bottom: 20px;
}
.burger-menu_active .burger-menu__wrapper li {
  padding: 9px 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #E7E7E5;
  list-style: none;
}
.burger-menu_active .burger-menu__wrapper li a {
  letter-spacing: 3px;
  text-decoration: none;
}
.burger-menu_active .burger-menu__wrapper li a:hover {
  filter: brightness(0.9);
}
.burger-menu_active .burger-menu__wrapper .burger-menu_item {
  padding: 9px 20px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
}
.burger-menu_active .burger-menu__wrapper .burger-menu_item:hover {
  filter: brightness(0.9);
}
.burger-menu_active .burger-menu__wrapper .link {
  color: #69E38F;
}
.burger-menu_active .burger-menu__wrapper .btn, .burger-menu_active .burger-menu__wrapper .bg_animate, .burger-menu_active .burger-menu__wrapper .site-main .wp-element-button, .site-main .burger-menu_active .burger-menu__wrapper .wp-element-button {
  color: #E7E7E5;
}

.burger-menu__wrapper .contact {
  padding: 18px 35px;
}

.burger-menu_link:first-child {
  border-top: 1px solid #fff;
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.contacts .inner {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contacts__title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #918F8F;
  line-height: 45px;
  font-style: normal;
  font-weight: 500;
}

.contacts__info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 750px) {
  .contacts__info {
    flex-direction: column;
  }
}

.contacts__details {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 700px) {
  .contacts__details {
    flex-direction: column;
  }
}

.info-card {
  background-color: #333;
  border-radius: 8px;
  text-align: center;
  padding: 26px 20px;
  width: 100%;
}

.info-card__icon {
  display: flex;
  justify-content: center;
}

.info-card__text {
  margin-top: 10px;
  font-size: 16px;
}

.info-card__phone, .info-card__email, .info-card__link {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #69E38F;
  text-decoration: none;
}

.details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.details__company {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex: 1 1 30%;
}

.details__requisites {
  display: flex;
  flex: 1 1 70%;
  justify-content: center;
}

.details__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
}

.details__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.details__item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #E7E7E5;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
}

.details__address, .details__phone, .details__email {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  color: #918F8F;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
}

.details__address span, .details__phone span, .details__email span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #E7E7E5;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
}

#map {
  width: 100%;
  height: 100%;
}

.ymaps-layers-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}


.news-page__title {
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  color: #E7E7E5;
  line-height: 46px;
  font-style: normal;
  font-weight: 500;
}
.news-page__items {
  margin-top: 48px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.news-page__item {
  display: flex;
  flex-direction: row;
  column-gap: 48px;
  padding: 48px;
  background: #272727;
}
.news-page .item__date {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #918F8F;
  line-height: 19px;
  font-style: normal;
  font-weight: 500;
}
.news-page .item__title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #E7E7E5;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
}
.news-page .item__desc {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #E7E7E5;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .item__link {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #69E38F;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.news-page .item__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  flex: 1 1;
}

.breadcrumbs-block {
  margin-top: 45px;
  margin-bottom: 25px;
}
.breadcrumbs-block span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #918F8F;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
}
.breadcrumbs-block a {
  text-decoration: none;
}

.single-news-page {
  margin-bottom: 40px;
}
.single-news-page .news {
  padding: 0;
  margin-bottom: 25px;
}

.news-article {
  margin-bottom: 20px;
}

.news-article__title {
  font-size: 32px;
  margin-bottom: 10px;
}

.news-article__meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.news-article__meta .news-article__date,
.news-article__meta .news-article__category {
  display: inline-block;
  margin-right: 10px;
}

.news-article .news-article__category {
  display: none;
}

.news-article__category:hover {
  color: #69E38F;
}

.news-article__image {
  margin-bottom: 20px;
  text-align: center;
}

.news-article__image img {
  max-width: 718px; /* Максимальная ширина изображения */
}

.news-article__content {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400px;
}
.news-article__content p {
  margin-top: 25px;
  max-width: 840px;
}

#all_form_bg {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 400px;
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#all_form_bg:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 100%;
}

#all_form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #1B1B1B;
  width: 480px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 5px;
  padding: 40px;
}

@media screen and (max-width: 500px) {
  #all_form_bg {
    overflow: scroll;
    min-width: 100%;
  }
  #all_form {
    width: 100%;
    padding: 10px 20px;
    margin-top: 60px;
  }
}
.no-scroll {
  overflow: hidden;
}

#all_form_exit {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #4d4d4d;
  cursor: pointer;
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
}

#all_form_exit:hover {
  color: #fff;
  background-color: #4d4d4d;
}

#all_form_title {
  color: #FFFFFF;
  font-size: 32px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 300px;
  margin: 0 auto 7px;
  line-height: 44.8px;
}

#all_form_desc {
  font-size: 18px;
  line-height: 24.8px;
  text-align: center;
  font-family: "Manrope";
  margin-top: 8px;
  color: #918F8F;
}

#all_form input[type=text], #all_form input[type=tel] {
  display: block;
  border: 1px solid #918F8F;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
#all_form input[type=text]::placeholder, #all_form input[type=tel]::placeholder {
  color: #918F8F;
}

#all_form .wpcf7 form.init .wpcf7-response-output, #all_form .wpcf7 form.resetting .wpcf7-response-output, #all_form .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

#all_form form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

#all_form .field {
  display: flex;
  text-align: left;
  flex-direction: column;
  row-gap: 5px;
}
#all_form .field p {
  display: flex;
  text-align: left;
  flex-direction: column;
  row-gap: 5px;
}

#all_form .hidden {
  display: none;
}

#all_form label sup {
  color: red;
}

#all_form #attachmentsBuy {
  row-gap: 20px;
}

#all_form .wpcf7-submit {
  padding: 12px 25px;
  border-radius: 5px;
  background-color: #69E38F;
  border-width: 0;
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
}
#all_form .wpcf7-submit:hover {
  box-shadow: 14px 23px 24px rgba(45, 164, 37, 0.41);
}

#all_form form div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact .burger-menu_link {
  border: 1px solid #69E38F;
}

.news-page article {
  box-shadow: 0px 4px 25px rgba(114, 115, 119, 0.1);
  margin-bottom: 30px;
  padding: 25px;
  transition: 0.2s all;
  border: 2px solid transparent;
  position: relative;
}
.news-page a.articles_item_more {
  position: absolute;
  bottom: 10px;
  right: 35px;
  color: #ff6600;
}
.news-page .articles_item:hover {
  border: 2px solid #69E38F;
}
.news-page .articles_item_text {
  padding: 10px 0;
  font-weight: 500;
}
.news-page .articles_item_title {
  font-weight: bold;
  text-decoration: none;
}
.news-page article:hover {
  border-color: #69E38F;
  transition: 0.2s all;
}
.news-page .articles__title {
  font-width: bold;
  text-decoration: none;
  color: inherit;
}
.news-page .pagination {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.news-page .pagination .page-numbers {
  text-decoration: none;
  color: #FFFFFF;
}
.news-page .pagination_number {
  padding: 5px 14px;
  background: #272727;
  margin-right: 11px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.news-page .current .pagination_number {
  padding: 5px 14px;
  background-color: #69E38F;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #101400;
}

.page-template-default {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #E7E7E5;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.page-template-default .page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-default .entry-content {
  display: contents;
}
.page-template-default .entry-content .btn, .page-template-default .entry-content .bg_animate, .page-template-default .entry-content .site-main .wp-element-button, .site-main .page-template-default .entry-content .wp-element-button {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

table.tablepress {
  width: 100%;
  margin-bottom: 32px;
  border-collapse: separate;
}
table.tablepress th {
  padding: 20px 5px;
  background: var(--Orange, #69E38F);
  border: 1px solid #69E38F;
  text-align: center;
  font-weight: 700;
}
table.tablepress th:first-child {
  border-radius: 12px 0px 0px 0px;
  border-right: 1px solid black;
}
table.tablepress th:last-child {
  border-radius: 0px 12px 0px 0px;
  border-left: 1px solid #69E38F;
}
table.tablepress td {
  border: 1px solid #69E38F;
  padding: 20px 5px;
  color: var(--text-black, #E7E7E5);
  /* Text */
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
table.tablepress tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
table.tablepress tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
@media screen and (max-width: 992px) {
  table.tablepress th, table.tablepress td {
    padding: 15px 5px;
  }
}

.tablepress-id-3 .row-2 .column-1 {
  width: 100px;
}
.tablepress-id-3 .row-2 .column-3 {
  border-radius: 0 0 12px 0;
  vertical-align: middle;
  text-align: left;
}
.tablepress-id-3 .row-3 .column-2 {
  border-radius: 0;
}
.tablepress-id-3 tr td {
  padding: 20px 15px;
  color: var(--text-black, #E7E7E5);
}

.tablepress-id-5 .row-1 .column-1 {
  border-radius: 12px 12px 0 0;
  padding: 28px 5px;
}
.tablepress-id-5 .row-2 .column-1 {
  border-radius: 0 0 12px 12px;
}

.site-main a:not([class]) {
  text-decoration: inherit;
  color: #69E38F;
}
.site-main a:not([class]):hover {
  color: #67e38d;
}
.site-main ul:not([class]) {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.site-main ul:not([class]) li {
  position: relative;
  padding-left: 18px;
}
.site-main ul:not([class]) li:before {
  content: "";
  margin-right: 12px;
  width: 6px;
  height: 6px;
  background: #69E38F;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.bg_animate {
  background: #000;
  margin-top: 40px;
  font-size: 32px;
  line-height: 1.2;
}

.news-item img {
  width: 100%;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  height: 270px;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .inner {
    width: 95%;
  }
  .advantages__item h3 {
    font-size: 28px;
  }
  .advantages__item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__product-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  .advantages__item {
    min-height: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  .news-page__item {
    flex-direction: column-reverse;
    row-gap: 45px;
  }
  .item__image {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .advantages__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .advantages__image {
    grid-column: span 2;
  }
  .advantages__item h3 {
    font-size: 20px;
  }
  .advantages__item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .advantages__image {
    display: none;
  }
  .advantages__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .advantages__item-title {
    text-align: center;
  }
  .advantages__item h3 {
    font-size: 28px;
  }
  .advantages__item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .application__item-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .application__item-title {
    font-size: 20px;
  }
  .company-info__card {
    width: 100%;
  }
}
@media screen and (max-width: 479.98px) {
  .company-info__card .title {
    font-size: 20px;
  }
  .company-info__card .desc {
    font-size: 16px;
  }
  .company-info__title, .start__title {
    font-size: 30px;
    line-height: 1.5;
  }
  .accept__title, .advantages__title, .advantages__product--title, .properties__title, .application__title {
    font-size: 30px;
  }
  .company-info__subtitle {
    font-size: 25px;
  }
  .advantages__product--desc {
    font-size: 20px;
  }
  .news-page__item {
    padding: 25px;
  }
  .news-item {
    min-width: 100%;
  }
  .news-item img {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .application__item-title {
    font-size: 15px;
    line-height: 2.3;
  }
}
@media screen and (max-width: 370px) {
  .advantages__item h3 {
    font-size: 20px;
  }
  .advantages__item p {
    font-size: 15px;
  }
}
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.wpcf7-list-item-label {
  margin-left: 30px; /* Отступ слева от радио-кнопки */
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #eee;
  border: 2px solid #007bff;
  transition: background-color 0.25s ease;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #69E38F;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-list-item:hover .wpcf7-list-item-label::before {
  background-color: #ddd;
}

.wpcf7-list-item:hover .wpcf7-list-item-label {
  color: #69E38F;
}

.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  border: none;
}

#all_form .checking .wpcf7-radio {
  margin-top: 10px;
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}
#all_form .checking .wpcf7-list-item-label {
  margin-left: 0;
}

.file-upload-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.file-upload-btn {
  background-color: #69E38F;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Space between text and icon */
}
.file-upload-btn:hover {
  box-shadow: 14px 23px 24px rgba(45, 164, 37, 0.41);
}

.file-upload-btn::before {
  content: "\f093"; /* FontAwesome upload icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

.file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload-name {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #555;
}

/* Additional styling */
.file-upload-btn:hover {
  background-color: #69E38F;
}

/*# sourceMappingURL=styles.css.map */
