#panel {
  overflow: hidden;
}

.default-descr-black {
  width: 100% !important;
}

.suisai__section {
  margin: clamp(4.063rem, 3.75rem + 1.56vw, 6.25rem) 0;
}
.suisai__section .container {
  position: relative;
}
.suisai__section .container::after {
  content: "";
  background: url(../img/suisai/circle-dark-1.svg?v=1.2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 116px;
  height: 116px;
  position: absolute;
  top: -15px;
  right: -120px;
  z-index: -1;
}
.suisai__section .container::before {
  content: "";
  background: url(../img/suisai/circle-dark-2.svg?v=1.2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 340px;
  height: 340px;
  position: absolute;
  top: 70px;
  left: -140px;
  z-index: -1;
}
.suisai__section .suisai__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.suisai__section .suisai__descr {
  margin: 0 auto;
  text-align: center;
  width: 75% !important;
  margin-top: 15px;
}
.suisai__section .suisai__block {
  margin: 0 70px;
  margin-top: clamp(2.188rem, 2.054rem + 0.67vw, 3.125rem);
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #edebe9;
  border-radius: 25px;
  padding: clamp(1.563rem, 1.339rem + 1.12vw, 3.125rem);
  position: relative;
}
.suisai__section .suisai__block::before {
  background: url(../img/suisai/circle-dark-3.svg?v=1.2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 225px;
  height: 225px;
  position: absolute;
  bottom: -50px;
  right: -65px;
  z-index: -1;
}
.suisai__section .suisai__block-descr {
  font-weight: 400 !important;
  max-width: 100% !important;
}
.suisai__section .suisai__block-sign {
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 1300px) {
  .suisai__section .container::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .suisai__section .suisai__block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .suisai__section .container::before,
  .suisai__section .suisai__block::before {
    opacity: 0.5;
  }
}
.work__section {
  margin-bottom: clamp(4.063rem, 3.75rem + 1.56vw, 6.25rem);
}
.work__section .work__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.work__section .work__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work__section .work__left .default-btn {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.work__section .work__title {
  margin-bottom: 10px;
}
.work__section .work__descr {
  width: 85% !important;
}
.work__section .work__right img {
  background: #c7c7c7;
  width: 100%;
  height: 400px;
  border-radius: 25px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .work__section .work__inner {
    grid-template-columns: 1fr;
  }
  .work__section .work__right img {
    height: 300px;
  }
}
.founder__section {
  background: rgba(136, 120, 105, 0.15);
  margin: 20px clamp(0.625rem, 0.264rem + 1.2vw, 1.563rem) 0;
  border-radius: 25px;
  padding: clamp(3.125rem, 1.944rem + 3.94vw, 6.25rem) 0;
  position: relative;
  overflow: hidden;
}
.founder__section .founder__inner {
  position: relative;
}
.founder__section .founder__inner > img {
  position: absolute;
  height: 360px;
  bottom: calc(clamp(3.125rem, 1.944rem + 3.94vw, 6.25rem) * -1);
  right: -90px;
  z-index: 1;
}
.founder__section .container {
  position: relative;
}
.founder__section .container::after {
  content: "";
  background: url(../img/suisai/circle-white-big.svg?v=1.2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 620px;
  height: 620px;
  position: absolute;
  top: 45px;
  right: -170px;
  z-index: 0;
}
.founder__section .container::before {
  content: "";
  background: url(../img/suisai/circle-white-small.svg?v=1.2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 270px;
  height: 270px;
  position: absolute;
  top: -230px;
  left: -20px;
  z-index: 0;
}
.founder__section .founder__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
  z-index: 9999;
}
.founder__section .founder__descr {
  margin: 0 auto;
  text-align: center;
  width: 55% !important;
  margin-top: 15px;
  position: relative;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .founder__section .founder__inner > img {
    right: -50px;
    height: 300px;
  }
  .founder__section .founder__title {
    margin-left: 0;
    text-align: left;
    margin-right: auto;
  }
  .founder__section .founder__descr {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .founder__section .founder__inner > img {
    display: none;
  }
  .founder__section .founder__descr {
    width: 85% !important;
  }
}
.help__section {
  margin: clamp(4.063rem, 3.75rem + 1.56vw, 6.25rem) 0;
}
.help__section .help__descr {
  width: 50%;
}
.help__section .help__items {
  margin-top: clamp(2.188rem, 2.054rem + 0.67vw, 3.125rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.help__section .help__item {
  border: 1px solid rgba(37, 37, 37, 0.25);
  border-radius: 25px;
  padding: 25px;
  flex-direction: row;
  gap: 35px;
}
.help__section .help__item {
  display: none;
}
.help__section .help__item.visible {
  display: flex;
}
.help__section .load-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  border-radius: 25px;
  border: 2px solid #887869;
  color: #fff;
  background: #887869;
  padding: 5px 35px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  margin: 20px auto;
  display: block;
}
.help__section .load-more:hover {
  background: transparent;
  transition: all ease-in-out 0.3s;
  transform: scale(0.98);
  color: #887869;
}
.help__section .help__item-circle {
  border-radius: 500px;
  background: rgba(136, 120, 105, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(0.75rem, 0.696rem + 0.27vw, 1.125rem);
  width: clamp(3.125rem, 2.714rem + 2.05vw, 6rem);
  height: clamp(3.125rem, 2.714rem + 2.05vw, 6rem);
  box-sizing: border-box;
}
.help__section .help__item-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.help__section .help__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
}
.help__section .help__item-title {
  max-width: 90% !important;
}
.help__section .help__item-descr {
  margin-top: 0 !important;
  width: 95% !important;
}

@media (max-width: 600px) {
  .help__section .help__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.reviews__section {
  background: rgba(136, 120, 105, 0.15);
  border-radius: 25px;
  margin: clamp(4.688rem, 4.087rem + 2vw, 6.25rem) 0;
  padding: clamp(2.188rem, 0.625rem + 5.21vw, 6.25rem) 0;
  position: relative;
}
.reviews__section svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.reviews__swiper-box {
  margin-top: clamp(1.875rem, 1.394rem + 1.6vw, 3.125rem);
  position: relative;
}
.reviews__swiper-box .swiper-wrapper {
  height: 450px;
}

.reviews__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  cursor: pointer;
}

.reviews__section .swiper-button-prev {
  left: -65px;
  transition: all ease-in-out 0.3s;
}
.reviews__section .swiper-button-prev:hover {
  transform: scale(0.98);
}

.reviews__section .swiper-button-prev::after {
  content: "\e922";
  font-size: clamp(1.563rem, -2.167rem + 4.03vw, 2.188rem);
  font-family: "icomoon";
  background: #887869;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}

.reviews__section .swiper-button-next {
  right: -65px;
  transition: all ease-in-out 0.3s;
}
.reviews__section .swiper-button-next:hover {
  transform: scale(0.98);
}
.reviews__section .swiper-button-next::after {
  content: "\e924";
  font-size: clamp(1.563rem, -2.167rem + 4.03vw, 2.188rem);
  font-family: "icomoon";
  background: #887869;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}

@media (max-width: 1480px) {
  .reviews__swiper-box .swiper-wrapper {
    height: clamp(18.75rem, 15.75rem + 10vw, 25rem);
  }
}
@media (max-width: 1280px) {
  .reviews__section .swiper-button-next,
  .reviews__section .swiper-button-prev {
    display: none;
  }
}
.reviews__section {
  margin-bottom: 20px !important;
}

.contacts__section {
  margin-top: 20px !important;
  background: rgba(136, 120, 105, 0.15);
  border-radius: 25px;
}
.contacts__section .contacts__inner {
  text-align: center;
  padding-top: clamp(4.688rem, 4.087rem + 2vw, 6.25rem);
}
.contacts__section .contacts__inner .contacts__title {
  margin-bottom: 15px;
  width: 100% !important;
  text-align: left;
}
.contacts__section .contacts__inner .contacts__descr {
  margin: 0;
  width: 50% !important;
  text-align: left;
  margin-bottom: 25px;
}
.contacts__section .contacts__items-box {
  padding-bottom: 60px;
  position: relative;
}
.contacts__section .contacts__items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 90px 0 120px;
}
.contacts__section .contacts__whatsapp {
  background: #73a163;
  padding: 15px 0 15px 80px;
  width: 316px;
  border: 2px solid #73a163;
  display: flex;
  border-radius: 25px;
  align-items: center;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.contacts__section .contacts__whatsapp:hover {
  transform: scale(0.98);
  background: transparent;
  color: #73a163;
}
.contacts__section .contacts__whatsapp:hover::after {
  color: #73a163;
}
.contacts__section .contacts__whatsapp::after {
  content: "\ea93";
  font-family: "icomoon";
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 25px;
  transition: all ease-in-out 0.3s;
}
.contacts__section .contacts__whatsapp::after:hover::after {
  color: #73a163;
}
.contacts__section .contacts__whatsapp:hover {
  color: #73a163;
}
.contacts__section .contacts__tg {
  background: #6695a8;
  padding: 15px 0 15px 80px;
  width: 316px;
  border: 2px solid #6695a8;
  display: flex;
  border-radius: 25px;
  align-items: center;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.contacts__section .contacts__tg:hover {
  transform: scale(0.98);
  background: transparent;
  color: #6695a8;
}
.contacts__section .contacts__tg:hover::after {
  color: #6695a8;
}
.contacts__section .contacts__tg:hover {
  color: #6695a8;
}
.contacts__section .contacts__tg::after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 25px;
  transition: all ease-in-out 0.3s;
}
.contacts__section .contacts__tg::after:hover {
  color: #6695a8;
}
.contacts__section .contacts__insta {
  background: #d26eb0;
  padding: 15px 0 15px 80px;
  width: 316px;
  border: 2px solid #d26eb0;
  display: flex;
  border-radius: 25px;
  align-items: center;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.contacts__section .contacts__insta:hover {
  transform: scale(0.98);
  background: transparent;
  color: #73a163;
}
.contacts__section .contacts__insta:hover::after {
  color: #d26eb0;
}
.contacts__section .contacts__insta::after {
  content: "\ea92";
  font-family: "icomoon";
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 25px;
  transition: all ease-in-out 0.3s;
}
.contacts__section .contacts__insta::after:hover::after {
  color: #d26eb0;
}
.contacts__section .contacts__insta:hover {
  color: #d26eb0;
}
.contacts__section .contacts__items-right {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.contacts__section .contacts__items-right img {
  height: 420px;
}

@media (max-width: 1480px) {
  .contacts__section .contacts__items {
    padding: 0 0 0 70px;
  }
  .contacts__section .contacts__items-right {
    right: 0;
  }
  .contacts__section .contacts__items-right img {
    height: 390px;
  }
}
@media (max-width: 1200px) {
  .contacts__section .contacts__whatsapp,
  .contacts__section .contacts__tg,
  .contacts__section .contacts__insta {
    padding: 12px 0 12px 70px;
    font-size: 20px;
  }
  .contacts__section .contacts__whatsapp::after,
  .contacts__section .contacts__tg::after,
  .contacts__section .contacts__insta::after {
    font-size: 30px;
    left: 20px;
  }
  .contacts__section .contacts__items-right {
    right: 30px;
  }
  .contacts__section .contacts__items-right img {
    height: 340px;
  }
  .contacts__items-right {
    right: 60px;
  }
  .contacts__items-right img {
    height: 340px;
  }
}
@media (max-width: 1100px) {
  .contacts__section .contacts__inner .contacts__descr {
    width: 50%;
  }
  .contacts__items-right {
    right: 40px;
  }
}
@media (max-width: 1024px) {
  .contacts__section .contacts__items {
    padding: 0;
  }
}
@media (max-width: 950px) {
  .contacts__section .contacts__items-right {
    position: relative;
  }
  .contacts__section .contacts__items {
    flex-direction: column;
  }
  .contacts__section .contacts__items-box {
    padding-bottom: 0;
  }
  .contacts__section .contacts__inner .contacts__descr {
    width: 70%;
  }
  .contacts__section .contacts__whatsapp,
  .contacts__section .contacts__tg,
  .contacts__section .contacts__insta {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .contacts__section .contacts__items-right {
    margin-top: 45px;
    right: 0;
  }
  .contacts__section .contacts__items-right img {
    height: 240px;
  }
}
@media (max-width: 600px) {
  .contacts__section .contacts__inner .contacts__descr {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .contacts__section .contacts__inner .contacts__descr {
    width: 100%;
  }
  .contacts__section .contacts__whatsapp,
  .contacts__section .contacts__tg,
  .contacts__section .contacts__insta {
    justify-content: center;
    padding: 12px 0;
    width: 280px;
    margin-left: 0;
  }
  .contacts__section .contacts__whatsapp::after,
  .contacts__section .contacts__tg::after,
  .contacts__section .contacts__insta::after {
    font-size: 26px;
  }
  .contacts__section .contacts__items-right img {
    height: 200px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  border: 2px solid #887869;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  padding: 10px !important;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: #887869 !important;
  background: transparent !important;
  border-color: #887869 !important;
}