.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}

.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}

.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #337ab7;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777;
}

.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857;
  text-indent: -5000px;
  width: 9px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}

.chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}

.chosen-container-single .chosen-default {
  color: #777777;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.contact-page-wrapper {
  background-color: #f3f3f3;
  padding-top: 10px;
  color: #050100;
  font-family: 'PT Sans';
}
.contact-page-wrapper .nowrap {
  white-space: nowrap;
}
.contact-page-wrapper .chosen-container {
  width: 100%;
}
.contact-page-wrapper .chosen-container .chosen-single {
  padding: 4px 12px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB !important;
  border-radius: 8px;
  height: 44px;
  position: relative;
}
.contact-page-wrapper .chosen-container .chosen-single:before {
  content: '';
  background: url(/light/img/select-arrow.png);
  width: 11px;
  height: 6px;
  color: transparent;
  background-size: initial;
  border: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.contact-page-wrapper .contact-page {
  background: #FFFFFF;
  width: 1440px;
  margin: 0 auto;
  border-radius: 8px;
  letter-spacing: -0.01em;
  position: relative;
  overflow: hidden;
  padding: 32px 32px 50px 32px;
}
.contact-page-wrapper .contact-page:before {
  position: absolute;
  right: -515px;
  bottom: -116px;
  content: '';
  width: 1456.5px;
  height: 613.45px;
  background-image: url(/images/public/front/2.png);
  transform: rotate(280deg);
  background-repeat: no-repeat;
}
.contact-page-wrapper .contact-page .items a {
  color: #E95A18;
}
.contact-page-wrapper .title {
  padding-top: 32px;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding-bottom: 67px;
}
.contact-page-wrapper .items {
  display: ruby;
}
.contact-page-wrapper .item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 14px;
  width: 442.67px;
  height: 211px;
  background: #F6F6F6;
  backdrop-filter: blur(18.2px);
  border-radius: 16px;
  margin: 0 10px 10px 0px;
}
.contact-page-wrapper .item-t {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.contact-page-wrapper .item-m {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.contact-page-wrapper .item-b {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #828080;
  opacity: 0.8;
}
.contact-page-wrapper .items-tip {
  margin-top: 10px;
  width: 673px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #828080;
  opacity: 0.8;
}
.contact-page-wrapper .question-wrapper {
  padding: 40px;
  width: 1376px;
  height: 572px;
  background: #F6F6F6;
  backdrop-filter: blur(18.2px);
  border-radius: 16px;
  margin-top: 169px;
  position: relative;
}
.contact-page-wrapper .question-wrapper:before {
  position: absolute;
  left: -905px;
  top: -90px;
  content: '';
  width: 1456.5px;
  height: 613.45px;
  transform: rotate(227deg);
  background-image: url(/images/public/front/2.png);
}
.contact-page-wrapper .question {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 1296px;
  height: 492px;
}
.contact-page-wrapper .question-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  width: 576px;
}
.contact-page-wrapper .question-text-f {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.contact-page-wrapper .question-text-b {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  width: 371px;
}
.contact-page-wrapper .question-form-wrapper {
  width: 570px;
  height: 492px;
}
.contact-page-wrapper .question-form-wrapper .question-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.contact-page-wrapper .question-form-wrapper .field-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.contact-page-wrapper .question-form-wrapper .field-wrap .field-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
}
.contact-page-wrapper .question-form-wrapper .field-wrap .input-text, .contact-page-wrapper .question-form-wrapper .field-wrap .input-textarea, .contact-page-wrapper .question-form-wrapper .field-wrap .input-select {
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
.contact-page-wrapper .question-form-wrapper .field-wrap.input-agree {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #828080;
}
.contact-page-wrapper .question-form-wrapper .field-wrap.input-agree a {
  color: #828080;
  text-decoration: underline;
}
.contact-page-wrapper .question-form-wrapper .big-button {
  padding: 16px 40px;
  background: #E95A18;
  border-radius: 8px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.contact-page-wrapper .question-form-wrapper .question-form-error {
  color: #D8000C;
  background-color: #FFBABA;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}
.contact-page-wrapper input[type="checkbox"],
.contact-page-wrapper input[type="radio"] {
  display: none;
}
.contact-page-wrapper input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
.contact-page-wrapper input[type="checkbox"] + label::before {
  position: absolute;
  top: 0px;
  left: -24px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  white-space: nowrap;
  background: url(/light/img/checkbox.png) no-repeat;
}
.contact-page-wrapper input[type="checkbox"]:checked + label::before,
.contact-page-wrapper input[type="checkbox"].half-checked:checked + label::before {
  background-position: 0 -16px;
}
.contact-page-wrapper input[type="checkbox"].half-checked + label::before {
  background-position: 0 -33px;
}

@media (min-width: 766px) and (max-width: 1455px) {
  .contact-page-wrapper .contact-page {
    width: 768px;
    padding: 28px;
  }
  .contact-page-wrapper .contact-page:before {
    display: none;
  }
  .contact-page-wrapper .title {
    padding-top: 15px;
    font-size: 48px;
    padding-bottom: 45px;
  }
  .contact-page-wrapper .item {
    padding: 24px;
    width: 348px;
    height: 204px;
  }
  .contact-page-wrapper .item:nth-child(2n) {
    margin-right: 0;
  }
  .contact-page-wrapper .item-t {
    font-size: 28px;
  }
  .contact-page-wrapper .question-wrapper {
    padding: 24px;
    margin-top: 95px;
    height: 701px;
    width: 712px;
  }
  .contact-page-wrapper .question-wrapper:before {
    position: absolute;
    left: 299px;
    top: 182px;
    content: '';
    width: 799.35px;
    height: 336.67px;
    transform: rotate(-84.09deg);
    background-image: url(/images/public/front/2.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contact-page-wrapper .question {
    display: flex;
    flex-direction: column;
    width: 475px;
    height: 653px;
  }
  .contact-page-wrapper .question-form-wrapper {
    width: 475px;
  }
  .contact-page-wrapper .question-form {
    gap: 22px !important;
  }
  .contact-page-wrapper .question-text-f {
    font-size: 48px;
    width: 360px;
  }
}
@media (max-width: 765px) {
  .contact-page-wrapper .contact-page {
    width: 375px;
    padding: 12px;
  }
  .contact-page-wrapper .contact-page:before {
    width: 522.1px;
    height: 219.9px;
    transform: rotate(-81deg);
    background-size: cover;
    right: -179px;
    bottom: 25px;
  }
  .contact-page-wrapper .title {
    padding-top: 25px;
    font-size: 40px;
    padding-bottom: 53px;
  }
  .contact-page-wrapper .item {
    padding: 16px;
    width: 343px;
    height: 146px;
    margin-right: 0;
  }
  .contact-page-wrapper .item-t, .contact-page-wrapper .item-m {
    font-size: 20px;
  }
  .contact-page-wrapper .item-b {
    font-size: 14px;
  }
  .contact-page-wrapper .items-tip {
    width: 343px;
  }
  .contact-page-wrapper .question-wrapper {
    padding: 16px;
    margin-top: 95px;
    width: 343px;
    height: 661px;
  }
  .contact-page-wrapper .question-wrapper:before {
    display: none;
  }
  .contact-page-wrapper .question {
    display: flex;
    flex-direction: column;
    width: 311px;
    height: 629px;
  }
  .contact-page-wrapper .question-form-wrapper {
    width: 311px;
  }
  .contact-page-wrapper .question-form {
    gap: 22px !important;
  }
  .contact-page-wrapper .question-text-f {
    font-size: 40px;
    width: 311px;
  }
  .contact-page-wrapper .question-text-b {
    width: 311px;
  }
  .contact-page-wrapper .chosen-container-single .chosen-single div {
    right: 10px;
  }
}
