.contacts-page-new {
  background-image: url("../images/contacts/contacts-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (min-width: 1199px) {
  .contacts-page-new {
    background-size: 100%;
  }
}
.contacts-page-new h1, .contacts-page-new h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.contacts-page-new h1 {
  color: #F8D060;
}
.contacts-page-new h2 {
  color: #96FDB4;
}
.contacts-page-new h3, .contacts-page-new h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  color: #fff;
}
.contacts-page-new p {
  color: #fff;
}
.contacts-page-new .contact-form-new {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 62px;
  position: relative;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new {
    padding-top: 146px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new {
    padding-top: 176px;
    padding-bottom: 148px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper {
  background: #F8D060;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper {
    border-radius: 35px;
    padding: 50px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper {
    border-radius: 48px;
    padding: 96px 86px;
  }
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .row {
    justify-content: space-between;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
  width: 100%;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
    width: 40%;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
    max-width: 546px;
    width: 100%;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
    max-width: 576px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
  font-size: 19px;
  line-height: 135%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #12051E !important;
  margin-bottom: 12px;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
    font-size: 38px;
    line-height: 118%;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
    font-size: 68px;
    margin-bottom: 32px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap p {
  font-weight: 500;
  color: #12051E !important;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap p {
    font-size: 26px;
    margin-bottom: 56px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact {
    margin-bottom: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb {
  max-width: 32px;
  width: 100%;
  margin-right: 16px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb {
    max-width: 45px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb {
    max-width: 56px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb img {
  max-width: 100%;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact a {
    font-size: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact a {
    font-size: 30px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
  max-width: 500px;
  width: 100%;
  margin-top: 36px;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
    width: 60%;
    margin-top: 0;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
    max-width: 700px;
    width: 100%;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
    max-width: 895px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container h4.form-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E !important;
  margin-bottom: 12px;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container h4.form-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1799px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container h4.form-title {
    font-size: 26px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .tabs-form-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .tabs-form-wrap .btn-tab {
  border: 2px solid #C9A02E;
  padding: 12px 22px;
  border-radius: 12px;
  background: transparent;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E;
  margin-bottom: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .tabs-form-wrap .btn-tab:last-child {
  margin-right: 0;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .tabs-form-wrap .btn-tab {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1799px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .tabs-form-wrap .btn-tab {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .tabs-form-wrap .active {
  background: #F1531A;
  color: #fff;
  border: 2px solid #F1531A;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .hidden-fields-container {
  border: none;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .inputs-wrapper {
  width: 100%;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .inputs-wrapper p {
  margin: 0;
  width: 100%;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .inputs-wrapper p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .inputs-wrapper p {
    grid-column-gap: 24px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form input,
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  border: none;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form input,
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form input,
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea {
    padding: 30px 34px;
    border-radius: 22px;
    font-size: 18px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form input,
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form input:focus,
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea:focus {
  outline: 2px solid #7C00E8;
  box-shadow: 0 0 5px rgba(90, 103, 216, 0.5);
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea {
  resize: vertical;
  min-height: 120px;
  margin: 0;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container form textarea {
    min-height: 240px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container input::-moz-placeholder {
  color: #5F5866;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container input::placeholder {
  color: #5F5866;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container ::-webkit-input-placeholder {
  color: #5F5866;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container ::-moz-placeholder {
  color: #5F5866;
  opacity: 1;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container :-ms-input-placeholder {
  color: #5F5866;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container :-moz-placeholder {
  color: #5F5866;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container #submit-btn {
  width: 100%;
  padding: 18px 40px;
  background-color: #7C00E8;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 32px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container #submit-btn {
    max-width: 354px;
    padding: 18px 25px;
    margin: 32px auto 0 auto;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container #submit-btn {
    font-size: 26px;
    padding: 25px 38px;
    margin: 48px auto 0 auto;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .buttton-wrapper {
  width: 100%;
  text-align: end;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .buttton-wrapper p {
  text-align: end;
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container #submit-btn:hover {
  background-color: #9010FF;
}
.contacts-page-new .contact-form-new .elements-wrapper #form-messages {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.contacts-page-new .contact-form-new .elements-wrapper .success {
  color: #28a745;
}
.contacts-page-new .contact-form-new .elements-wrapper .error {
  color: #dc3545;
}
.contacts-page-new .contact-form-new .elements-wrapper-new {
  background: #5F4B7A;
  border-radius: 16px;
  padding: 20px;
  margin-top: 24px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new {
    padding: 50px;
    border-radius: 35px;
    margin-top: 68px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new {
    border-radius: 48px;
    padding: 96px 132px 106px 86px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .grid-row {
  width: 100%;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .grid-row {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .grid-row {
    justify-content: space-between;
    grid-template-columns: 5fr 5fr;
  }
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .grid-row {
    gap: 0px;
    grid-column-gap: 0px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 639px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap {
    max-width: 648px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap h3.h3 {
  font-size: 19px;
  line-height: 135%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap h3.h3 {
    font-size: 24px;
    line-height: 118%;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap h3.h3 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap h3.h3 {
    font-size: 68px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap h3.h3 span {
  color: #96FDB4;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap p {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap p {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list {
  width: 100%;
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list {
    margin-bottom: 40px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .icon {
  display: inline-block;
  max-width: 28px;
  width: 100%;
  height: 28px;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .icon svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text {
  width: 100%;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text .item {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text .item {
    font-size: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text .item {
    font-size: 26px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text .desc {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text .desc {
    font-size: 18px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .content-list .text .desc {
    font-size: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content {
  background: #5900A6;
  border-radius: 18px;
  overflow: hidden;
  display: none;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content {
    display: flex;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content {
    margin-top: 48px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .ceo-photo {
  max-width: 127px;
  width: 100%;
  height: 137px;
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .ceo-photo {
    max-width: 167px;
    width: 100%;
    height: 177px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .ceo-photo img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo {
  padding: 20px 15px 20px 10px;
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo {
    padding: 34px 24px 34px 16px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo .text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo .text {
    font-size: 18px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo .text {
    font-size: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo .name {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #F8D060;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo .name {
    font-size: 22px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .ceo-content .about-ceo .name {
    font-size: 26px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact {
    margin-bottom: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact .thumb {
  max-width: 32px;
  width: 100%;
  margin-right: 16px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact .thumb {
    max-width: 45px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact .thumb {
    max-width: 56px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact .thumb img {
  max-width: 100%;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact a {
    font-size: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .content-wrap .contact a {
    font-size: 30px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container {
    margin-top: 0;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container {
    max-width: 803px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container h4 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff !important;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container h4 {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1799px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container h4 {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container .calendly-wrapper {
  width: 100%;
  margin-top: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 18px;
}
.contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container .calendly-wrapper .calendly-inline-widget {
  max-width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container .calendly-wrapper .calendly-inline-widget {
    height: 630px !important;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container .calendly-wrapper .calendly-inline-widget {
    height: 635px !important;
  }
}
@media (min-width: 1799px) {
  .contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container .calendly-wrapper .calendly-inline-widget {
    height: 880px !important;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper-new .feedback-form-container .calendly-wrapper .calendly-inline-widget iframe {
  max-width: 100%;
  width: 100% !important;
  height: 100%;
}/*# sourceMappingURL=contacts-page-new.css.map */