.pageContact .content {
  padding-top: 0px !important;
}

.pageContact .contact {
  background-color: #fff;
  padding-top: 4.7%;
  padding-bottom: 7.1%;
}

.pageContact .contact .inner {
  display: grid;
  grid-template-columns: 1fr 567px;
}

.pageContact .contact .textWrapper {
  padding-right: 15%;
}
.pageContact .contact .textWrapper .slogan {
  font-size: 1.8rem;
  color: #7141b1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pageContact .contact .textWrapper .title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1c68e2;
  margin-bottom: 20px;
}
.pageContact .contact .textWrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #6d6d6d;
  margin-bottom: 20px;
}
.pageContact .contact .textWrapper .contactInfo {
  margin-top: 35px;
}
.pageContact .contact .textWrapper .contactInfo > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
}
/* .pageContact .contact .textWrapper .contactInfo > div:first-child {
  -webkit-box-shadow: 10px 10px 20px 7px rgba(0, 0, 0, 0.19);
  box-shadow: 10px 10px 20px 7px rgba(0, 0, 0, 0.19);
} */
.pageContact .contact .textWrapper .contactInfo > div .fa-solid {
  color: #1D5CB0;
  font-size: 3.2em;
  margin-right: 20px;
  flex-grow: 0;
}
.pageContact .contact .textWrapper .contactInfo > div > div {
  flex-grow: 1;
}
.pageContact .contact .textWrapper .contactInfo > div > div .text {
  font-size: 1.6rem;
  color: #6d6d6d;
}
.pageContact .contact .textWrapper .contactInfo > div > div .label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b1d21;
  margin-bottom: 10px;
}

.pageContact .contact .form {
  background-image: linear-gradient(
    90deg,
    hsl(191deg 91% 51%) 0%,
    hsl(193deg 100% 48%) 10%,
    hsl(195deg 100% 47%) 20%,
    hsl(197deg 100% 47%) 30%,
    hsl(199deg 100% 46%) 40%,
    hsl(201deg 100% 45%) 50%,
    hsl(207deg 77% 50%) 60%,
    hsl(214deg 68% 53%) 70%,
    hsl(222deg 60% 55%) 80%,
    hsl(233deg 50% 56%) 90%,
    hsl(247deg 42% 53%) 100%
  );
  padding: 70px 45px;
}
.pageContact .contact .form h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.pageContact .contact .form .subtitle {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 35px;
}

.pageContact .contact .form .captchaWrapper {
  display: flex;
  flex-direction: row;
}
.pageContact .contact .form .captchaWrapper img {
  cursor: pointer;
  margin-right: 5px;
}

.pageContact .contact .form .inputWrapper {
  margin-bottom: 20px;
}
.pageContact .contact .form .inputWrapper .inp {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.07);
  outline: none;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 2.4rem;
  padding: 16px 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pageContact .contact .form .inputWrapper .inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.5;
}
.pageContact .contact .form .inputWrapper .inp::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5;
}
.pageContact .contact .form .inputWrapper .inp:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5;
}
.pageContact .contact .form .inputWrapper .inp:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5;
}

/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container a, 
.checkbox-container a:active {
  color: #eee;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageContact .contact .form .button {
  background-color: #fff;
  color: #1b1d21;
  padding: 19px 42px;
}

.pageContact .mapBg {
  background-image: url(../images/map_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 492px;
}
html.webp .pageContact .mapBg {
  background-image: url(../images/map_bg.webp);
}


@media (max-width: 768px) {
  .pageContact .contact .inner {
    grid-template-columns: 1fr;
  }
  .pageContact .contact .textWrapper {
    order: 2;
    padding-right: unset;
    padding-top: 80px;
  }
  .pageContact .mapBg {
    background-position: center;
  }
}