html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif !important;
  background-color: rgb(220, 220, 220);
  font-size: 20px;
}
@media (max-width: 991.98px) {
  body {
    font-size: 18px;
  }
}

.header {
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .header {
    background-size: 188%;
    background-position: 60% 60%;
  }
}
@media (max-width: 767.98px) {
  .header {
    background-size: cover;
    background-position: 47% 60%;
    padding: 1rem !important;
  }
}
.header .nav a {
  font-size: 15px;
  text-decoration: none;
  color: white;
}
.header .nav .nav__title {
  background-color: rgba(57, 55, 55, 0.7529411765);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 1rem;
}
.header .nav .nav__title .nav__title-title {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #ff0000;
  line-height: 0.8;
  margin-left: -30px;
}
@media (max-width: 991.98px) {
  .header .nav .nav__title .nav__title-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 35px;
  }
}
.header .nav .nav__title .nav__title-logo__wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  margin: 1rem 0 1rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header .nav .nav__title .nav__title-logo__wrap {
    width: 75px;
    height: 75px;
  }
}
.header .nav .nav__title .nav__title-logo__wrap img {
  width: 85%;
  height: auto;
  display: block;
}
.header .nav .nav__addres {
  padding: 1rem;
  background-color: rgba(57, 55, 55, 0.7529411765);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .header .nav .nav__addres {
    display: none;
  }
}
.header .nav .nav__addres .nav__addres-text {
  color: #ff0000;
  font-size: 22px;
}
.header .nav .nav__addres .nav__addres-phone {
  font-weight: 800;
}
.header .nav .nav__addres .nav__addres-phone a {
  color: white;
  font-size: 20px;
}
.header .nav .nav__addres .nav__addres-logo__wrap {
  margin: 1rem !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff0000;
  margin: 1rem 0 1rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header .nav .nav__addres .nav__addres-phone {
    font-size: 22px;
  }
}
.header .title {
  margin: 70px 0;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .header .title {
    text-align: center;
    padding: 0;
  }
}
.header .title .title__prof {
  color: white;
  font-size: 33px;
  font-weight: 700;
  margin: 40px 0 40px 0;
}
@media (max-width: 991.98px) {
  .header .title .title__prof {
    font-size: 20px;
    margin: -30px 0 20px 0;
  }
}
@media (max-width: 575.98px) {
  .header .title .title__prof {
    font-size: 18px;
  }
}
.header .title .title__title {
  color: white;
  font-size: 130px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0 40px 0;
}
@media (max-width: 991.98px) {
  .header .title .title__title {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .header .title .title__title {
    font-size: 50px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 10px;
  }
}
.header .title .title__text {
  color: white;
  font-size: 20px;
}
.header .title .title__link {
  padding: 50px 0 0 0;
}
.header .title .title__contact {
  margin: 60px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7rem;
}
.header .title .title__contact .tittle__icon-group {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header .title .title__contact .title__whatsapp-button {
  border-radius: 5px;
  background-color: #ff0000;
  color: white;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.header .title .title__contact .title__whatsapp-button:hover {
  background-color: #1ecd1e;
  color: #0e0e0e;
  transform: scale(1.03);
}
@media (max-width: 991.98px) {
  .header .title .title__contact .title__whatsapp-button {
    font-size: 15px;
  }
}
.header .title .title__contact .title__call {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #1ecd1e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header .title .title__contact .title__logo__wrap {
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.header .title .title__contact .title__logo__wrap:hover {
  transform: scale(1.15);
}
.header .title .title__contact .title__logo__wrap .title__logo {
  width: 65px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .header .title .title__contact {
    gap: 2rem;
    flex-direction: column;
  }
}
@media (max-width: 325px) {
  .header .nav__title-logo__wrap {
    width: 65px;
    height: 65px;
  }
}

.activity .container {
  background-color: #393737;
  margin-top: -80px;
}
.activity .activity__description {
  position: relative;
  background-color: rgba(57, 55, 55, 0.7529411765);
  padding: 50px;
}
.activity .activity__description .activity__description-head {
  color: #ff0000;
  font-size: 33px;
  font-weight: 400;
  margin: 40px 0 40px 0;
}
.activity .activity__description .activity__description-title {
  color: white;
  font-size: 130px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  margin: 0 0 40px 0;
}
.activity .activity__description p {
  color: white;
  line-height: 2;
}
.activity .activity__table {
  background-color: white;
}
.activity .activity__table .activity__table-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  border: 0.5px solid rgba(57, 55, 55, 0.6274509804);
  padding: 40px 50px;
}
@media (max-width: 991.98px) {
  .activity .activity__table .activity__table-card {
    padding: 1rem;
    text-align: center;
  }
}
.activity .activity__table .activity__table-card img {
  width: 90px;
  height: 90px;
  padding-right: 15px;
}
.activity .activity__table .activity__table-card .activity__table-card-title {
  font-family: "Alumni Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
.activity .activity__table .activity__table-card p {
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .activity .activity__description {
    text-align: center;
    padding: 1rem;
  }
  .activity .activity__description .activity__description-head {
    text-align: center;
    margin-top: 1rem;
    font-size: 25px;
  }
  .activity .activity__description .activity__description-title {
    text-align: center;
    font-size: 90px;
  }
}

.services {
  text-align: center;
  margin-top: 80px;
}
.services .services__title-title {
  font-size: 105px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
}
.services .row {
  align-items: stretch;
}
.services .services__card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.services .services__card .services__card-img img {
  width: 100%;
  height: 100%;
}
.services .services__card .services__card-description {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.services .services__card .services__card-description h2 {
  margin: 2rem;
  color: #001500;
}
.services .services__card .services__card-description h4 {
  font-size: 20px;
  font-weight: 700;
}
.services .services__card .services__card-description .services__card-description-title {
  font-size: 45px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
}
.services .services__card .services__card-description .services__card-description-text {
  text-align: start;
  color: rgba(45, 45, 45, 0.8156862745);
}
.services .services__card .services__card-description .services__card-description-text .services__card-description-button {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7rem;
}
.services .services__card .services__card-description .services__card-description-text .services__card-description-button .services__card-description-whatsapp {
  border-radius: 5px;
  background-color: #1ecd1e;
  color: #0e0e0e;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.services .services__card .services__card-description .services__card-description-text .services__card-description-button .services__card-description-whatsapp:hover {
  color: white;
  transform: scale(1.02);
}
@media (max-width: 991.98px) {
  .services .services__card .services__card-description .services__card-description-text .services__card-description-button .services__card-description-whatsapp {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .services {
    margin-top: 20px;
  }
  .services .services__title-title {
    line-height: 1;
    font-size: 90px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .services .services__title-title {
    font-size: 60px;
  }
}

.workshop {
  margin-bottom: 350px;
}
.workshop .workshop-wrap {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/bg-workshop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  padding-bottom: 250px;
  padding-top: 40px;
  margin-top: 40px;
}
.workshop .workshop__title .workshop__title-head {
  font-size: 105px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.workshop .workshop__title p {
  color: white;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.workshop .workshop__slider {
  margin: -250px 0;
}
.workshop .slider-container {
  margin: 0 auto;
}
.workshop .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.workshop .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.workshop .zoom-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #1ecd1e;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workshop .zoom-icon svg {
  width: 20px;
  height: 20px;
}
.workshop .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 10px 0;
}
.workshop .swiper-button-prev,
.workshop .swiper-button-next {
  position: relative;
  background: #ff0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.workshop .swiper-button-prev::after,
.workshop .swiper-button-next::after {
  font-size: 15px;
  color: white;
  text-align: center;
}
.workshop .swiper-pagination {
  position: relative;
  text-align: center;
}
.workshop .swiper-pagination-bullet {
  background: transparent;
  border: 0.5px solid #ff0000;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.workshop .swiper-pagination-bullet-active {
  background: #ff0000;
  opacity: 1;
}
.workshop .wrap {
  background-color: white;
  padding: 35px 35px;
}
@media (max-width: 991.98px) {
  .workshop .workshop-wrap {
    background-size: 160%;
    background-position: 13% 0%;
  }
  .workshop .workshop__title-head {
    font-size: 90px !important;
    margin-bottom: 20px !important;
  }
  .workshop .workshop-wrap {
    padding-top: 40px;
  }
  .workshop .swiper-slide {
    height: 350px;
  }
  .workshop .wrap {
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  .workshop .workshop__title-head {
    font-size: 60px !important;
  }
  .workshop .swiper-slide {
    height: 250px;
  }
  .workshop .workshop-wrap {
    padding-top: 10px;
  }
  .workshop .wrap {
    padding: 10px;
  }
}

.stages .stages__title-title {
  font-size: 105px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-align: center;
}
.stages .stages__table,
.stages p {
  text-align: center;
}
.stages .stages__table .one,
.stages .stages__table .two,
.stages p .one,
.stages p .two {
  border: 1px solid rgb(161, 161, 161);
  background: #393737;
  padding: 5rem 5rem 3rem 5rem;
}
.stages .stages__table .one .stage__head,
.stages .stages__table .two .stage__head,
.stages p .one .stage__head,
.stages p .two .stage__head {
  font-size: 55px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  color: rgb(161, 161, 161);
}
.stages .stages__table .one p,
.stages .stages__table .two p,
.stages p .one p,
.stages p .two p {
  color: white;
  margin-bottom: 50px;
  line-height: 1.6;
}
.stages .stages__table .one a,
.stages .stages__table .two a,
.stages p .one a,
.stages p .two a {
  display: inline-block;
  border-radius: 5px;
  background-color: #1ecd1e;
  color: #0e0e0e;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.stages .stages__table .one a:hover,
.stages .stages__table .two a:hover,
.stages p .one a:hover,
.stages p .two a:hover {
  background-color: #1ecd1e;
  color: white;
  transform: scale(1.02);
}
.stages .stages__table .three,
.stages p .three {
  background: #1ecd1e;
  padding: 5rem;
}
.stages .stages__table .three .stage__head,
.stages p .three .stage__head {
  font-size: 55px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .stages .stages__title-title {
    font-size: 90px;
  }
  .stages .one,
  .stages .two,
  .stages .three {
    padding: 2rem !important;
  }
  .stages p {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .stages .stages__title-title {
    font-size: 60px;
  }
}

.revievs h3 {
  padding-bottom: 1rem;
  padding-top: 2rem;
  text-align: center;
  font-size: 40px;
}
.revievs .revievs__title {
  font-size: 105px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-align: center;
  margin-top: 4rem;
}
.revievs .col-md-6 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media (max-width: 991.98px) {
  .revievs h3 {
    font-size: 30px;
  }
  .revievs .revievs__title {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .revievs .revievs__title {
    font-size: 60px;
  }
}

.map-block .map-block__title {
  font-size: 105px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .map-block .map-block__title {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .map-block iframe {
    height: 350px;
  }
  .map-block .map-block__title {
    font-size: 60px;
  }
}

.myWrap {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/footerImg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 65%;
}
@media (max-width: 991.98px) {
  .myWrap {
    background-size: 110%;
    background-position: 10% 50%;
  }
}
@media (max-width: 767.98px) {
  .myWrap {
    background-size: 230%;
    background-position: 50% 65%;
  }
}

.contacts a {
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contacts a:hover {
  transform: scale(1.15);
}
.contacts .contacts__title {
  color: white;
  font-size: 40px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-align: center;
  padding: 1rem;
}
.contacts .contacts__contacts {
  color: white;
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: start;
}
.contacts .contacts__contacts .contacts__phone {
  display: inline-flex;
}
.contacts .contacts__contacts .contacts__phone a {
  text-decoration: none;
  color: white;
}
.contacts .contacts__contacts .contacts__phone .contacts__phone-img {
  background-color: #ff0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 25px;
}
.contacts .contacts__contacts .contacts__phone .contacts__phone-img img {
  width: 25px;
}
.contacts .contacts__contacts .contacts__mail {
  display: flex;
  align-items: center;
}
.contacts .contacts__contacts .contacts__mail .contacts__mail-img {
  background-color: #ff0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 25px;
}
.contacts .contacts__contacts .contacts__mail .contacts__mail-img img {
  width: 25px;
}
.contacts .contacts__contacts .contacts__mail .contacts__mail-mail a {
  text-decoration: none;
  color: white;
}
.contacts .contacts__contacts .contacts__address {
  display: flex;
  align-items: center;
}
.contacts .contacts__contacts .contacts__address .contacts_address-img {
  background-color: #ff0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 25px;
}
.contacts .contacts__contacts .contacts__address .contacts_address-img img {
  width: 25px;
}
.contacts .contacts__refer {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: flex-start;
  color: white;
}
.contacts .contacts__refer .contacts__refer-title {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .contacts .contacts__refer .contacts__refer-title {
    display: grid;
    width: 100%;
    justify-content: center;
  }
}
.contacts .contacts__refer .contacts__refer-icon {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contacts .contacts__refer .contacts__refer-icon .contacts__call {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #1ecd1e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767.98px) {
  .contacts .contacts__refer .contacts__refer-icon .contacts__call {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contacts .contacts__refer .contacts__refer-icon {
    width: 100%;
    justify-content: space-between;
    padding: 0 2rem;
  }
}
@media (max-width: 349.98px) {
  .contacts .contacts__refer .contacts__refer-icon {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
}
.contacts .contacts__refer .contacts__refer-icon .refer-icon {
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contacts .contacts__refer .contacts__refer-icon .refer-icon:hover {
  transform: scale(1.15);
}
.contacts .contacts__refer .contacts__refer-icon .refer-icon .logo {
  width: 65px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts .contacts__refer .contacts__clock {
  display: inline-flex;
}
.contacts .contacts__refer .contacts__clock .contacts__clock-img {
  background-color: #ff0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 25px;
}
.contacts .contacts__refer .contacts__clock .contacts__clock-img img {
  width: 25px;
}
@media (max-width: 991.98px) {
  .contacts .contacts__contacts,
  .contacts .contacts__refer {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    padding-left: 1rem;
  }
  .contacts .contacts__refer {
    padding-top: 1rem;
  }
}

.footer .separator {
  border: none;
  border-bottom: 2px solid #fff;
  margin: 0;
  width: 100%;
  display: block;
}
.footer .container {
  color: white;
  padding: 1rem 3rem 2rem 3rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer .footer__menu {
  display: flex;
  gap: 2rem;
}
.footer .footer__menu a {
  text-decoration: none;
  color: white;
}
@media (max-width: 377.98px) {
  .footer .footer__menu {
    gap: 1rem;
  }
}/*# sourceMappingURL=main.css.map */