@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__logo-block {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 50px;
  height: 50px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__name {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  color: white;
}
@media (max-width: 1140px) {
  .header__name {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.header__name-link {
  text-decoration: none;
  color: white;
}
.header__name-link:hover {
  color: silver;
  transition: 0.3s;
}
.header__nav {
  width: 100%;
  height: 100%;
}
.header__list {
  align-items: inherit;
  list-style: none;
  gap: 50px;
}
@media (max-width: 1140px) {
  .header__list {
    gap: 20px;
  }
}
.header__item {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.header__link {
  text-decoration: none;
  color: black;
}
.header__link:hover {
  color: white;
  transition: 0.5s;
  font-weight: 700;
}

.navbar > .container-fluid {
  justify-content: space-around;
}

.navbar-collapse {
  flex-grow: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler-icon {
  width: 30px;
  height: 30px;
}

.footer__contacts-text, .footer__title, .whyus__text, .whyus__title, .trading__text, .trading__title, .slider__title, .header__name, .header__item {
  font-family: "Open Sans", sans-serif;
}

.slider__img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
}
.slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__slide {
  min-width: 0;
}
.slider__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: white;
  text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media (max-width: 1140px) {
  .slider__title {
    font-size: 5rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
}
.slider__trade {
  text-align: center;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: black;
  border: 1px solid silver;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: silver;
  font-size: 80px;
}
@media (max-width: 1140px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 40px;
  }
}

.trading {
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}
@media (max-width: 1140px) {
  .trading {
    flex-direction: column;
    gap: 20px;
  }
}
.trading__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.trading__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading__text-block {
  text-align: center;
}
.trading__text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}
.trading__img-block {
  width: 70px;
  height: 70px;
}
.trading__img-block img {
  width: 100%;
  height: 100%;
}

.whyus {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: black;
  margin-top: 30px;
}
@media (max-width: 1140px) {
  .whyus {
    flex-direction: column;
  }
}
.whyus__title {
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: white;
}
@media (max-width: 1140px) {
  .whyus__title {
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.whyus__text {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  color: white;
}
@media (max-width: 1140px) {
  .whyus__text {
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
  }
}
.whyus__text-block {
  padding: 30px 0;
}
.whyus__img-block {
  background-image: url("../img/businessCenter.jpg"); /* Путь к вашему изображению */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40%;
}
@media (max-width: 1140px) {
  .whyus__img-block {
    display: none;
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212529;
}
.footer__contacts-block {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1140px) {
  .footer__contacts-block {
    flex-direction: column;
    gap: 20px;
    text-align: start;
    padding: 0 20px;
  }
}
.footer__title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  color: silver;
}
@media (max-width: 1140px) {
  .footer__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}
.footer__contacts-text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  color: silver;
}
@media (max-width: 1140px) {
  .footer__contacts-text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }
}
.footer__contacts-link {
  text-decoration: none;
  color: silver;
  font-weight: 400;
}
.footer__contacts-link:hover {
  color: white;
  transition: 0.3s;
}
.footer__number-link {
  text-decoration: none;
  color: silver;
  font-weight: 400;
}
.footer__number-link:hover {
  color: white;
  transition: 0.3s;
}
.footer__address-link {
  text-decoration: none;
  color: silver;
  font-weight: 400;
}
.footer__address-link:hover {
  color: white;
  transition: 0.3s;
}/*# sourceMappingURL=style.css.map */