﻿.font_futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_futura_bold {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_futura_black {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_agenda {
  font-family: "agenda";
}
.survey {
  margin-top: 30px;
}
.survey__navigation-btn {
  border: none;
}
.survey__step {
  display: none;
  padding: 25px;
  border: 2px solid #696E6D;
}
@media only all and (max-width: 1024px) {
  .survey__step {
    padding: 15px;
  }
}
.survey__double-column {
  display: flex;
  justify-content: space-between;
}
@media only all and (max-width: 576px) {
  .survey__double-column {
    flex-wrap: wrap;
  }
}
.survey__double-column .survey__row {
  width: 47.5%;
}
@media only all and (max-width: 576px) {
  .survey__double-column .survey__row {
    width: 100%;
  }
}
.survey__row {
  margin-bottom: 30px;
}
@media only all and (max-width: 576px) {
  .survey__row {
    margin-bottom: 20px;
  }
}
.survey__info {
  display: none;
}
.survey__navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.survey__subheader {
  margin-bottom: 15px;
}
.survey__label {
  display: block;
  margin-bottom: 10px;
}
@media only all and (max-width: 576px) {
  .survey__label {
    margin-bottom: 5px;
  }
}
.survey__label-radio {
  display: inline-block;
  margin-right: 30px;
  margin-left: 10px;
  margin-bottom: 0;
  vertical-align: top;
  margin-top: -2px;
}
@media only all and (max-width: 1024px) {
  .survey__label-radio {
    margin-right: 20px;
    margin-left: 5px;
  }
}
@media only all and (max-width: 576px) {
  .survey__label-radio {
    margin-right: 15px;
    margin-left: 5px;
  }
}
.survey__input {
  width: 100%;
  border: 1px solid #3F2074;
  padding: 10px;
}
@media only all and (max-width: 576px) {
  .survey__input {
    padding: 5px;
  }
}
.survey__textarea {
  width: 100%;
  padding: 10px;
}
@media only all and (max-width: 576px) {
  .survey__textarea {
    padding: 5px;
  }
}
.survey__radio--size {
  margin-bottom: 10px;
}
.survey__text {
  margin-bottom: 15px;
}
.survey__back-link {
  cursor: pointer;
  font-weight: 600;
}
@media only all and (max-width: 576px) {
  .survey__radio-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
  }
  .survey__radio-wrapper .survey__label-radio {
    margin-right: 0;
    margin-top: -5px;
  }
}