#Subheader {
  padding: 35px 0;
}

#Subheader:after {
  box-shadow: none;
}

#Subheader .title {
  text-transform: uppercase;
}

#Subheader .one.column {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.subheader-both-center #Subheader .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  max-width: 1073px;
}

@media all and (max-width: 767px){
  #Subheader {
    padding: 30px 0;
  }
  .subheader-both-center #Subheader .title {
    font-size: 22px;
    line-height: 32px;
  }

  .the_content .the_content_wrapper {
    margin: 0;
    width: 100%;
  }
}

.subheader-both-center #Subheader .breadcrumbs {
  order: -1;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

.subheader-both-center #Subheader .breadcrumbs {
    font-size: 14px !important;
}

#Content {
  padding-top: 50px;
}

.the_content .the_content_wrapper {
  /* max-width: 730px; */
}

@media all and (min-width: 1240px ) {
  .the_content .the_content_wrapper {
    padding-right: 25px;
  }
}

.the_content .the_content_wrapper {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}

.the_content .the_content_wrapper .wp-block-image img {
  border-radius: 8px;
}

.the_content .the_content_wrapper .wp-block-image.top img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

@media all and (max-width: 1240px ) {
  .the_content .the_content_wrapper .wp-block-image.top img {
    max-height: 300px;
  }
}

@media all and (max-width: 767px ) {
  .the_content .section_wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}

.the_content_wrapper h2 {
  font-size: 22px;
  font-weight: bold;
}

.the_content_wrapper h3 {
  font-size: 22px;
  font-weight: normal;
}

.the_content_wrapper p {
  /* font-size: 20px; */
  font-weight: normal;
  line-height: 26px;
}

.the_content_wrapper p,
.the_content_wrapper h2,
.the_content_wrapper h3 {
  margin: 0 0 25px;
}

.the_content_wrapper h2,
.the_content_wrapper h3 {
  line-height: 28px;
}

.the_content_wrapper ol {
  counter-reset: list;
  margin: 0 0 30px 0px;
}

.the_content_wrapper ol li,
.the_content_wrapper ul li {
  /* font-size: 18px; */
  margin-bottom: 20px;
}

@media all and (max-width: 767px){
  .the_content_wrapper ol li,
  .the_content_wrapper ul li {
    font-size: 15px;
  }
}

.wp-block-pullquote {
  text-align: left;
  background: #F4F6FA;
  padding: 0;
  margin: 30px 0 50px 0;
  border-bottom: 5px solid #B12933;
  border-radius: 18px;
}

.wp-block-pullquote blockquote {
  background: #F4F6FA;
  padding: 32px 40px 45px 40px;
  margin: 0;
  top: 0;
  border-radius: 8px;
}

.wp-block-pullquote blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}

.wp-block-pullquote blockquote::before {
  content: '';
  width: 22px;
  height: 23px;
  display: block;
  background: url('assets/img/warning.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 6px;
}


/**************************\
 Feedback Form Styles
\**************************/

.sidebar-sticky-el {
  border-radius: 8px 8px 18px 18px;
  overflow: hidden;
}

.feedback_sidebar {
    font-size: 16px;
    padding: 40px 30px;
    /* background: -o-linear-gradient(270.84deg, #FFFFFF -11.87%, rgba(255, 255, 255, 0) 80.94%), -o-linear-gradient(bottom, #F2F2F4, #F2F2F4), #FFFFFF;
    background: linear-gradient(179.16deg, #FFFFFF -11.87%, rgba(255, 255, 255, 0) 80.94%), linear-gradient(0deg, #F2F2F4, #F2F2F4), #FFFFFF; */
    background: #F4F6FA;
    border-bottom: 5px solid #B12933;
    position: relative;
    /* -webkit-box-shadow: 0px 12px 20px rgba(85, 99, 113, 0.15);
    box-shadow: 0px 12px 20px rgba(85, 99, 113, 0.15); */
    /* width: 370px; */
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (max-width: 959px ) {
  .feedback_sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* .feedback_sidebar::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-mask-image: url("assets/img/triangle.svg");
    mask-image: url("assets/img/triangle.svg");
    background-color: #b12933;
    width: 15px;
    height: 6px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.feedback_sidebar header {
    text-align: center;
    margin-bottom: 20px;
}

.feedback_sidebar .feedback_sidebar__title {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.input__icon {
    position: relative;
}

.feedback_sidebar .wpcf7-form-control {
    width: 100%;
    margin-bottom: 10px;
}

.form__submit {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
  width: 100%;
  box-sizing: border-box;
  height: 64px;
}


.form__assent {

}

.feedback_sidebar .wpcf7-list-item input[type="checkbox"] {
  accent-color: #8D8D8D;
  width: 12px;
  margin: 0;
  margin-right: 8px;
}

.feedback_sidebar .wpcf7-list-item {
  margin: 0;
}

.feedback_sidebar .wpcf7-list-item > label {
  font-size: 11px;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 22px;
}

.feedback_sidebar .wpcf7-list-item-label {
  margin-bottom: 0;
  line-height: 14px;
}

.feedback_sidebar input.wpcf7-form-control:not([type="submit"]) {
    font-size: 14.5px;
    font-weight: bold;
    width: 100% !important;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 4px !important;
    height: 58px;
    padding-left: 18px !important;
    padding-right: 40px !important;
    box-shadow: none !important;
}

.feedback_sidebar input.wpcf7-form-control::placeholder {
  color: #AFAFAF;
  opacity: 1; /* Firefox */
}

.feedback_sidebar input[type="submit"].wpcf7-form-control {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
  width: 100%;
  box-sizing: border-box;
  height: 64px;
  margin: 0;
}

.feedback_sidebar .wpcf7-form-control-wrap::before {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #b12933;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.feedback_sidebar [data-name="your-name"]::before {
  width: 22px;
  height: 23px;
  background: url('assets/img/person.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.feedback_sidebar [data-name="your-tel"]::before {
    width: 22px;
    height: 23px;
    background: url('assets/img/phone.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.feedback_sidebar [data-name="your-email"]::before {
    width: 22px;
    height: 23px;
    background: url('assets/img/email.svg');
    background-repeat: no-repeat;
    background-position: center;
}

/* .input__icon_question::before {
    width: 8px;
    height: 15px;
    -webkit-mask-image: url("assets/img/question.svg");
    mask-image: url("assets/img/question.svg");
} */

#form-order.fixed {
    position: fixed;
    top: 72px;
    z-index: 999;
}

.row{
    display: flex;
    flex-wrap: wrap;
}



.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
