main {
  background: #161311;
}

.header {
  min-height: 100vh;
  position: relative;
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  min-height: 100vh;
}

.header__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(180deg, rgba(93, 84, 97, 0) 70.74%, #161311 98.78%);
  z-index: 10;
}

.content {
  position: relative;
  margin: 0 auto;
  padding: 100px;
  min-height: 100vh;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  overflow: hidden;
  width: 100%;
}

/*  */


.title-wrap {
  position: relative;
}

.title-wrap::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  height: calc(100% + 80px);
  width: 100vw;
  transform: translate(-50%, 0);
  background: rgba(210, 82, 29, 0.7);
  z-index: -1;
}

.content h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  text-transform: uppercase;
  color: #FBFBFB;
}

.content p {
  max-width: 730px;
  margin: 0 auto;


  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  text-align: center;
  text-transform: lowercase;

  /* white */
  color: #FBFBFB;
}

.content__certificate {
  margin-right: auto;
  margin-left: 0;
  margin-top: 80px;
  border: 1px solid #FFFFFF;
  box-shadow: 9.10968px 11.8426px 11.1138px rgba(255, 255, 255, 0.25);
  border-radius: 21.8632px;
  transform: rotate(4deg);

}

.content__certificate img {
  border-radius: 21.8632px;
}

.content__bttn {
  margin-top: 90px;
  padding: 10px 30px;
  background: #D2521D;
  border: 2px solid #D2521D;
  border-radius: 24px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;

  /* black */
  color: #FBFBFB;
  transition: 0.1s linear;
}

.content__bttn:hover {
  color: #D2521D;
  background: transparent;
  border: 2px solid #D2521D;
}

.test {
  margin: 0;
  max-width: 100%;
  width: 100%;
  background: #161311;
}

.test__wrap {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
  color: #FBFBFB;
}

.test__counter {}

.test__counter-text {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #9E9E9E;
  text-align: center;
}

.test__counter-text span {
  color: #F3946C;
}

.test__question {
  padding: 20px 30px;
  gap: 10px;
  background: #DA7C53;
  border-radius: 24px 24px 0px 0px;

  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #FBFBFB;
}

.test__question p span {
  color: #90FD75;
}

.test__answer-wrap {
  margin-top: 10px;
}

.test__answer {
  padding: 23px 30px;
  background: #A04D11;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;

  /* white */
  color: #FBFBFB;
}

.test__answer:hover {
  background: #803E0E;
}

.test__answer:active {
  background: #B65916;
}

.test__answer:last-of-type {
  border-radius: 0 0 24px 24px;
}

.test__answer.active {}

.test__answer:hover {}

.test__answer input {
  opacity: 0;
}

.test__grafic-text {
  text-align: center;
}

.test__grafic {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 600px;
}

.test__grafic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inputs-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

.form-input__wrap {
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-input__text {
  margin-left: 20px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FBFBFB;
}

.form-input {
  padding: 20px;
  background: transparent;
  border: 2px solid #FBFBFB;
  border-radius: 14px;
  color: #FBFBFB;
  outline: none;
}

.form-input:focus {
  border: 2px solid #D2521D;
}

.phone-international {
  width: 100%;
}

.form-input::placeholder {
  color: #B5B5B5;
}

.iti--separate-dial-code {
  color: #B5B5B5;
}

.form-button {
  padding: 13px 30px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  background: #D2521D;
  border: 2px solid #D2521D !important;
  border-radius: 18px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FBFBFB;
  transition: 0.1s linear;
  box-shadow: none;
}

.form-button:hover {
  border: 2px solid #D2521D !important;
  color: #D2521D;
  background: transparent;
}

.form-input__example {
  width: 100%;
  text-align: center;
  color: #9E9E9E;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

footer {
  background: #161311;
  color: #9E9E9E;
}

@media (max-width: 1280px) {
  .inputs-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .form-input__wrap {
    width: 60%;
  }
}

@media (max-width: 1024px) {

  .form-input__wrap {
    width: 100%;
  }
}

@media (max-width: 770px) {

  .test__wrap {
    padding: 0 20px;
  }
}


@media (max-width: 600px) {

  .header,
  .header__bg,
  .content {
    min-height: unset;
  }

  .header__bg img {
    object-position: right;
  }

  .content {
    padding: 50px;
  }

  .content h1 {
    font-size: 24.4027px;
    line-height: 30px;
  }

  .content p {
    font-size: 14px;
    line-height: 17px;
  }

  .content__certificate {
    margin-left: 0;
    width: 260px;
  }

  .content__bttn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    border-radius: 14px;

    font-size: 20px;
    line-height: 24px;
  }

  .test__question {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (max-width: 450px) {
  .content {
    padding: 30px;
  }

  .test {
    padding: 20px 0;
  }

  .form-button {
    font-size: 20px;
  }
}




.result__wrap {
  max-width: 1200px;
  margin-left: auto;
  text-align: center;

  padding: 60px;
  background: rgba(210, 82, 29, 0.9);
  border-radius: 34px;

}

.result__name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  
  color: #FBFBFB;
}

.result__mark-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: #FBFBFB;
}

.result__mark {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-transform: lowercase;
  color: #FBFBFB;
}

.result__letter {
  margin-top: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #FBFBFB;
}

@media (max-width: 600px) {
  .result__wrap {
    margin-left: auto;
    padding: 30px 10px;
  }

  .result__name {
    font-size: 28px;
    line-height: 36px;
  }
  
  .result__mark-text {
    font-size: 36px;
    line-height: 42px;
  }
  
  .result__mark {
    font-size: 24px;
    line-height: 32px;
  }
  
  .result__letter {
    font-size: 20px;
    line-height: 25px;

  }
}
