.card-panel {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  margin-top: 60px;
}

.tabs-wrapper {
  max-width: 600px;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card-wrapper {
  width: 100%;
}

.tabs ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  gap: 0 10px;
}

.tabs ul li {
  padding: 12px 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s linear;
  font-weight: 600;
}

.tabs ul li:hover {
  transform: translateY(-10px);
  transition: 0.3s linear;
}

.tabs-items-wrapper {
  max-width: 600px;
  width: 100%;
  height: 470px;
  border-radius: 6px;
  overflow-x: hidden !important;
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin: 30px 0 20px;
  overflow-y: scroll;
}

.tabs-items-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: #fff;
}

.tabs-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: fit-content;
  transition: 0.2s linear;
}

.tab-item {
  width: 560px;
  max-height: 470px;
}

.active-tab {
  transform: translateY(-10px);
  background-color: #24a77e;
  color: #fff;
}

.modal-btn {
  width: 100%;
  padding: 12px 0;
  border-radius: 6px;
  background-color: #24a77e;
  border: 1px solid #24a77e;
  color: #fff;
  font-weight: 700;
  transition: 0.3s linear;
}

.modal-btn:hover {
  transition: 0.3s linear;
  background-color: #ffffff;
  border: 1px solid #24a77e;
  color: #24a77e;
}

.item-wrap {
  height: 100%;
  overflow-y: auto;
}

.process--product {
  margin-top: 120px;
}

/* Модальное окно */

.modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.2s linear;
}

.modal-content-wrapper {
  max-width: 600px;
  width: 100%;
  height: 550px;
  background: #ebf0f2;
}

.modal-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 0 0;
}

.close-btn {
  border: none;
  outline: none;
  background: initial;
  padding: 0;
}

.close-btn svg {
  fill: #24a77e;
  width: 28px;
  height: 28px;
}

.modal-title-text {
  color: #000;
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}

.modal-panel form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  max-width: 360px;
  width: 100%;
}

.modal-panel form input {
  max-width: 360px;
  width: 100%;
  padding: 21px 20px;
  border: 1px solid #000;
  outline: none;
}

.modal-panel form input::placeholder {
  color: #000;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.modal-panel form button {
  max-width: 360px;
  width: 100%;
  padding: 26px 0;
  border: none;
  background-color: #24a77e;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: 0.2s linear;
}

.modal-panel form button:hover {
  background-color: #1e6b52;
  transition: 0.2s linear;
}

.sub-title-modal {
  color: #171921;
  font-family: "Gilroy-Medium", sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}

.why-block:hover .inner-box .icon-box span img {
  mix-blend-mode: difference;
  transition: 0.2s linear;
}

.doc-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 60px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.swiper2 {
  width: 100%;
  height: 90px;
  border: 2px solid #63ba9e;
  border-radius: 0 0 10px 10px;
}

.swiper-slide2 {
  height: 90px !important;
  overflow: hidden;
  cursor: pointer;
}

.swiper-slide2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: 0.2s linear;
}

.swiper-slide2 img:hover {
  transform: scale(1.08);
  transition: 0.2s linear;
}

.card-img {
  max-width: 490px;
  width: 100%;
  box-shadow: 0px 0px 25px -7px #55bd9c;
  border-radius: 10px;
}

.card-img > img {
  width: 100%;
  /* height: 530px; */
  object-fit: cover;
  border: 2px solid #63ba9e;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.zakaz-wrapper {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

#zakaz {
  max-width: 600px;
}

.zakaz-img {
  max-width: 220px;
  width: 100%;
}

.zakaz-img img {
  width: 100%;
}

.reg {
  padding: 10px !important;
  height: 46px !important;
}

/* .zakaz-text div {
  margin-bottom: 0;
} */

.zakaz-text p {
  margin-bottom: 0 !important;
}

.fancybox-close-small:after {
  background-color: initial !important;
}

.main-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 800px;
  position: relative;
  overflow-y: hidden;
}

.under-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  animation: index 0.3s linear;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.main-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  transform: translateY(700px);
  animation: pool 3s linear;
  animation-fill-mode: forwards;
}

@keyframes pool {
  from {
    transform: translateY(700px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes index {
  from {
    z-index: 10;
  }

  to {
    z-index: 4;
  }
}

.main-text .subtitle {
  color: #fff !important;
  font-weight: 700;
  filter: drop-shadow(2px 4px 6px black);
}

.main-text h1 {
  color: #fff !important;
  font-weight: 700;
  filter: drop-shadow(2px 4px 6px black);
}

.link-box p {
  color: #fff !important;
  font-weight: 700;
  filter: drop-shadow(2px 4px 6px black);
}

.btn_zakaz {
  border-radius: 6px !important;
  border: 1px solid #24a77e !important;
  box-shadow: none;
}

.btn-theme {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(4.7px) !important;
  -webkit-backdrop-filter: blur(4.7px) !important;
  border: 1px solid rgba(255, 255, 255, 0.29);
  padding: 18px 0;
  width: 200px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #147022;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s linear;
}

.btn-theme:hover {
  background: initial !important;
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;

  color: #147022;

  transition: 0.2s linear;
}

.scroll-to-top {
  border-radius: 50%;
  background-color: #24a77e !important;
  transition: 0.2s linear;
}

.scroll-to-top:hover {
  border-radius: 50%;
  background-color: #49f1bc !important;
}

.theme-btn-main {
  max-width: 200px;
  padding: 20px;
  background-color: #24a77e;
  color: #fff;
  border-radius: 6px;
  transition: 0.2s ease;
  outline: 1px solid #24a77e;
  outline-offset: 6px;
  animation: pulser 1.5s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn-main a {
  color: #fff;
  font-weight: 600;
}

@keyframes pulser {
  from {
    outline-offset: 0px;
  }

  to {
    outline-offset: 6px;
  }
}

.def-icon {
  width: 120px;
  height: 120px;
}

.icon-text {
  display: flex;
  gap: 20px;
}

.first-bl {
  position: relative;
}

.bg-img {
  position: absolute;
  top: 0;
  right: -440px;
}

.bg-img img {
  max-width: 600px;
}

.main-services {
  width: 100%;
  height: fit-content;
}

.main-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.text-slider {
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6.3px);
  -webkit-backdrop-filter: blur(6.3px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: none;
  flex-direction: column;
}

.swiper-slide-active img {
  transition: 0.3s linear;
  transform: scale(1.3);
}

.swiper-slide img {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.buttons-slider {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.prev-btn,
.next-btn {
  padding: 16px;
  max-width: 120px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6.3px);
  -webkit-backdrop-filter: blur(6.3px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.2s linear;
}

.prev-btn:hover,
.next-btn:hover {
  background: rgba(0, 126, 76, 0.473);
}

.prev-btn svg,
.next-btn svg {
  width: 30px;
  height: 30px;
  fill: rgb(0, 107, 73);
}

.active-slider-item {
  display: flex;
}

.sec-s-title {
  padding-left: 0 !important;
}

.sec-s-title span {
  color: rgb(0, 107, 73);
}

.sec-s-title::before {
  content: none !important;
}

.why-block {
  cursor: pointer;
}

.text-slider h2 {
  font-size: 34px;
}

.inner-box .h5 {
  text-transform: initial !important;
}

.why-block {
  transition: 0.2s linear;
}

.why-block:hover {
  transform: translateY(-10px);
  transition: 0.2s linear;
}

.sec-title {
  padding-left: 0;
}

.sec-title:before {
  content: none;
}

.why-us {
  position: relative;
}

.main-footer {
  background: initial !important;
  position: relative;
}

.upper-section {
  background: initial !important;
}

.foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.footer-logo {
  margin-bottom: 30px;
}

.text {
  color: #222222 !important;
}

.links li a {
  color: #222222 !important;
}

.h4 {
  color: #222222 !important;
}

.subscribe-box > p {
  color: #222222 !important;
}

.footer-links-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-links-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-links-list li a {
  padding-left: 0 !important;
  font-size: 18px !important;
  font-weight: 600;
}

.footer-links-list li a:before {
  content: none !important;
}

.sponsors-section {
  border-bottom: 1px solid #e0e0e0;
}

.footer-phone {
  font-size: 20px;
  font-weight: 700;
  color: #004a33;
}

.footer-mail {
  font-size: 26px;
  font-weight: 700;
  color: #004a33;
}

.footer-panel-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.projects-section .owl-theme .owl-nav .owl-prev,
.projects-section .owl-theme .owl-nav .owl-next {
  border: 1px solid #004a33;
  border-radius: 50%;
  transition: 0.3s linear;
}

.projects-section .owl-theme .owl-nav .owl-prev:hover,
.projects-section .owl-theme .owl-nav .owl-next:hover {
  transition: 0.3s linear;
  border: 1px solid #3bc298;
  background-color: #3bc298;
}

.projects-section .owl-theme .owl-nav .owl-prev:hover,
.projects-section .owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  transition: 0.3s linear;
}

.contact-section .pattern-layer {
  background-image: none !important;
}

/* 
.inputs-wrappers {
  
} */

.main-form-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  position: absolute;
  top: 60px;
  left: calc(50% - 250px);
}

.inputs-wrappers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.inputs-wrappers input {
  width: 100% !important;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.inputs-wrappers input:first-child {
  border-radius: 6px;
}

.inputs-wrappers input:last-child {
  border-radius: 6px;
}

.main-form-wrapper textarea {
  margin-top: 20px;
  width: 100% !important;
  padding: 10px 20px;
  height: 90px;
  resize: none;
  border: 1px solid #ffffff;

  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.send_form_btn {
  width: 100%;
  padding: 10px 20px;
  background-color: #3bc298;
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  transition: 0.3s linear;
  font-weight: 600;
  border: 1px solid #3bc298;
  color: #fff;
}

.send_form_btn:hover {
  border: 1px solid #009767;
  background-color: #009767;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  transition: 0.3s linear;
}

.contact-section {
  position: relative;
  background: none !important;
}

.form-bg {
  position: absolute;
  top: calc(50% - 117px);
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.5;
  object-fit: contain;
}

.form-bg-1 {
  max-width: 570px;
  width: 100%;
  background-color: #007153b0;
  height: 260px;
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.form-text-sub {
  color: #fff;
  font-weight: 600;
}

.text-contac-form {
  height: 260px;
  background-color: #007153b0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.text-contac-form p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.chat-icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.chat-icon img {
  width: 80px;
  height: auto;
}

/*! CSS Used from: https://corp.evalar.ru/assets/common.css?id=fb8a4bb01cc815586dccab6f19108973 */

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    position: relative;
    display: flex;
    max-width: 1140px;
    flex-wrap: nowrap;
    min-width: 1140px;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    background-color: #fff;
  }
}

@media (min-width: 1560px) {
  .container {
    max-width: 1496px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-none {
    display: none !important;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

b {
  font-weight: bolder;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

/* img{vertical-align:middle;}
*,:after,:before{background-repeat:no-repeat;box-sizing:inherit;}
:after,:before{text-decoration:inherit;vertical-align:inherit;}
*{margin:0;padding:0;}
a{background-color:transparent;}
a:active,a:hover{outline-width:0;}
b{font-weight:bolder;} */
img {
  border-style: none;
}

.main-quote__img {
  max-width: 100%;
}

.main-quote__row {
  align-items: center;
  display: flex;
}

.main-quote__header {
  color: #333;
  font: 400 12px/140% Inter;
}

.main-quote__header a {
  color: inherit;
}

.main-quote__quote {
  color: #333;
  font: 600 14px/140% Inter;
  padding-left: 40px;
  position: relative;
}

.main-quote__quote:before {
  content: "";
  height: 27px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 30px;
}

.main-quote__quote_icon:before {
  background: url(https://corp.evalar.ru/images/main-quote__quote.svg?e0574d3013fe87575977dda5fee1e1a7)
    50% no-repeat;
  background-size: cover;
}
.main-quote__quote:after {
  content: "";
  height: 27px;
  right: 0;
  position: absolute;
  bottom: 1px;
  width: 30px;
}

.main-quote__quote_icon:after {
  background: url(https://corp.evalar.ru/images/main-quote__quote.svg?e0574d3013fe87575977dda5fee1e1a7)
    50% no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .main-quote__header {
    font: 400 14px/140% Inter;
  }

  .main-quote__quote {
    font: 600 14px/140% Inter;
  }
}

@media (min-width: 768px) {
  .main-quote__header {
    font: 400 18px/130% Inter;
  }

  .main-quote__quote {
    font: 600 20px/130% Inter;
  }

  .main-quote__quote:before {
    top: 5px;
  }
}

@media (min-width: 992px) {
  .main-quote__header {
    font: 400 20px/140% Inter;
  }

  .main-quote__quote {
    font: 600 24px/130% Inter;
  }
}

@media (min-width: 1200px) {
  .main-quote__header {
    font: 400 18px/130% Inter;
  }

  .main-quote__quote {
    font: 500 25px/130% Inter;
    padding-left: 60px;
  }

  /* .main-quote__quote:before {
    height: 41px;
    top: 8px;
    width: 45px;
  } */
}

/* @media (min-width:1560px){
.main-quote__header{font:400 24px/140% Inter;}
.main-quote__quote{font:600 46px/130% Inter;padding-left:0;}
.main-quote__quote:before{height:55px;left:-80px;top:12px;width:60px;}
}
.mb-20{margin-bottom:20px;}
@media (min-width:1200px){
.mb-xl-30{margin-bottom:30px;}
} */

/*! CSS Used from: https://rabbithome.asted.cloud/vendor/bootstrap/css/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
}

/*! CSS Used from: https://rabbithome.asted.cloud/css/theme-elements.css */
h2 {
  color: #212529;
  font-weight: 200;
  letter-spacing: -0.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}

@media (max-width: 575px) {
  h2 {
    line-height: 40px;
  }
}

p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px;
}

/*! CSS Used from: https://rabbithome.asted.cloud/css/demos/demo-real-estate.css */
h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 2.2em;
}

/*! CSS Used from: https://rabbithome.asted.cloud/css/skins/skin-real-estate.css */
::selection {
  color: #fff;
  background: #1c5fa8;
}

/*! CSS Used from: https://rabbithome.asted.cloud/css/custom.css */
.card_rab2 {
  margin: 0 10px;
  width: 290px;
  height: 290px;
  border-radius: 35px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #f0f0f0;
  box-shadow: 0 10px 30px 5px rgba(186, 142, 74, 0.3);
}

.card_rab2 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}

.card_rab2 h2 {
  position: absolute;
  color: #ffffff;
  inset: auto auto 30px 30px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
}

.card_rab2 p {
  color: #ffffff;
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
}

.card_rab2 p {
  inset: auto auto 80px 30px;
}

.card_rab2:hover h2 {
  inset: auto auto 300px 30px;
  transition: inset 0.3s ease-out;
}

.card_rab2:hover p {
  opacity: 1;
  transition: opacity 0.5s 0.1s ease-in;
}

.card_rab2:hover img {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.new-slider .swiper-wrapper .swiper-slide {
  display: flex !important;
  justify-content: center !important;
  transition: 0.3s linear;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

.main-num-one__bg {
  background: linear-gradient(
    90deg,
    #8743c9 0.66%,
    #5171d7 29.39%,
    #17a2e5 63.18%,
    #00b5eb 79.42%,
    #08b6e1 82.7%,
    #1db8c8 88.16%,
    #3fbd9d 95.18%,
    #6ec264 103.36%,
    #8cc63f 108.1%
  );
}

.main-num-one__img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.main-num-one__text {
  color: #fff;
  font: 400 14px/140% Inter;
}

@media (min-width: 992px) {
  .main-num-one__text {
    font: 400 24px/130% Inter;
  }
}

@media (min-width: 1560px) {
  .main-num-one__text {
    font: 500 28px/130% Inter;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .pt-lg-45 {
    padding-top: 45px;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }
}

.hiden-content {
  padding: 20px 50px;
  display: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.hiden-content_visible {
  display: block;
}

@media (max-width: 1000px) {
  .card-panel {
    flex-direction: column;
    align-items: center;
  }

  .card-img {
    padding: 0 20px;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .tabs ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-img > img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .tab-item .h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

@media (max-width: 420px) {
  .tab-item .h3 {
    font-size: 16px;
    font-weight: bold;
  }
}

.advantages {
  padding: 0 40px;
  color: black;
}

.advantages > * {
  color: inherit !important;
}

.section-title {
  text-align: center;
}

.section-description-text {
  color: inherit !important;
}

.section-description-text {
  text-align: justify;
}

.advantages_list {
  margin-bottom: 10px;
}

.advantages_list__item {
  list-style: circle;
  margin-left: 20px;
}

.advantages_list__item::marker {
  color: #24a77e;
}

.justify {
  text-align: justify;
}

.mt {
  margin-top: 10px;
  color: inherit !important;
  text-align: justify;
}

.btns-wrapper {
  position: absolute;
  bottom: 40px;
  display: flex;
  gap: 10px;
  left: 45%;
}

.list-title{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.slider-next-btn,
.slider-prev-btn {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #24a77e;
  cursor: pointer;
  background: transparent;
}

.slider-next-btn_active,
.slider-prev-btn_active {
  background: #24a77e;
}

.documents {
  padding: 30px 0;
}

.documents-title {
  /* text-align: center; */
}

.circle {
  margin-left: 20px;
  list-style: circle;
}

.circle::marker {
  color: #24a77e;
}
