.container_s {
  max-width: 1310px;
  margin: 0 auto;
}

.testing_survey {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.testing_survey__title {
  color: #696969;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
}

.testing_survey__slogan {
  color: #006ab8;
  font-family: Roboto;
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.testing_survey__wrap {
  display: flex;
  margin-top: 20px;
}        

.testing_survey__subject {
  color: #696969;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-left: 10px;
  margin-top: 5px;
}

.testing_survey-btn {
  color: #fff;
  background: #006ab8;
  padding: 10px 25px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  margin-top: 50px;
  transition: all 0.2s linear;
  text-decoration: none;
  float: left;
}

.testing_survey-btn:hover {
  color: #006ab8;
  background: #fff;
  border: 1px solid #006ab8;
  transition: all 0.3s linear;
  border-radius: 7px;
}

.testing_survey__calculator {
  /*display: flex;*/
}

.testing_survey-calc {
  color: #fff;
  position: relative;
  display: grid;
  width: 50px;
  place-items: center;
  margin: 5px;
  height: 45px;
  background: #006ab8;
  font-family: Roboto;
  font-size: 18px;
  user-select: none;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.testing_survey-calc:hover {
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 14%, rgba(0, 212, 255, 1) 100%);
  transition: all 0.3s linear;
}

.testing_survey__calculate  
a
{
  text-decoration: none;
}


@media (max-width: 1210px) {
  .testing_survey__title {
    padding: 0 80px;
  }

  .testing_survey__subject {
    width: 1000px;
  }

  .testing_survey__content {
    padding: 0 50px;
  }

  .testing_survey__radio {
    margin: 0 10px;
  }

  .testing_survey-btn {
    margin: 50px 40px;
  }

  .testing_survey-calc {
    width: 40px;
    height: 35px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
   .testing_survey {
    display: flex;
    flex-direction: column;
  }

  .testing_survey__wrapper {
    width: 600px;
  }

  .testing_survey__slogan {
    font-size: 20px;
  }

  .testing_survey__title {
    padding: 0 60px;
    font-size: 23px;
  }

  .testing_survey__radio {
    margin: 0 5px;
  }

  .testing_survey__subject {
    font-size: 16px;
  }

  .testing_survey__content {
    padding: 0 30px;
  }

  .testing_survey__subtitle {
    font-size: 16px;
  }

  .testing_survey-btn {
    padding: 10px 18px;
  }
}

@media (max-width: 425px) {
  .testing_survey__content {
    padding: 0 10px;
  }

  .testing_survey__title {
    padding: 0 40px;
    font-size: 17px;
  }

  .testing_survey__subject {
    font-size: 14px;
  }

  .testing_survey-btn {
    padding: 8px 15px;
  }

  .testing_survey-calc {
    width: 30px;
    height: 35px;
    font-size: 16px;
  }
}


@media (max-width: 590px) {
  .testing_survey__wrapper {
    width: 500px;
  }
}

@media (max-width: 490px) {
  .testing_survey__wrapper {
    width: 400px;
  }
}

@media (max-width: 390px) {
  .testing_survey__wrapper {
    width: 300px;
  }
}

/*----------- Завершить тест ---------------*/

.testing_survey-wrap {
  display: flex;
  justify-content: center;
  }


.testing_survey-btn-2 {
  color: #fff;
  background: #FF0000;
  padding: 10px 25px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  border: none;
  margin-top: 150px;
  transition: all 0.2s linear;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

.testing_survey-btn-2:hover {
  color: #FF0000;
  background: #fff;
  border: 1px solid #FF0000;
  transition: all 0.3s linear;
  border-radius: 5px;
}
/*----------- Завершить тест /--------------*/