/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#main.contact {
  position: relative;
}

#main.contact .firstRow {
  background-color: #e6e6e6;
  padding: 5.5rem 0;
}

@media screen and (max-width: 1000px) {
  #main.contact .firstRow {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow {
    padding: 40px 0 60px;
  }
}

#main.contact .firstRow .boxWhite {
  background-color: #FFF;
  border-radius: 10px;
  padding: 60px 30px 78px;
}

@media screen and (max-width: 1000px) {
  #main.contact .firstRow .boxWhite {
    padding: 40px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite {
    padding: 5%;
  }
}

#main.contact .firstRow .boxWhite .inner {
  max-width: 906px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .inner {
    max-width: 1280px;
  }
}

#main.contact .firstRow .boxWhite .call {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.75;
  font-weight: 500;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .call {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .call {
    font-size: 15px;
    font-feature-settings: "palt";
  }
}

#main.contact .firstRow .boxWhite .call a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

#main.contact .firstRow .boxWhite .call a span {
  margin-right: 8px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .call a span {
    margin-right: 1rem;
  }
}

#main.contact .firstRow .boxWhite .call a span i {
  font-size: 36px;
  position: relative;
  transform: rotateY(180deg) rotate(-10deg);
  top: 2px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .call a span i {
    font-size: 45px;
    top: 6px;
  }
}

@media screen and (max-width: 1000px) {
  #main.contact .firstRow .boxWhite .call a span i {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .call a span i {
    font-size: 25px;
    top: 3px;
  }
}

#main.contact .firstRow .boxWhite .call a p {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .call a p {
    font-size: 60px;
  }
}

@media screen and (max-width: 1000px) {
  #main.contact .firstRow .boxWhite .call a p {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .call a p {
    font-size: 26px;
  }
}

#main.contact .firstRow .boxWhite .boxContact {
  display: block;
}

#main.contact .firstRow .boxWhite .titleBox {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .titleBox {
    font-size: 18px;
    margin-bottom: 5%;
  }
}

#main.contact .firstRow .boxWhite .privacy-policy {
  width: auto;
  background-color: #EEE;
  height: 300px;
  overflow-y: scroll;
  padding: 30px;
  color: #555555;
  margin-bottom: 50px;
  line-height: 1.7;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .privacy-policy {
    height: 230px;
    padding: 20px 15px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#main.contact .firstRow .boxWhite .privacy-policy h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .privacy-policy h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .privacy-policy h4 {
    font-size: 16px;
  }
}

#main.contact .firstRow .boxWhite .privacy-policy .mb-10 {
  margin-bottom: 10px;
}

#main.contact .firstRow .boxWhite .privacy-policy ul {
  padding-left: 20px;
}

#main.contact .firstRow .boxWhite .privacy-policy ul li {
  list-style-type: decimal;
}

#main.contact .firstRow .boxWhite .privacy-policy ul li h5 {
  margin: 10px 0;
  text-decoration: underline;
}

#main.contact .firstRow .boxWhite .privacy-policy ul li ol {
  margin-left: 20px;
}

#main.contact .firstRow .boxWhite .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;
  margin-bottom: 50px;
}

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

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .box-form-step {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

#main.contact .firstRow .boxWhite .box-form-step .box-form-step__item {
  flex: 0 1 228px;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background: #EEEEEE;
  position: relative;
  margin: 0 8px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 10px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .box-form-step .box-form-step__item {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .box-form-step .box-form-step__item {
    width: 32%;
    font-size: 10px;
    margin: 0;
    flex: unset;
  }
}

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

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

#main.contact .firstRow .boxWhite .box-form-step .box-form-step__item.active {
  background-color: #C1272D;
  color: white;
}

#main.contact .firstRow .boxWhite .notif .req {
  background-color: #c62828;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  line-height: 1.715;
  padding: 0 5px;
  font-weight: 500;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#main.contact .firstRow .boxWhite .boxForm {
  background-color: #FFF;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm {
  margin-bottom: 50px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm h2 span {
  background-color: #C1272D;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm h2 p {
  flex: 1;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item {
  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;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title {
  width: 316px;
  position: relative;
  vertical-align: middle;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 25px 15px 15px;
  font-size: 18px;
  border-bottom: 1px solid #cdcdcd;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title.block {
  display: block;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title {
    font-size: 24px;
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title {
    padding: 10px 0;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title .req {
  background-color: #C1272D;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  line-height: 1.715;
  padding: 0 5px;
  font-weight: 500;
  margin-left: 10px;
  border-radius: 3px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title .req {
    font-size: 14px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title p.noflex {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title .notes {
  font-size: 15px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .title .notes {
    font-size: 14px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #cdcdcd;
  padding: 15px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox {
    font-size: 14px;
    border-bottom: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox {
    padding: 10px 0;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .note-tel {
  font-size: 11px;
  margin-top: 4px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .note-tel {
    font-size: 16px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .err {
  margin-top: 5px;
  display: block;
  color: #C1272D;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .err {
    font-size: 16px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .inputText {
  background-color: #f2f2f2;
  display: inline-block;
  line-height: 1.715;
  padding: 8px 15px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .inputText:focus {
  background-color: #FFF;
  color: #333333;
  border-color: #CCC;
  outline: none;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .inputText {
    font-size: 20px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two .box {
  width: 47.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two .box {
    width: 100%;
  }
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two .box:first-child {
    margin-bottom: 10px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two .box p {
  width: 40px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two .box p.big {
  width: 75px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .two .box .input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .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.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .price .inputText {
  width: 250px;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .price .inputText {
    width: 175px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .postal_code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .postal_code p {
  width: 40px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .postal_code div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .postal_code div .inputText {
  width: 200px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .address {
  margin-bottom: 15px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .street {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .street p {
  width: 60px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .street div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox textarea {
  background-color: #f2f2f2;
  display: block;
  padding: 15px;
  border: 1px solid #f2f2f2;
  height: 190px;
  resize: none;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox textarea:focus {
  background-color: #FFF;
  color: #333333;
  border-color: #CCC;
  outline: none;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select {
  width: 50%;
  font-size: 16px;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select {
    width: 100%;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(193, 39, 45, 0.2);
  border: 1px solid #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .container_radio input:checked ~ .checkmark {
  background-color: #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .container_radio input:checked ~ .checkmark:after {
  display: block;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .checkBox .select .container_radio .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox input[type="radio"]:checked ~ label {
  color: #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio input[type="radio"]:checked ~ .check {
  border: 2px solid #C1272D !important;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox input[type="radio"]:checked ~ .check::before {
  background: #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item {
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item {
    font-size: 15px;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio {
  position: relative;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio input {
  position: absolute;
  visibility: hidden;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio label {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio .check {
  display: block;
  position: absolute;
  border: 2px solid #CCCCCC;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 7px;
  width: 7px;
  top: 2px;
  left: 2px;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio:hover label {
  color: #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .radioBox .item .radio:hover .check {
  border: 2px solid #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .textLink {
  padding-top: 15px;
  text-align: left;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .textLink a {
  position: relative;
  font-weight: bold;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .textLink a:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 5;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox .textLink a:hover:before {
  width: 100%;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input {
  width: 295px;
  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;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input {
    width: 100%;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input .inputText {
  width: 250px;
  background-image: url(../../assets/img/common/calendar.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input .inputText {
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input .inputText:disabled {
  background: #cdcdcd;
  cursor: not-allowed;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.calendar .input p {
    width: 50px;
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.order .input {
  width: 130px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm .item .inputBox.order .input .inputText {
  width: 100px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm.confirmation .item .title {
  padding-top: 15px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm.confirmation .item .inputBox .two .box .big {
  width: 90px;
}

#main.contact .firstRow .boxWhite .boxForm form .contactForm.confirmation .item .inputBox .postal_code p {
  width: auto;
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox {
  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;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .btnBox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main.contact .firstRow .boxWhite .boxForm form .btnBox > * {
    width: 100%;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox button {
  outline: none !important;
  cursor: pointer;
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox button:hover, #main.contact .firstRow .boxWhite .boxForm form .btnBox button:focus {
  outline: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main.contact .firstRow .boxWhite .boxForm form .btnBox button {
    margin-left: 0 !important;
  }
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox .button {
  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;
  width: 404px;
  height: 60px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #C1272D;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin: 0 10px;
  position: relative;
  word-break: keep-all;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  letter-spacing: 2px;
  border: 3px solid #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox .button:hover {
  background-color: #901d22;
  border-color: #901d22;
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox .button.btnBack {
  background-color: #FFF;
  color: #C1272D;
  border-color: #C1272D;
}

#main.contact .firstRow .boxWhite .boxForm form .btnBox .button.btnBack:hover {
  background-color: #C1272D;
  color: #FFF;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .boxForm form .btnBox .button {
    font-size: 28px;
    width: 450px;
    height: 75px;
  }
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .boxWhite .boxForm form .btnBox .button {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

#main.contact .firstRow .boxWhite .congrats {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

@media screen and (min-width: 1650px) {
  #main.contact .firstRow .boxWhite .congrats {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #main.contact .firstRow .boxWhite .congrats {
    font-size: 16px;
  }
}

.ui-widget-header {
  background-color: #a96f00;
  color: #FFF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #b27e1a;
  background: #a97000;
  color: #986500;
}

.ui-state-highlight {
  border: 1px solid #c29234 !important;
  background-color: #c29234 !important;
  color: #FFF !important;
}

.select {
  width: 33.3333%;
  font-size: 16px;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
}

.select.sta {
  position: relative;
  top: -20px;
}

.select .container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select .container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.select .container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.select .container_radio input:checked ~ .checkmark {
  background-color: #C1272D;
  border-color: #C1272D;
}

.select .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.select .container_radio input:checked ~ .checkmark:after {
  display: block;
}

.select .container_radio .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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