div {
  /*border: 1px solid red;*/
}


:root {
  --main-bg-color: #FFFFFF;
  --gradient-start: #3963B1;
  --gradient-end: #80E0AE;
  --text-color: #FFFFFF;
  --font-family: "Montserrat Alternates";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family), sans-serif;
  background-color: var(--main-bg-color);
}

.content-box{
  background: white;
}

.root {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(359.14deg, var(--gradient-start) -23.32%, var(--gradient-end) 170.07%);
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 2079px;
  height: 1137px;
}

.content a {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.571;
  text-align: center;
  color: var(--text-color);
}

.branches-1,
.psi-logo-1,
.vector-1 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.branches-1 {
  width: 660px;
  height: 470px;
  left: 165px;
  top: 216px;
  background-image: url(branches1.png.webp);
}

.psi-logo-1 {
  width: 293px;
  height: 595px;
  left: 348px;
  top: 298px;
  background-image: url(PSi_logo1.png.webp);
}

.vector-1 {
  width: 133px;
  height: 473px;
  left: 362px;
  top: 535px;
  background-image: url(Vector1.png.webp);
  transform: scaleX(-1);
}

.test-button {
  position: absolute;
  width: 398px;
  height: 103px;
  /*top: 519px;*/
  background-image: url(button.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.test-button.first-test {
  top: 380px;
  left: 1081px;
  /*left: 881px;*/
}

.test-button.second-test {
  top: 680px;
  left: 1081px;
  /*left: 1281px;*/
}

/*.button-text-1 {*/
.test-button a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10%;
  top: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.531;
  background: linear-gradient(89.99deg, #80E0AE -92.56%, #2756AF 100.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-switch a {
  position: absolute;
  /*width: 1153px;*/
  left: 2010px;
  top: 20px;
}

.title {
  position: absolute;
  width: 918px;
  left: 845px;
  font-weight: 375;
  font-size: 42px;
  line-height: 1.769;
  text-align: center;
  color: var(--text-color);
}

.title.about {
  top: 362px;
}

.title.first-test {
  top: 230px;
}

.title.second-test {
  top: 530px;
}


.description {
  position: absolute;
  width: 1153px;
  left: 714px;
  top: 820px;
  font-weight: 275;
  font-size: 21px;
  line-height: 1.571;
  text-align: center;
  color: var(--text-color);
}

.description.about {
  /*width: 153px;*/
  top: 530px;
}


input[type="radio"]:checked + label {
  background: hsla(151, 79%, 41%, 0.76);
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
  border-radius: 3px;
}

.form-label {
  font-size: 1.6em;
}

.radio-option {
  white-space: nowrap;
  margin-bottom: 10px;
}

.radio-option label {
  display: inline-block;
  font-size: 1.2em;
  vertical-align: middle;
  white-space: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    height: 80%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
  }

  .branches-1,
  .psi-logo-1,
  .vector-1 {
    display: none;
  }

  .title,
  .description {
    width: 90%;
    left: 5%;
  }

  .title {
    top: 10%;
    font-size: 45px;
    line-height: 1.2;
  }

  .description {
    font-size: 30px;
  }

  .test-button.first-test, .test-button.second-test {
    left: 50%;
    transform: translate(-50%, -10%);
  }

  .lang-switch a {
    left: 90%;
    transform: translate(-90%, -10%);
  }

}

.results {
  font-family: var(--font-family), sans-serif;
  color: var(--text-color);
  margin: 10%;
  padding-bottom: 50px;
  position: absolute;
  /*top: 30%;*/
  /*transform: translateY(-30%);*/
}


/*@media screen and (max-width: 480px) {*/
/*  .button-1 {*/
/*    width: 384px;*/
/*  }*/

/*  .title {*/
/*    font-size: 29px;*/
/*  }*/

/*  .description {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/
