.check__label {
  vertical-align: middle;
  color: #fff;
}
.check__label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  position: relative;
}
.check__label a,
.check__label a:active,
.check__label a:visited {
  color: #0cf;
  text-decoration: none;
}
.check__input {
  position: absolute;
  left: -99999999px;
}
.check__input:checked + .check__label::before {
  content: url(../img/svg/check.svg);
  color: #0cf;
}
.__select {
  position: relative;
  width: 100%;
  height: 38px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.__select[data-state="active"] .__select__title::before {
  -webkit-transform: translate(-1px, -50%) rotate(-45deg);
  -ms-transform: translate(-1px, -50%) rotate(-45deg);
  transform: translate(-1px, -50%) rotate(-45deg);
}
.__select[data-state="active"] .__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(45deg);
  -ms-transform: translate(3px, -50%) rotate(45deg);
  transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state="active"] .__select__content {
  opacity: 1;
  display: block;
  max-height: 225px;
  overflow-y: scroll;
}
.__select[data-state="active"]
  .__select__label
  + .__select__input
  + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}
.__select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
}
.__select__title::after,
.__select__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 6px;
  height: 2px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #fff;
  -webkit-transform: translate(-1px, -50%) rotate(45deg);
  -ms-transform: translate(-1px, -50%) rotate(45deg);
  transform: translate(-1px, -50%) rotate(45deg);
}
.__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(-45deg);
  -ms-transform: translate(3px, -50%) rotate(-45deg);
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__content {
  position: absolute;
  top: 48px;
  left: -1px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
  background-color: #fff;
  border: 1px solid #c7ccd1;
  border-radius: 24px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  z-index: 8;
  color: #000;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.__select__content::-webkit-scrollbar {
  display: none;
}
.__select__input {
  display: none;
}
.__select__input:checked + label {
  background-color: #dedede;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 16px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label + input + .__select__label {
  border-top: 0 solid rgba(199, 204, 209, 0.3764705882);
}
.__select__label:hover {
  border: none;
  color: #0faffc;
  text-decoration: underline;
}

.formTitle {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  color: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 0 20px;
}
.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .row1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form .row2 {
  margin-bottom: 25px;
}
.form .col1,
.form .col2 {
  width: 48%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.form input:not([type="file"]) {
  width: 100%;
  height: 48px;
  padding: 24px;
  background-color: transparent;
  border: 2px solid #fff;
  outline: 0;
  border-radius: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.form input:not([type="file"])::-webkit-input-placeholder {
  color: inherit;
}
.form input:not([type="file"])::-moz-placeholder {
  color: inherit;
}
.form input:not([type="file"]):-ms-input-placeholder {
  color: inherit;
}
.form input:not([type="file"])::-ms-input-placeholder {
  color: inherit;
}
.form input:not([type="file"])::placeholder {
  color: inherit;
}
.form textarea {
  height: 100%;
  width: 100%;
  background: 0 0;
  outline: 0;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.form textarea::-webkit-input-placeholder {
  color: inherit;
}
.form textarea::-moz-placeholder {
  color: inherit;
}
.form textarea:-ms-input-placeholder {
  color: inherit;
}
.form textarea::-ms-input-placeholder {
  color: inherit;
}
.form textarea::placeholder {
  color: inherit;
}
.form #budget {
  margin: 0 0 33px;
}
.form .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 5px;
}
.form .fileBtnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 35px;
}
.form .fileBtnWrapper .fileBtn {
  width: 135px;
  height: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}
.form .fileBtnWrapper #fileChosen {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.form .btnSubmit {
  width: 240px;
  height: 50px;
  border: none;
  outline: 0;
}

