@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.eot");
  src: url("../fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: "Manrope", serif;
  background-color: #151420;
  scroll-behavior: smooth;
}

.locked_body {
  overflow: hidden;
}

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

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  padding: 0 123px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 30px;
  background-color: #3E8D44;
  border-radius: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s;
}
.button:has(svg), .button:has(img) {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (hover: hover) {
  .button:hover {
    background-color: #17591C;
    box-shadow: 0px 3px 16px 0px rgba(62, 141, 68, 0.2);
  }
}
@media (hover: none) {
  .button:active {
    background-color: #17591C;
    box-shadow: 0px 3px 16px 0px rgba(62, 141, 68, 0.2);
  }
}
.button:active {
  background-color: #0A3507;
  box-shadow: none;
}
.button.disabled {
  background-color: rgba(126, 126, 126, 0.5);
  color: #7E7E7E;
  pointer-events: none;
}

.heading {
  display: flex;
  align-items: center;
  gap: 59px;
  margin-bottom: 55px;
}
.heading h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
  padding-right: 59px;
  border-right: 2px solid rgba(126, 126, 126, 0.2);
  white-space: nowrap;
}
.heading .subheading {
  max-width: 604px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #7E7E7E;
}

section.limit {
  margin-top: 200px;
}

.form_row {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
  border-bottom: 1px solid #7E7E7E;
  transition: all 0.3s;
}
.form_row:has(input.valid) {
  border-color: #316835;
}
.form_row:has(input.valid)::before {
  content: "";
  background-image: url(../images/icons/valid.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 41px;
}
.form_row:has(input.error) {
  border-color: #DE1515;
}
.form_row:has(input.error)::before {
  content: "";
  background-image: url(../images/icons/error.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 41px;
}
.form_row:has(input.error) label.error {
  position: absolute;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #DE1515;
  text-transform: none;
  left: 0;
  top: calc(100% + 6px);
}
.form_row:has(input.error) label.error::after {
  display: none;
}
.form_row label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.form_row label::after {
  content: "*";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #DE1515;
}
.form_row input {
  font-family: "Manrope", serif;
  background-color: transparent;
  padding: 10px 15px 15px 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}
.form_row input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(126, 126, 126, 0.5);
}
.form_row input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(126, 126, 126, 0.5);
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  background-color: #191826;
}
header.limit {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
header.limit.fix {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
header.limit nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 39px;
}
header.limit nav .phone_n_lang {
  display: none;
}
header.limit nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (hover: hover) {
  header.limit nav a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  header.limit nav a:active {
    text-decoration: underline;
  }
}
header.limit nav a.active {
  text-decoration: underline;
}
.phone_n_lang {
  display: flex;
  align-items: center;
  gap: 25px;
}
.phone_n_lang a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  color: #FFFFFF;
}
.phone_n_lang .lang_toggle_btn {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #3E8D44;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  .phone_n_lang .lang_toggle_btn:hover {
    background-color: #3E8D44;
  }
}
@media (hover: none) {
  .phone_n_lang .lang_toggle_btn:active {
    background-color: #3E8D44;
  }
}
.phone_n_lang .lang_toggle_btn:active {
  background-color: #0A3507;
  border-color: #0A3507;
}

header.limit .burger-btn {
  display: none;
  width: 25px;
  z-index: 6;
  gap: 6px;
  flex-direction: column;
  align-items: center;
}
header.limit .burger-btn span {
  pointer-events: none;
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
  background: #3E8D44;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header.limit .burger-btn span:first-child {
  transform-origin: 0% 0%;
}
header.limit .burger-btn span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header.limit .burger-btn.active span {
  opacity: 1;
  transform: rotate(45deg) translate(0, -4px);
  background: #3E8D44;
}
header.limit .burger-btn.active span:nth-child(2) {
  transform: rotate(0deg) scale(0);
}
header.limit .burger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -3px);
}

.menu_overlay {
  display: none;
}

.layout:has(.burger-btn.active) .menu_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #151420;
  opacity: 0.9;
  z-index: 4;
}
.layout:has(.burger-btn.active) .menu_overlay .blur_circle {
  width: 539px;
  height: 539px;
  border-radius: 539px;
  opacity: 0.1;
  background: #B1FF44;
  filter: blur(158.1999969482px);
  transform: translate(-141px, -38px);
}
.layout:has(.burger-btn.active) .menu_overlay .blur_circle-3 {
  width: 539px;
  height: 539px;
  border-radius: 539px;
  opacity: 0.18;
  background: #44FF52;
  position: absolute;
  right: -52px;
  bottom: -361px;
  filter: blur(158.1999969482px);
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  background-color: #11101A;
  margin-top: 60px !important;
}
footer.limit {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.limit .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #FFFFFF;
}
footer.limit .footer_links {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer.limit .footer_links a {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #FFFFFF;
}
@media (hover: hover) {
  footer.limit .footer_links a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  footer.limit .footer_links a:active {
    text-decoration: underline;
  }
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen {
  margin-top: 152px;
}
.first_screen .top_heading {
  max-width: 1516px;
  display: flex;
  justify-content: center;
  gap: 87px;
}
.first_screen .top_heading h1 {
  max-width: 697px;
  text-align: right;
  padding-right: 87px;
  border-right: 2px solid rgba(126, 126, 126, 0.2);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.first_screen .top_heading .sub_text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: start;
}
.first_screen .top_heading .sub_text span {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: auto;
}
.first_screen .image_slider-container {
  position: relative;
}
.first_screen .image_slider-container .blure_circle-1 {
  position: absolute;
  top: -202px;
  left: -256px;
  width: 539px;
  height: 539px;
  border-radius: 539px;
  opacity: 0.1;
  background: #B1FF44;
  filter: blur(158.1999969482px);
}
.first_screen .image_slider-container .blure_circle-2 {
  position: absolute;
  width: 539px;
  height: 539px;
  border-radius: 539px;
  opacity: 0.18;
  background: #44FF52;
  filter: blur(158.1999969482px);
  right: -143px;
  top: 59px;
}
.first_screen .image_slider-container .image_slider_progress {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  z-index: 2;
}
.first_screen .image_slider-container .image_slider_progress-bar {
  width: 0;
  height: 100%;
  background-color: #3E8D44;
  border-radius: 79px;
}
.first_screen .image_slider {
  border-radius: 3px;
  width: 100%;
  margin-top: 152px;
  aspect-ratio: 167/50;
  z-index: 2;
  min-height: 192px;
}
.first_screen .image_slider .slick-track {
  height: 100%;
  min-height: 192px;
}
.first_screen .image_slider .slide {
  height: 100%;
  min-height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}
.first_screen .about_company-container {
  margin-top: 37px;
  display: flex;
  align-items: start;
  gap: 30px;
}
.first_screen .about_company-container .about_company {
  width: calc(66% - 15px);
  display: flex;
  flex-direction: column;
}
.first_screen .about_company-container .about_company .text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.first_screen .about_company-container .about_slider {
  max-width: 538px;
  width: calc(34% - 15px);
}
.first_screen .about_company-container .about_slider .slide {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.first_screen .about_company-container .about_slider .slide .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
}
.first_screen .about_company-container .about_slider .slide p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #FFFFFF;
}
.first_screen .about_company-container .about_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 11px;
  margin-top: 30px;
}
.first_screen .about_company-container .about_slider .slick-dots li {
  height: 6px;
  width: 100%;
  border-radius: 77px;
  background-color: #E5E5E5;
  transition: all 0.3s;
}
.first_screen .about_company-container .about_slider .slick-dots li.slick-active {
  width: 190px;
  min-width: 190px;
  position: relative;
  overflow: hidden;
}
.first_screen .about_company-container .about_slider .slick-dots li.slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #3E8D44;
  transition: width linear;
}
.first_screen .about_company-container .about_slider .slick-dots li.progress::after {
  width: 100%;
  /* Прогресс анимации */
  transition: width 6s linear;
  /* 5s — время прогресса */
}
.first_screen .about_company-container .about_slider .slick-dots li button {
  display: none;
}

.offer_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.offer_container .offer_item {
  display: flex;
  align-items: center;
}
.offer_container .offer_item .icon_container {
  padding: 25px 24px 24px 25px;
}
.offer_container .offer_item .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}

.services.limit {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191826;
}
.services.limit .services_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 30px;
}
.services.limit .services_container .service {
  display: flex;
  flex-direction: column;
}
.services.limit .services_container .service .title {
  margin-top: 19px;
  margin-bottom: 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: #FFFFFF;
}
.services.limit .services_container .service ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services.limit .services_container .service ul li {
  display: flex;
  align-items: start;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #FFFFFF;
}
.services.limit .services_container .service ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #3E8D44;
  margin-top: 7px;
}

.order_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-set: counter;
}
.order_container .order_item {
  min-height: 98px;
  padding-top: 16px;
  padding-left: 142px;
  border-top: 1px solid rgba(126, 126, 126, 0.1);
  counter-increment: counter;
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .order_container .order_item:hover .title {
    color: #3E8D44;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .order_container .order_item:active .title {
    color: #3E8D44;
    text-decoration: underline;
  }
}
.order_container .order_item:last-of-type {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(126, 126, 126, 0.1);
}
.order_container .order_item:last-of-type::before {
  content: "";
  background-image: url(../images/icons/finish.svg);
  width: 32px;
  height: 32px;
}
.order_container .order_item::before {
  content: "0" counter(counter) "/";
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: #7E7E7E;
}
.order_container .order_item .title {
  width: 100%;
  max-width: 538px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  color: #FFFFFF;
  transition: all 0.3s;
}
.order_container .order_item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 639px;
}
.order_container .order_item ul li {
  display: flex;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #FFFFFF;
}
.order_container .order_item ul li::before {
  content: "";
  width: 4px;
  min-width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #3E8D44;
  margin-top: 7px;
}
.order_container .order_item .order_image {
  position: absolute;
  bottom: 22px;
  right: 22px;
  pointer-events: none;
  display: none;
}

.projects_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 30px;
}
.projects_container .project {
  position: relative;
}
@media (hover: hover) {
  .projects_container .project:hover .image_container img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .projects_container .project:active .image_container img {
    transform: scale(1.1);
  }
}
.projects_container .project .image_container {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.projects_container .project .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.projects_container .project .image_container::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0.95;
  background: linear-gradient(180deg, rgba(25, 24, 38, 0) 0%, #191826 100%);
  width: 100%;
  height: 191px;
  z-index: 2;
}
.projects_container .project_info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 3;
}
.projects_container .project_info .labels {
  display: flex;
  align-items: center;
  gap: 8px;
}
.projects_container .project_info .labels .label {
  padding: 3px 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 66px;
  background: rgba(243, 243, 243, 0.4);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #101010;
}
.projects_container .project_info .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
}

.reviews_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 30px;
}
.reviews_container .review {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reviews_container .review .user_info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews_container .review .user_info .user_image {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.reviews_container .review .user_info .user_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews_container .review .user_info .name_n_date {
  display: flex;
  flex-direction: column;
}
.reviews_container .review .user_info .name_n_date .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #FFFFFF;
}
.reviews_container .review .user_info .name_n_date .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
}
.reviews_container .review .text {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 89.6px;
  transition: max-height 0.3s ease;
}
.reviews_container .review .text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.reviews_container .review .text.expanded .read_more {
  position: static;
  display: inline;
}
.reviews_container .review .text .read_more {
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #3E8D44;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #151420;
  padding-left: 10px;
}
.reviews_container .button {
  margin: auto;
}

.contacts_container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contacts_container .contact_info {
  max-width: 463px;
  width: 100%;
}
.contacts_container .contact_info .owner_name {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.contacts_container .contact_info_block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contacts_container .contact_info_block .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #7E7E7E;
}
.contacts_container .contact_info_block .text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.contacts_container .contact_info_block:last-of-type .text {
  margin-bottom: 0;
}
.contacts_container .map {
  width: 100%;
  max-width: 1181px;
  height: 393px;
  border-radius: 3px;
  overflow: hidden;
}
.contacts_container .map a {
  width: 100%;
  height: 100%;
}
.contacts_container .map a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.b-modal {
  background-color: #151420 !important;
  opacity: 0.9 !important;
}

.modal {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modal::before {
  content: "";
  width: 539px;
  height: 539px;
  border-radius: 539px;
  opacity: 0.1;
  background: #B1FF44;
  filter: blur(158.1999969482px);
  position: absolute;
  top: -174px;
  left: -217px;
}
.modal::after {
  content: "";
  width: 539px;
  height: 539px;
  border-radius: 539px;
  opacity: 0.18;
  background: #44FF52;
  filter: blur(158.1999969482px);
  position: absolute;
  bottom: -203px;
  right: -214px;
}
.modal .cross {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
.modal .modal_content {
  position: relative;
  z-index: 2;
  padding: 80px 114px;
  background-color: #191826;
}
.modal .modal_content h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.modal .modal_content form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal .modal_content form .button {
  font-family: "Manrope", serif;
  margin: 0 auto;
  margin-top: 20px;
}
.modal .modal_content .text > p {
  margin-bottom: 0;
}
.modal .modal_content .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.modal .modal_content .text h1 {
  text-align: left;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 24px;
}
.modal .modal_content .text h2,
.modal .modal_content .text h3,
.modal .modal_content .text h4,
.modal .modal_content .text h5,
.modal .modal_content .text h6 {
  font-weight: 700;
  line-height: 130%;
  margin-top: 61px;
  color: #FFFFFF;
}
.modal .modal_content .text h2:first-child,
.modal .modal_content .text h3:first-child,
.modal .modal_content .text h4:first-child,
.modal .modal_content .text h5:first-child,
.modal .modal_content .text h6:first-child {
  margin-top: 0;
}
.modal .modal_content .text h2 {
  font-size: 32px;
  margin-bottom: 26px;
}
.modal .modal_content .text h3 {
  font-size: 28px;
  margin-bottom: 24px;
}
.modal .modal_content .text h4 {
  font-size: 24px;
  margin-bottom: 22px;
}
.modal .modal_content .text h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.modal .modal_content .text h6 {
  font-size: 16px;
  margin-bottom: 18px;
}
.modal .modal_content .text h6 {
  font-size: 18px;
}
.modal .modal_content .text strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}
.modal .modal_content .text a {
  color: #3E8D44;
}
.modal .modal_content .text ul,
.modal .modal_content .text ol {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.modal .modal_content .text ul li,
.modal .modal_content .text ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}
.modal .modal_content .text ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}

#privacy_modal,
#terms_modal {
  padding: 80px 30px 51px 84px;
  background-color: #191826;
  max-width: 1068px;
}
#privacy_modal::after, #privacy_modal::before,
#terms_modal::after,
#terms_modal::before {
  display: none;
}
#privacy_modal .modal_content,
#terms_modal .modal_content {
  padding: 0;
  width: 100%;
  max-height: 760px;
  overflow: auto;
  padding-right: 50px;
}
#privacy_modal .modal_content::-webkit-scrollbar,
#terms_modal .modal_content::-webkit-scrollbar {
  width: 4px;
  background: #151420;
}
#privacy_modal .modal_content::-webkit-scrollbar-thumb,
#terms_modal .modal_content::-webkit-scrollbar-thumb {
  background: #3E8D44;
  border-radius: 42px;
}

@media (max-width: 1900px) {
  .order_container .order_item ul {
    max-width: 402px;
  }
}
@media (max-width: 1700px) {
  .order_container .order_item {
    gap: 90px;
  }
  .order_container .order_item .title {
    width: 320px;
  }
}
@media (max-width: 1500px) {
  .limit {
    padding: 0 40px;
  }
  header.limit nav {
    position: static;
    transform: translate(0, 0);
  }
}
@media (max-width: 1350px) {
  .order_container .order_item {
    gap: 30px;
  }
  .order_container .order_item .title {
    width: 100%;
  }
  .order_container .order_item ul {
    max-width: 639px;
  }
  .order_container .order_item .order_image {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .first_screen {
    margin-top: 102px;
  }
  .first_screen .top_heading {
    gap: 67px;
  }
  .first_screen .top_heading h1 {
    font-size: 52px;
    padding-right: 67px;
  }
  .first_screen .top_heading .sub_text span {
    font-size: 28px;
  }
}
@media (max-width: 1250px) {
  .limit {
    padding: 0 30px;
  }
  header.limit nav {
    gap: 26px;
  }
  .heading h2 {
    font-size: 42px;
  }
  .first_screen .about_company-container .about_company .text p {
    font-size: 18px;
  }
  .offer_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .services.limit .services_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .order_container .order_item .title {
    width: 50%;
  }
  .order_container .order_item ul {
    width: 50%;
  }
  .reviews_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts_container .contact_info {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 1150px) {
  .heading {
    gap: 52px;
  }
  .heading h2 {
    padding-right: 52px;
  }
  .first_screen .top_heading {
    gap: 50px;
  }
  .first_screen .top_heading h1 {
    padding-right: 50px;
  }
}
@media (max-width: 1139px) {
  header.limit {
    justify-content: start;
  }
  header.limit .logo {
    margin-right: auto;
  }
  header.limit nav {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100dvh;
    background-color: #191826;
    flex-direction: column;
    justify-content: center;
    gap: 42px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 5;
    width: 100%;
    max-width: 364px;
    transition: all 0.3s;
  }
  header.limit nav.active {
    transform: translateX(-100%);
  }
  header.limit nav .phone_n_lang {
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  header.limit nav .phone_n_lang a {
    white-space: nowrap;
  }
  header.limit .burger-btn {
    display: flex;
    margin-left: 30px;
  }
}
@media (max-width: 999px) {
  #privacy_modal {
    padding: 80px 30px 51px;
  }
  .first_screen .top_heading {
    flex-direction: column;
    gap: 30px;
    padding-left: 20px;
    border-left: 1px solid rgba(126, 126, 126, 0.2);
  }
  .first_screen .top_heading h1 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-right: 0;
    border-right: none;
    text-align: left;
    font-size: clamp(34px, 5.205vw, 52px);
  }
  .first_screen .top_heading .sub_text span {
    font-size: clamp(16px, 2.803vw, 28px);
  }
  .first_screen .image_slider {
    margin-top: 72px;
  }
  .first_screen .image_slider-container .blure_circle-1,
  .first_screen .image_slider-container .blure_circle-2 {
    display: none;
  }
  .first_screen .about_company-container {
    flex-direction: column;
    gap: 60px;
  }
  .first_screen .about_company-container .about_company {
    width: 100%;
  }
  .first_screen .about_company-container .about_slider {
    width: 100%;
  }
  .heading {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
  }
  .heading h2 {
    padding-right: 0;
    padding-bottom: 18px;
    position: relative;
    font-size: clamp(26px, 4.204vw, 42px);
    border-right: none;
  }
  .heading h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 2px;
    background-color: #7E7E7E;
    opacity: 0.2;
  }
  .heading .subheading {
    text-align: center;
    font-size: 13px;
  }
  .first_screen .about_company-container .about_company .text p {
    font-size: clamp(14px, 1.802vw, 18px);
  }
  .order_container .order_item {
    padding-left: 60px;
  }
  .projects_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts_container {
    flex-direction: column;
  }
  .contacts_container .contact_info .owner_name {
    text-align: center;
    font-size: clamp(20px, 3.604vw, 36px);
  }
  .contacts_container .contact_info .contact_info_block {
    align-items: center;
  }
  .contacts_container .contact_info .contact_info_block .text {
    font-size: clamp(18px, 2.202vw, 22px);
  }
  .modal::after,
  .modal::before {
    display: none;
  }
}
@media (max-width: 850px) {
  .first_screen .top_heading {
    gap: 15px;
  }
  section.limit {
    margin-top: 102px;
  }
  .limit {
    padding: 0 20px;
  }
  .offer_container .offer_item {
    gap: 15px;
  }
  .offer_container .offer_item .icon_container {
    padding: 6px;
  }
  .offer_container .offer_item .icon_container svg,
  .offer_container .offer_item .icon_container img {
    width: 38px;
    height: 38px;
  }
  .offer_container .offer_item .text {
    font-size: clamp(14px, 2.118vw, 18px);
  }
  .services.limit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services.limit .services_container .service {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 13px 16px;
  }
  .services.limit .services_container .service svg,
  .services.limit .services_container .service img {
    width: 50px;
    height: 50px;
  }
  .services.limit .services_container .service ul {
    grid-column: span 2;
    margin-bottom: auto;
  }
  .services.limit .services_container .service ul li {
    font-size: 14px;
  }
  .services.limit .services_container .service .title {
    margin: 0;
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .order_container .order_item:last-of-type::before {
    width: 17px;
    height: 17px;
    background-size: cover;
  }
  .first_screen .about_company-container .about_slider .slide p {
    font-size: 14px;
  }
  .services.limit .services_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .order_container .order_item {
    padding-left: 40px;
    flex-direction: column;
    gap: 12px;
  }
  .order_container .order_item::before {
    font-size: 14px;
  }
  .order_container .order_item .title {
    width: 100%;
    font-size: 16px;
  }
  .order_container .order_item ul {
    width: 100%;
  }
  .order_container .order_item ul li {
    font-size: 14px;
  }
  .reviews_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .reviews_container .button {
    margin-top: 22px;
  }
}
@media (max-width: 720px) {
  .modal .modal_content .text p {
    font-size: 14px;
  }
  .modal .modal_content .text strong {
    font-size: 18px;
  }
  .modal .modal_content .text ol li,
  .modal .modal_content .text ul li {
    font-size: 14px;
  }
  .modal .modal_content .text h2 {
    font-size: clamp(22px, 4.444vw, 32px);
  }
  .modal .modal_content .text h3 {
    font-size: clamp(18px, 3.889vw, 28px);
  }
  .modal .modal_content .text h4 {
    font-size: clamp(16px, 3.333vw, 24px);
  }
  .modal .modal_content .text h5 {
    font-size: 18px;
  }
  .offer_container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .modal .modal_content {
    padding: 60px;
  }
  .modal .modal_content h1 {
    font-size: clamp(20px, 4.722vw, 34px);
    margin-bottom: 30px;
  }
  .modal .cross {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 700px) {
  .projects_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .first_screen {
    margin-top: 63px;
  }
  footer.limit {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 10px;
  }
  footer.limit .logo {
    margin-bottom: 22px;
    order: 1;
  }
  footer.limit .footer_links {
    order: 2;
    margin-bottom: 16px;
  }
  footer.limit .copyright {
    order: 3;
  }
}
@media (max-width: 550px) {
  .menu_overlay {
    display: none !important;
  }
  .phone_n_lang {
    display: none;
  }
  header.limit nav {
    height: calc(100dvh - 75px);
    background-color: #151420;
    padding-top: 51px;
    top: 100%;
    max-width: none;
    width: 100%;
    justify-content: start;
    gap: 39px;
  }
}
@media (max-width: 480px) {
  .first_screen .image_slider-container {
    margin-left: -16px;
    margin-right: -16px;
  }
  .modal .modal_content {
    padding: 60px 30px;
  }
  .modal .modal_content h1 {
    padding: 0 20px;
  }
  .modal .modal_content form {
    gap: 25px;
  }
  .modal .modal_content .button {
    margin-top: 5px;
  }
  .contacts_container .contact_info .owner_name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contacts_container .contact_info .contact_info_block {
    margin-bottom: 10px;
  }
  .contacts_container .contact_info .contact_info_block .title {
    font-size: 12px;
  }
  .contacts_container .contact_info .contact_info_block .text {
    font-size: 16px;
  }
  .limit {
    padding: 0 16px;
  }
  .projects_container .project_info .name {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */