@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: RobotoSlab;
  font-display: swap;
  src: url("../fonts/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "RobotoSlab", sans-serif;
  --third-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: var(--font-family);
  color: #fff;
  background-color: #fff;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.55);
}
.wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
}

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1150px;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.btn {
  min-width: 176px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.btn--border {
  min-height: 40px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #ac9a6c;
  border-radius: 25px;
}
.btn--border img {
  width: 23px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.btn--bg {
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  background: #182f56;
  border-radius: 22px;
}

.img--apple {
  margin-top: -3px;
}
.img--certificate {
  border-radius: 10px;
  margin-bottom: 20px;
}

.header__inner {
  padding: 23px 0 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #fff;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.language__btn {
  width: 40px;
  font-family: var(--third-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  cursor: pointer;
}
.language__btn._active {
  font-weight: 800;
}

.footer {
  flex: 0 0 auto;
}
.footer__inner {
  padding: 20px 0 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.footer__left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.footer__center {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer__right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.certificate__inner {
  height: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certificate__title {
  margin-bottom: 17px;
  display: inline-block;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.certificate__status {
  width: 100%;
  min-height: 66px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
.certificate__status._failed {
  color: #d51a1a;
}
.certificate__status._success {
  color: #0a8a39;
}
.certificate__status-box {
  max-width: 801px;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 22px;
  background: #d9d9d9;
}
.certificate__box {
  max-width: 643px;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.73);
  border-radius: 33px;
}
.certificate__box--verified {
  padding: 24px;
}
.certificate__box-title {
  display: inline-block;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #000;
}
.certificate__box-input {
  max-width: 400px;
  width: 100%;
  height: 82px;
  padding: 24px;
  margin-bottom: 47px;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #9c8a8a;
  background: #fff;
  border-radius: 11px;
}
.certificate__box--checking {
  padding: 24px;
}
.certificate__box--verified {
  padding: 12px;
}
.certificate__btns-checking .btn {
  min-width: 206px;
  min-height: 62px;
  font-size: 24px;
}
.certificate__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.certificate__subtitle {
  max-width: 611px;
  width: 100%;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .header__inner {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .language {
    width: 100%;
    order: -1;
  }
  .language__btn {
    font-size: 16px;
  }
  .certificate__title {
    font-size: 28px;
  }
  .certificate__box-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .certificate__box .btn {
    min-height: 186px;
    min-height: 52px;
    font-size: 18px;
  }
  .certificate__box-input {
    height: 56px;
    padding: 16px 24px;
    margin-bottom: 20px;
  }
  .btn--bg {
    padding: 8px 16px;
  }
  .footer__inner {
    padding: 20px 0;
    flex-direction: column;
  }
  .footer__right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .header__inner {
    flex-direction: column;
    align-items: center;
  }
  .header__inner .btn {
    width: 100%;
  }
  .certificate__title {
    font-size: 20px;
  }
  .certificate__box-title {
    font-size: 18px;
  }
  .certificate__status {
    font-size: 14px;
  }
  .certificate__status-box br {
    display: none;
  }
  .certificate__box-input {
    font-size: 16px;
  }
  .certificate__btns {
    flex-direction: column;
    gap: 10px;
  }
  .certificate__btns .btn {
    width: 100%;
  }
  .certificate__subtitle {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */