.form_question select {
  border: 0px;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 6px solid #e6901c;
  outline: none;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  line-height: 35px;
  font-family: "RobotoBlackItalic";
  margin-bottom: 16px;
  margin-right: 40px;
  padding: 8px 0px 8px 0px;
  float: left;
  font-style: italic;
  margin-top: 11px;
}

.f-list a {
  color: black;
  text-decoration: underline;
}
.agree {
  position: relative;
  top: -117px;
}
.agree a{
  color: #E58E1A;
}


.button-up{
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 50%;
  background: #eaa548;
  color: white;
  z-index: 1000;
  padding: 3px;
  color: white;
	transition: all 0.3s;
	width: 50px;
	height: 50px;
}
.button-up:focus {
  color: white;
  text-decoration: none;
}
.button-up:hover {
  color: white;
	transition: all 0.3s;
  text-decoration: none;
  font-size: 18px;
}
.button-up__icon{
mask: url(../img/arrow-right-solid.svg);
    mask-size: auto;
  mask-repeat: no-repeat;
  mask-size: cover;
  display: block;
  width: 27px;
  height: 27px;
  background: white;
  transform: rotate(-90deg);
  margin: 0;
  mask-position: center;
}

.button-up img{
  width: 50px;
}
@media (max-width: 1456px) {
  .form_question select {
    width: 224px;
    margin-right: 32px;
  }
  .form_question_last select {
    margin-right: 0px;
  }
}
@media (max-width: 1279px) {
  .form_question select {
    width: 194px;
  }
}
@media (max-width: 1120px) {
  .form_question select {
    width: 168px;
  }
}
@media (max-width: 992px) {
  .form_question select {
    width: 280px;
  }
.agree {
  position: relative;
  top: -108px;
}	
}
@media (max-width: 767px) {
  .form_question select {
    float: none;
    margin-bottom: 10px;
    width: calc(100% - 60px);
    margin-right: 30px;
    margin-left: 30px;
  }
	.agree{
  top: 2px;
	padding: 12px;
	}
}
/* custom popup */
.im-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 500;
  font-size: 0;
  overflow-y: auto;
  padding: 65px 0;
  background-color: rgba(11,24,45,0.35);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility ease-in-out 0.3s, opacity ease-in-out 0.3s;
  box-sizing: border-box !important;
}
.im-popup:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.im-popup .im-popup-inside {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.im-popup._visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.b-popup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  width: 600px;
  text-align: left;
  box-sizing: border-box !important;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .b-popup {
    width: 90%;
    padding: 24px;
  }
}
.b-popup__close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.b-popup__checkbox-inline {
  display: flex;
  flex-wrap: wrap;
}
.b-popup__checkbox-inline .b-checkbox:not(:last-child) {
  margin-right: 12px;
}
.b-popup__checkbox {
  margin-bottom: 12px;
}
.b-checkbox.error {
  outline: 1px solid red;
}
.b-btn {
  display: inline-flex;
  align-items: center;
  padding: 0 48px;
  color: #fff;
  background-color: #E58E1A;
  font-family: 'RobotoBoldItalic';
  font-size: 24px;
  height: 50px;
  cursor: pointer;
  align-self: flex-start;
  border-radius: 4px;
}
.b-btn:hover {
  color: #000;
}
.b-btn.disabled {
  background-color: #f7f7f7;
  opacity: .9;
  color: #000;
  cursor: default;
}
/* end custom popup */