.welcome {
  padding-top: 350px;
  background-color: #06fff2;
  padding-bottom: 110px;
}
.welcome__title {
  font-size: 70px;
  line-height: 109%;
  max-width: 950px;
  margin-bottom: 60px;
}
.welcome p {
  font-size: 34px;
  max-width: 830px;
  line-height: 1.1;
  margin-bottom: 60px;
}
.welcome__btn {
  display: inline-flex;
  margin-top: 70px;
}
.welcome__btn.btn {
  color: #06fff2;
}
.welcome__btn.btn:hover {
  color: #000;
}

@media (max-width: 1199.98px) {
  .welcome {
    padding-top: 300px;
  }
}
@media (max-width: 991.98px) {
  .welcome {
    padding-top: 165px;
  }
  .welcome__title {
    font-size: 56px;
  }
  .welcome__btn {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .welcome__title {
    font-size: 44px;
    margin-bottom: 24px;
  }
  .welcome p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.location {
  padding-top: 140px;
}

.top-location__title {
  font-size: 70px;
  color: #222;
  margin-bottom: 42px;
}
.top-location__info {
  display: flex;
  padding-bottom: 35px;
  column-gap: 250px;
  border-bottom: 1px solid #000;
  column-gap: 32px;
}
.top-location__info strong {
  font-size: 35px;
  color: #222;
  font-family: "Medium";
  flex: 0 1 50%;
  width: 100%;
}
.top-location__info span {
  font-size: 24px;
  color: #222;
  max-width: 370px;
  line-height: 1.2;
  flex: 0 1 50%;
  width: 100%;
}
.top-location__content {
  padding-top: 40px;
  display: flex;
  column-gap: 65px;
  margin-bottom: 110px;
}
.top-location__col {
  flex: 0 1 50%;
}
.top-location__col:first-child .top-location__text {
  font-size: 24px;
  font-weight: 700;
  max-width: 570px;
}
.top-location__col:last-child .top-location__text {
  font-size: 19px;
}
.top-location__text {
  line-height: 1.2;
}

.bottom-location {
  position: relative;
}
.bottom-location__slide {
  display: flex;
  height: 700px;
}
.bottom-location__slide img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.bottom-location__btns {
  display: flex;
  height: fit-content;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  z-index: 2;
  justify-content: space-between;
  padding: 0 110px;
}
.bottom-location__btns .swiper-button-next, .bottom-location__btns .swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: static;
  margin: 0;
  border: none;
}
.bottom-location__btns .swiper-button-next::after, .bottom-location__btns .swiper-button-prev::after {
  display: none;
}
.bottom-location__btns .swiper-button-next svg, .bottom-location__btns .swiper-button-prev svg {
  width: 20px;
  height: 29px;
  transition: all 0.5s ease 0s;
}
.bottom-location__btns .swiper-button-prev:hover svg {
  transform: translate(-5px, 0px);
}
.bottom-location__btns .swiper-button-next:hover svg {
  transform: translate(5px, 0px);
}
.bottom-location .swiper-pagination {
  bottom: 60px;
  z-index: 2;
}
.bottom-location .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #000;
  opacity: 1;
  transition: all 0.5s ease 0s;
  margin: 0 8px;
}
.bottom-location .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .top-location__title {
    font-size: 55px;
  }
  .top-location__content {
    margin-bottom: 50px;
  }
  .bottom-location__slide {
    height: 550px;
  }
}
@media (max-width: 991.98px) {
  .location {
    padding-top: 56px;
  }
  .top-location__title {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .top-location__info {
    flex-direction: column;
    row-gap: 16px;
    padding-bottom: 24px;
  }
  .top-location__info strong, .top-location__info span {
    font-size: 18px;
    max-width: 100%;
  }
  .top-location__content {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 80px;
  }
  .top-location__col {
    flex: 0 1 100%;
  }
  .top-location__col:first-child .top-location__text, .top-location__col:last-child .top-location__text {
    max-width: 100%;
    font-size: 18px;
  }
  .top-location__text {
    font-size: 18px;
  }
  .bottom-location__slide {
    height: 375px;
  }
  .bottom-location__btns {
    padding: 0 16px;
  }
  .bottom-location__btns .swiper-button-next, .bottom-location__btns .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .bottom-location__btns .swiper-button-next svg, .bottom-location__btns .swiper-button-prev svg {
    width: 15px;
  }
  .bottom-location .swiper-pagination {
    bottom: 20px;
  }
}
.mission {
  padding: 80px 0;
  background-color: #907da8;
}
.mission .container {
  display: flex;
  justify-content: space-between;
}
.mission__title {
  font-size: 60px;
  font-family: "Medium";
}
.mission__text {
  margin-top: 17px;
  font-size: 19px;
  max-width: 440px;
}

@media (max-width: 1199.98px) {
  .mission .container {
    align-items: center;
    column-gap: 30px;
  }
  .mission__title {
    font-size: 45px;
  }
  .mission__text {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .mission {
    padding-top: 65px;
    padding-bottom: 56px;
  }
  .mission .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .mission__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .mission__text {
    font-size: 18px;
    max-width: 100%;
  }
}
.nums {
  background-color: #907da8;
}
.nums .container {
  padding: 48px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.nums__items {
  display: flex;
  justify-content: space-between;
}
.nums__item {
  flex-direction: column;
  align-items: center;
  flex: 0 1 268px;
}
.nums__title {
  font-size: 90px;
  font-family: "Medium";
  text-align: center;
  margin-bottom: 24px;
}
.nums__text {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .nums__title {
    font-size: 75px;
  }
}
@media (max-width: 991.98px) {
  .nums__title {
    font-size: 60px;
    margin-bottom: 8px;
  }
  .nums__items {
    flex-wrap: wrap;
    row-gap: 48px;
  }
  .nums__item {
    flex: 0 1 50%;
  }
  .nums__text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .nums__item {
    flex: 0 1 100%;
  }
  .nums__item:nth-child(3) .nums__text {
    max-width: 100%;
  }
  .nums__text {
    max-width: 148px;
    margin: 0 auto;
  }
}
.logos {
  padding-top: 90px;
  padding-bottom: 145px;
  background-color: #907da8;
}
.logos .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.logos__title {
  font-size: 60px;
  max-width: 365px;
}
.logos__images {
  display: flex;
  column-gap: 50px;
}
.logos__image {
  display: flex;
  align-items: flex-end;
}
.logos__image img {
  max-width: 100%;
}
.logos__image:nth-child(1) img {
  width: 122px;
  height: 150px;
}
.logos__image:nth-child(2) img {
  width: 140px;
  height: 50px;
}
.logos__image:nth-child(3) img {
  width: 132px;
  height: 100px;
}
.logos__image:nth-child(4) img {
  width: 190px;
  height: 35px;
}

@media (max-width: 1199.98px) {
  .logos .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos__title {
    font-size: 50px;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .logos__images {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .logos {
    padding-top: 56px;
    padding-bottom: 90px;
  }
  .logos .container {
    align-items: center;
  }
  .logos__title {
    font-size: 32px;
    text-align: center;
    max-width: 245px;
  }
}
@media (max-width: 767.98px) {
  .logos__images {
    flex-direction: column;
    align-items: center;
    row-gap: 56px;
  }
}