* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat";
  background-color: white;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  padding: 0px 30px;
  max-width: 1300px;
  margin: 0 auto;
}
footer {
  background: #067342;
}

header {
  background: #067342;
}

nav a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: white;
}

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

.nav-link {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  background: #d0180d;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 15px;
}

.header-nav {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  color: black;
  background: white;
  transition: right 0.3s ease;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.burger-menu.active {
  right: 0;
}
section {
  background-color: white;
}

.burger-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-list a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: black;
  text-decoration: none;
}

.burger-list a:hover {
  color: #ffddc1;
}

.banner {
  height: 90vh;
  background-image: url("../img/banner-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner_info h2 {
  font-weight: 500;
  font-size: 40px;
  color: #d7d2d2;
  margin-bottom: 4px;
}

.banner_info h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px;
}

.banner_info p {
  font-weight: 400;
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}
.banner_info img {
  margin-bottom: 20px;
}

.banner_link {
  display: inline-block;
  background: #d0180d;
  border-radius: 15px;
  padding: 16px 24px;
  width: 391px;
  /* height: 61px; */
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.banner_info {
  max-width: 678px;
}

.banner_form input {
}

.banner_form h2 {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

input {
  background: #eee;
  border-radius: 15px;
  padding: 16px 32px;
  width: 100%;
}

::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #b3b0b0;
}

.form_content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.btn_send {
  width: 100%;
  border-radius: 15px;
  padding: 16px 32px;
  background-color: #d00d0d;
  font-weight: 700;
  font-size: 18px;
  color: #eee;
}

form {
  max-width: 451px;
  backdrop-filter: blur(18.700000762939453px);
  background: rgba(255, 255, 255, 0.32);
  border: 3px solid #d0180d;
  border-radius: 15px;
  padding: 52px 32px;
}

.banner_content {
  padding-top: 150px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.left_calc {
  max-width: 650px;
  box-shadow: 0 7px 10px 0 rgba(106, 102, 102, 0.25);
  background: #fff;
  border-radius: 25px;
  padding: 24px 46px;
}

.calc_title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: black;
}

.ffddd {
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #fbfaf8;
  background: #d0180d;
  border-radius: 15px;
  padding: 16px 32px;
}

.info_header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #1e1e1e;
}

.info_header h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #a9a7a7;
}

.rigth_info p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #161616;
}

.info_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rigth_info {
  max-width: 500px;
}
.line {
  height: 100%;
  width: 4px;
  min-height: 500px;
  background-color: #ad0d04;
}

.info_calc {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info {
  padding: 87px 0px;
}

.adv_item {
  max-width: 629px;
  padding: 15px; /* ÐŸÑ€Ð¸Ð¼ÐµÑ€ padding, Ð¼Ð¾Ð¶Ð½Ð¾ Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¸Ñ‚ÑŒ Ð¿Ð¾ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ */
  border-radius: 8px; /* ÐžÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ð›ÐµÐ³ÐºÐ°Ñ Ñ‚ÐµÐ½ÑŒ */
  margin-bottom: 30px;
}

.adv_text h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #161616;
  padding-bottom: 20px;
  border-bottom: 4px solid #a00900;
  margin-bottom: 24px;
}

.adv_text {
  max-width: 700px;
}

.adv_header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adv_header h3 {
  font-weight: 500;
  font-size: 32px;
  color: #1e1e1e;
}

.adv_item p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  color: #161616;
  /*margin-bottom: 24px;*/
}
.adv_content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.adv_content .adv-phone-pc {
  position: absolute;
  right: 0;
}

.tabs-container {
  margin: auto;
}
html {
  overflow-x: hidden;
}

.tabs {
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.tab-button {
  background: none;
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
  transition: background 0.3s;
  padding-bottom: 10px;
}

.tab-button:not(:last-child) {
  border-right: none;
}

.tab-button.active {
  border-bottom: 4px solid #ad0d04;
}

.tab-content {
  display: none;
  padding: 50px 0px;
  background: #f4eae9;
}

.tab-content.active {
  display: block;
}

.tab-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.tab-content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.tab-content p {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.tabs {
  margin: 70px 0px;
  margin-bottom: 0px;
}

.tab-container {
  width: 100%;
  background: #f4eae9;
}

.reviews {
  overflow-x: hidden;
  text-align: center;
  padding: 20px;
}

.reviews__title {
  font-size: 2rem;
  font-weight: bold;
}

.reviews__container {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.review {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  padding: 20px;
  flex: 0 0 30%;
  text-align: left;
}

.review__stars {
  color: #d7ad0d;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review__text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review__author {
  display: flex;
  align-items: center;
}

.review__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.review__info {
  text-align: left;
}

.review__name {
  font-weight: bold;

  margin-bottom: 8px;
}

.review__details {
  font-size: 0.8rem;
  color: #777;
}

.reviews__navigation {
  margin-top: 20px;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}
.reviews__next {
  margin-left: 22px;
}

.reviews__prev:hover,
.reviews__next:hover {
  color: #000;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__icon {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.reviews__prev:hover .reviews__icon,
.reviews__next:hover .reviews__icon {
  transform: scale(1.2);
}

.review_header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.reviews {
  padding-top: 70px;
}

.review_header {
  margin-bottom: 24px;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__icon {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.reviews__prev:hover .reviews__icon,
.reviews__next:hover .reviews__icon {
  transform: scale(1.2);
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

.reviews__container img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.reviews__slide {
  flex: 0 0 33.33%; /* ÐšÐ°Ð¶Ð´Ñ‹Ð¹ ÑÐ»Ð°Ð¹Ð´ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ñ€Ð¾Ð²Ð½Ð¾ Ñ‚Ñ€ÐµÑ‚ÑŒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
  transition: opacity 0.3s ease-in-out;
  padding: 0 15px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð¼ÐµÐ¶Ð´Ñƒ ÑÐ»Ð°Ð¹Ð´Ð°Ð¼Ð¸ */
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

/* ÐœÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð² */
@media (max-width: 768px) {
   .header-nav__logo div {
    font-size: 18px;
  }
  .reviews__slide {
    flex: 0 0 100%; /* ÐÐ° Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¾Ð´Ð¸Ð½ ÑÐ»Ð°Ð¹Ð´ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
  }
}

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__prev,
.reviews__next {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  background: none;
  cursor: pointer;
}

.reviews__prev:not(:disabled):hover,
.reviews__next:not(:disabled):hover {
  background-color: #f5f5f5;
}

.reviews__container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

/* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ wrapper Ð´Ð»Ñ container */
.reviews__wrapper {
  overflow: hidden;
  margin: 0 -15px; /* ÐšÐ¾Ð¼Ð¿ÐµÐ½ÑÐ¸Ñ€ÑƒÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ ÑÐ»Ð°Ð¹Ð´Ð¾Ð² */
}

.reviews__slide {
  flex: 0 0 33.33%;
  min-width: 33.33%; /* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
  padding: 0 15px;
  box-sizing: border-box;
}

.review__avatar {
  opacity: 1 !important;
}

.second {
  display: flex;
  align-items: center;
  justify-content: center;
}

.second {
  padding: 0;
}

.open-menu {
  display: none;
}

@media (max-width: 1376px) {
  .adv_content {
    max-width: 550px;
  }
  .adv_text h2 {
    font-size: 40px;
  }
  .adv_content img {
    max-width: 500px;
  }
}

@media (max-width: 1245px) {
  .left_calc {
    max-width: 500px;
  }
  .rigth_info {
    max-width: 500px;
  }
}
@media (max-width: 1177px) {
  .banner_info h1 {
    font-size: 40px;
  }
  .nav-list {
    gap: 17px;
  }
  nav a {
    font-size: 16px;
  }
  .banner_info {
    max-width: 535px;
  }
}
.adv-mob {
  display: none;
}
@media (max-width: 1107px) {
  .info_calc {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer-img {
    justify-content: center;
  }
  .line {
    max-width: 500px;
    margin: 0 auto;
    height: 4px;
    width: 100%;
    min-height: unset;
  }
  .adv-phone-pc {
    display: none;
  }
  .adv_text {
    margin: 0 auto;
  }
  .adv-mob {
    display: block;
    width: 100%;
    position: unset !important;
  }
  .adv_content {
    margin: 0 auto;
    justify-content: center;
  }
  .adv_content img {
    max-width: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 965px) {
  .nav-list {
    display: none;
  }
  .open-menu {
    display: block;
  }
  .banner_content {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner {
    height: fit-content;
  }
  .banner_info {
  }
  form {
    max-width: 559px;
  }
}

@media (max-width: 650px) {
  .banner_info img {
    width: 100%;
  }
  .banner_info h2 {
    font-size: 18px;
  }
  .banner_info h1 {
    font-size: 24px;
    margin-top: 4px;
  }
  .banner_info p {
    font-size: 18px;
  }
  .banner_link {
    width: 100%;

    height: 52px;
    font-weight: 500;
    font-size: 18px;
  }
  form {
    padding: 16px;
  }
  .banner_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ffddd {
    font-size: 14px;
  }
  .left_calc {
    padding: 20px 40px;
  }
  .info_header h2 {
    font-size: 25px;
  }
  .info_header h3 {
    font-size: 14px;
  }
  .ffddd {
    padding: 14px;
  }
  .info_header {
    margin-bottom: 20px;
  }
  .rigth_info p {
    font-size: 16px;
  }
  .tab-content {
    padding: 70px 14px;
  }
  .tab-content p {
    font-size: 18px;
  }
  .tab-content h3 {
    font-size: 18px;
  }
  .tab-button {
    font-size: 16px;
  }
  .tabs {
    margin-top: 0px;
  }
  .tabs {
    gap: 15px;
  }
  .review {
    flex: 0 0 97%;
  }
  .second {
    padding: 10px;
  }
  .adv_header h3 {
    font-size: 20px;
  }
  .adv_item p {
    font-size: 18px;
  }
  .adv_header svg {
    max-width: 32px;
    height: 32px;
  }
  .adv_item p {
    /*margin-bottom: 35px;*/
  }
}

.tabs {
  padding-top: 40px !important;
}

form {
  max-width: 100% !important;
  border-radius: unset;
}

:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.uni-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  min-height: 0;
  max-height: 200px;
  overflow-y: auto;
  font-family: var(--uni-sys-typeset-body-font-family);
  font-size: initial;
}

.uni-menu-item {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  color: #333;
}

.uni-menu-item:hover {
  background-color: #eee;
}

.uni-overlay-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.uni-overlay-backdrop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.uni-overlay-bounding-box {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uni-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}

.uni-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  min-height: 0;
  max-height: 200px;
  overflow-y: auto;
  font-family: var(--uni-sys-typeset-body-font-family);
  font-size: initial;
}

.uni-menu-item {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  color: #333;
}

.uni-menu-item:hover {
  background-color: #eee;
}

.uni-overlay-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.uni-overlay-backdrop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.uni-overlay-bounding-box {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uni-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a00900;
  border-color: #a00900 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear forwards draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 30px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lander-form {
      padding: 30px 30px 20px;
  position: relative;
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin: 0 !important;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.lander-form-wrapper,
.lander-form-field .lander-submit {
  box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

.lander-form-field .lander-submit {
  box-shadow: #a00900 0 0 0 0;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: #e7e7e7;
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: #d0180d;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 700;
  background: #d0180d;
  text-transform: uppercase;
  color: #fff;
}

.lander-form-field .lander-submit {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
}



.lander-form-field span.error {
  background: #dc3545;
  font-size: 16px;
  padding: 3px 7px;
  color: #fff;
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;

  display: none !important;
  cursor: pointer;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
  /*border-color: #dc3545;*/
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: 2px solid #198754;
}

.lander-form-field-validation.lander-form-field-validation-ok .lander-form-field-validation-icon:after {
  display: block;
  content: "\f058";
  color: #198754;
}

.lander-form-field-validation-error input {
  outline: 2px solid #dc3545;
}

.lander-form-field-validation.lander-form-field-validation-error .lander-form-field-validation-icon:after {
  content: "\f06a";
  color: #dc3545;
  cursor: pointer;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid #a00900;
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  border-radius: 0;
  animation: 10s ease-in progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.dtpcnt {
  opacity: 0;
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a00900;
  border-color: #a00900 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear forwards draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 20px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 768px) {
  .lander-form {
  padding: 15px 15px 15px;
  position: relative;
}
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin: 0 !important;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.lander-form-wrapper,
.lander-form-field .lander-submit {
  box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

.lander-form-field .lander-submit {
  box-shadow: #a00900 0 0 0 0;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: #e7e7e7;
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: #d0180d;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 700;
  background: #d0180d;
  text-transform: uppercase;
  color: #fff;
}

.lander-form-field .lander-submit {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 18px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
}



.lander-form-field span.error {
  background: #dc3545;
  font-size: 16px;
  padding: 3px 7px;
  color: #fff;
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;
  
  display: none !important;
  cursor: pointer;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
  /*border-color: #dc3545;*/
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: 2px solid #198754;
}

.lander-form-field-validation.lander-form-field-validation-ok .lander-form-field-validation-icon:after {
  display: block;
  content: "\f058";
  color: #198754;
}

.lander-form-field-validation-error input {
  outline: 2px solid #dc3545;
}

.lander-form-field-validation.lander-form-field-validation-error .lander-form-field-validation-icon:after {
  content: "\f06a";
  color: #dc3545;
  cursor: pointer;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid #a00900;
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  border-radius: 0;
  animation: 10s ease-in progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.dtpcnt {
  opacity: 0;
}

input {
  color: black;
}

::placeholder {
  color: black;
}

.error {
  background: #f78282;
  display: block;
}

.header-nav__logo {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 15px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff !important;
}



.policy-page {
	padding-top: 50px;
	max-width: 800px;
	margin: 0 auto;
}

.policy-page h1 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #067342;
}

.policy-page h2 {
	font-size: 20px;
	margin: 28px 0 12px;
	color: #333;
}

.policy-page p,
.policy-page li {
	font-size: 15px;
	line-height: 1.65;
	color: #333;
	margin-bottom: 12px;
}

.policy-page ul {
	padding-left: 22px;
	margin-bottom: 16px;
}


.contact-wrap {
	padding: 50px 0 60px;
	background: #f6fbf8;
}

.contact-wrap h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #067342;
}

.contact-wrap .contact-intro {
	max-width: 900px;
	margin-bottom: 4px;
}

.contact-wrap .contact-intro p {
	font-size: 16px;
	line-height: 1.65;
	color: #333;
	margin-bottom: 14px;
}

.contact-wrap .contact-intro p:last-child {
	margin-bottom: 0;
}

.contact-wrap .contact-intro a {
	color: #067342;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.contact-grid {
	display: grid;
  align-items: flex-start;
	gap: 32px;
	margin-top: 28px;
}

@media (min-width: 900px) {
	.contact-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.contact-branch-aside {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	min-height: 0;
}

.contact-grid--branch-map {
	align-items: stretch;
}

.contact-grid--branch-map .branch-map-host {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	min-height: 400px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.contact-grid--branch-map .branch-map-panel {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 400px;
	min-width: 0;
}

.contact-grid--branch-map .branch-map-panel iframe {
	flex: 1 1 auto;
	width: 100%;
	min-height: 400px;
	height: 100%;
	border: 0;
}

.contact-grid--branch-map .branch-map-panel[hidden] {
	display: none !important;
}

.contact-card {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.contact-card label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
}

.contact-card input,
.contact-card textarea {
	width: 100%;
	padding: 12px 14px;
	margin-bottom: 14px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 15px;
}

.contact-card textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-card .btn-send {
	background: #d0180d;
	color: #fff;
	border: none;
	padding: 14px 28px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
}

.contact-info p {
	margin: 10px 0;
	line-height: 1.5;
}

.contact-info a {
	color: #067342;
}

.social-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.social-row a {
	color: #067342;
	font-weight: 600;
}

.preloader {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 9999;
}

.inner-main {
	padding: 50px 0 50px;
	background: #f6fbf8;
}

.inner-main h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #067342;
}

.inner-main p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
	color: #222;
}

.about-layout__split {
	display: grid;
	gap: 32px;
	align-items: start;
	margin-top: 8px;
	margin-bottom: 8px;
}

@media (min-width: 900px) {
	.about-layout__split {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		align-items: center;
	}
}

.about-layout__figure {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.about-layout__figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-main .about-layout__text h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: #067342;
	margin-bottom: 16px;
}

.about-layout__outro {
	margin-bottom: 0;
}

