/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
@font-face {
  font-family: 'A-OTF-ShinGoPro-Heavy';
  src: url(../fonts/A-OTF-ShinGoPro-Heavy.otf) format("opentype");
}

@font-face {
  font-family: 'ShinGoPro-Bold';
  src: url(../fonts/ShinGoPro-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Bahnschrift Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Bahnschrift Regular"), url("../fonts/BAHNSCHRIFT 1.woff") format("woff");
}

#main .firstRow {
  background-color: #F1F4F8;
  padding: 30px 0;
}

#main .firstRow .boxMain {
  background-color: #FFF;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain {
    padding: 20px 4%;
  }
}

#main .firstRow .boxMain .info-box {
  width: 100%;
  background-color: #ECECEC;
  height: 229px;
  overflow-y: scroll;
  padding: 30px;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .info-box {
    margin-bottom: 30px;
  }
}

#main .firstRow .boxMain .info-box h2 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
  font-weight: bold;
}

#main .firstRow .boxMain .info-box .mb-10 {
  margin-bottom: 10px;
}

#main .firstRow .boxMain .info-box p {
  line-height: 1.7;
}

#main .firstRow .boxMain .info-box ol {
  line-height: 1.7;
  margin-left: 20px;
}

#main .firstRow .boxMain .info-box h5 {
  margin: 10px 0;
}

#main .firstRow .boxMain .info-box ul {
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  #main .firstRow .boxMain .info-box ul {
    padding-left: 20px;
  }
}

#main .firstRow .boxMain .info-box ul li {
  list-style-type: decimal;
}

#main .firstRow .boxMain .firstText {
  text-align: center;
  margin-bottom: 50px;
}

#main .firstRow .boxMain .firstText p {
  line-height: 1.7;
}

#main .firstRow .boxMain .firstText p span {
  display: inline-block;
  padding: 0 5px;
  background: #c72f22;
  color: #FFFFFF;
  font-size: 15px;
  margin-right: 5px;
}

#main .firstRow .boxMain .box-form-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #main .firstRow .boxMain .box-form-step {
    margin-bottom: 30px;
  }
}

#main .firstRow .boxMain .box-form-step .box-form-step__item {
  width: 248px;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background: #F2F2F2;
  color: #000000;
  position: relative;
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  #main .firstRow .boxMain .box-form-step .box-form-step__item {
    font-size: 12px;
    margin-left: 5px;
    padding: 10px 0;
  }
}

#main .firstRow .boxMain .box-form-step .box-form-step__item:first-child {
  margin-left: 0;
}

#main .firstRow .boxMain .box-form-step .box-form-step__item.active {
  background: #274E99;
  color: #FFFFFF;
}

#main .firstRow .boxMain .box-form-step .box-form-step__item .arrow-right {
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 480px) {
  #main .firstRow .boxMain .box-form-step .box-form-step__item .arrow-right {
    display: none;
  }
}

#main .firstRow .boxMain .boxForm {
  max-width: 760px;
  margin: auto;
  position: relative;
}

#main .firstRow .boxMain .boxForm form .form {
  width: 100%;
  margin-bottom: 15px;
}

#main .firstRow .boxMain .boxForm form .form .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .title {
  width: 216px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 15px;
  padding-top: 25px;
  border-top: 1px solid #2284C6;
}

@media screen and (max-width: 850px) {
  #main .firstRow .boxMain .boxForm form .form .list .title {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .title {
    width: 100%;
    padding: 10px 0 5px;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .title.radioTitle {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .title.radioTitle {
    padding-top: 10px;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .title .req {
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 0 5px;
  background: #c72f22;
  color: #FFFFFF;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .title .req {
    right: 0;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  border-top: 1px solid #D2D2D1;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox {
    margin-left: 0;
    padding-bottom: 15px;
    width: 100%;
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-top: 0;
    padding: 5px 0 10px;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.noBoTop {
  border-top: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div.price input {
  width: 150px;
  margin-right: 15px;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div input {
  width: 100%;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  padding: 10px 15px;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div input.size1 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox div input.size1 {
    width: 100%;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div input.size2 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox div input.size2 {
    width: 100%;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div input.size3 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox div input.size3 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox div input {
    font-size: 15px;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div textarea {
  width: 100%;
  height: 125px;
  resize: none;
  border: 0;
  padding: 10px 15px;
  border: 1px solid #E6E6E6;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox div .err {
  margin-top: 5px;
  color: red;
  font-weight: bold;
  font-size: 14px;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox .err {
  margin-top: 5px;
  color: red;
  font-weight: bold;
  font-size: 14px;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox .checkbox + .checkbox, #main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox .radio + .radio {
  margin-top: 0;
  margin-bottom: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox div .radio {
  width: 25%;
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0;
}

@media screen and (max-width: 800px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox div .radio {
    width: 100%;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox div .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.radioBox div .radio label input {
  width: auto;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.selectBox div select {
  width: 100%;
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList {
  padding: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .err {
  padding-bottom: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .err {
    padding-left: 0;
  }
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner {
  width: 100%;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td {
  padding: 10px;
  border: 1px solid #D2D2D1;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td.name {
  width: 50%;
  vertical-align: middle;
  border-left: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td.weight {
  width: 25%;
  text-align: center;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td.result {
  width: 50%;
  text-align: right;
  border-right: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td.value {
  width: 25%;
  text-align: center;
  border-right: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td.value .select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr td.value .select select {
  margin-right: 10px;
  padding: 5px 10px;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr:first-child td {
  border-top: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr.last .name {
  border-bottom: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr:last-child td {
  border-bottom: 0;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner tr.lastSecond td {
  border-bottom: 1px solid #D2D2D1 !important;
}

#main .firstRow .boxMain .boxForm form .form .list .inputBox.newList .outer .listInner.second tr td {
  padding: 15px;
}

#main .firstRow .boxMain .boxForm form .formButton {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  #main .firstRow .boxMain .boxForm form .formButton {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main .firstRow .boxMain .boxForm form .formButton button:first-child {
    margin-bottom: 15px;
  }
}

#main .firstRow .boxMain .boxForm .thankyou p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

/*# sourceMappingURL=order.css.map */