[class^="col-"] {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.form-group {
  margin-bottom: 30px;
}
.black .lang-col .lang-box .current-lang span {
  color: #000;
}
.black .lang-col .lang-box .current-lang img {
  border-color: rgba(0, 0, 0, 0.4);
}
.black .lang-col .lang-box .current-lang:after {
  border-color: #000;
}
@media only screen and (max-width: 47.98em) {
  .black {
    top: 3vh;
  }
}
header .logo {
  top: -10px;
  display: block;
  left: 0px;
  outline: none;
  width: 200px;
}
@media only screen and (max-width: 47.98em) {
  header .logo {
    left: 0;
    min-width: 160px;
    width: 60%;
    top: -5px;
  }
}
section {
  position: relative;
}
section.section-container {
  position: relative;
  padding: 0 7%;
  margin: 0 auto;
  width: 100%;
  max-width: 1800px;
  padding-bottom: 80px;
}
section.section-container h1 {
  font-size: 5vw;
      padding-bottom: 25px;
  line-height: 5vw;
  margin: 0;
}
section.section-container h1 sub {
  vertical-align: top;
  font-weight: normal;
  font-size: 3vw;
  bottom: -0.45em;
}
section.section-container h1.padding-left-60 {
  padding-left: 60px;
}
section.section-container h1.padding-left-40 {
  padding-left: 40px;
}
@media only screen and (max-width: 47.98em) {
  section.section-container h1 {
    text-align: center;
    padding-left: 0 !important;
    font-size: 7vw;
    line-height: 7vw;
  }

  section.section-container p {
    max-width: 100% !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1800px) {
  section.section-container h1 {
    font-size: 100px;
    line-height: 110px;
  }
}
section .map-bg {
  position: absolute;
  top: -190px;
  right: 0;
  width: 50vw;
  opacity: 0.3;
}
@media only screen and (max-width: 47.98em) {
  section .map-bg {
    top: -90px;
    width: 75vw;
  }
}
section .section-header {
  position: relative;
  margin: 0;
}
section .section-header .section-left-col {
  padding-right: 1rem;
  padding-left: 0rem;
}
@media only screen and (min-width: 48em) {
  section .section-header .section-left-col {
    margin-left: 0;
  }
}
@media only screen and (max-width: 47.98em) {
  section .section-header .section-left-col {
    margin-bottom: 3rem;
  }
}
section .section-header .section-right-col {
  padding-right: 0rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 48em) {
  section .section-header .section-right-col {
    margin-left: 0;
  }
}
@media only screen and (max-width: 47.98em) {
  section .section-header .section-right-col {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48em) {
  section .section-header {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 47.98em) {
  section .section-header {
    margin-top: 160px;
  }
}
section .section-file-upload {
  margin-top: 3em;
}
section .section-final .line-icon {
  width: 80px;
  height: 80px;
  background-color: #ed1c24;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
  text-align: center;
}
section .section-final .final-text {
  margin-top: 1em;
  font-size: 1.5em;
}
section .section-final .final-sub-text {
  font-size: 0.8em;
  color: #737373;
}
ol.section-step {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
}
ol.section-step li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
ol.section-step li .section-step-icon {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
}
ol.section-step li .section-step-icon .step-icon {
  width: 60px;
  height: 60px;
  background-color: #ed1c24;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
}
@media only screen and (min-width: 48em) {
  ol.section-step li .section-step-icon {
    margin-left: 60px;
  }
}
ol.section-step li .section-step-container .section-step-title {
  margin-bottom: 15px;
  font-weight: 500;
}
ol.section-step li .section-step-container .section-step-context {
  color: #737373;
  font-size: 0.8em;
}
@media only screen and (min-width: 48em) {
  ol.section-step li .section-step-container {
    -ms-flex-preferred-size: calc(100% - 60px - 60px);
    flex-basis: calc(100% - 60px - 60px);
    max-width: calc(100% - 60px - 60px);
    padding-left: 40px;
  }
}
@media only screen and (max-width: 47.98em) {
  ol.section-step li .section-step-container {
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 20px;
  }
}
ol.section-step li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) " ";
  position: absolute;
  color: #737373;
  
  display: none;
}
@media only screen and (min-width: 48em) {
  ol.section-step li:before {
    top: 20px;
    left: 0;
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 47.98em) {
  ol.section-step li:before {
    top: 70px;
    left: 20px;
    top: 40px;
    left: 30px;
    font-size: 0.7em;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #ed1c24;
  }
}
.section-line-info {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.8em;
}
.section-line-info a {
  color: #000;
  text-decoration: underline;
}
a.line-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.line-button span {
  font-weight: 500;
  padding-right: 1em;
  position: relative;
  z-index: 12;
  white-space: nowrap;
}
a.line-button .line-button-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.5em;
  width: 1.5em;
  z-index: 12;
}
a.line-button.yellow {
  background: #ed1c24;
  color: #000;
}
@media only screen and (min-width: 48em) {
  a.line-button.yellow::before {
    content: "";
    display: block;
    clear: both;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ed1c24;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }
  a.line-button.yellow::after {
    content: "";
    display: block;
    clear: both;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ed1c24;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }
}
a.line-button.gray {
  background: #848484;
  color: #fff;
}
@media only screen and (min-width: 48em) {
  a.line-button.gray::before {
    content: "";
    display: block;
    clear: both;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #848484;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }
  a.line-button.gray::after {
    content: "";
    display: block;
    clear: both;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #848484;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }
}
@media only screen and (min-width: 48em) {
  a.line-button {
    font-size: 1.8em;
    padding: 50px 20px;
  }
  a.line-button:hover::before {
    margin-top: -20px;
  }
  a.line-button:hover::after {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 47.98em) {
  a.line-button {
    font-size: 20px;
    padding: 30px 10px;
  }
}
.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.button-wrapper .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input-wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-wrapper input {
  color: #000;
  border: none;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  line-height: 1em;
  height: calc(4em - 1px);
  padding-top: 1.5em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: transparent;
}
.input-wrapper input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-wrapper input:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-wrapper input::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-wrapper input::placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-wrapper input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #c4c4c4;
}
.input-wrapper input:focus + label {
  font-size: 0.8em;
  top: 1em;
  left: 1.9em;
  opacity: 0.5;
}
.input-wrapper input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.input-wrapper input:focus:-ms-input-placeholder {
  opacity: 1;
}
.input-wrapper input:focus::-ms-input-placeholder {
  opacity: 1;
}
.input-wrapper input:focus::placeholder {
  opacity: 1;
}
.input-wrapper input:not(:placeholder-shown) + label {
  font-size: 0.8em;
  top: 1em;
  left: 1.9em;
  opacity: 0.5;
}
.input-wrapper input:hover {
  border: none;
  border-bottom: 1px solid #c4c4c4;
}
.input-wrapper input:-moz-read-only {
  cursor: not-allowed;
  background-color: transparent;
}
.input-wrapper input:read-only {
  cursor: not-allowed;
  background-color: transparent;
}
.input-wrapper input:required + label::after {
  content: "*";
  padding-left: 5px;
  font-size: 0.8em;
  padding-top: -15px;
  position: relative;
  bottom: 5px;
}
.input-wrapper label {
  position: absolute;
  width: inherit;
  font-size: 1em;
  font-weight: normal;
  color: #666;
  top: 2em;
  left: 1.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-input-combined {
  margin-right: 0rem;
  margin-left: 0rem;
}
.select-input-combined .phone-code {
  padding: 0;
}
.select-input-combined [class^="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.select-input-combined .phone-number {
  padding: 0;
}
.custom-checkbox {
  position: relative;
  z-index: 3;
  padding-left: 1.5em;
}
.custom-checkbox.error .ch-btn {
  border-color: red;
}
.custom-checkbox.error label {
  color: red;
}
.custom-checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
.custom-checkbox .ch-btn {
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid #d0d4db;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
  background: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-checkbox .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 5px 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.custom-checkbox label {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 17px;
  font-weight: normal;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  padding-top: 4px;
}
.custom-checkbox label:hover .ch-btn {
  border-color: #555;
}
.custom-checkbox input[type="checkbox"]:checked + label .ch-btn {
  background-color: #ed1c24;
  border-color: transparent;
}
.custom-checkbox input[type="checkbox"]:checked + label .ch-btn:before {
  opacity: 1;
}
.custom-checkbox span {
  padding-top: 0px;
  display: block;
}
.custom-checkbox a {
  text-decoration: underline;
  color: #000;
}
.custom-checkbox a:hover {
  text-decoration: none;
}
.custom-checkbox._mod-lg span {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
fieldset {
  margin-top: 3em;
}
form .form-error {
  visibility: hidden;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  color: #ca0000;
  position: absolute;
  font-size: 0.6em;
  left: 3.5em;
}
form .form-error.has-error {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 5px 5px 0px 5px;
}
form .form-group.error .input-wrapper input,
form .form-group.error .selectric {
  border-bottom: 1px solid #ec1939;
}
form .form-group.error .dropzone .dz-area {
  border: 1px dashed #ec1939;
}
form .select-input-combined .form-error {
  left: 2em;
}
.yellow-btn-submit {
  display: inline-block;
  border-radius: 40px;
  background-color: #ed1c24;
  color: #000;
  padding: 9px 35px 9px 35px;
  outline: none;
  font-weight: 500;
  font-size: 33px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yellow-btn-submit:hover {
  -webkit-box-shadow: 0 0 30px #ed1c24;
  box-shadow: 0 0 30px #ed1c24;
}
@media only screen and (min-width: 48em) {
  header .login-col.white .login-btn {
    border: 1px solid #ed1c24;
    background-color: black;
    padding: 10px 29px 9px 32px;
    border-radius: 40px;
    color: #ed1c24;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .login-col.white .login-btn img {
    margin-top: -3px;
  }
  header .login-col.white .login-btn:hover {
    -webkit-box-shadow: 0 0 30px #ed1c24;
    box-shadow: 0 0 30px #ed1c24;
  }
}
