@font-face {
  font-family: "Proxima Nova";
  src: url("../../src/fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../../src/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/ProximaNova-Bold.woff2") format("woff2"), url("../../src/fonts/ProximaNova-Bold.woff") format("woff"), url("../../src/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../../src/");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../../src/?#iefix") format("embedded-opentype"), url("../../src/fonts/ProximaNova-Regular.woff2") format("woff2"), url("../../src/fonts/ProximaNova-Regular.woff") format("woff"), url("../../src/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../../src/fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../../src/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../../src/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../../src/fonts/ProximaNova-Semibold.woff") format("woff"), url("../../src/fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
}
* {
  font-family: "Proxima Nova", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #253c4e;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: calc(100dvh - 160px);
  overflow: hidden;
  padding: 79px 0;
}

.abstract {
  border-radius: 100%;
  position: absolute;
  z-index: 30;
}
.abstract__a {
  border: 3px solid rgba(62, 85, 102, 0.5019607843);
  width: 50vw;
  height: 50vw;
  top: -40vw;
  left: -30vw;
}
@media (max-width: 768px) {
  .abstract__a {
    width: 170vw;
    height: 170vw;
    top: -93vw;
    left: -115vw;
    z-index: 0;
  }
}
.abstract__b {
  border: 3px solid rgba(62, 85, 102, 0.3019607843);
  width: 80vw;
  height: 80vw;
  bottom: -43vw;
  left: 70vw;
}
@media (max-width: 768px) {
  .abstract__b {
    display: none;
  }
}

.btn {
  padding: 14px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  text-decoration: none;
  background-color: #f4fb5a;
  color: #253c4e;
  border-radius: 6px;
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  transform: translateY(-3px);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 992px) {
  .container {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }
}

.header {
  margin-bottom: 48px;
}
.header__logo {
  padding: 0 32px;
}
@media (max-width: 768px) {
  .header__logo {
    padding: 0 16px;
  }
}
.header__logo:first-child {
  border-right: 2px solid rgba(62, 85, 102, 0.5019607843);
}
@media (max-width: 768px) {
  .header__logo:first-child {
    border-right: none;
  }
}
.header__logo img {
  max-height: 46px;
}
@media (max-width: 768px) {
  .header__logo img {
    max-height: 36px;
  }
}
.header__logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .info {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .info__btn {
    margin-bottom: 50px;
  }
}
.info__description {
  font-size: 17px;
  line-height: 145%;
  color: #fff;
  max-width: 992px;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  .info__description {
    font-size: 16px;
  }
}
.info__elips {
  height: 115px;
  width: calc(100% + 100px);
  border-radius: 100%;
  background-color: #253c4e;
  margin-bottom: -58px;
  position: absolute;
  left: -50px;
  z-index: 10;
  margin-top: -74px;
}
.info__elips-second {
  width: calc(100% + 800px);
  left: -400px;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .info__elips-second {
    width: calc(100% + 100px);
    left: -50px;
    margin-top: -24px;
  }
}
.info__slide {
  width: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
}
.info__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.info__slider-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.info__tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  text-transform: uppercase;
  color: #f4fb5a;
}
.info__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 105%;
  color: #fff;
  margin: 14px auto 16px;
  max-width: 880px;
}
@media (max-width: 768px) {
  .info__title {
    font-size: 38px;
  }
}

/*# sourceMappingURL=style.css.map */
