/*--------------------------------------------------------------
1. Common
--------------------------------------------------------------*/
body {
  background-color: var(--color-white);
}

.content-header {
  max-width: 100%;
  width: 100%;
}

.bg-color-white {
  background-color: var(--color-white);
}

.overlay-hidden {
  overflow: hidden;
}

.overlay-hidden .opacity-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1005;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

iframe,
object {
  width: 100%;
  height: 100%;
}

#primary {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.acf-map {
  background-color: #C6C6C6;
  width: 100%;
  height: 366px;
  margin: 0;
}

.acf-map iframe,
.acf-map object {
  margin-bottom: 0;
}

a:focus,
a:active {
  outline: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.col-half {
  flex: 0 0 auto;
  width: 100%;
}

.col-half label {
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
}

.col-half:hover label {
  color: var(--color-link-hover);
}

.col-half:active label,
.col-half:focus label {
  color: var(--color-base);
}

/* Loading */
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: var(--color-white);
  z-index: 9999;
  text-align: center;
  overflow: hidden;
}

#loading-img {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 100;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--color-base);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* Spinner Magnify */
@keyframes ldio-9hpikfqg6c {
  0% {
    transform: translate(2px, 2px)
  }

  33.33% {
    transform: translate(102px, 2px)
  }

  66.66% {
    transform: translate(42px, 102px)
  }

  100% {
    transform: translate(2px, 2px)
  }
}

.ldio-9hpikfqg6c>div {
  transform: scale(0.6);
  transform-origin: 100px 100px;
}

.ldio-9hpikfqg6c>div>div {
  animation: ldio-9hpikfqg6c 1.4s linear infinite;
  position: absolute
}

.ldio-9hpikfqg6c>div>div div:nth-child(1) {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 12px solid var(--color-base);
}

.ldio-9hpikfqg6c>div>div div:nth-child(2) {
  width: 17px;
  height: 51px;
  transform: rotate(-45deg);
  background: var(--color-base);
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 68px;
  left: 85px
}

.loadingio-spinner-magnify-tmxl1fjom8b {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-9hpikfqg6c {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-9hpikfqg6c div {
  box-sizing: content-box;
}

/* acf-map */
.acf-map img {
  max-width: inherit !important;
}

/* button more */
.btn-primary {
  position: relative;
  display: inline-block;
  background-color: var(--color-btn-primary);
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  text-align: center;
  color: var(--color-base);
	color: var(--link__color);
  padding: 22.5px 40px;
  border: none;
  border-radius: 5px;
	display:flex;
	align-items:center;
}

.btn-primary i {
  font-size: 36px;
  margin-left: 20px;
}

.btn-primary img {
  margin-left: 16px;
  max-height: 16px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-btn-primary);
  color: var(--color-base);
  box-shadow: none;
}

.btn-primary:hover {
  background-color: var(--color-btn-primary-hover);
  color: var(--color-base);
  border: none;
	
}
.btn-primary path {
transition: ease 0.4s all;	
}

.btn-primary:hover path {
	fill: var(--color-base);;
}

.btn-primary.linkEZoom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  -webkit-transform: ease 0.6s all;
  -ms-transform: ease 0.6s all;
  transition: ease 0.6s all;
  z-index: -1;
}

.btn-primary.linkEZoom span {
  position: relative;
  z-index: 1;
}

.btn-primary.linkEZoom:hover {
  background-color: var(--color-btn-primary);
  color: var(--color-white);
  border-color: var(--color-btn-primary);
}

.btn-primary.linkEZoom:active,
.btn-primary.linkEZoom:focus,
.btn-primary.linkEZoom:not(:disabled):not(.disabled):active,
.btn-primary.linkEZoom:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-btn-primary);
  color: var(--color-white);
  border-color: var(--color-btn-primary);
}

.btn-primary.linkEZoom:hover::before {
  background-color: var(--color-btn-primary);
  color: var(--color-white);
  border-color: transparent;
  transform: scale(1.1, 1.2);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--color-btn-disabled);
  color: var(--color-white);
  opacity: 1;
  cursor: no-drop;
}

.btn-secondary {
  position: relative;
  display: flex;
  min-width: 230px;
  height: auto;
  background-color: var(--color-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-white);
  padding: 22.5px 16px !important;
  border: none;
  border-radius: 5px !important;
  margin-top: 0 !important;
}

.btn-secondary:hover {
  background-color: var(--color-link-hover);
  color: var(--color-white);
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-base);
  color: var(--color-white);
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: var(--color-btn-disabled);
  color: var(--color-white);
  opacity: 1;
  cursor: no-drop;
}

.waves-input-wrapper {
  border-radius: 0;
}

/* Image Effect */
.imgEffect {
  position: relative;
  overflow: hidden;
}

.imgEffect:after {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  left: -50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.imgEffect:hover:after {
  left: 150%;
}

/* Image Effect Zoom */
.boxEZoom {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.imgEZoom {
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.imgEZoom:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* Background Image */
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width:100%;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: var(--color-light-gray);
  border-radius: 4px;
}

.breadcrumbs:after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--color-light-gray);
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--color-light-gray);
}

.breadcrumbs-seo {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 0.9375rem;
  color: var(--color-white);
}

.breadcrumbs-seo a {
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}

/* pagination */

.pagination {}

/* Back To Top */
.back-to-top a {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #535D6A33;
  z-index: 1100;
}

/* Contact Form */
.checkbox-wrapper .custom-checkbox .wpcf7-list-item {
  position: relative;
  z-index: 1;
  padding-left: 32px;
  height: 25px;
  margin: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item label {
  margin-bottom: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 25px;
  height: 25px;
  pointer-events: none;
  background-color: var(--color-white);
  border: 0.5px solid var(--color-text-main);
  border-radius: 2px;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: block;
  width: 18px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label::before {
  color: var(--color-white);
  border-color: var(--color-base);
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label::after {
  background-image: url('../../images/ic_check.svg');
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid var(--color-base);
}

/* Contact Form Content */
.form-content {
  width: 100%;
}

.form-content .form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.84375rem;
}

.form-content .form__row:last-of-type {
  margin: 0;
}

.form-content .form__row--col {
  flex: 0 0 auto;
  width: 41.40127389%;
}

.form-content .form__row--col.full {
  width: 100%;
}

.form-content .checkbox-callback .wpcf7-list-item-label {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-size: 36px;
  font-size: 2.5714285714285716em;
  line-height: 1.5rem;
  color: var(--color-text-main);
}

.form-content .checkbox-callback .wpcf7-list-item {
  padding-left: 3.3125rem;
}

/* Flyout Menu*/
.flyout-menu .flyout-menu__main ul>li>a {
  min-width: 50px;
}

.ic-close {
  width: 40px;
  min-width: unset;
  height: 40px;
  top: 38px;
  right: 25px;
  transform: rotate(45deg);
  background-color: transparent;
  padding: 0.625rem;
  border: 1px solid var(--color-text-main);
  border-radius: 50%;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  opacity: 1;
}

.ic-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  z-index: 0;
}

.ic-close:hover {
  border-color: transparent;
}

.ic-close:hover::before {
  transform: scale(1.5, 1.5);
  border-color: var(--color-text-main);
}

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Fancybox */
.fancybox-content {
  width: 60%;
  padding: 5rem 1.25rem 1.25rem;
}

.fancybox-slide--html .fancybox-close-small {
  width: 2.55625rem;
  height: 2.55625rem;
  top: 1.1875rem;
  right: 1.375rem;
  transform: rotate(45deg);
  border: 1px solid var(--color-text-main);
  border-radius: 50%;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  z-index: 0;
}

.fancybox-slide--html .fancybox-close-small:hover {
  border-color: transparent;
}

.fancybox-slide--html .fancybox-close-small:hover::before {
  transform: scale(1.5, 1.5);
  border-color: var(--color-text-main);
}

/*--------------------------------------------------------------
3 Regular Content
--------------------------------------------------------------*/

.nadol-content-area {
  margin-top: 90px;
  margin-bottom: 90px;
}

.nadol-entry-header {
  margin-bottom: 40px;
}

.title-page {
  font-family: var(--font-family-title);
  font-weight: var(--font-weight-bold);
  font-size: 36px;
  font-size: 2.25em;
  line-height: 47px;
  text-align: center;
  color: var(--color-text-main);
  margin-bottom: 0;
}

.title-section {
  font-weight: var(--font-weight-bold);
  font-size: 30px;
  font-size: 1.875em;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-text-main);
  margin-bottom: 0;
}

/* Module */

/*--------------------------------------------------------------
4 Posts
--------------------------------------------------------------*/
p:last-of-type {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
5 Front Page
--------------------------------------------------------------*/
/* Banner */
.banner-wrapper__right {
  flex: 0 0 auto;
  width: 270px;
}

.banner-wrapper__right--benefit {
  flex: 0 0 auto;
  width: 100%;
  background-color:#679287;
  padding: 125px 20px 125px 40px;
}

.banner-wrapper__right--benefit .item {
  position: relative;
  margin-bottom: 55px;
}

.banner-wrapper__right--benefit .item::before {
  content: '';
  width: 19px;
  height: 16px;
  background-image: url('../../images/ic-checkmark.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 18px;
}

.banner-wrapper__right--benefit .item p {
  font-weight: var(--font-weight-regular);
  font-size: 20px;
  font-size: 1.25em;
  line-height: 26px;
  color: var(--color-white);
}

.banner-wrapper__right--benefit .item:last-of-type {
  margin-bottom: 0;
}

.banner-wrapper__right--save {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background-color: #191919;
  padding: 95.5px 50px 95.5px 80px;
}

.banner-wrapper__right--save .box-save {
  position: relative;
}

.banner-wrapper__right--save .box-save::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 38px;
  background-image: url('../../images/ic_arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-wrapper__right--save .box-save p {
  font-weight: var(--font-weight-regular);
  font-size: 16px;
  color: var(--color-white);
}

.banner-wrapper__right--save .box-save p span {
  font-size: 24px;
  font-size: 1.5em;
  line-height: 28px;
  margin-bottom: 8px;
}

.banner-wrapper__right--save .box-save p span:last-of-type {
  margin-bottom: 0;
}

.banner-wrapper__right--save .box-save p span.num {
  font-weight: var(--font-weight-black);
  font-size: 48px;
  font-size: 3em;
  line-height: 68px;
}

.banner-wrapper__left {
  flex: 1 0 0%;
  padding: 50px 80px;
}

.banner-wrapper__left .header {
  flex: 0 0 auto;
  width: 100%
}

.banner-wrapper__left .inner {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 152px;
}

.banner-wrapper__left .inner h1.title {
  font-weight: var(--font-weight-bold);
  font-size: 54px;
  font-size: 3.375em;
  line-height: 62px;
  color: var(--color-white);
  margin-bottom: 0;
 color: var(--present__color);
}

.banner-wrapper__left .inner p.txt {
  width: 485px;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 26px;
  color: var(--color-white);
	color: var(--present__color);
  margin-top: 25px;
}

.banner-wrapper__left .inner .btn-primary {
  margin-top: 50px;
	display:flex;
	gap:10px;
}

.banner-df-wrapper {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 80px;
}

.banner-df-wrapper .inner {
  flex: 0 0 auto;
  width: 55.40983606%;
  
	padding-top:120px;
	margin:0 auto;
}

.banner-df-wrapper .inner .title {
  font-weight: var(--font-weight-bold);
  font-size: 48px;
  font-size: 3em;
  line-height: 55px;
  color: var(--color-white);
  margin-bottom: 0;
}

.banner-df-wrapper .inner .txt {
  font-size: 22px;
  font-size: 1.375em;
  line-height: 28px;
  color: var(--color-white);
  margin-top: 25px;
  margin-bottom: 0;
}

/* Home Page*/
.homepage-wrapper .nadol-entry-content .wpcf7-form p {
  margin-bottom: 0;
}

.fieldset-cf7mls {
  padding: 0;
  margin: 0;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  display: flex!important;
  justify-content: flex-end;
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
  margin-top: 0;
  margin-bottom: 80px;
}

.cf7mls-btns .cf7mls_next.action-button {
  position: relative;
  display: flex;
  min-width: 230px;
  height: auto;
  background-color: var(--color-base);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-white);
  padding: 22.5px 16px;
  border: none;
  border-radius: 5px;
  margin-top: 0;
}

.cf7mls-btns .cf7mls_next.action-button:hover {
  background-color: var(--color-link-hover);
  color: var(--color-white);
}

.cf7mls-btns .cf7mls_next.action-button:active,
.cf7mls-btns .cf7mls_next.action-button:focus,
.cf7mls-btns .cf7mls_next.action-button:not(:disabled):not(.disabled):active,
.cf7mls-btns .cf7mls_next.action-button:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-base);
  color: var(--color-white);
  box-shadow: none;
}

.cf7mls-btns .cf7mls_next.action-button.disabled,
.cf7mls-btns .cf7mls_next.action-button:disabled {
  background-color: var(--color-btn-disabled);
  color: var(--color-white);
  opacity: 1;
  cursor: no-drop;
}

.cf7mls-btns .cf7mls_back.action-button {
  position: relative;
  display: flex;
  min-width: 230px;
  height: auto;
  background-color: transparent;
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-base);
  padding: 22.5px 16px;
  border: 1px solid var(--color-base);
  border-radius: 5px;
  margin-top: 0;
  margin-right: 56px;
}

.cf7mls-btns .cf7mls_back.action-button:hover {
  background-color: transparent;
  border-color: var(--color-link-hover);
  color: var(--color-link-hover);
}

.cf7mls-btns .cf7mls_back.action-button:hover svg path {
  fill: var(--color-link-hover);
}

.cf7mls-btns .cf7mls_back.action-button:active,
.cf7mls-btns .cf7mls_back.action-button:focus,
.cf7mls-btns .cf7mls_back.action-button:not(:disabled):not(.disabled):active,
.cf7mls-btns .cf7mls_back.action-button:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;
  color: var(--color-base);
  border-color: var(--color-base);
  box-shadow: none;
}

.cf7mls-btns .cf7mls_back.action-button.disabled,
.cf7mls-btns .cf7mls_back.action-button:disabled {
  background-color: transparent;
  color: var(--color-btn-disabled);
  border-color: var(--color-btn-disabled);
  opacity: 1;
  cursor: no-drop;
}

.cf7mls-btns .cf7mls_back.action-button.disabled svg path,
.cf7mls-btns .cf7mls_back.action-button:disabled svg path {
  fill: var(--color-btn-disabled);
}

.cf7mls_next.action-button img {
  position: absolute;
  right: 40px;
  margin-left: 8px;
}

.cf7mls_back.action-button svg {
  margin-right: 8px;
}

.cf7mls_next.action-button img.arrow {
  position: relative !important;
  right: unset;
  display: block;
}

.sec-padding {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* Step 1 - Product */
.product-wrapper {
  padding-top: 160px;
  padding-bottom: 0;
}

.product-wrapper .title-section {
  margin-bottom: 50px;
}


.product-wrapper__cards .form-check {
  flex: 0 0 auto;
  width: 388px;
  width: 31.80327868%;
  padding: 0;
  /* margin-right: 27px; */
  /* margin-right: 2.21311475%; */
  margin-bottom: 40px;
}

.product-wrapper__cards .form-check:nth-child(3n + 2) {
  margin-right: 0;
}

.product-wrapper__cards .form-check-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.product-wrapper__cards .form-check-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 14px;
  margin: 0;
	cursor: pointer;
}

.product-wrapper__cards .form-check-label .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.product-wrapper__cards .form-check-label .title {
  font-weight: var(--font-weight-regular);
  font-size: 20px;
  font-size: 1.25em;
  line-height: 26px;
  color: var(--color-text-main);
  padding: 15px 0 17.5px;
}

.product-wrapper__cards .form-check-input:checked~.form-check-label {
  background-color: var(--bg-main-hover);
}

.product-wrapper__cards .form-check-input:checked~.form-check-label .title {
  color: var(--color-white);
}

/* Step 2 - Product */
.comments-wrapper .title-section {
  margin-bottom: 40px;
}

/* Step 3 - Order */
.order-wrapper .title-section {
  margin-bottom: 40px;
}

.order-wrapper__delivery .form-check {
  flex: 0 0 auto;
  width: 258px;
  width: 23.36956521%;
  height: 130px;
  padding: 0;
  margin-right: 24px;
  margin-right: 2.14391304%;
  margin-bottom: 24px;
}

.order-wrapper__delivery .form-check:nth-child(4n + 2) {
  margin-right: 0;
}

.order-wrapper__delivery .form-check-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.order-wrapper__delivery .form-check-label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid var(--color-light-gray);
}

.order-wrapper__delivery .form-check-label .title {
  font-weight: var(--font-weight-regular);
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-text-sub2);
}

.order-wrapper__delivery .form-check-label .icon {
  display: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: var(--color-white);
  border-radius: 50px;
  margin-top: 10px;
}

.order-wrapper__delivery .form-check-label:hover {
  border-color: var(--color-text-sub1);
}

.order-wrapper__delivery .form-check-label:hover .title {
  color: var(--color-text-sub1);
}

.order-wrapper__delivery .form-check-input:checked~.form-check-label {
  background-color: var(--color-text-sub1);
  border-color: var(--color-text-sub1);
}

.order-wrapper__delivery .form-check-input:checked~.form-check-label .title {
  color: var(--color-white);
}

.order-wrapper__delivery .form-check-input:checked~.form-check-label .icon {
  display: flex;
}

/* Step 4 - Search */
.search-wrapper .title-section {
  margin-bottom: 0;
}

.search-wrapper .sub-title {
  font-weight: var(--font-weight-regular);
  font-size: 20px;
  font-size: 1.25em;
  line-height: 26px;
  color: var(--color-text-main);
  margin-top: 24px;
  margin-bottom: 94px;
}

/* Step 5 - Success */
.wpcf7-form .fieldset-cf7mls[data-cf7mls-order="4"] {
  background-color: var(--color-sub);
}


.logo-image {
	color: var(--present__color);
	font-size:28px;
}
.footer-wrapper__col--logo .logo-image {
	color:var(--color-sub);
}
.success-wrapper .logo-image {
  margin: 160px 0 352px;
}
@media (max-width: 1600px) {
	
	.success-wrapper .logo-image {
  margin: 0px 0 120px;
}
}

.success-wrapper .title-section {
  font-weight: var(--font-weight-bold);
  font-size: 54px;
  font-size: 3.375em;
  line-height: 62px;
  color: var(--color-white);
  margin-bottom: 0;
}

.success-wrapper .sub-title {
  font-weight: var(--font-weight-regular);
  font-size: 22px;
  line-height: 28px;
  color: var(--color-white);
  margin-top: 25px;
}

.wpcf7-form .fieldset-cf7mls[data-cf7mls-order="4"] .cf7mls-btns {
  justify-content: center;
}

/* Step 6 - Form */
.form-wrapper .title-section {
  margin-bottom: 40px;
}

.form-wrapper .checkbox-wrapper .wpcf7-list-item-label a {
  font-weight: var(--font-weight-bold);
  color: var(--color-text-main);
}

.form-wrapper .checkbox-wrapper .wpcf7-list-item-label a:hover {
  color: var(--color-link-hover);
}

.form-wrapper .st-row:last-of-type {
  margin-top: 60px;
  margin-bottom: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  padding-left: 36px;
  margin: 0;
  z-index: 1;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item-label,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: var(--font-weight-regular);
  font-size: 16px;
  font-size: 1em;
  line-height: 18px;
  color: var(--color-text-main);
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item label,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 0;
  margin-bottom: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0px;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  background-color: var(--color-white);
  border: 2px solid var(--color-input);
  border-radius: 4px;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::after,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
  display: block;
  width: 16px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label::before,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item input:checked~.wpcf7-list-item-label::before {
  color: var(--color-white);
  border-color: var(--color-base);
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label::after,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item input:checked~.wpcf7-list-item-label::after {
  background-image: url("../../images/ic_check.svg");
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label::before,
.checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid var(--color-base);
}

.wpcf7-form input[type="submit"],
.form-wrapper .btn-back {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.wpcf7-form input[type="submit"] {
  position: relative;
  display: flex;
  min-width: 230px;
  height: auto;
  background-color: var(--color-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-white);
  padding: 22.5px 16px !important;
  border: none;
  border-radius: 5px !important;
  margin-top: 0 !important;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: var(--color-link-hover);
  color: var(--color-white);
}

.wpcf7-form input[type="submit"]:active,
.wpcf7-form input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:not(:disabled):not(.disabled):active,
.wpcf7-form input[type="submit"]:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-base);
  color: var(--color-white);
  box-shadow: none;
}

.wpcf7-form input[type="submit"].disabled,
.wpcf7-form input[type="submit"]:disabled {
  background-color: var(--color-btn-disabled);
  color: var(--color-white);
  opacity: 1;
  cursor: no-drop;
}

.form-wrapper .btn-back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  height: auto;
  background-color: transparent;
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-base);
  padding: 22.5px 16px;
  border: 1px solid var(--color-base);
  border-radius: 5px;
  margin-top: 0;
  margin-right: 56px;
}

.form-wrapper .btn-back:hover {
  background-color: transparent;
  border-color: var(--color-link-hover);
  color: var(--color-link-hover);
}

.form-wrapper .btn-back:hover svg path {
  fill: var(--color-link-hover);
}

.form-wrapper .btn-back:active,
.form-wrapper .btn-back:focus,
.form-wrapper .btn-back:not(:disabled):not(.disabled):active,
.form-wrapper .btn-back:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;
  color: var(--color-base);
  border-color: var(--color-base);
  box-shadow: none;
}

.form-wrapper .btn-back.disabled,
.form-wrapper .btn-back:disabled {
  background-color: transparent;
  color: var(--color-btn-disabled);
  border-color: var(--color-btn-disabled);
  opacity: 1;
  cursor: no-drop;
}

.form-wrapper .btn-back.disabled svg path,
.form-wrapper .btn-back:disabled svg path {
  fill: var(--color-btn-disabled);
}

.btn-submit img {
  position: absolute;
  right: 40px;
  margin-left: 8px;
}

.btn-back svg {
  margin-right: 8px;
}

.btn-submit img.arrow {
  position: relative !important;
  right: unset;
  display: block;
}

/* Thank you*/
.nadol-content-thank {
  margin-top: 195px;
  margin-bottom: 195px;
}

.nadol-content-thank .title-page {
  font-weight: var(--font-weight-bold);
  font-size: 48px;
  font-size: 3em;
  line-height: 55px;
  color: var(--color-text-main);
  margin-bottom: 60px;
}

.nadol-content-thank .wp-block-button {
  margin-bottom: 0;
}

/* Choose Us Section */
.choose_us-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

.choose_us-wrapper__benefit {
  margin-top: 55px;
}

.choose_us-wrapper__benefit .item {
  flex: 1 0 0%;
}

.choose_us-wrapper__benefit .item .ico {
  width: 80px;
  height: 80px;
}

.choose_us-wrapper__benefit .item img.img_hv {
  display: none;
  opacity: 0;
}

.choose_us-wrapper__benefit .item .title {
  font-weight: var(--font-weight-bold);
  font-size: 22px;
  font-size: 1.375em;
  line-height: 26px;
  color: var(--color-sub);
  margin-top: 15px;
  margin-bottom: 0;
}

.choose_us-wrapper__benefit .item .txt {
  font-weight: var(--font-weight-regular);
  font-size: 16px;
  font-size: 1em;
  line-height: 24px;
  color: var(--color-sub);
  margin-top: 15px;
}

.choose_us-wrapper__benefit .item:hover img.img_hv {
  display: block;
  opacity: 1;
}

.choose_us-wrapper__benefit .item:hover img.img_df {
  display: none;
  opacity: 0;
}

.choose_us-wrapper__benefit .item:hover .title,
.choose_us-wrapper__benefit .item:hover .txt {
  color: var(--color-base);
}

/* Procedure Section */
.procedure-wrapper {
  background-color: var(--color-light-gray);
  padding-top: 100px;
  padding-bottom: 100px;
}

.procedure-wrapper__benefit {
  margin-top: 50px;
}

.procedure-wrapper__benefit .item {
  flex: 0 0 auto;
  width: 388px;
  width: 31.80327869%;
  padding: 16px;
  border-radius: 14px;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
	flex-direction:column;
	gap:14px;
}

.procedure-wrapper__benefit .item:hover {
  background-color: var(--color-white);
  box-shadow: 0px 17px 91px rgba(221, 215, 215, 0.5);
  border-radius: 14px;
}

.procedure-wrapper__benefit .item .ico {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.procedure-wrapper__benefit .item .ico img.img_hv {
  display: none;
}

.procedure-wrapper__benefit .item .ct {
  flex: 1 0 0%;
}

.procedure-wrapper__benefit .item .ct .title {
  font-weight: var(--font-weight-bold);
  font-size: 22px;
  font-size: 1.375em;
  line-height: 26px;
  color: var(--color-text-sub1);
  margin-bottom: 0;
}

.procedure-wrapper__benefit .item .ct .txt {
  font-weight: var(--font-weight-regular);
  font-size: 16px;
  font-size: 1em;
  line-height: 24px;
  color: var(--color-text-sub1);
  margin-top: 15px;
}

.procedure-wrapper__benefit .item:hover .ico img.img_df {
  display: none;
}

.procedure-wrapper__benefit .item:hover .ico img.img_hv {
  display: block;
}

.procedure-wrapper__benefit .item:hover .ct .title,
.procedure-wrapper__benefit .item:hover .ct .txt {
  color: var(--color-base);
}

/*--------------------------------------------------------------
6 Pages
--------------------------------------------------------------*/

/* 404 page */
.search-page .title-theme {
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: 21px;
}

.search-page .title-theme a {
  color: var(--color-link);
}

.search-page .title-theme a:hover {
  color: var(--color-link-hover);
}

.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  display: inline-block;
  width: 100%;
  background-color: var(--color-white);
  margin: 15px 0;
}

.error404 .page-content .search-form .search-submit,
.search .page-content .search-form .search-submit {
  width: auto;
  min-width: 1px;
  float: left;
  clear: none;
  height: 52px;
  background-color: var(--color-btn-primary);
  padding: 0 15px;
}

.error404 .page-content .search-form .search-submit:focus,
.search .page-content .search-form .search-submit:focus {
  outline: none
}

.error404 .page-content .search-form .search-submit img,
.search .page-content .search-form .search-submit img {
  width: 16px;
  height: 16px;
}

.error404 .page-content .search-form label,
.search .page-content .search-form label {
  display: block;
  margin: 0;
}

.error404 .page-content .search-form input,
.search .page-content .search-form input {
  -webkit-appearance: none;
  margin-bottom: 0;
  display: block;
  height: 52px;
  line-height: 42px;
  border: 1px solid var(--color-text-main);
  width: calc(100% - 115px);
  float: left;
  background-color: var(--color-white);
  color: var(--color-text-main);
}

.error404 .page-content .search-form input[type="search"]:focus,
.search .page-content .search-form input[type="search"]:focus {
  border-color: var(--color-input);
}

/*--------------------------------------------------------------
7. Header
--------------------------------------------------------------*/

header {
  position: relative;
  width: 100%;
  z-index: 2;
}

/* Logo */
.header__logo {
  flex: 0 0 auto;
  width: 280px;
}

/* Nav Menu */

/* Search Funtion */
.nav--icon {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  height: 24px;
}

.nav--icon .icon--search {
  color: var(--color-white);
}

.nav--icon .icon--search img {
  width: 16px;
  height: 16px;
}

.search__box {
  position: absolute;
  top: -32px;
  left: 100%;
  right: 0;
  bottom: -10px;
  opacity: 0;
  transition: opacity .3s, left .3s .3s;
  overflow: hidden;
}

.search__box.no-results {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  margin-top: 16px;
}

.search__box.search__box--open {
  opacity: 1;
  left: 0;
  transition: opacity .3s;
}

.search__input {
  background-color: var(--color-white);
  height: 100%;
  z-index: 9998;
}

.search__input .search-submit {
  width: auto;
  min-width: 1px;
  float: left;
  clear: none;
  height: 52px;
  background-color: transparent;
  padding: 0 15px;
}

.search__input .search-submit:focus {
  outline: none
}

.search__input .search-submit img {
  width: 16px;
  height: 16px;
}

.search__input label {
  display: block;
  margin: 0;
}

.search__input input {
  -webkit-appearance: none;
  margin-bottom: 0;
  display: block;
  height: 52px;
  line-height: 42px;
  border: 1px solid var(--color-white);
  width: calc(100% - 115px);
  float: left;
  background-color: var(--color-white);
  color: var(--color-base);
}

.search__input input[type="search"]:focus {
  border-color: transparent;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search__close {
  content: "";
  position: absolute;
  right: 0;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  top: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0 15px;
  height: 52px;
  transition: color .2s;
  font-weight: 300;
}

/*--------------------------------------------------------------
8. Footer
--------------------------------------------------------------*/
.footer-logo-wrapper {
  background-color: var(--color-sub);
  padding-top: 22px;
  padding-bottom: 22px;
	font-size:28px;
	color:#F5F5F5
}

.footer-logo-wrapper img.black {
  display: none;
}

.footer-logo-wrapper.light {
  background-color: var(--color-white);
}

.footer-logo-wrapper.light img.default {
  display: none;
}

.footer-logo-wrapper.light img.black {
  display: block;
}

footer {
  background-color: var(--color-light-gray);
  padding-top: 45px;
  padding-bottom: 25px;
}

.footer-wrapper__col--logo img {
  width: 170px;
}

.footer-wrapper__col--menu {
 
}

.footer-wrapper__col--menu .footer-menu {
  list-style: none;
  padding-right: 20px;
  border-right: 1px solid var(--color-text-main);
  margin: 0 87px 0 0;
}

.footer-wrapper__col--menu .footer-menu.last {
  margin: 0;
}

.footer-wrapper__col--menu .footer-menu li {
  margin-bottom: 20px;
}

.footer-wrapper__col--menu .footer-menu li:last-of-type {
  margin-bottom: 0;
}

.footer-wrapper__col--menu .footer-menu li a {
  font-weight: var(--font-weight-regular);
  font-size: 18px;
  font-size: 1.125em;
  line-height: 21px;
  color: var(--color-menu);
}

.footer-wrapper__col--menu .footer-menu li a:hover {
  color: var(--color-menu-hover);
}

.footer-wrapper__col .copyright {
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  font-size: 0.875em;
  line-height: 16px;
  color: var(--color-text-sub2);
  margin-top: 9.5px;
}

/* Social */
#social-icons ul {
  margin: 0;
}

#social-icons li {
  list-style: none;
  margin: 0 5px;
}

#social-icons li:first-of-type {
  margin-left: 0;
}

#social-icons li:last-of-type {
  margin-right: 0;
}

#social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}

#social-icons a:hover {
  background-color: var(--color-link);
}

#social-icons a i {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 60px;
  line-height: 1;
}

#social-icons a i.fa-facebook-square {
  color: #2E4052;
}

#social-icons a i.fa-instagram {
  font-size: 27px;
}
.cf7mls_progress_bar {
  max-width: 1104px;
	margin: 0px auto 100px!important;
}
.cf7_mls_steps_item_icon {
  border: 2px solid #873c1e;
	cursor:default;
 background:transparent!important;
  width: 42px !important;
  height: 42px !important;
  margin-right: 10px !important;
}
.cf7mls_progress_bar li .cf7_mls_count_step {
  color: #873c1e;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cf7mls-steps-item-finish .cf7_mls_count_step {
  color: #fff!important;
	font-weight:900!important;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cf7mls-steps-item-finish .cf7_mls_steps_item_icon {
  background: #873c1e !important;
}
.cf7_mls_steps_item.current .cf7_mls_steps_item_icon {
  background: #873c1e !important;
}
.cf7mls_progress_bar li.active .cf7_mls_count_step {
  background: #873c1e !important;
  font-weight: 900;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.cf7_mls_check {
  display: none !important;
}
.cf7mls_progress_bar_title::after {
  display: none;
  height: 5px !important;
  border-radius: 10px;
  width: 100% !important;
  top: 0px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.cf7mls_progress_bar_title::before {
  content: "";
  position: absolute;
  height: 5px !important;
  border-radius: 10px;
  width: 50% !important;
  top: 0px !important;
  background: #6a2121;
  left: 0%;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  z-index: 1;
}
.cf7_mls_steps_item_content {
  width: calc(100% - 60px);
}
.cf7mls_progress_bar_title {
  width: 100%;
}
.cf7_mls_steps_item.active.current .cf7mls_progress_bar_title:after {
	background:#6a2121;
}
.up-custom_background {
	background-color:#ccaf9b;;
}
/* .up-custom_button-x {
	margin-left: 0!important;
    margin-right: 50%!important;
    transform: translatex(50%);
} */
.cf7mls_progress_bar .cf7_mls_steps_item .cf7_mls_steps_item_content {
    cursor: default;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* ------------------ */

.s-cf-cond-imgs-block
{
	margin-top: 50px;
}

.s-cf-cond-imgs
{
	display: none;
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.s-cf-cond-imgs.s-cf-cond-imgs-shown
{
	display: flex;
}

.s-cf-cond-imgs img
{
	max-width: 30%;
}