body.noscroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
}

.modal.show {
  visibility: visible;
}

.modal.show .modal__body {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}

.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s linear .4s;
  transition: all .3s linear .4s;
}

.modal__body {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 980px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: poMontserrat;
}

@media (max-width: 991px) {
  .modal__close {
    width: 30px;
    height: 30px;
  }
}

.modal__close:before, .modal__close:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #A2835D;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 991px) {
  .modal__close:before, .modal__close:after {
    width: 30px;
  }
}

.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__close:hover:after, .modal__close:hover:before {
  background: #006B60;
}

.modal__close--bg {
  top: 0;
  right: 0;
  background: #A2835D;
}

.modal__close--bg:before, .modal__close--bg:after {
  background: #fff;
}

.modal__close--bg:hover {
  background: #fff;
}

.modal__close--bg:hover:before, .modal__close--bg:hover:after {
  background: #A2835D;
}

.modal__content img {
  max-height: calc(100vh - 160px);
}

.hover-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#modal-callback .modal__body {
  max-width: 900px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  width: 100%;
}

#modal-callback .modal__body::-webkit-scrollbar {
  width: 4px;
}
#modal-callback .modal__body::-webkit-scrollbar-track {
  background: #888;
}
#modal-callback .modal__body::-webkit-scrollbar-thumb {
  background: #A2835D;
}
#modal-callback .modal__body::-webkit-scrollbar-thumb:hover {
  background: #776045;
}

@media (max-width: 1170px) {
  #modal-callback .modal__body {
    margin: 0 auto;
  }
}

#modal-productbuy .modal__body {
  max-width: 500px;
}

@media (max-width: 1170px) {
  #modal-productbuy .modal__body {
    margin: 0 auto;
  }
}

.mcf {
  padding: 40px;
}

@media (max-width: 991px) {
  .mcf {
    padding: 30px;
  }
}

@media (max-width: 419px) {
  .mcf {
    padding: 40px 10px;
  }
}

.mcf__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 11px;
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .mcf__title {
    font-size: 22px;
    line-height: 32px;
  }
}

.mcf__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #006B60;
  margin: 0px 0px 20px;
  text-align: center;
}

.mcf__input._alert {
  -webkit-box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .mcf__input::placeholder {
    font-size: 12px;
  }
}

.mcf__button {
  margin: 20px auto 20px;
  width: 150px;
  height: 46px;
  font-family: 'Montserrat';
  color: #fff;
  background: #006B60;
  display: block;
  transition: .4s;
  border:2px solid #006B60;
  font-size: 18px;
  border-radius: 50px;
}

.mcf__button:hover {
  background: #fff;
  color: #006B60;
}

.mcf {
  font-family: 'Montserrat';
}

.mcf__note {
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}

.mcf__thanks, .mcf__error, .mcf__loading {
  color: #006B60 !important;
  margin: auto !important;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin: 0px 0px 20px !important;
  display: none;
}

.mcf__line {
  display:flex;
  flex-wrap: wrap;
  margin: 0px 0px 30px;
}

.mcf__input {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.mcf__input::placeholder {
  font-size: 12px;
}

.mcf__input:first-child {
  margin: 0px 30px 0px 0px;
}

@media (max-width: 767px) {
  .mcf__input {
    flex:0 0 100%;
    max-width: 100%;
    margin: 0px 0px 30px;
  }
  .mcf__input:first-child {
    margin: 0px 0px 30px 0px;
  }
  .mcf__input:last-child {
    margin: 0px 0px 0px 0px;
  }
}

.mcf__textarea {
  flex:0 0 100%;
  max-width: 100%;
  height: 120px;
  border: 1px solid #006B60;
  border-radius: 4px;
  font-size: 14px;
  text-transform: none;
  padding: 10px;
  font-family: 'Montserrat';
}

.select__options {
  background: #fff;
}

.select_mcf__select {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  border: 1px solid #006B60;
  border-radius: 4px;
  font-size: 14px;
}

.select_mcf__select._long {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .select_mcf__select {
    flex:0 0 100%;
    max-width: 100%;
  }
}

.select__value {
  height: 60px;
  text-align: left;
}

.select__value._alert {
  -webkit-box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
}

.select__value span {
  font-family: 'Montserrat';
  font-size: 12px;
}

.select__options {
  border: 1px solid #006B60;
  border-radius: 4px;
  font-size: 14px;
}

.mcf__file {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.mcf__file._long {
  flex: 0 0 100%;
  max-width: 100%;
}


.mcf__file input {
  font-family: 'Montserrat';
}

.mcf__file input._alert {
  -webkit-box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 6px rgba(107, 0, 0, 0.3);
}

.mcf__file:first-child {
  margin: 0px 30px 0px 0px;
}

@media (max-width: 767px) {
  .mcf__file {
    flex:0 0 100%;
    max-width: 100%;
    margin: 0px 0px 30px;
  }
  .mcf__file:first-child {
    margin: 0px 0px 30px 0px;
  }
}

.mcf__label-title {
  margin: 0px 0px 6px;
}

.mcf__label-subtitle {
  font-size: 12px;
  color: #999;
  margin: 0px 0px 10px;
}

.mcf__accept {
  flex:0 0 100%;
  max-width: 100%;
  margin: 0px 0px 12px;
  display:flex;
  align-items:center;
}

.mcf__accept input {
  margin: 0px 6px 0px 0px;
}

.mcf__accept-title {
  line-height: 1.1;
  font-size: 14px;
}

.mcf__accept-title a {
  color: #999;
  transition: .3s;
}

.mcf__accept-title a:hover {
  color: #006B60;
}

.mcf__alert {
  font-weight: bold;
  color: #6b0000;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  background: #FFFDF6;
  padding: 15px;
}

.select__value:before {
  transform: rotate(90deg);
  height: 10px;
}

.mcf__warning {
  color: #006B60;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

#modal-video .modal__body {
  width: 100%;
  max-width: 800px;
}

#modal-video .modal__body .modal__close {
  top: -40px;
  right: -40px;
  cursor: pointer;
}

@media (max-width: 830px) {
  #modal-video .modal__body {
    max-width: calc(100% - 30px);
    margin: auto;
  }
  #modal-video .modal__body .modal__close {
    right: 0;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.modal .mcf__file input._alert,
.modal .mcf__input._alert,
.modal .select__value._alert {
  box-shadow: 0 0 14px 6px rgba(107, 0, 0, 0.3);
}


.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
}

.modal.show .modal__body {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  transition: 0.3s linear 0.4s;
}



.modal .modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: poMontserrat;
}

.modal .modal__close:after,
.modal .modal__close:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #2b3868;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}


.modal .modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal__close--bg {
  top: 0;
  right: 0;
  background: #A2835D;
  cursor: pointer;
}

.modal .modal__close--bg:after,
.modal .modal__close--bg:before,
.modal .modal__close--bg:hover {
  background: #fff;
}

.modal .modal__close--bg:hover:after,
.modal .modal__close--bg:hover:before {
  background: #A2835D;
}

.modal .modal__content img {
  max-height: calc(100vh - 160px);
}

.lg-medium-zoom-item,
.modal .hover-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.modal #modal-callback .modal__body {
  max-width: 900px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  width: 100%;
}

.modal #modal-productbuy .modal__body {
  max-width: 500px;
}

.modal .mcf {
  padding: 40px;
  font-family: Montserrat, sans-serif;
}

.modal .mcf__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 11px;
  text-align: center;
  padding: 0 10px;
}

.modal .mcf__input,
.modal .mcf__textarea {
  text-transform: none;
  padding: 10px;
  font-family: Montserrat, sans-serif;
}

.modal .mcf__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #A2835D;
  margin: 0 0 20px;
  text-align: center;
}

.modal .mcf__input {
  border: 1px solid #020202;
  display: block;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.modal .mcf__button {
  margin: 20px auto;
  width: 150px;
  height: 46px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  background: #A2835D;
  display: block;
  transition: 0.4s;
  border: 2px solid #A2835D;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
}

.modal .mcf__button:hover {
  background: #fff;
  color: #A2835D;
}

.modal .mcf__note {
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}

.modal .mcf__error,
.modal .mcf__loading,
.modal .mcf__thanks {
  color: #020202 !important;
  margin: 0 0 20px !important;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  display: none;
}

.modal .mcf__line {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.modal .mcf__textarea {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 120px;
  border: 1px solid #020202;
  border-radius: 4px;
  font-size: 14px;
}

.modal .select__options {
  background: #fff;
  border: 1px solid #020202;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.modal .select_mcf__select {
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  border: 1px solid #020202;
  border-radius: 4px;
  font-size: 14px;
}

.modal .select_mcf__select._long {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.modal .select__value {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  padding: 0 15px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  line-height: 140%;
  color: #858fa4;
  height: 60px;
  text-align: left;
  cursor: pointer;
}

.modal .select__value span {
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.modal .mcf__file {
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.modal .mcf__file._long {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.modal .mcf__file input {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.modal .mcf__label-title {
  margin: 0 0 6px;
}

.modal .mcf__label-subtitle {
  font-size: 12px;
  color: #999;
  margin: 0 0 10px;
}

.modal .mcf__accept {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.modal .mcf__accept input {
  margin: 0 6px 0 0;
  cursor: pointer;
  appearance: auto;
}

.modal .mcf__accept-title {
  line-height: 1.1;
  font-size: 14px;
}

.modal .mcf__accept-title a {
  color: #999;
  transition: 0.3s;
}

.modal .mcf__accept-title a:hover {
  color: #A2835D;
}

.modal .mcf__alert {
  font-weight: 700;
  color: #6b0000;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  background: #fffdf6;
  padding: 15px;
}

.modal .select__value:before {
  content: "";
  display: inline-block;
  transition: 0.3s;
  width: 6px;
  background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACISURBVHgBXY7dDcMgDIRrg3jOCB2hIxSxSDdoN0gySbMFDwglIzBKFgBy5AehnIROug+fTdbap1Lqy8yj1np9nGKEb/gv5zxDXQXGmCmlNAK8WkjXD+fcgLqeiAKeruAGF26BlDIXR3VXJ9DdIxiwJwghjqp7WM4m7/0H7N+G+7kxxgCf2rBoA4GkTADfFyZxAAAAAElFTkSuQmCC)
    center/100% no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 10px;
}

.modal .mcf__warning {
  color: #A2835D;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.modal #modal-video .modal__body {
  width: 100%;
  max-width: 800px;
}

.modal #modal-video .modal__body .modal__close {
  top: -40px;
  right: -40px;
  cursor: pointer;
}

.modal .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.modal .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.modal .select {
  color: #858fa4;
}

.flickity-enabled,
.lg-outer .lg-share,
.modal .select,
.modal .select__item {
  position: relative;
}

.modal .select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}

.modal .select__value::-webkit-file-upload-button {
  cursor: pointer;
}

.modal .select__options::-webkit-file-upload-button {
  cursor: pointer;
}

.modal .mcf__file input::-webkit-file-upload-button {
  cursor: pointer;
}

.modal .mcf__accept input::-webkit-file-upload-button {
  cursor: pointer;
}


@media (max-width: 767px) {
    .mcf__select {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .mcf__select._long {
        margin: 0;
    }
}

@media (max-width: 817px) {
  .modal .mcf__line {
    display: block;
    margin: 0;
  }

  .modal .mcf__input {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 0 20px 0!important;
  }

  .mcf__select {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 0 20px 0!important;
  }

  .mcf__file {
    margin: 0 0 30px 0!important;
  }

  .modal .mcf__warning {
    margin: 0 0 20px 0;
  }

  .modal .mcf__textarea {
    width: calc(100% - 20px);
    margin: 0 0 20px 0;
  }
}

@media (max-width: 430px) {
  .modal .mcf {
    padding: 40px 15px;
  }
}

.mcf__thanks, .mcf__error {
  padding: 20px 0 0;
}

.mcf__labelfile {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #000;
  background: #A2835D;
  color: #fff;
  cursor: pointer;
}

.mcf__file-info {
  font-size: 14px;
  margin: 10px 0 0;
}

.lang-switcher {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
}

.switcher span {
  margin: 0 10px;
}

.switch_lang {
  cursor: pointer;
}

.switch_lang.active {
  cursor: auto;
  color: #A2835D;
}