.footer-socials {
  justify-content: flex-start;
}
.footer-socials a {
  margin-left: 0;
}

.footer-logo {
  transform: translateY(-5px);
  padding-bottom: 17px;
}

#quick-contact {
  margin-top: 70px;
}

#main-footer {
  background-color: #f8f9fb;
}
#main-footer .foot-menu-tit {
  padding-bottom: 40px;
}
#main-footer li {
  display: block;
}
#main-footer li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
}
#main-footer .footerm-menu-container .footer-datas {
  position: relative;
  padding-left: 30px;
}
#main-footer .footerm-menu-container .footer-datas i {
  position: absolute;
  left: 0;
  top: 9px;
}
#main-footer .footerm-menu-container i {
  color: #062748;
  width: auto;
  font-size: 20px;
}

#copyright {
  border-top: 1px solid #e3e3e3;
  background-color: #f8f9fb;
}
#copyright .copyrights {
  justify-content: space-between;
}
#copyright .copyrights li {
  display: inline-block;
}
#copyright .copyrights li a {
  display: block;
  margin: 0 10px 0 0;
}

.quick-c-wrap h3 {
  padding: 30px 30px 30px 0;
  box-sizing: border-box;
  font-size: 40px;
  line-height: 50px;
}
.quick-c-wrap .footer-c-form {
  padding: 30px;
  background-color: #f8f9fb;
}

@media only screen and (min-width: 1201px) {
  .copyrights a {
    margin: 0 0 0 10px !important;
  }
  .quick-c-wrap {
    align-items: center;
  }
  .quick-c-wrap h3 {
    font-size: 60px;
    line-height: 70px;
  }
  .footer-c-form {
    padding: 50px;
  }
}
.popup-form {
  width: 100%;
  max-width: 700px;
}

.nodsp {
  display: none;
}

.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  color: white;
  text-transform: uppercase;
  margin: 0 20px;
  display: block;
}
.footer-menu li a:hover {
  color: #83B0E7;
}

div.wpcf7 {
  margin: 0;
  width: 100%;
  display: block;
}

div.wpcf7-validation-errors {
  border: none !important;
}

::-moz-placeholder {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

::placeholder {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-section {
  justify-content: center;
  position: relative;
}
.contact-section .google-map {
  height: 500px;
  width: 100%;
}
.contact-section h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.contact-page-datas {
  width: 100%;
  box-shadow: 0 14px 9px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
}
.contact-page-datas:hover {
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.1);
}
.contact-page-datas .map-column {
  padding: 0 !important;
}
.contact-page-datas .column {
  background: white;
  padding: 40px;
}
.contact-page-datas .column.col-lg-w30 {
  background: #f4f4f4;
}
.contact-page-datas .column .footer-datas {
  position: relative;
  padding-left: 30px;
}
.contact-page-datas .column .footer-datas i {
  color: #00a651;
  width: auto;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 9px;
}

@media only screen and (min-width: 1201px) {
  .google-map {
    height: 100% !important;
  }
}
.c-form .column {
  padding: 20px 15px;
}
.c-form .more {
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 0.3s linear;
  cursor: pointer;
}
.c-form .more:hover {
  background: #062748;
}
.c-form .wpcf7-response-output {
  font-size: 14px;
  line-height: 20px;
  color: red;
}
.c-form .rodo {
  color: black;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
}

.validate-input {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #969696;
  border-radius: 0;
  box-sizing: border-box;
  color: #2a2a2a;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
}
.validate-input .label {
  color: inherit;
  color: black;
  cursor: text;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  left: 10px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.25;
  margin: 0;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(1em);
  transform-origin: top left;
  transition: all 0.2s ease;
  transform: translateY(0.5em) scale(0.875);
}
.validate-input input, .validate-input textarea {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2a2a2a;
  font-family: inherit;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  min-height: 0;
  padding: 20px 10px 18px 10px;
  width: 100%;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
  position: absolute;
  left: 10px;
  bottom: 3px;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:hover {
  background-size: 15px;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-button--play, .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-arrow:after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.fancybox-slide--iframe .fancybox-content {
  min-width: 80%;
  min-height: 80%;
}

.fancybox-bg {
  background: #000 !important;
}

.fancybox-button, .fancybox-infobar__body {
  background: #ef8c4f !important;
}

#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: red;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
  z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
  color: white;
}
#gdpr-cookie-message h4 {
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: var(--red);
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 12px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
}
#gdpr-cookie-message li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 5% 0;
}
#gdpr-cookie-message a {
  display: none;
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
  text-decoration: underline;
}
#gdpr-cookie-message button {
  border: none;
  background: white;
  color: red;
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  padding: 7px;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
#gdpr-cookie-message button:hover {
  background: #333;
  color: white;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
#gdpr-cookie-message label {
  margin-left: 5%;
}

#gdpr-cookie-types, #gdpr-cookie-advanced {
  display: none !important;
}

a {
  transition: all 0.3s linear;
}

.mouse.defult {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  box-shadow: 0 0 10px var(--bg), 0 0 10px var(--bg);
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}
.mouse.defult::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.mouse.defult.mouse-hover {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 10px var(--bg), 0 0 0px var(--bg);
  opacity: 0.3;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.mouse.defult.mouse-hover::after {
  width: 30px;
  height: 30px;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.mouse.cirle {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  border: 1px solid var(--bg);
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}
.mouse.cirle::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--bg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.mouse.cirle.mouse-hover {
  transform-origin: center;
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1.5);
  transition: transform 0.3s ease-in-out;
}
.mouse.cirle.mouse-hover::after {
  display: none;
}

.mouse.point {
  width: 10px;
  height: 10px;
  display: flex;
  border-radius: 50%;
  background: var(--bg);
  box-shadow: none;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}
.mouse.point::after {
  display: none;
}

.mouse.point.mouse-hover {
  opacity: 1;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(3);
  transition: transform 0.3s ease-in-out;
  mix-blend-mode: difference;
}

.mouse-border {
  position: relative;
}
.mouse-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid var(--bg);
  animation: scl 0.3s ease-in-out;
}

.mouse-bg {
  position: relative;
}
.mouse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  filter: opacity(0.2);
  animation: scl 0.3s ease-in-out;
}

@keyframes scl {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mouse-clicked {
  width: 20px;
  height: 20px;
  border: 1px solid var(--bg);
  display: block;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: mouseClicked 0.7s ease-in-out;
}
@keyframes mouseClicked {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}

.modal-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  transition: opacity 0.25s ease 0s, visibility linear 0.35s;
}
.modal-overlay.state-show {
  opacity: 0.7;
  visibility: visible;
  transition-delay: 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  display: flex;
  align-items: center;
  -moz-box-align: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  animation: modalComeIn 0.25s ease;
  visibility: visible;
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px;
}

.modal-inset {
  position: relative;
  padding: 60px;
  background-color: white;
  min-width: 320px;
  min-height: 126px;
  box-sizing: border-box;
  margin: auto;
  visibility: hidden;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: 0.4;
}
.modal-inset .close:hover {
  opacity: 1;
}

.modal-body {
  margin: auto;
  opacity: 0;
  transform: translateY(0) scale(0.8, 0.8);
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}
.modal-body h3 {
  font-weight: 700;
  padding-bottom: 22px;
  display: block;
  color: #F2594B;
  text-align: center;
}
.modal-body p {
  padding-bottom: 20px;
}
.modal-body .ps {
  font-size: 12px;
  opacity: 0.3;
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  65.5% {
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
.videocontainer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-top: 56.25%;
}
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 900px) {
  .modal-inset {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .videocontainer {
    min-width: 1000px;
  }
}
.wpcf7-acceptance label {
  display: flex !important;
  align-items: center;
  margin-top: 20px;
}

input[type="checkbox"] {
	margin-right:10px;
	height: 25px;
    width: 25px;
}
input[type="checkbox"]:checked {
    background: #333333;
}
input[type="checkbox"]:checked:after {
      color: #333333;
    }

.woocommerce form .form-row .input-checkbox {
  display: block;
  margin: 0 8px 0 0;
  text-align: unset;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .wpcf7-acceptance label {
    flex-wrap: wrap;
  }
  input[type=checkbox] + .wpcf7-list-item-label {
    padding-top: 15px;
    display: block;
  }
  input[type=checkbox] {
    width: 80px;
  }
}/*# sourceMappingURL=footer.css.map */