@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#work, #caracteristic, #price, #faq {
  scroll-margin-top: 85px;
}

#gallerya {
  scroll-margin-top: 144px;
}

#calculation, #contacts {
  scroll-margin-top: 17px;
}

.header {
  border-bottom: 1px solid #e4ede7;
  background: #f5faf7;
  padding: 17px 0 12px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 222;
}
@media (max-width: 992px) {
  .header {
    padding: 0 0 8px;
  }
}
.header_top {
  display: none;
}
@media (max-width: 992px) {
  .header_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
  }
}
.header_top a {
  color: #191a19;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.header_top span {
  font-size: 12px;
}
.header__logo {
  line-height: 0;
}
@media (max-width: 992px) {
  .header__logo img {
    max-width: 126px;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 146px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 54px;
}
@media (max-width: 1250px) {
  .header .menu__body {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .header .menu__body {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    background: #f5faf7;
    padding: 20px 40px;
  }
}
.header .menu__body .menu__list {
  display: flex;
  list-style: none;
  gap: 24px 16px;
}
@media (max-width: 1250px) {
  .header .menu__body .menu__list {
    gap: 17px;
  }
}
@media (max-width: 992px) {
  .header .menu__body .menu__list {
    width: 100%;
  }
}
.header .menu__body .menu__list a {
  color: #191a19;
  font-style: normal;
  text-decoration: none;
  font-weight: 300;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  display: block;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  .header .menu__body .menu__list a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .header .menu__body .menu__list a {
    font-size: 15.32px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    display: inline-flex;
  }
}
.header .menu__body .menu__list a:hover {
  color: #41cc79;
  border-color: #41cc79;
}
@media (max-width: 992px) {
  .header__contact {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 748px;
    margin: 0 auto;
  }
}
.header__contact a {
  color: #191a19;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  text-decoration: none;
  gap: 4px;
}
@media (max-width: 1200px) {
  .header__contact a {
    font-size: 15px;
    display: none;
  }
  .header__contact a.mobile_contact {
    display: block;
  }
}
@media (max-width: 992px) {
  .header__contact a span {
    display: none;
  }
}
.header__contact .mobile_contact {
  display: none;
}
@media (max-width: 992px) {
  .header__contact .mobile_contact {
    display: block;
  }
}
.header__contact .menu_subtitle {
  color: #4a4d4b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
  line-height: 167%;
}
@media (max-width: 992px) {
  .header__contact .menu_subtitle {
    display: none;
  }
}
.header__menu {
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .header__menu {
    position: fixed;
    inset: 0;
    width: 100%;
    left: auto;
    right: -100%;
    top: 89px;
  }
  .header__menu .menu__list {
    flex-direction: column;
    gap: 40px;
    max-width: 748px;
    margin: 0 auto;
  }
}
.header__menu.active {
  background: rgba(0, 0, 0, 0.82);
  right: 0;
}
.header__hamburger {
  display: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .header__hamburger {
    cursor: pointer;
    gap: 6px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 31px;
    height: 40px;
    flex: 0 0 auto;
  }
}
.header__hamburger span {
  width: 30px;
  height: 2px;
  background-color: #191a19;
  transition: all 0.2s linear;
  display: block;
  flex: 0 0 auto;
}
.header__hamburger span:nth-child(2) {
  width: 20px;
}
.header__hamburger.active {
  position: relative;
  justify-content: center;
  align-items: center;
}
.header__hamburger.active span:nth-child(1) {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
  display: none;
}
.header__hamburger.active span:nth-child(3) {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.hero_top {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  gap: 65px;
}
@media (max-width: 992px) {
  .hero_top {
    flex-direction: column;
    gap: 20px;
  }
}
.hero_top_left {
  width: calc(57% - 10px);
}
@media (max-width: 1200px) {
  .hero_top_left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .hero_top_left {
    width: 100%;
  }
}
.hero_top_left h1 {
  color: #191a19;
  font-size: 45.7px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero_top_left h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .hero_top_left h1 {
    font-size: 26.4px;
    line-height: 32px;
  }
  .hero_top_left h1 span {
    display: none;
  }
}
.hero_top_right {
  width: calc(43% - 10px);
}
@media (max-width: 1200px) {
  .hero_top_right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .hero_top_right {
    width: 100%;
  }
}
.hero_top_right .call_title {
  color: #191a19;
  font-size: 22.64px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .hero_top_right .call_title {
    font-size: 20px;
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .hero_top_right .call_title {
    font-size: 15.32px;
    font-weight: 600;
    line-height: 20px;
  }
}
.hero_top_right .call_title span {
  color: #3b945f;
  font-weight: 700;
}
.hero_top_right .call_buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hero_top_right .call_buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.hero_top_right .call_buttons .call__button {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  background: #3b945f;
  color: #f5faf7;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 15px;
  line-height: 157%;
}
.hero_top_right .call_buttons .call__button:hover {
  background: #1fb163;
}
@media (max-width: 1200px) {
  .hero_top_right .call_buttons .call__button {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .hero_top_right .call_buttons .call__button {
    font-size: 15.32px;
  }
}
.hero_top_right .call_buttons .call__button:not(.no_bg) {
  min-width: 253px;
}
.hero_top_right .call_buttons .call__button.no_bg {
  border: 1px solid #3b945f;
  background: #fcfffd;
  color: #4a4d4b;
}
.hero_top_right .call_buttons .call__button.no_bg:hover {
  color: #099b4d;
  border: 1px solid #099b4d;
}
.hero .d_none {
  display: none;
}
@media (max-width: 992px) {
  .hero .d_none {
    display: block;
  }
}
.hero__content {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .hero__content {
    flex-direction: column-reverse;
    margin-top: 28px;
    gap: 28px;
  }
}
.hero__content_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .hero__content_list {
    flex-direction: row;
    overflow-x: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__content_list::-webkit-scrollbar {
  display: none;
}
.hero__content_item {
  border-radius: 8px;
  border: 2px solid #e5ecff;
  display: flex;
  gap: 12px;
  padding: 12px;
}
@media (max-width: 992px) {
  .hero__content_item {
    flex: 0 0 auto;
    max-width: 100%;
    align-items: flex-start;
  }
}
.hero__content_item_title {
  color: #191a19;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.hero__content_item p {
  color: #4a4d4b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 4px;
  line-height: 136%;
  position: relative;
  bottom: -1px;
}
.hero__content_img {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 4px;
  background: #e9f2ec;
  align-items: center;
  justify-content: center;
}
.hero__content_right {
  max-height: 524px;
  line-height: 0;
}
@media (max-width: 992px) {
  .hero__content_right {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .hero__content_right {
    width: calc(100% + 80px);
    margin-left: -60px;
  }
}
.hero__content_right img {
  height: 100%;
}
@media (max-width: 992px) {
  .hero__content_right img {
    width: 100%;
    height: auto;
  }
}

.steps {
  background: #4d6657;
  margin-top: 80px;
  padding: 70px 0 80px 0;
}
@media (max-width: 992px) {
  .steps {
    padding: 48px 0 40px;
    margin-top: 28px;
  }
}
.steps_top {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .steps_top {
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }
}
.steps_top_left {
  color: #d3f0de;
  font-weight: 400;
  font-size: 22.64px;
  line-height: 141%;
  width: calc(52% - 20px);
}
@media (max-width: 992px) {
  .steps_top_left {
    line-height: 24px;
    width: 100%;
    font-size: 18px;
  }
}
.steps_top_left span, .steps_top_right span {
  color: #f5faf7;
}
.steps_top_right {
  width: calc(43% - 20px);
}
@media (max-width: 992px) {
  .steps_top_right {
    width: 100%;
  }
}
.steps_top_right h3 {
  color: #f5faf7;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .steps_top_right h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.steps_top_right p {
  color: #d3f0de;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .steps_top_right p {
    font-size: 15.32px;
  }
}
.steps_content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 0;
}
@media (max-width: 992px) {
  .steps_content {
    flex-wrap: wrap;
  }
}
.steps_content .steps_list {
  width: calc(50% - 6px);
}
@media (max-width: 992px) {
  .steps_content .steps_list {
    width: 100%;
    margin-top: 0;
  }
}
.steps_list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  user-select: none;
}
@media (max-width: 992px) {
  .steps_list {
    margin-top: 20px;
    padding-top: 0;
  }
}
.steps_list .steps_item {
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.5;
  padding: 0 20px 0 20px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .steps_list .steps_item {
    padding: 0 12px;
  }
  .steps_list .steps_item.active {
    padding-bottom: 12px;
  }
}
.steps_list .steps_item svg {
  transition: all 0.3s ease;
  width: 22px;
  height: 10px;
  margin-top: 11px;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .steps_list .steps_item svg {
    flex: 0 0 auto;
  }
}
.steps_list .steps_item .steps_header {
  padding: 20px 0;
}
.steps_list .steps_item.active {
  border-color: #bed4c7;
  background: #5c7164;
  opacity: 1;
}
.steps_list .steps_item.active svg {
  transform: rotate(180deg);
  flex: 0 0 auto;
}
.steps_list .steps_item.active svg path {
  stroke: #41cc79;
}
.steps_list .steps_item:hover {
  border-color: #3ee78b;
  opacity: 1;
}
.steps_list .steps_item .steps_header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .steps_list .steps_item .steps_header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.steps_list .steps_item .steps_header_left {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_header_left {
    gap: 6px;
  }
}
.steps_list .steps_item .steps_header .steps_number {
  color: #f5faf7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.steps_list .steps_item .steps_header .steps_title {
  color: #f5faf7;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_header .steps_title {
    font-size: 18px;
    line-height: normal;
  }
}
.steps_list .steps_item .steps_body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.steps_list .steps_item .steps_body .steps_text {
  color: #d3f0de;
  padding-bottom: 0px;
  color: #d3f0de;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_body .steps_text {
    padding-bottom: 0;
  }
}
.steps_list .steps_item .steps_body .steps_text ul {
  margin-top: 12px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 14px;
}
.steps_list .steps_item .steps_body .steps_text ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_body .steps_text ul li img {
    display: none;
  }
}
.steps_list .steps_item .steps_body .steps_text ul li::before {
  content: "•";
  position: absolute;
  left: -16px;
  top: -5px;
  font-size: 54px;
  color: #41CC79;
}
.steps_list .steps_item .steps_body .steps_images {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: calc(50% + 12px);
  margin-right: -20px;
  overflow-x: auto;
  padding-bottom: 8px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_body .steps_images {
    width: 100%;
    margin-right: 0;
    padding-right: 0px;
  }
}
.steps_list .steps_item .steps_body .steps_images::-webkit-scrollbar {
  background: #4d6657;
  height: 4px;
  border-radius: 16px;
}
.steps_list .steps_item .steps_body .steps_images::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 16px;
}
.steps_list .steps_item .steps_body .steps_images img {
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.steps_list .steps_item .steps_body_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_body_flex {
    flex-direction: column;
  }
}
.steps_list .steps_item .steps_body_flex .steps_text {
  width: calc(50% - 12px);
}
@media (max-width: 992px) {
  .steps_list .steps_item .steps_body_flex .steps_text {
    width: 100%;
  }
}
.steps_list .steps_item.active .steps_body {
  max-height: 800px;
  opacity: 1;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .steps_list .steps_item.active .steps_body {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .steps_list .process_title {
    font-size: 28px;
  }
  .steps_list .steps_images {
    margin-right: -20px;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .steps_list .process_title {
    font-size: 24px;
  }
  .steps_list .steps_number {
    font-size: 18px;
  }
}
.steps.next {
  margin-top: 0;
}

.ukls_section {
  padding: 70px 0 84px 0;
}
@media (max-width: 992px) {
  .ukls_section {
    padding: 48px 0 56px;
  }
}
@media (max-width: 992px) {
  .ukls_section .section_title {
    line-height: 28px;
  }
}
.ukls_section .ukls_table_content {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ukls_section .ukls_table_content {
    overflow-x: auto;
    width: calc(100% + 40px);
  }
}
.ukls_section .ukls_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 40px;
  table-layout: fixed;
}
@media (max-width: 992px) {
  .ukls_section .ukls_table {
    overflow-x: auto;
    flex: 0 0 auto;
    width: 1300px;
    margin-top: 28px;
  }
}
.ukls_section .ukls_table th {
  background: #4D6657;
  color: #fff;
  padding: 10px 12px;
  text-align: left;
  font-weight: 500;
  font-size: 15.3px;
  color: #f5faf7;
}
.ukls_section .ukls_table th:first-child {
  width: 32.8%;
}
.ukls_section .ukls_table td {
  padding: 12px;
  background: #f5faf7;
  font-size: 15.32px;
  color: #151a16;
  font-weight: 300;
}
.ukls_section .ukls_table td:first-child {
  color: #191a19;
  background: #fff;
  width: calc(35% - 6px);
  padding-left: 12px;
}
.ukls_section .ukls_table tr:last-child td {
  border-bottom: none;
}
.ukls_section .ukls_bottom {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom {
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }
}
.ukls_section .ukls_bottom .ukls_subtitle {
  color: #151a16;
  font-size: 29.96px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  width: calc(36.6% - 6px);
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .ukls_subtitle {
    width: 100%;
    color: #151a16;
    font-size: 22.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}
.ukls_section .ukls_bottom .ukls_blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .ukls_blocks {
    flex-direction: column;
    gap: 12px;
  }
}
.ukls_section .ukls_bottom .ukls_block {
  background: #f5faf7;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .ukls_block {
    gap: 12px;
  }
}
.ukls_section .ukls_bottom .ukls_block.first {
  width: calc(50% - 6px);
}
.ukls_section .ukls_bottom .ukls_block.first p {
  line-height: 35px;
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .ukls_block.first {
    width: 100%;
  }
}
.ukls_section .ukls_bottom .ukls_block.next {
  width: calc(25% - 6px);
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .ukls_block.next {
    width: 100%;
  }
}
.ukls_section .ukls_bottom .ukls_block p {
  font-size: 15.3px;
  line-height: 24px;
  color: #333;
  font-weight: 300;
}
.ukls_section .ukls_bottom .ukls_block span {
  margin-top: 10px;
  font-weight: 700;
  font-size: 22.64px;
  color: #151A16;
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .ukls_block span {
    margin-top: 0;
    color: #151a16;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}
.ukls_section .ukls_bottom .last_block {
  gap: 12px;
  display: flex;
  width: calc(25% - 6px);
  flex-direction: column;
}
.ukls_section .ukls_bottom .last_block span {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .ukls_section .ukls_bottom .last_block {
    width: 100%;
  }
}

.calculation {
  padding: 80px 0 76px;
  background: #e4ede7;
}
@media (max-width: 992px) {
  .calculation {
    padding: 56px 0;
  }
}
.calculation_buttons {
  display: flex;
}
.calculation_buttons a {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: var(--paddings-4, 4px);
  text-decoration: none;
  color: rgba(21, 26, 23, 0.80);
}
@media (max-width: 992px) {
  .calculation_buttons a {
    padding: 20px;
  }
}
.calculation_buttons a.active {
  background: #3b945f;
  color: #f5faf7;
}
.calculation_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .calculation_content {
    flex-direction: column;
  }
}
.calculation_content_form {
  width: calc(66% - 6px);
  background: #f5faf7;
  height: fit-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .calculation_content_form {
    width: 100%;
  }
}
.calculation_content .form_step {
  padding: 40px;
  /* Select ochilganda orqaga kirmasin */
  /* Анимации убираем для компактности */
  /* Анимации загрузки */
}
@media (max-width: 992px) {
  .calculation_content .form_step {
    padding: 20px;
  }
}
.calculation_content .form_step .form-group:focus-within {
  z-index: 30;
}
.calculation_content .form_step .section_title {
  position: relative;
}
@media (max-width: 992px) {
  .calculation_content .form_step .section_title {
    line-height: 28px;
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
    position: relative;
  }
  .calculation_content .form_step .section_title img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.calculation_content .form_step .section_title .info {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .calculation_content .form_step .section_title .info {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.calculation_content .form_step .section_title .info img {
  position: relative;
  top: -18px;
}
@media (max-width: 992px) {
  .calculation_content .form_step .section_title .info img {
    top: 0;
  }
}
.calculation_content .form_step .section_title .tiltop {
  position: absolute;
  padding: 20px 15px 20px;
  background: #fcfffd;
  width: 100%;
  max-width: 360px;
  z-index: 222;
  transform: scale(0);
  transition: all 0.3s ease;
  right: -10%;
}
@media (max-width: 992px) {
  .calculation_content .form_step .section_title .tiltop {
    right: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  }
}
.calculation_content .form_step .section_title .tiltop img {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.calculation_content .form_step .section_title .tiltop_title {
  font-weight: 600;
  font-size: 15px;
  line-height: 131%;
  margin-bottom: 5px;
}
.calculation_content .form_step .section_title .tiltop p {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
}
.calculation_content .form_step .section_title .tiltop ul {
  padding-left: 20px;
  list-style: none;
}
.calculation_content .form_step .section_title .tiltop li {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  position: relative;
}
.calculation_content .form_step .section_title .tiltop li::before {
  content: "•";
  position: absolute;
  left: -16px;
  top: -3px;
  font-size: 50px;
  color: #103FCC;
}
.calculation_content .form_step .section_title .info:hover ~ .tiltop {
  transform: scale(1);
}


.calculation_content .form_step .section_title .tiltop a {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #3b945f;
  text-decoration: none;
  cursor: pointer;
}

.calculation_content .form_step .section_title .tiltop a:hover {
  color: #36b96a; /* темнее при наведении */
}



.calculation_content .form_step #woodCalculator {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .calculation_content .form_step #woodCalculator {
    margin-top: 28px;
  }
}
.calculation_content .form_step .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .calculation_content .form_step .form-row {
    flex-direction: column;
  }
}
.calculation_content .form_step .form-row .form-group {
  margin-bottom: 0;
  position: relative;
  flex: 1;
}
.calculation_content .form_step .form-group {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.calculation_content .form_step .input_title {
  color: #151a16;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .calculation_content .form_step .input_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.calculation_content .form_step .input_title span {
  color: #a3b8ab;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.calculation_content .form_step .form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 0.95em;
  background: white;
  transition: border-color 0.2s ease;
}
.calculation_content .form_step .form-input::-webkit-outer-spin-button,
.calculation_content .form_step .form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculation_content .form_step .form-select {
  cursor: pointer;
  width: 100%;
  padding: 12px 24px;
  background: #e9f2ec;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  color: var(--color-text-base---on-light, #191a19);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
  outline: none;
  border: 1px solid transparent;
  opacity: 1;
  z-index: 1;
  transition: 0.3s ease;
}

.calculation_content .form_step .form-select .item {
  font-size: 15.32px;
}
.calculation_content .form_step .form-select:focus {
  border-color: #41cc79 !important;
  border-radius: 8px;
}
.calculation_content .form_step .form-select:hover {
  border-radius: 8px;
}
.calculation_content .form_step .form-select.last {
  background: #e9f2ec;
  padding-block: 12px;
}
.calculation_content .form_step .form-select.last.errors {
  color: #df1300 !important;
  border-color: #df1300 !important;
  background: rgba(223, 19, 0, 0.12) !important;
}
.calculation_content .form_step .form-select:hover,
.calculation_content .form_step .form-input:hover {
  border-color: #41cc79;
}
.calculation_content .form_step .input-group {
  position: relative;
}
.calculation_content .form_step .input-group .input-group_child {
  position: relative;
}
.calculation_content .form_step #electricityCost.errors {
  color: red;
}
.calculation_content .form_step .input-suffix {
  position: absolute;
  right: 15px;
  top: 24px;
  transform: translateY(-50%);
  color: #666;
  font-weight: 400;
  pointer-events: none;
  z-index: 2;
}
.calculation_content .form_step .result-content {
  width: 100%;
}
.calculation_content .form_step .result-block {
  margin-top: 25px;
  padding: 20px;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  animation: slideIn 0.3s ease-out;
  width: 100%;
  position: relative;
}
.calculation_content .form_step .result-title {
  color: #155724;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.calculation_content .form_step .result-text {
  color: #155724;
  font-size: 0.95em;
  line-height: 1.8;
  margin: 0;
}
.calculation_content .form_step .result-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px dotted #c3e6cb;
  padding-bottom: 4px;
}
.calculation_content .form_step .result-line:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.calculation_content .form_step .result-highlight {
  background: rgba(40, 167, 69, 0.1);
  margin: 15px -10px 0 -10px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid rgba(40, 167, 69, 0.3);
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.1);
}
.calculation_content .form_step .result-highlight .result-line {
  border-bottom: 1px solid rgba(40, 167, 69, 0.2);
  margin-bottom: 10px;
  padding-bottom: 8px;
  background: none;
}
.calculation_content .form_step .result-highlight .result-line:last-child {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 1.1em;
}
.calculation_content .form_step .result-highlight .result-label {
  color: #155724;
  font-weight: 600;
  font-size: 1.05em;
}
.calculation_content .form_step .result-highlight .result-value {
  color: #0d5e2a;
  font-weight: 700;
  font-size: 1.1em;
}
.calculation_content .form_step .result-highlight .result-line:last-child .result-value {
  font-size: 1.3em;
}
.calculation_content .form_step .result-label {
  font-weight: 400;
}
.calculation_content .form_step .result-value {
  font-weight: 600;
  color: #0d5e2a;
}
.calculation_content .form_step .input-fields {
  margin-top: 40px;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.calculation_content .form_step .wood-icon {
  display: none;
}
.calculation_content .form_step .form-group {
  opacity: 1;
}
.calculation_content .form_step .form-group {
  opacity: 0;
  animation: slideInUp 0.6s ease forwards;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.calculation_content .form_step .radio-group {
  display: flex;
  gap: 8px;
}
.calculation_content .form_step .radio-group .radio-option {
  position: relative;
}
.calculation_content .form_step .radio-group .radio-option input {
  position: absolute;
  opacity: 0;
}
.calculation_content .form_step .radio-group .radio-option label {
  border: 1px solid #4a4d4b;
  position: relative;
  color: #4a4d4b;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 400;
  width: 75px;
  height: 45px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.calculation_content .form_step .radio-group .radio-option label:hover {
  background: #1fb163 !important;
  border-color: #1fb163 !important;
  color: #f5faf7 !important;
}
.calculation_content .form_step .radio-group .radio-option input:checked + label {
  background: #3b945f;
  color: #f5faf7;
  border-color: #3b945f;
}
.calculation_content .form_step .inputs {
  margin-top: 24px;
}
.calculation_content .result-text {
  height: 100%;
}
.calculation_content .result-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-base-on-dark---shift-down, #a3b8ab);
  text-align: center;
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-large, 22.64px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-large, 32px);
}
.calculation_content .result-block {
  height: 100%;
  position: relative;
  display: none;
}
.calculation_content .result-block .exit_modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .calculation_content .result-block {
    height: fit-content;
    margin-top: auto;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
  }
}
.calculation_content .result-content {
  height: 100%;
}
@media (max-width: 992px) {
  .calculation_content .result-content {
    background: #f5faf7;
  }
}
.calculation_content_result {
  overflow: hidden;
  width: calc(34% - 6px);
  background: #f5faf7;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .calculation_content_result {
    display: none;
    width: 100%;
    height: 100dvh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
  }
}
.calculation_content_result .result-title {
  color: #191a19;
  font-size: 29.96px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding: 40px 40px 0;
}
@media (max-width: 992px) {
  .calculation_content_result .result-title {
    padding: 40px 20px 20px;
    color: #191a19;
    font-size: 22.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}
@media (min-width: 993px) {
  .calculation_content_result .result-title {
    overflow: visible;
  }
}
@media (min-width: 993px) {
  .calculation_content_result .result-title {
    overflow: visible;
  }
}
.calculation_content_result .result-white {
  padding: 24px 40px 12px;
}
@media (max-width: 992px) {
  .calculation_content_result .result-white {
    padding: 0px 20px 0px;
  }
}
.calculation_content_result .result-white .result-text {
  margin-top: 24px;
}
.calculation_content_result .result-white .result-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.calculation_content_result .result-white .result-line .result-label {
  color: #191a19;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.calculation_content_result .result-white .result-line .result-value {
  overflow: hidden;
  color: #151a16;
  text-overflow: ellipsis;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 992px) {
  .calculation_content_result .result-white .result-line .result-value {
    font-size: 18px;
  }
}
.calculation_content_result .result-highlight {
  display: flex;
  padding: 20px 40px 0 40px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
  color: #f5faf7;
  background: #4d6657;
  gap: 16px;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .calculation_content_result .result-highlight {
    top: -30px;
  }
}
@media (max-width: 992px) {
  .calculation_content_result .result-highlight {
    height: fit-content;
    padding: 20px;
    padding-bottom: 48px;
  }
}
.calculation_content_result .result-highlight .result-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calculation_content_result .result-highlight .result-label {
  color: #f5faf7;
  opacity: 0.7;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.calculation_content_result .result-highlight .result-value {
  overflow: hidden;
  color: #f5faf7;
  text-overflow: ellipsis;
  font-size: 29.96px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 992px) {
  .calculation_content_result .result-highlight .result-value {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .calculation_content .clear-btn {
    display: none !important;
  }
}
.calculation_content .result-section {
  display: none;
}
@media (max-width: 992px) {
  .calculation_content .result-section {
    background: #fff;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    padding-bottom: 28px;
    z-index: 1001;
  }
}
.calculation_content .result-section .exit_modal {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.calculation_content .result-section.error {
  padding: 0 !important;
}
.calculation_content .result-section .result-line {
  padding: 20px 40px;
  background: #4d6657;
  overflow: hidden;
  color: #f5faf7;
  text-overflow: ellipsis;
  font-size: 29.96px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: auto;
  margin-top: 24px;
  width: calc(100% - 80px);
}
@media (max-width: 992px) {
  .calculation_content .result-section .result-line {
    width: calc(100% - 40px);
    margin-top: 0;
    font-weight: 600;
    font-size: 22.8px;
    line-height: 28px;
    color: #f5faf7;
  }
}
.calculation_content .result-section .result-details {
  color: #191a19;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 12px 40px;
}
@media (max-width: 992px) {
  .calculation_content .result-section .result-details {
    padding: 12px 20px 28px;
  }
}
.calculation .form_button {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.calculation .form_button button {
  background: #f5faf7;
  color: #4a4d4b;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: block;
  padding: 12px 46px;
  border: 1px solid rgba(21, 26, 23, 0.7);
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.2s linear;
  font-family: var(--font-family-body, Montserrat);
}
.calculation .form_button button[type=button] {
  padding: 12px 95px;
  background: #3b945f;
  border: 0;
  color: #fff;
}
@media (max-width: 992px) {
  .calculation .form_button button[type=button] {
    width: 100%;
  }
}
.calculation .form_button button:disabled {
  background: #CCD1CE;
  color: var(--color-text-base-on-light-45, rgba(21, 26, 23, 0.45));
  cursor: not-allowed;
}
.calculation .form_button button:disabled:hover {
  background: #CCD1CE !important;
  color: var(--color-text-base-on-light-45, rgba(21, 26, 23, 0.45)) !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .calculation .form_button button[type=reset] {
    display: none;
  }
}
.calculation .form_button button[type=button]:hover {
  color: #fff;
  border-radius: 0px;
  background: #1fb163;
  border-color: #1fb163;
}
.calculation .result-section.error {
  color: #191a19;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 12px 40px;
}
.calculation .error_input {
  display: none;
}
.calculation .error_input div {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 167%;
  color: #df1300;
  margin-top: 8px;
}
.calculation .error_input.errors {
  border-color: #df1300;
  background-color: rgba(223, 19, 0, 0.12) !important;
}
.calculation .error_size {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #df1300;
  margin-top: 8px;
}
.calculation .result_details_error {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #df1300;
  margin-top: 8px;
}
.calculation .w-50 {
  width: calc(50% - 6px);
}
@media (max-width: 992px) {
  .calculation .w-50 {
    width: 100%;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




input[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

input {
  font-weight: 300;
}

.consultation {
  padding: 80px 0 70px;
}
@media (max-width: 992px) {
  .consultation {
    padding: 0;
  }
}
.consultation__content {
  display: flex;
}
@media (max-width: 992px) {
  .consultation__content {
    flex-direction: column-reverse;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.consultation__content_left {
  width: 54%;
  padding: 40px;
  background: linear-gradient(99deg, #3b945f -35.98%, #27613e 145.56%);
}
@media (max-width: 992px) {
  .consultation__content_left {
    width: 100%;
    padding: 40px 20px;
  }
}
.consultation__content_left .section_title {
  color: #f5faf7;
}
@media (min-width: 1200px) {
  .consultation__content_left .section_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .consultation__content_left .section_title {
    vertical-align: text-top;
    font-size: 26px;
    line-height: 24px;
  }
}
.consultation__content_left p {
  color: #d3f0de;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .consultation__content_left p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
.consultation__content_right {
  line-height: 0;
  width: 46%;
}
@media (max-width: 992px) {
  .consultation__content_right {
    width: 100%;
  }
}
.consultation__content_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation__content_link {
  padding: 12px 32px;
  color: #191a19;
  font-size: 15.32px;
  font-weight: 400;
  line-height: 24px;
  background: #fcfffd;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
}

.consultation__content_link:hover {
  color: #099b4d;
}

@media (max-width: 992px) {
  .consultation__content_link {
    font-size: 15.32px;
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media (max-width: 992px) {
  .gallery {
    padding: 48px 0 0;
  }
}
.gallery .section_title span {
  color: inherit;
}
@media (max-width: 992px) {
  .gallery .section_title {
    line-height: 28px;
  }
  .gallery .section_title span:first-child {
    display: none;
  }
  .gallery .section_title .text_transform {
    text-transform: uppercase;
  }
}
.gallery .section_title.mobile {
  display: none;
}
@media (max-width: 992px) {
  .gallery .section_title.mobile {
    padding: 44px 0 18px;
    display: block;
  }
}
.gallery_videos {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .gallery_videos {
    margin-top: 28px;
  }
}
.gallery_videos a {
  width: calc(50% - 6px);
  line-height: 0;
}
@media (max-width: 992px) {
  .gallery_videos a {
    width: calc(50% - 6px);
  }
}
.gallery_videos a img {
  width: 100%;
}
.gallery_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
  gap: 12px;
}
.gallery_images a {
  display: block;
  width: calc(25% - 10px);
  line-height: 0;
}
@media (max-width: 992px) {
  .gallery_images a {
    width: calc(50% - 6px);
  }
}
.gallery_images a img {
  width: 100%;
}

.prices {
  padding: 70px 0;
}
@media (max-width: 992px) {
  .prices {
    padding: 48px 0 56px;
  }
}
.prices_items {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .prices_items {
    gap: 12px;
    flex-direction: column;
    margin-top: 28px;
  }
}
.prices_item {
  width: calc(33.33% - 6px);
  border: 1px solid #bed4c7;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .prices_item {
    width: 100%;
  }
}
.prices_item:hover {
  border-radius: 12px;
  border-color: #41cc79;
  overflow: hidden;
}
.prices_item:hover .prices_item_body,
.prices_item:hover .prices_item_bottom {
  background: #E9F2EC;
}
.prices_item:hover .prices_item_top {
  background: #3A4D41;
}
.prices_item:hover a {
  background: #41cc79;
  border-radius: 8px;
  border-color: transparent !important;
  border: 0;
}
.prices_item:hover a svg path {
  stroke: #fff;
}
.prices_item_top {
  padding: 24px;
  background: #5c7164;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.prices_item_top .number {
  color: #f5faf7;
  font-size: 29.96px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 992px) {
  .prices_item_top .number {
    font-size: 22.7px;
  }
}
.prices_item_top span {
  color: #a3b8ab;
}
.prices_item_body {
  padding: 12px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prices_item_body .prices_item_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prices_item_body .prices_item_content span {
  color: #191a19;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.prices_item_body .prices_item_content p {
  overflow: hidden;
  color: #151a16;
  text-overflow: ellipsis;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 992px) {
  .prices_item_body .prices_item_content p {
    font-size: 18px;
  }
}
.prices_item_body .flex_content {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}
.prices_item_body .flex_content .prices_item_content {
  padding-top: 4px;
  padding-bottom: 16px;
  width: 50%;
}
.prices_item_body .flex_content .prices_item_content:last-child {
  padding-left: 24px;
}
.prices_item .prices_item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  padding-top: 2px;
}
.prices_item .prices_item_bottom span {
  color: #191a19;
  font-size: 29.96px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  align-items: start;
  gap: 3px;
}
.prices_item .prices_item_bottom span span {
  color: var(--color-text-base---on-light, #191A19);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
}
@media (max-width: 992px) {
  .prices_item .prices_item_bottom span {
    font-size: 22.7px;
  }
}
.prices_item .prices_item_bottom a {
  border: 1px solid #3b945f;
  width: 88px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.prices_bottom {
  color: rgba(21, 26, 23, 0.45);
  font-size: 15.32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .prices_bottom {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
  }
}
.ukls_techbottom {
  color: rgba(21, 26, 23, 0.45);
  font-size: 15.32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .ukls_techbottom {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
  }
}


.robot-icon {
  transition: opacity 0.3s ease;
}



.forms {
  background: #e4ede7;
  padding: 80px 0 100px;
}
@media (max-width: 992px) {
  .forms {
    padding: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.forms .container {
  display: flex;
}
@media (max-width: 992px) {
  .forms .container {
    flex-direction: column;
  }
}
.forms .container .form_img {
  width: 50%;
}
@media (max-width: 992px) {
  .forms .container .form_img {
    width: 100%;
  }
}
.forms .container .form_img img {
  width: 100%;
}
.forms .container .form {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  background: #fff;
  width: 50%;
}
@media (max-width: 992px) {
  .forms .container .form {
    width: 100%;
    padding: 40px 20px 56px;
    gap: 0px;
  }
}
.forms .container .form_img {
  line-height: 0;
}
.forms .container .form_img img {
  height: 100%;
}
.forms .container .form_top p {
  color: #191a19;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .forms .container .form_top p {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 28px;
  }
}
.forms .container .form_flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .forms .container .form_flex {
    flex-direction: column;
  }
  .forms .container .form_flex input {
    width: 100%;
  }
  .forms .container .form_flex .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
  }
}
.forms .container .form_flex.full {
  margin-top: 20px;
}
.forms .container .form_flex .input_title {
  margin-bottom: 12px;
  color: #151a16;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 1px;
}
@media (max-width: 992px) {
  .forms .container .form_flex .input_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 133%;
    
  }
}
.forms .container .form_flex .input_title span {
  color: #df1300;
}
.forms .container .form_flex .input_title p {
  color: #a3b8ab;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.forms .container .form_flex .input_flag {
  position: relative;
}
.forms .container .form_flex .input_flag svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto 0;
}
.forms .container .form_flex .phone {
  padding-left: 64px;
  color: var(--color-text-base-on-lite-shift-up, #4A4D4B);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
}
.forms .container .form_flex .phone::placeholder {
  color: var(--color-text-base-on-dark---shift-down, #A3B8AB);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
}
.forms .container .form_flex input,
.forms .container .form_flex textarea {
  background: #e9f2ec;
  color: #a3b8ab;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 12px 24px;
  border: 0;
  outline: none;
  border: 1px solid transparent;
  color: var(--color-text-base-on-lite-shift-up, #4A4D4B);
  font-family: var(--font-family-body, Montserrat);
}
.forms .container .form_flex input::placeholder,
.forms .container .form_flex textarea::placeholder {
  color: var(--color-text-base-on-dark---shift-down, #A3B8AB);
  /* base */
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
  /* 156.658% */
}

/* HOVER - серая рамка */
.forms .container .form_flex input:hover,
.forms .container .form_flex textarea:hover {
    border-radius: var(--corner-radius-8, 8px);
    border: 1px solid #BED4C7 !important;
}

/* FOCUS - зеленая рамка */
.forms .container .form_flex input:focus,
.forms .container .form_flex input:focus-visible,
.forms .container .form_flex textarea:focus,
.forms .container .form_flex textarea:focus-visible {
    border-radius: var(--corner-radius-8, 8px);
    border: 1px solid #41cc79 !important;
    background: #E4EDE7 !important;
}

.forms .container .form_flex input.erorr,
.forms .container .form_flex textarea.erorr {
  border: 1px solid #df1300;
  background: rgba(223, 19, 0, 0.1215686275);
}
.forms .container .form_flex textarea {
  width: 100%;
  min-height: 115px;
  resize: vertical;
}
.forms .container .form_item {
  width: 100%;
}
.forms .container .form_item input {
  width: 100%;
}
.forms .container .form_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.forms .container .form_bottom button[type="submit"] {
  width: 100%;
  margin-top: 0; /* У формы уже есть gap: 40px */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  background: #3b945f;
  outline: none;
  border: none;
  color: #f5faf7;
  cursor: pointer;
  font-family: var(--font-family-body, Montserrat);
}
.forms .container .form_bottom p {
  color: rgba(21, 26, 23, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.forms .container .form_bottom p a {
  text-decoration: none;
  color: #3b945f;
}
.forms .container .form_content {
  width: 100%;
}

/* ==========================================
   CSS ДЛЯ ГЛАВНОЙ ФОРМЫ #main-order-form
   Копия стилей модальных форм
   ========================================== */
/* Кнопка главной формы - как .modal_btn */
.forms .container .form_bottom button[type="submit"] {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  background: #3b945f;
  color: #f5faf7;
  text-align: center;
  font-size: 15.32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  cursor: pointer;
  border: 0;
  font-family: var(--font-family-body, Montserrat);
  transition: all 0.3s ease;
}

.forms .container .form_bottom button[type="submit"]:hover {
  background: #1fb163;
}

/* Текст "Отправить" */
.forms .container .form_bottom button[type="submit"] .send {
  color: var(--color-text-base-on-dark-shift-up, #F5FAF7);
  text-align: center;
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-button, 15.32px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-button, 24px);
}

/* Анимация загрузки */
.forms .container .form_bottom button[type="submit"] .load {
  display: none;
  gap: 4px;
  align-items: center;
  color: rgba(21, 26, 23, 0.45);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-button, 15.32px);
}




/* Состояние загрузки - как .modal_btn.loadsend */
.forms .container .form_bottom button[type="submit"].loadsend,
button.form_main_btn.loadsend {
  background: rgba(247, 186, 0, 0.07) !important;
  cursor: not-allowed;
}

.forms .container .form_bottom button[type="submit"].loadsend:hover,
button.form_main_btn.loadsend:hover {
  background: rgba(247, 186, 0, 0.07) !important;
}

.forms .container .form_bottom button[type="submit"].loadsend .send {
  display: none;
}

.forms .container .form_bottom button[type="submit"].loadsend .load {
  display: flex;
}

/* Блокировка кнопки - как .modal_btn.no_send */
.forms .container .form_bottom button[type="submit"].no_send {
  cursor: not-allowed;
  color: rgba(21, 26, 23, 0.45);
  background: #ccd1ce;
}

.forms .container .form_bottom button[type="submit"].no_send:hover {
  background: #ccd1ce;
}


.forms .container .form_bottom button[type="submit"]:disabled:not(.loadsend),
.forms .container .form_bottom button[type="submit"]:disabled:not(.loadsend):hover {
    cursor: not-allowed;
    color: rgba(21, 26, 23, 0.4509803922);
    background: #ccd1ce !important;
}


/* Блок ошибки - как .modal_bottom .erorrmsg */
.forms .container .form_bottom .erorrmsg {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: rgba(223, 19, 0, 0.12);
  margin-top: 20px;
  color: #191919;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15.32px;
  line-height: 24px;
  text-align: center;
}

/* Ошибка на инпутах - как в модальных формах */
.forms .container .form_flex input.error,
.forms .container .form_flex textarea.error {
  border: 1px solid #df1300 !important;
  background: rgba(223, 19, 0, 0.12) !important;
}

.footer {
  background: #191a19;
}
.footer .container {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 992px) {
  .footer .container {
    padding: 48px 20px 56px;
  }
}
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footer_top {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 992px) {
  .footer_contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.footer_contact .footer_item {
  display: flex;
  flex-direction: column;
}
.footer_contact .footer_item a,
.footer_contact .footer_item p {
  color: #f5faf7;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .footer_contact .footer_item a,
  .footer_contact .footer_item p {
    font-size: 18px;
  }
}
.footer_contact .footer_item a:hover {
  color: #41cc79;
}
.footer_contact .footer_item span {
  color: rgba(233, 242, 236, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer_social {
  display: flex;
  flex-direction: column;
}
.footer_social a {
  color: #f5faf7;
  font-size: 22.64px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 32px;
}
.footer_social ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-top: 14px;
}
.footer_social ul li a {
  transition: all 0.2s linear;
}
.footer_social ul li a svg path:nth-child(1) {
  transition: all 0.2s linear;
}
.footer_social ul li a:hover svg path:nth-child(1) {
  fill: #41cc79;
}
.footer_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .footer_logo.desctop {
    display: none;
  }
}
.footer_logo.mobile {
  display: none;
}
@media (max-width: 992px) {
  .footer_logo.mobile {
    display: block;
  }
}
.footer_bottom {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 992px) {
  .footer_bottom {
    margin-top: 20px;
  }
}
.footer_bottom a {
  color: rgba(233, 242, 236, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer_bottom p {
  color: rgba(233, 242, 236, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer_bottom_list {
  display: flex;
  gap: 66px;
  align-items: center;
}
@media (max-width: 992px) {
  .footer_bottom_list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer_bottom_list {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.footer_bottom_list span {
  color: rgba(233, 242, 236, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.footer_bottom_list ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .footer_bottom_list ul {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer_bottom_list ul li {
    line-height: normal;
  }
}
.footer_bottom_list ul a {
  color: rgba(233, 242, 236, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.policy {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .policy {
    padding-bottom: 56px;
  }
}
.policy .policy_content {
  max-width: 850px;
  margin-left: 0;
}
.policy .policy_content h1 {
  padding-top: 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 45.7px;
  line-height: 48px;
  text-transform: uppercase;
  color: #191a19;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .policy .policy_content h1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 26.4px;
    line-height: 32px;
    text-transform: uppercase;
    color: #191a19;
    padding-top: 28px;
  }
}
.policy .policy_content ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.policy .policy_content ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 15.32px;
  line-height: 24px;
  color: #191a19;
}
@media (max-width: 992px) {
  .policy .policy_content ul li {
    font-weight: 300;
    font-size: 15.32px;
    line-height: 24px;
    color: #191a19;
  }
}
.policy .policy_content ul li::marker {
  color: #191a19;
  font-size: 12px;
}
.policy .section_title {
  padding-top: 28px;
  display: flex;
  align-items: flex-start;
}
.policy .section_title span {
  color: #191a19;
}

.not_found .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 80px;
  gap: 40px;
}
@media (max-width: 992px) {
  .not_found .container {
    padding-bottom: 56px;
    color: #f5faf7;
  }
}
.not_found .container img {
  width: 100%;
}
.not_found_content h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 45.7px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #191a19;
}
@media (max-width: 992px) {
  .not_found_content h1 {
    font-size: 26.4px;
    line-height: 32px;
    text-align: left;
  }
}
.not_found_content p {
  margin-top: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 22.64px;
  line-height: 32px;
  text-align: center;
  color: #191a19;
}
@media (max-width: 992px) {
  .not_found_content p {
    text-align: left;
    line-height: normal;
    font-size: 18px;
  }
}
.not_found_content a {
  margin-top: 20px;
  display: flex;
  padding: 12px 32px;
  background: #3b945f;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15.32px;
  line-height: 24px;
  color: #f5faf7;
  text-decoration: none;
}
@media (max-width: 992px) {
  .not_found_content a {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 20px;
  }
}

.selectize-input {
  transition: 0.3s ease;
  width: 100% !important;
  padding: 0;
  border: none;
  background: transparent !important;
  box-shadow: none !important;
}
.selectize-input::after {
  content: none !important;
}

.calculation_content .form_step .form-select:hover .selectize-dropdown,
.calculation_content .form_step .form-input:hover .selectize-dropdown {
  border-color: transparent;
}

.selectize-dropdown {
  top: 60px !important;
  left: 0 !important;
  width: 80% !important;
  padding: 0 !important;
  background: #fff !important;
}

.selectize-dropdown-content {
  padding-inline: 20px !important;
  background: var(--color-background-white, #FCFFFD);
  box-shadow: 0 4px 34px 0 rgba(25, 26, 25, 0.02), 0 4px 10px 0 rgba(25, 26, 25, 0.05);
}

.selectize-dropdown .selected {
  font-weight: 400;
  background: transparent;
  color: #191a19;
}

.selectize-dropdown .option:hover {
  background: var(--color-background-compliment-on-lite-shift-down, #E4EDE7);
}

.selectize-dropdown-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}

/* Track */
.selectize-dropdown-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 12px;
}

/* Handle on hover */
.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: 25%;
  border-radius: 0;
}
@media (max-width: 992px) {
  .is-horizontal .f-carousel__nav .f-button.is-next,
  .is-horizontal .fancybox__nav .f-button.is-next {
    right: 0;
  }
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: 25%;
  border-radius: 0;
}
@media (max-width: 992px) {
  .is-horizontal .f-carousel__nav .f-button.is-prev,
  .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 0;
  }
}

.f-button svg {
  display: none;
}

.fancybox__nav .f-button:before {
  content: url(../images/array_left.svg);
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.f-button.is-next::before {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .fancybox__slide.has-image {
    padding: 0;
    margin: 0;
  }
}

.fancybox__slide.has-image > .fancybox__content {
  max-width: 700px;
  max-height: 570px;
}

/* --- Thumb (dot) rasmlarini yashirish --- */
.f-thumbs__slide__img {
  display: none !important;
}

/* --- Footer joylashuvi --- */
.fancybox__footer {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .fancybox__footer {
    transform: none;
  }
}

/* --- Viewport markazlash --- */
.f-thumbs__viewport {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
  /* Fancybox trackni kesmasin */
}

/* --- Trackdagi surishlarni to‘liq o‘chirib tashlaymiz --- */
.f-thumbs.is-horizontal .f-thumbs__track {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: none !important;
  gap: 0px;
}

/* --- Har bir dot --- */
.f-thumbs__slide.for-image {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  --shift: 0 !important;
}

.f-thumbs__slide.for-image.is-nav-selected {
  width: 24px;
  background: #D9D9D9;
  border-radius: 12px;
}

.f-thumbs__slide__button {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  pointer-events: all;
}

.fancybox__toolbar__column .f-button {
  background: transparent;
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (max-width: 992px) {
  .fancybox__toolbar__column .f-button {
    top: 20px;
    right: 20px;
  }
}

.fancybox__overlay {
  pointer-events: auto;
}

.fancybox__content {
  pointer-events: auto;
}

.fancybox__toolbar__column .f-button:hover {
  background: transparent;
}

.fancybox__toolbar__column .f-button svg {
  display: block;
  stroke: #E9F2EC;
}

.fancybox__container,
.fancybox__backdrop,
.fancybox__slide {
  pointer-events: auto !important;
}

.fancybox__toolbar__column .f-button:not([title=Close]) {
  display: none !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 0 20px;
  display: none;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
}
.modal .exit_modal {
  position: absolute;
  top: 8px;
  width: 40px;
  right: 8px;
  cursor: pointer;
}
.modal_content {
  padding: 40px;
  background: #fcfffd;
  max-width: 596px;
  position: absolute;
  inset: 0;
  margin: auto;
  height: fit-content;
  max-height: 100dvh;
  overflow-y: auto;
  z-index: 1001;
}
.modal_content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .modal_content {
    padding: 40px 20px;
  }
}
.modal_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 15.32px;
  line-height: 24px;
  color: #191a19;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .modal_content p {
    font-size: 15px;
  }
}
.modal_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 37.44px;
  line-height: 40px;
  color: #191a19;
}




@media (max-width: 992px) {
  .modal_title {
    font-weight: 600;
    font-size: 26px;
  }
}
.modal_inputs {
  margin-top: 28px;
}
.modal_inputs .input_flag {
  position: relative;
}
.modal_inputs .input_flag svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto 0;
}
.modal_inputs .phone {
  padding-left: 64px;
  color: var(--color-text-base-on-lite-shift-up, #4A4D4B);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
}
.modal_inputs .phone::placeholder {
  color: var(--color-text-base-on-dark---shift-down, #A3B8AB);
  /* base */
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
  /* 156.658% */
}
.modal_inputs_flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .modal_inputs_flex {
    flex-direction: column;
  }
}
.modal_inputs .input_title {
  font-style: normal;
  font-weight: 500;
  font-size: 22.64px;
  line-height: 32px;
  color: #151a16;
  display: flex;
  align-items: center;
  gap: 1px;
}
@media (max-width: 992px) {
  .modal_inputs .input_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
  }
}
.modal_inputs .input_title span {
  color: red;
}
.modal_inputs .input_title p {
  font-weight: 400;
  font-size: 12px;
}
.modal_inputs textarea {
  resize: vertical;
  width: 100% !important;
  min-height: 115px;
}
.modal_inputs input,
.modal_inputs textarea {
  background: #e9f2ec;
  padding: 12px 24px;
  outline: none;
  border: 0;
  width: 100%;
  border: 1px solid transparent;
  color: var(--color-text-base-on-lite-shift-up, #4A4D4B);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
}
.modal_inputs input::placeholder,
.modal_inputs textarea::placeholder {
  color: var(--color-text-base-on-dark---shift-down, #A3B8AB);
  /* base */
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-base, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-base, 24px);
  /* 156.658% */
}

/* HOVER - серая рамка */
.modal_inputs input:hover,
.modal_inputs textarea:hover {
    border-radius: var(--corner-radius-8, 8px);
    border: 1px solid #BED4C7 !important;
}

/* FOCUS - зеленая рамка */
.modal_inputs input:focus,
.modal_inputs input:focus-visible,
.modal_inputs textarea:focus,
.modal_inputs textarea:focus-visible {
    border-radius: var(--corner-radius-8, 8px);
    border: 1px solid #41cc79 !important;
    background: #E4EDE7 !important;
}

.modal_inputs input.erorr,
.modal_inputs textarea.erorr {
  border: 1px solid #df1300;
  background: rgba(223, 19, 0, 0.1215686275);
}
.modal_inputs .modal_input_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal_inputs .modal_input_item .input_title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  margin-top: 0;
  color: #a3b8ab;
}
.modal_inputs .modal_input_item.email {
  margin-top: 20px;
}
.modal_inputs .modal_input_item.email .input_title, .forms .container .form_item.email .input_title {
  gap: 8px;
}
.modal_inputs .modal_input_item.bottom {
  margin-top: 20px;
}
.modal_btn {
  width: 100%;
  margin-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  background: #3b945f;
  outline: none;
  border: none;
  color: #f5faf7;
  cursor: pointer;
  font-family: var(--font-family-body, Montserrat);
}

.modal_btn:hover {
  background: #1fb163;
}

.modal_btn .send {
  color: var(--color-text-base-on-dark-shift-up, #F5FAF7);
  text-align: center;
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-button, 15.32px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-button, 24px);
}
.modal_btn.loadsend {
  background: rgba(247, 186, 0, 0.0705882353);
  cursor: not-allowed;
}
.modal_btn.loadsend .send {
  display: none;
}
.modal_btn.loadsend .load {
  display: none;
  gap: 4px;
  align-items: center;
  color: rgba(21, 26, 23, 0.45);
  font-family: var(--font-family-body, Montserrat);
  font-size: var(--size-button, 15.32px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-button, 24px);
}
.modal_btn .load {
  display: none;
}
.modal_btn.no_send {
  cursor: not-allowed;
  color: rgba(21, 26, 23, 0.4509803922);
  background: #ccd1ce;
}

.modal_btn:disabled:not(.loadsend),
.modal_btn:disabled:not(.loadsend):hover {
    cursor: not-allowed;
    color: rgba(21, 26, 23, 0.4509803922);
    background: #ccd1ce !important;
}

.modal_bottom .erorrmsg {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: rgba(223, 19, 0, 0.12);
  margin-top: 20px;
  color: #191919;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15.32px;
  line-height: 24px;
  text-align: center;
}
.modal.sucees {
  display: none;
}
.modal.sucees .sucees_content {
  max-width: 596px;
  padding: 40px;
  background: url(../images/bgsucces.png) no-repeat center;
  background-size: cover;
  margin: auto;
  color: #fff;
  position: absolute;
  inset: 0;
  height: fit-content;
  z-index: 2000;

}


/* Чекбокс согласия */
.checkbox_wrapper {
  margin-top: 20px;
}

.checkbox_label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.checkbox_input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox_custom {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #d8e1dc; 
  background: #e9f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-top: 4px;
}

.checkbox_custom::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #3B945F;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.checkbox_input:checked + .checkbox_custom {
  border-color: #e8f0fe;
  background: #e9f2ec;
}

.checkbox_input:checked + .checkbox_custom::after {
  opacity: 1;
  transform: scale(1);
}

.checkbox_label:hover .checkbox_custom {
  border-color: #41CC79;
}

.checkbox_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(21, 26, 23, 0.45);
}

.checkbox_text a {
  color: #3B945F;
  text-decoration: none;
}

.checkbox_text a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .checkbox_wrapper {
      margin-top: 20px;
  }
}




@media (max-width: 992px) {
  .modal.sucees .sucees_content {
    padding: 20px;
  }
}
.modal.sucees .sucees_content p {
  padding-top: 20px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .modal.sucees .sucees_content p {
    font-size: 15px;
    line-height: normal;
  }
  .modal.sucees .sucees_content p br {
    display: none;
  }
}
.modal.sucees .sucees_content .modal_title {
  color: #fff;
}
@media (max-width: 992px) {
  .modal.sucees .sucees_content .modal_title {
    font-weight: 500;
    font-size: 26px;
  }
}
.modal.sucees .sucees_content h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 22.64px;
  line-height: 32px;
  color: #f5faf7;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .modal.sucees .sucees_content h3 {
    font-size: 18px;
    line-height: normal;
  }
}

body {
  background: #fcfffd;
  color: #191a19;
  font-family: "Montserrat";
  font-size: 15.32px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1284px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

.section_title {
  color: #191a19;
  font-size: 37.44px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 992px) {
  .section_title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
  }
}
.section_title span {
  color: #3b945f;
}
.section_title.light {
  color: #f5faf7;
}

main {
  padding-top: 88px;
}

@media (max-width: 576px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    width: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
  }
  .overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.d_none {
  display: none;
}
@media (max-width: 992px) {
  .d_none {
    display: block;
  }
}

.cookie_banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  background: #f5faf7;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  opacity: 1;
  z-index: 1001;
}
@media (max-width: 576px) {
  .cookie_banner {
    width: 100%;
    left: 0;
    max-width: initial;
    transform: none;
    bottom: 0;
  }
}
.cookie_banner.hidden {
  transition: all 0s ease;
  opacity: 0;
  display: none;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}
.cookie_banner .cookie_content .cookie_title {
  font-weight: 600;
  font-size: 18.32px;
  line-height: 20px;
  color: #191a19;
}
.cookie_banner .cookie_content .cookie_text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4a4d4b;
}
.cookie_banner .cookie_content .cookie_text a {
  color: #3a8f46;
  text-decoration: none;
}
.cookie_banner .cookie_content .cookie_text a:hover {
  text-decoration: underline;
}
.cookie_banner .cookie_btn {
  background: #3a8f46;
  color: #fff;
  border: none;
  outline: none;
  padding: 12px 68px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
  font-style: normal;
  font-weight: 400;
  font-size: 15.32px;
  line-height: 24px;
  color: #f5faf7;
}
@media (max-width: 576px) {
  .cookie_banner .cookie_btn {
    width: 100%;
  }
}
.cookie_banner .cookie_btn:hover {
  background: #32783b;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.breadcrumbs a {
  text-decoration: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 15.32px;
  line-height: 24px;
  color: rgba(21, 26, 23, 0.45);
}
.breadcrumbs a.active {
  color: rgb(21, 26, 23);
}

.iti--separate-dial-code .iti__selected-flag {
  background: var(--color-root-base-on-dark, #E9F2EC);
}

.iti:focus-within .iti__selected-flag {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: var(--color-background-compliment-on-lite-shift-down, #E4EDE7);
}

.iti.error .iti__selected-flag {
  background: transparent;
}/*# sourceMappingURL=style.css.map */