style.css 3.28 KB
@font-face {
  font-family: "RobotoRegular";
  src: url("./assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "InterRegular";
  src: url("./assets/fonts/Inter/static/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: normal;
}

header {
  background-color: #430092;
  box-shadow: 0px 4px 22px #000000;
}

header > .nav.nav-pills {
  width: 100%;
  max-width: 1000px;

  align-items: center;
  justify-content: space-between;

  padding: 0 60px;
}

header > .nav.nav-pills > .nav-item > .header_title-one {
  font-family: "InterRegular";
  font-size: 26px;

  color: #fff;
  text-transform: uppercase;
}

header > .nav.nav-pills > .nav-item > .header_title-two {
  font-family: "InterRegular";
  font-size: 26px;

  margin-left: -3px;

  color: #00b8f0;
  text-transform: uppercase;
}

header > .nav.nav-pills > .nav-item > .btn.download {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  padding: 18px 30px;

  background-color: #00b8f0;
  border-radius: 103px;
}

header > .nav.nav-pills > .nav-item.detailed {
  display: flex;
  align-items: center;
}

header > .nav.nav-pills > .nav-item.detailed > .dropdown {
  margin-right: 30px;
}

header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;

  color: #fff;
}

.main {
  display: flex;
  flex-direction: column;

  background-color: #430092;
}

.main > .main-first {
  display: flex;

  width: 100%;
}

.main > .main-first > .card.bcg-one {
  width: calc(100% / 2);
  height: 648px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #23003f;
}

.main > .main-first > .card.descr {
  width: calc(100% / 2);

  background-color: #23003f;
}

.main > .main-second {
  display: flex;

  width: 100%;
}

.main > .main-second > .card.bcg-two {
  width: calc(100% / 2);
  height: 648px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #430092;
  background-image: url("./assets/background_2.png");
  overflow: hidden;
}

.main-third {
  height: 266px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #430092;
}

.main-third > .main-third__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;

  width: 592px;

  padding: 40px 0 50px 0;

  color: #fff;
  text-align: center;
}

footer.footer {
  width: 100%;

  background-color: #430092;
}

footer.footer > .text-center.first {
  font-family: "RobotoRegular";
  font-size: 18px;

  padding: 46px 0 11px 0;

  color: #fff;
}

footer.footer > .text-center.second {
  font-family: "RobotoRegular";
  font-size: 18px;

  padding: 29px 0;

  color: #fff;
}

footer.footer > .text-center > img {
  height: 26px;
}

footer.footer > .text-center > .footer_title-one {
  font-family: "RobotoRegular";

  color: #fff;
  text-transform: uppercase;
}

footer.footer > .text-center > .footer_title-two {
  font-family: "RobotoRegular";

  margin-left: -3px;

  color: #00b8f0;
  text-transform: uppercase;
}