@font-face {
  font-family: "IntroDemo-BlackCAPS";
  src: url("/wp-content/themes/balance/fonts/intro/IntroDemo-BlackCAPS.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "IntroDemo-BlackInlineCAPS";
  src: url("/wp-content/themes/balance/fonts/intro/IntroDemo-BlackInlineCAPS.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IntroDemoCond-BlackCAPS";
  src: url("/wp-content/themes/balance/fonts/intro/IntroDemoCond-BlackCAPS.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  /* font-family: "IntroDemoCond-LightCAPS"; */
  src: url("/wp-content/themes/balance/fonts/intro/IntroDemoCond-LightCAPS.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Aristotelica";
  src: url("/wp-content/themes/balance/fonts/arist/Aristotelica-Text-Light-trial.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Aristotelica", "Arial", sans-serif;  */
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

a:hover {
  color: white;
}

p {
  margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: black;
}

.link_outer a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.link_outer a:after {
  background-color: #ffffff;
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.link_outer a:hover:after,
.link_outer a:focus:after {
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  padding: 40px 0;
}
.header {
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(21.299999237060547px);

  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding: 17px 34px;
}

.header_left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header_logo {
  max-width: 130px;
  min-width: 100px;
}

.header_logo img {
  width: 100%;
}

.header_phone {
  border-radius: 31px;
  border: 2px solid rgba(255, 255, 255, 0.33);
  background: rgba(217, 217, 217, 0);
  padding: 12px 20px;
  display: flex;
  gap: 12px;
  align-items: center;

  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  white-space: nowrap;
}

.header_phone:hover {
  background: rgba(255, 255, 255, 0.33);
}

.header_phone img {
  width: 34px;
  height: 34px;
}

.header_right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header_links {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.header_link {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}

.button {
  border-radius: 31px;
  background: #c1ff72;
  padding: 13px 40px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  /* font-family: "IntroDemoCond-LightCAPS", sans-serif; */
  line-height: 25px;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  transition: 0.5s;
}
.button img {
  width: 17px;
}
.button:hover {
  background: #c1ff72;
  scale: 1.05;
  color: #000;
}

.main {
  padding: 150px 0 40px 0;
}

.main_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;

  padding: 80px 0 0 0;

  display: flex;
  justify-content: space-between;
}
.main_left {
  width: 65%;

  padding: 0 0 100px 0;
}

.main_title {
  font-weight: 900;
  color: #fff;
  font-size: 46px;
  font-style: normal;
  line-height: 52px;
  text-transform: uppercase;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
}

.main_description {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  line-height: 26px;
  margin: 30px 0 60px 0;
  width: 80%;
}

.main_button {
  font-size: 32px;
  border-radius: 100px;
  padding: 30px 45px;
  box-shadow: 0px 0px 26.4px 0px #98b86f;
}
.main_button img {
  width: auto;
}

.main_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  transform: translateY(6%);
  scale: 1.2;
  margin: 0 0 80px 0;
}

.main_right_back {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_right_color {
  border-radius: 31px;
  width: 70%;
  height: 300px;
  background: #efffa0;
}

.main_right_img {
  width: 50%;
  position: absolute;
  bottom: 0;
}

.main_right_tags {
  position: absolute;
  width: 100%;
  height: fit-content;
  margin: 0 0 40px;
}
.main_right_tag {
  border-radius: 31px;
  background: #c1ff72;
  padding: 10px 15px;

  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* font-family: "IntroDemoCond-LightCAPS"; */

  line-height: 20px;
  width: fit-content;
}

.main_right_tag_1 {
  transform: rotate(5.564deg);
  position: relative;
  right: 50px;
}

.main_right_tag_2 {
  justify-self: end;
  transform: rotate(3.564deg);
  margin: 20px 0 0 0;
}

.main_right_tag_3 {
  transform: rotate(-5.564deg);
  margin: 50px 0 0 0;
  text-align: center;
  max-width: 200px;
  position: relative;
  right: 30px;
}

.wrap {
  position: absolute;
  margin: auto;
  width: 100%;
  background: #c1ff72;
  padding: 10px 0;
  transform: rotate(-1.605deg);
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 50px;
}
.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.items-wrap:before {
}
.items-wrap:after {
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 50px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {
  flex: 0 0 auto;
  width: 100px;
  height: 33px;
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;

  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.item:hover {
}

.item:before {
}

.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.main_running_line_item_img {
  object-fit: contain;
  width: 30px;
  transform: scaleX(-1);
}

.work {
  padding: 200px 0 100px 0;
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
.work_top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.work_title {
}
.title {
  color: #000;
  font-weight: 900;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;

  font-size: 50px;
  font-style: normal;
  /* letter-spacing: 3px; */
}
.work_description {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
.work_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 70px auto 0 auto;
}
/* 
.work_item:nth-child(1),
.work_item:nth-child(4) {
  background: linear-gradient(90deg, #067d37 0.22%, #40706c 99.78%);
}
.work_item:nth-child(1) .work_item_num,
.work_item:nth-child(4) .work_item_num {
  color: #fff;
}
.work_item:nth-child(2) .work_item_num {
  color: #067d37;
}
.work_item:nth-child(3) .work_item_num {
  color: #40706c;
}
.work_item:nth-child(1) .work_item_container,
.work_item:nth-child(4) .work_item_container {
  background: #fff;
}

.work_item:nth-child(1),
.work_item:nth-child(2) {
  padding: 140px 0 0 0;
  align-items: end;
}
.work_item:nth-child(1) .work_item_container {
  border-radius: 50px 0 00 0;
} */

.work_item {
}
/* .work_item:nth-child(2),
.work_item:nth-child(4) {
  flex-direction: row-reverse;
  justify-content: start;
}
.work_item_num {
  text-align: center;
  font-size: 300px;
  font-style: normal;
  font-weight: 600;
  line-height: 280px;
}
.work_item_container {
  padding: 50px;
  width: 400px;
  height: 274px;
}
.work_item_img {
  width: 70px;
}
.work_item_title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  max-width: 300px;
  margin: 10px 0 0 0;
}

.work_item:nth-child(2) {
}

.work_item:nth-child(2) .work_item_container {
  background: #067d37;
  border-radius: 0 50px 0 0;
  color: #fff;
}

.work_item:nth-child(3) .work_item_container {
  background: #40706c;
  border-radius: 0 0 0 50px;
  color: #fff;
} */

/* .work_item:nth-child(4) .work_item_container {
  border-radius: 0 0 50px 0;
} */

.work_item_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.work_item_container img {
  width: 86px;
  height: 86px;
  object-fit: cover;
}
.work_item_title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  max-width: 85%;
  font-weight: 700;
}

.work_button {
  margin: 70px auto 0 auto;
}

.tarifs {
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  padding: 120px 0;
}
.tarifs_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
.tarifs_top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #fff;
  max-width: 800px;
  margin: auto;
}
.tarifs_title {
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  color: #fff;
}

.tarifs_description {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
.tarifs_wrapper {
  margin: 80px 0 00 0;
}
.swiper {
  cursor: grab;
}
.mySwiper {
}
.swiper-wrapper {
}
.tarifs_item {
  border-radius: 31px;
  background: #fff;
  padding: 30px;
}
.swiper-slide {
}
.tarifs_item_content {
}
.tarifs_item_content_top {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 0 20px 0;
}
.tarifs_item_title {
  color: #30745c;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  line-height: 36px;
  text-transform: uppercase;
}
.tarifs_item_for {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  max-width: 140px;
}
.tarifs_item_img_container {
  width: 100%;
}
.tarifs_item_img {
  width: 100%;

  border-radius: 31px;
  max-height: 316px;
  object-fit: cover;
}
.tarifs_item_body {
  padding: 20px 0 30px 0;
}
.tarifs_item_meals {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.tarifs_item_prices {
  margin: 20px 0 0 0;

  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tarifs_item_price {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tarifs_button {
  margin: auto;
}
.button {
}
.swiper-pagination {
}

.tarifs_pagination {
  bottom: 0px !important;
}

.tarifs_wrapper .swiper-wrapper {
  padding: 0 0 30px 0;
}

.tarifs_wrapper .swiper-pagination-bullet {
  background: white;
}

.tarifs_wrapper .swiper-pagination-bullet-active,
.comments_wrapper .swiper-pagination-bullet-active {
  background: #c1ff72;
}




.menu {
  padding: 120px 0;
}
.menu_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
.menu_title {
  color: #057D37;
}
.menu_top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}
.menu_item{
  padding: 20px;
  background: linear-gradient(90deg, #40706c  0%,  #067d37 100%);
  border-radius: 30px;

}
.menu_item img{
  border-radius: 30px;
  width: 100%;
}
.menu_pagination{
    bottom: 0px !important;
}
.menu .swiper-horizontal{
  padding-bottom: 40px;
}

.menu_description{
      color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}
.swiper-pagination-bullet-active{
  background: #c1ff72 !important;
}
.map {
  position: relative;
}
.map_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
}
.map_wrapper {
  position: relative;

  max-width: 600px;
  bottom: -100px;
}
.map_wrapper:hover .map_wrapper_container {
  right: -500px;
}
.map_wrapper_container {
  padding: 30px;
  position: relative;
  transition: 0.5s;
  border-radius: 31px;
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  right: 0;
}

.map_title {
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  color: #fff;
  margin: 0 0 40px 0;
}

.map_cities {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.map_item {
  border-radius: 31px;
  background: #c1ff72;
  border-radius: 31px;
  background: #c1ff72;
  padding: 10px 20px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: fit-content;
  margin: 0;
}

.comments {
  max-width: 1540px;
  width: 90%;
  margin: auto;
  padding: 250px 0 00px 0;
}
.comments_top {
  border-radius: 31px;
  overflow: hidden;
  padding: 60px 0 280px 0;
}
.comments_title {
  text-align: center;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  max-width: 680px;
  margin: auto;
}

.comments_wrapper {
}
.swiper {
}
.comments_swiper {
  position: relative;
  top: -200px;
  padding: 0 50px 40px 50px;
}
.swiper-wrapper {
}
.comments_item {
  border-radius: 31px;

  background: linear-gradient(90deg, #2d745b 0%, #3c7169 100%);

  height: auto !important;

  padding: 30px;
  color: #fff;
}
.swiper-slide {
}
.comments_item_content {
}
.comments_item_content_top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px 0;
}
.comments_item_img {
  width: 70px;
  border-radius: 50%;
}
.comments_item_for {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.comments_item_body {
}
.swiper-pagination {
}
.comments_pagination {
  bottom: 0 !important;
}

.comments_button {
  margin: auto;
  position: relative;
  top: -150px;
}

.comments_item.swiper-slide-active {
  background: linear-gradient(90deg, #0a7c3b 0%, #1a7949 100%);
}

.comments_item.swiper-slide-next {
  background: linear-gradient(90deg, #1c784b 0%, #2b7559 100%);
}

.form {
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  padding: 80px 0;
}
.form_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.form_left {
}
.form_title {
  font-size: 60px;
  color: #fff;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  margin: 0 0 30px 0;
  line-height: 60px;
}

.form_description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  max-width: 460px;

  margin: 0 0 50px 0;
}

.form_input {
  outline: none;
  background: none;
  padding: 10px 5px;
  border: none;
  border-bottom: 1.5px solid #ffffffc2;
  width: 100%;
  max-width: 500px;
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 100;
}
.form_input::placeholder {
  font-weight: 100;
  color: #fff;
}

.form_button {
  outline: none;
  border: none;
  margin: 30px 0 0 0;
  cursor: pointer;
}
.wpcf7-spinner {
  /* position: absolute;
  left: 500px; */
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #fff !important;
  appearance: initial;
}

.form_right {
  border-radius: 31px;

  display: flex;
  align-items: end;
}
.form_present {
  border-radius: 31px;
  background: #c1ff72;
  box-shadow: 0px 0px 41.9px 0px rgba(255, 255, 255, 0.63);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.form_present_title {
  color: #000000;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  text-transform: capitalize;
}
.form_present_description {
  color: #000000;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.faq {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 120px 0;
}
.faq_top {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  margin: 0 0 30px 0;
}
.faq_deco {
  color: #c1ff72;
  font-weight: 900;
  font-size: 80px;
  line-height: normal;
}
.accordion-item {
  border: none !important;
  box-shadow: none !important;
}
.accordion-button {
  color: #ffffff !important;
  font-weight: 700;
  padding: 20px 30px !important;
  transition: 0.5s;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 31px !important;
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  border: none !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-body {
  background: linear-gradient(90deg, #067d3832 0%, #40706c3e 100%);
  border-radius: 31px !important;
}

.accordion-button {
  border-radius: 31px !important;
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
}

.accordion-button:not(.collapsed) {
  border-radius: 31px 31px 0 0 !important;
}
.collapse.show .accordion-body {
  border-radius: 0 0 31px 31px !important;
  transition: 0.5s;
}
.faq_item {
  margin: 0 0 30px 0;
}

.faq_title {
}

.accordion {
}
.faq_item {
}
.accordion-item {
}
.accordion-header {
}
.accordion-button {
}
.accordion-collapse {
}
.collapse {
}
.show {
}
.accordion-body {
}

footer {
  background: linear-gradient(90deg, #067d37 0.23%, #40706c 99.77%);
  width: 100%;
}

.footer_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0 30px 0;
}
.footer_left {
}
.footer_logo {
  max-width: 180px;
  min-width: 100px;
  display: block;
}
.footer_logo img {
  width: 100%;
}
.footer_req {
  color: #fff;
  max-width: 400px;
  margin: 20px 0;

  font-size: 14px;
  line-height: normal;
}
.footer_media {
  display: flex;
  width: fit-content;
  gap: 10px;
}
.footer_media_link {
  width: 40px;
  transition: 0.5s;
  height: 40px;
}
.footer_media_link:hover {
  scale: 1.05;
}
.footer_social_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_media_item {
}
.footer_links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.link_outer {
}
.header_link {
}
.footer_right .header_phone {
  margin: 0 0 30px 0;
  width: fit-content;
  /* font-family: "IntroDemoCond-LightCAPS"; */
}
.header_phone {
  transition: 0.5s;
  /* font-family: "IntroDemoCond-LightCAPS"; */
}
.header_phone_img {
}
.footer_privacy_link {
  margin: 0 0 10px 0;
}

.footer_c {
  text-align: center;
  color: #fff;
  padding: 0 0 20px 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}
html {
  scroll-behavior: smooth;
}

.modal-content {
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  padding: 30px 30px 0 30px;
  max-width: 500px;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.close-button_cook{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 13px;
  cursor: pointer;
  color: #000000;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 13px;
  cursor: pointer;
  color: #c1ff72;
}

.modal-content h2 {
  color: #fff;
  margin: 0 0 30px 0;
  line-height: normal;
}

.map iframe {
  height: 700px;
}
.footer_container .link_outer a {
  text-align: left;
}

.record {
}
.record_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: center;
}
.record_left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.record_left_color {
  position: absolute;
  width: 130%;
  height: 80%;
  border-radius: 31px;
  background: #efffa0;
  z-index: 2;
}
.record_right_img {
  position: relative;
  z-index: 3;
  width: 100%;
}
.record_right {
}
.record_title span {
  font-size: 80px;
  font-weight: 900;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  line-height: 80px;
}
.record_title {
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  -webkit-text-fill-color: transparent;
}

.record_description {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  max-width: 483px;

  margin: 30px 0 50px 0;
}
.record_button {
  font-size: 32px;
  border-radius: 100px;
  padding: 30px 45px;
  box-shadow: 0px 0px 26.4px 0px #d4ff9c;
}
.record_button img {
  width: auto;
}

.button {
}
.open-modal {
}
.record_button_arrrow {
}

.trust {
  background: linear-gradient(90deg, #067d37 0%, #40706c 100%);
  padding: 80px 0;
  margin: 100px 0;
}
.trust_container {
  max-width: 1440px;
  margin: auto;
  width: 90%;

  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 70px;
}
.trust_left {
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: space-between;
}
.trust_title {
  font-family: "IntroDemo-BlackCAPS", "Arial", sans-serif;
  color: #fff;
}

.trust_button {
  font-size: 32px;
  border-radius: 100px;
  padding: 30px 45px;
  box-shadow: 0px 0px 26.4px 0px #d4ff9c;
}
.button {
}
.open-modal {
}
.work_button_arrrow {
}
.trust_right {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trust_right_img {
  border-radius: 31px;

  box-shadow: 0px 0px 250px 1px rgba(193, 255, 114, 0.5);
  position: absolute;
  height: 160%;
  width: 110%;
  object-fit: cover;
}


.policy_title{
  width: 100%;
  background: linear-gradient(90deg, #067D37 0.23%, #40706C 99.77%);
  padding:250px 0 100px 0;
  color: #fff;
}
.policy_title .title{
  color: #fff;margin: 0 0 40px 0;
  max-width: 1440px;
  text-align: center;
  margin: auto;
  width: 90%;
}
.policy{
  max-width: 1440px;
  margin: auto;
  width: 90%;

  padding: 50px 0;
}

.policy_description{
  max-width: 1440px;
  margin: 50px auto 00 auto;
  width: 90%;
  
}
.policy h2{
  margin: 30px 0;
}

.cookie{
  position: fixed;
  background: linear-gradient(90deg, #62ab80 0.23%, #82A49E 99.77%);
  padding: 20px;
  border-radius: 20px;
  bottom: -500px;
  left: 20px;
  right: 20px;
  color: #fff;
line-height: normal;
z-index: 999999;
transition: 0.5s;
}

.cookie_button2{
  opacity: 0.7;
}
.cookie_button3{
  opacity: 0.7;

}
.cookie_buttons{
margin: 20px 0 0 0;
flex-wrap: wrap;
display: flex;
  gap: 20px;
}
.cookie-modal_container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 80%;
  max-width: 600px;
}
.cookie-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1000vh;
  display: none;
  background: #0000006c;
  z-index: 9999999;
}

.cookie-modal h2 {
  margin-bottom: 15px;
  color: #333;
}

.cookie-option {
  margin: 30px 0 ;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 10px;
}
#yandexMetricToggle{
  cursor: pointer;

}

#saveCookieSettings {
  cursor: pointer;
  border: none;
}
.header_dark{
 
}
@media (max-width: 1440px) {
  
  .work_item_num {
    font-size: 160px;
    line-height: normal;
  }
  .title {
    line-height: 44px;
    font-size: 40px;
  }
  .tarifs_item_img {
    max-height: 186px;
  }
  .tarifs_item_price {
    display: flex;
    flex-direction: row;
  }
  .tarifs_item_meals {
    text-align: left;
  }
  .tarifs_item_title {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .form_present_title {
    line-height: normal;
    font-size: 34px;
  }
  .comments_item_for {
    line-height: normal;
    font-size: 22px;
  }
  .mySwiper {
    padding: 0 0 40px 0;
  }
  .tarifs_item_img {
    max-height: 230px;
  }

  .main_title {
    font-size: 34px;
    line-height: 36px;
  }
  .main_description {
    font-size: 16px;
    line-height: normal;
    margin: 20px 0 40px 0;
  }
  .work_item {
    gap: 30px;
  }
  .work_item_num {
    font-size: 100px;
    line-height: normal;
  }
  .work_item_title {
    line-height: normal;
    font-size: 22px;
  }
  .work_item_container {
  }
  .tarifs_item_content_top {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }
  .tarifs_item_for {
    max-width: none;
  }
  .tarifs_item_prices {
    gap: 7px;
  }
  .tarifs_item {
    height: auto;
  }
  .map iframe {
    height: 400px;
  }

  .header_links {
    justify-content: start;
    flex-direction: column;
    max-height: 40px;
    flex-wrap: nowrap;
    overflow: hidden;
    transition: 1s;
    gap: 10px;
  }
  .header_links:hover {
    max-height: 500px;
  }

  header {
    z-index: 999;
  }
  .header_links:before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="360" viewBox="0 0 512 360" fill="none"><path d="M0 26.4C0 12.262 11.462 0.800049 25.6 0.800049H486.4C500.538 0.800049 512 12.262 512 26.4C512 40.538 500.538 52 486.4 52H25.6C11.462 52 0 40.537 0 26.4ZM486.4 154.4H25.6C11.462 154.4 0 165.863 0 180C0 194.138 11.462 205.6 25.6 205.6H486.4C500.538 205.6 512 194.138 512 180C512 165.863 500.538 154.4 486.4 154.4ZM486.4 308H25.6C11.462 308 0 319.462 0 333.6C0 347.737 11.462 359.2 25.6 359.2H486.4C500.538 359.2 512 347.737 512 333.6C512 319.462 500.538 308 486.4 308Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    display: block;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .header_right {
    display: contents;
    line-height: normal;
  }

  .header_phone {
    padding: 7px 15px;
    font-size: 16px;
  }

  .main_right_tag {
    font-size: 14px;
    padding: 9px 13px;
    line-height: normal;
    text-align: center;
  }

  .main_right_color {
    height: 230px;
  }
  .main_right_tag_1 {
    right: 20px;
    max-width: 150px;
  }

  .main {
    padding: 100px 0 40px 0;
  }
}

@media (max-width: 1024px) {
  
  .header {
    background: linear-gradient(90deg, #62AB81 0.23%, #82A49E 99.77%);
    width: 96%;
  }
  .header_button {
    font-size: 14px;
    line-height: normal;
  }
  .main_left {
    width: 100%;
  }
  .item {
    font-size: 22px;
    line-height: normal;
    height: auto;
    width: auto;
  }
  .main_running_line_item_img {
    width: 30px;
  }
  .main_right_tag_3 {
    max-width: 150px;
  }
  .work {
    padding: 150px 0 70px 0;
  }
  .title {
    font-size: 40px;
  }
  .work_top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .work_top .title {
    text-align: left;
  }

  .work_item {
    flex-direction: column !important;
    gap: 0;
  }

  .work_item:nth-child(2) {
    align-items: start;
  }
  .work_item:nth-child(3) {
    flex-direction: column-reverse !important;
    align-items: end;
    justify-content: start;
  }
  .work_item:nth-child(4) {
    flex-direction: column-reverse !important;
  }

  .work_item_num {
    padding: 40px;
    font-size: 60px;
  }
  .work_item:nth-child(1),
  .work_item:nth-child(2) {
    padding: 0;
  }

  .map_wrapper_container {
    position: static;
  }
  .button {
    padding: 10px 20px;
  }

  .header_links:before {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .header_links {
    min-width: 130px;
    max-height: 30px;
  }

  .main_button,
  .record_button,
  .trust_button {
    padding: 15px 25px;
    font-size: 26px;
  }
  .trust_right_img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main_container {
    flex-direction: column;
  }
  .main_right {
    /* width: 70%;
    margin-right: auto;
    justify-content: center; */
  }
  .main_right_img {
    /* right: 0;
    border-radius: 0 0  0 31px;
    max-height: 550px;
    object-fit: contain;
    width: 70%;
    max-width: 360px; */
  }
  /* .main_right_tags {
    margin: 0;
    scale: 1.3;
    right: -110px;
  }
  .main_right_tag_3 {
    margin: 20px 0 0 0;
  } */
  .main_right_back {
    /* position: relative;
    width: 100%;
    margin: auto; */
  }
  .main_right_color {
    /* width: 100%;
    margin-left: auto; */
  }
  /* .main_right_tags {
    width: auto;
  } */
  .main_right {
    scale: 1;
    margin: auto;
    width: 100%;
    max-width: 550px;
  }
  .main_right_tag_1 {
  }
  .main_right_tag_2 {
  }

  .work_item_title {
    font-size: 16px;
    max-width: 100%;
  }
  .work_item_container img {
    width: 50px;
    height: 50px;
  }
  .record_title span {
    font-size: 49px;
  }
  .record_description {
    font-size: 26px;
    margin: 10px 0 30px 10px;
    line-height: normal;
  }
  .record_container {
    gap: 70px;
  }
}

@media (max-width: 768px) {
  .policy_title .title {
    font-size: 30px;
    line-height: normal;
  }
  .trust {
    margin: 40px 0 100px 0;
  }
  .trust_container {
    display: flex;
    flex-direction: column;
  }
  .trust_right_img {
    max-height: 300px;
    max-width: 500px;
    margin: auto;
    object-position: top;
  }
  .trust_left {
    align-items: center;
  }
  .trust_title {
    text-align: center;
  }
  .header_logo {
    max-width: none;
    min-width: none;
    width: 70px;
  }
  .header_phone {
    font-size: 14px;
    gap: 6px;
  }
  .header_phone img {
    width: 16px;
    height: 16px;
  }
  .header_phone {
    order: 3;
    padding: 10px 20px;
    height: 34px;
  }
  .header_button {
    order: 4;
  }
  .header {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    border-radius: 20px;
    padding: 10px 15px;
    gap: 10px;
  }
  .header_links {
    align-items: end;
  }
  .record_left_color {
    width: 100%;
  }
  .record_container {
    gap: 30px;
  }
  .record_title span {
    font-size: 26px;
    line-height: 30px;
  }
  .record_container {
  }
  .record_title {
    line-height: normal;
    font-size: 36px;
    height: fit-content;
  }
  .main_title {
    font-size: 28px;
    line-height: 30px;
  }
  .main_button img {
    width: 17px;
  }
  .main_button,
  .record_button {
    padding: 10px 20px;
    font-size: 20px;
  }
  .record_description {
    font-size: 20px;
    margin: 0 0 30px 10px;
  }
  .work_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .header_left {
    display: contents;
  }
  .form_title,
  .form_description {
    text-align: center;
  }
  .form_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tarifs_item_img {
  }
  .tarifs_wrapper {
    margin: 80px auto 0 auto;
    max-width: 500px;
  }
  .tarifs_item {
  }

  .map_wrapper {
    position: static;
    margin: auto;
  }
  .map_container {
    height: auto;
    padding: 40px 0;
  }

  .comments {
    padding: 80px 0 0 0;
  }
  .comments_item {
    background: linear-gradient(90deg, #067d37 0%, #40706c 100%) !important;
  }

  .form_container {
    display: flex;
    flex-direction: column;
  }
  .form_right {
    padding: 400px 0 0 0;
  }
  .footer_container {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .policy_title .title{
    font-size: 24px;
  }
  .header_button {
    padding: 10px;
    justify-self: flex-end;
  }
  .header_phone {
    padding: 10px;
  }
  .main_title {
    font-size: 22px;
    line-height: 24px;
  }
  .main_right_tag_1 {
    right: 11px;
    max-width: 135px;
  }
  .main_right_tag_3 {
    right: 10px;
    margin: 60px 0 0 0;
  }
  .main_left {
    padding: 0 0 60px 0;
  }
  .work {
    padding: 90px 0 70px 0;
  }
  .record_container {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .record_left {
    position: relative;
    z-index: 1;
  }
  .record_right {
    position: absolute;
    z-index: 2;
    background-color: #ffffffd6;
    padding: 20px;
    /* bottom: 30px;
    left: 30px;
    right: 30px; */
    border-radius: 20px;
  }
  .record_button img {
    width: 17px;
  }
  .tarifs {
    padding: 70px 0;
  }
  .tarifs_wrapper {
    margin: 30px auto 0 auto;
  }
  .comments_swiper {
    padding: 0 0 40px 0;
  }
  .form_present_title {
    font-size: 27px;
  }
  .faq_item {
    margin: 0 0 10px 0;
  }
  .title {
    font-size: 30px;
  }
  .faq_deco {
    font-size: 45px;
  }
  .faq {
    padding: 70px 0;
  }

  .work_wrapper {
    margin: 40px auto 0 auto;
  }
}
