.contact-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
  z-index: 99999999;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 15px !important;
  width: 280px;
}
@media (max-width: 768px) {
  .contact-fixed {
    padding-left: 0px !important;
    height: 82px;
    width: unset;
    top: auto;
    transform: none;
    bottom: 0;
  }
}

.fixed-content {
  display: flex;
  align-items: flex-start;
  transform: translateX(calc(100% - 264px));
  transition: transform 0.25s;
  flex-shrink: 0;
}
.fixed-content.fixed-content-active {
  transform: translateX(0);
}
.fixed-content-form {
  padding: 25px 40px 35px;
  background-color: #000;
  max-width: 650px;
}
.fixed-content-form h1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.fixed-content-form h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}
.fixed-content-form .semi-bold {
  font-weight: 600;
}
.fixed-content-form .wpcf7 form .wpcf7-response-output {
  color: #fff;
  margin: 0;
  margin-top: 20px;
}
.fixed-content .fixed-from {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fixed-content .fixed-from input, .fixed-content .fixed-from label{
  font-family: "Bahnschrift";
}
@media (max-width: 768px) {
  .fixed-content {
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
    transform: translateY(0);
  }
  .fixed-content.fixed-content-active {
    transform: translateY(calc(-100% + 82px));
  }
  .fixed-content-form {
    padding: 15px;
    max-height: 75svh;
    overflow-y: auto;
  }
  .fixed-content-form h1 {
    font-size: 15px;
    line-height: 22px;
  }
  .fixed-content-form h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .header .row {
    max-width: 100%;
  }
}
.fixed-form-group {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.fixed-form-group input {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.fixed-form-group input.no-correct{
  border-color: red;

}
.fixed-form-group input::placeholder {
  color: #fff;
}
.fixed-form-group input:focus-visible {
  outline: none;
}
.fixed-form-group-footer {
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.fixed-form-group-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fixed-form-group-checkbox input {
  flex-shrink: 0;
  margin: 0;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
}
.fixed-form-group-checkbox input:focus {
  outline: none;
}
.fixed-form-group-checkbox input:checked {
  background-color: #374D64;
}
.fixed-form-group-checkbox .wpcf7-list-item-label {
  font-size: 9px;
  line-height: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  max-width: 300px;
}
.fixed-form-group-acceptance {
  position: relative;
}
.fixed-form-group-acceptance::after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url(../../images/arrow_newsletter_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-form-group .wpcf7-spinner {
  display: none;
}
.fixed-form-group .newsletter-fixed__btn-acceptance {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 25px;
  padding-right: 90px;
  border: none;
  background-color: #fff;
  border-radius: 4px !important;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Bahnschrift";
}
@media (max-width: 768px) {
  .fixed-form-group-footer {
    flex-direction: column;
  }
  .fixed-form-group-acceptance {
    width: 100%;
  }
}

.fixed-row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.fixed-row .fixed-form-group, .fixed-row .fixed-row {
  width: 50%;
}
@media (max-width: 768px) {
  .fixed-row-mobile-column {
    flex-direction: column;
  }
  .fixed-row-mobile-column .fixed-form-group, .fixed-row-mobile-column .fixed-row {
    width: 100%;
  }
}

.newsletter-fixed__btn {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border: none;
  padding: 20px 30px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 265px;
  font-family: "Bahnschrift";
}
.newsletter-fixed__btn.btn-black-square {
  flex-shrink: 0;
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .newsletter-fixed__btn.btn-black-square {
    padding: 15px 20px;
    height: 82px;
  }
}
.newsletter-fixed__btn-arrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
.newsletter-fixed__btn-arrow img {
  margin-top: 7px;
}
.newsletter-fixed__btn-arrow.active img {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .newsletter-fixed__btn-arrow img {
    transform: rotate(270deg);
  }
  .newsletter-fixed__btn-arrow.active img {
    transform: rotate(90deg);
  }
}

/*# sourceMappingURL=newsletter_fixed.css.map */
