/* begin fonts */
@font-face {
  font-family: "bet-hand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bet-hand/bet-hand.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/lato/Lato-Light.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato/Lato-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato/Lato-Bold.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins/Poppins-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/poppins/Poppins-Black.woff") format("woff");
}

/* end fonts */
/* begin page */
body,
.page {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #6b6b6b;
  font-weight: 400;
  background-image: -o-linear-gradient(285.52deg, #2344aa 0%, #1b306e 99%, #1b306e 100%);
  background-image: linear-gradient(-195.52deg, #2344aa 0%, #1b306e 99%, #1b306e 100%);
  position: relative;
  padding: 80px 0;
}

body__bg,
.page__bg {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo-img {
  width: 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 25px 0 0;
}

.header__logo-text {
  color: rgba(249, 250, 252, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14px;
}

.header__logo-text-top {
  color: #f9fafc;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  color: #ffffff;
  font-size: 16px;
  border: 2px solid #f9f7f5;
  background-color: #1b306f;
  border-radius: 20px;
  padding: 0 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn::before {
  content: '';
  width: 16px;
  height: 19px;
  background: url(../imgs/page/google.png) no-repeat center/cover;
  margin: 0 10px 0 0;
}

.btn:hover {
  -webkit-box-shadow: 3px 4px 5px rgba(3, 5, 6, 0.19);
  box-shadow: 3px 4px 5px rgba(3, 5, 6, 0.19);
  border: 2px solid #e49628;
  background-color: #e49628;
}

.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first__title {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 112px 0 0;
}

.first__title-top {
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 900;
  letter-spacing: 1.72px;
  white-space: nowrap;
}

.first__title-color {
  display: inline-block;
  color: #98f6ff;
  font-family: "bet-hand";
  font-size: 94px;
  font-weight: 400;
  letter-spacing: -3.6px;
  text-transform: lowercase;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: -100px 8px 0;
}

.first__img {
  max-width: 478px;
  width: 100%;
  margin: 0 30px 0 0;
}

.app {
  border: 8px solid #2d4ab3;
  background-color: #ffffff;
  padding: 60px 70px 80px;
  margin: -150px 0 65px;
}

.app__title {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ff5363;
  margin: 0 0 40px;
}

.app__title span:nth-child(2) {
  color: #894b9e;
}

.app__title span:nth-child(3) {
  color: #24ae60;
}

.app__title span:nth-child(4) {
  color: #f19c1f;
}

.app__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app__item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.app__item:after {
  content: '';
  width: 130px;
  height: 133px;
  background: url(../imgs/page/dots.svg) no-repeat center/cover;
  position: absolute;
  z-index: -1;
}

.app__item:first-of-type:after {
  top: -18px;
  left: 30px;
}

.app__item:nth-child(2):after {
  top: -45px;
  right: 80px;
}

.app__item:last-of-type:after {
  top: -5px;
  right: 50px;
}

.app__item img {
  width: 110px;
  margin: 0 0 20px;
}

.app__name {
  color: #272727;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.app__text {
  margin: 0 0 0 20px;
}

.app__btn {
  color: #1c3274;
  background: transparent;
  border: 2px solid #1c3274;
}

.app__btn:hover {
  color: #ffffff;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 55px 0 0;
}

.footer__logo-img {
  width: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}

.footer__logo-text {
  color: rgba(249, 250, 252, 0.5);
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14px;
}

.footer__logo-text-top {
  color: #f9fafc;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.footer__cop {
  color: rgba(249, 250, 252, 0.5);
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  margin: 0 0 7px 0;
}

.footer__nav {
  margin: 0 40px 0 auto;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav li {
  margin: 0 50px 0 0;
}

.footer__nav li:last-of-type {
  margin: 0;
}

.footer__nav a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.footer__nav a:hover {
  color: #e49628;
}

.footer__btn {
  margin: 0 auto 0 0;
}

/* end page */

@media (max-width: 1200px) {
  .first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first__title {
    padding: 0 0 10px;
  }
  .first picture {
    margin: 0 auto;
  }
  .first__img {
    margin: 0;
    max-width: 100%;
  }
  .app__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .app__item:first-of-type {
    margin: 0 25px 0 0;
  }
  .app__item:last-of-type {
    margin: 50px 0 0 0;
  }
  .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 30px 0 0;
  }
}

@media (max-width: 990px) {
  .app {
    margin: -120px 0 35px;
    padding: 60px 40px 50px;
  }
}

@media (max-width: 770px) {
  body,
  .page {
    padding: 80px 0 50px;
  }
  body__bg,
  .page__bg {
    top: -23px;
  }
}

@media (max-width: 765px) {
  .app__item {
    width: 100%;
    margin: 0 0 60px;
  }
  .app__item:first-of-type {
    margin: 0 0 60px;
  }
  .app__item:last-of-type {
    margin: 0;
  }
}

@media (max-width: 680px) {
  .footer {
    padding: 0 45px;
  }
  .footer {
    width: 100%;
  }
  .footer__logo-wrap {
    width: 100%;
  }
  .footer__nav {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media (max-width: 600px) {
  .first__title-top {
    font-size: 62px;
  }
}

@media (max-width: 575.98px) {
  body,
  .page {
    padding: 50px 0 40px;
  }
  .header {
    margin: 0 0 30px;
  }
  .header__logo-img {
    margin: 0 15px 0 0;
  }
  .header__btn {
    display: none;
  }
  .first__title {
    font-size: 25px;
    text-align: center;
  }
  .first__title-top {
    font-size: 32px;
  }
  .first__title-color {
    font-size: 54px;
    margin: -100px 2px 0;
  }
  .app {
    margin: -80px -15px 40px;
    padding: 60px 6px;
  }
  .app__title {
    text-align: center;
  }
  .app__text {
    font-size: 16px;
  }
  .footer__logo-wrap {
    display: block;
  }
  .footer__cop {
    margin: 0 0 0 67px;
  }
  .footer__nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px 0 0;
  }
  .footer__nav li {
    margin: 0 20px 30px 0;
  }
}

@media (max-width: 500px) {
  body__bg,
  .page__bg {
    top: -10px;
  }
}
