@charset "UTF-8";
p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

ul li::marker {
  color: #0089CF;
}

.dialog-close-button {
  outline: none;
}

:root {
  --scrollbar-color: #0089cf;
  --scrollbar-hover-color: #00679c;
  --scrollbar-track-color: #eaf4f9;
  --scrollbar-size: 10px;
}

html {
  scrollbar-gutter: stable;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

/* Chrome, Edge, Safari, Яндекс.Браузер */
*::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}

*::-webkit-scrollbar-thumb {
  border: 2px solid var(--scrollbar-track-color);
  border-radius: 999px;
  background-color: var(--scrollbar-color);
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-hover-color);
}

*::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-track-color);
}

/* atomix action form */
.atomix-action-form {
  --atomix-action-color: #fff;
  --atomix-action-placeholder-color: rgba(255, 255, 255, 0.5);
  --atomix-action-hover-color: #0089cf;
  --atomix-action-error-color: #ffb4b4;
  width: 100%;
  color: var(--atomix-action-color);
  font-family: inherit;
}
.atomix-action-form__header {
  margin-bottom: 52px;
}
.atomix-action-form__title {
  margin: 0 0 7px;
  color: var(--atomix-action-color);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
}
.atomix-action-form__subtitle {
  color: var(--atomix-action-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.atomix-action-form__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
}
.atomix-action-form__field {
  min-width: 0;
}
.atomix-action-form__field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.atomix-action-form__input {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid var(--atomix-action-color);
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--atomix-action-color);
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.atomix-action-form__input::-webkit-input-placeholder {
  color: var(--atomix-action-placeholder-color);
  opacity: 1;
}
.atomix-action-form__input::-moz-placeholder {
  color: var(--atomix-action-placeholder-color);
  opacity: 1;
}
.atomix-action-form__input:-ms-input-placeholder {
  color: var(--atomix-action-placeholder-color);
  opacity: 1;
}
.atomix-action-form__input::-ms-input-placeholder {
  color: var(--atomix-action-placeholder-color);
  opacity: 1;
}
.atomix-action-form__input::placeholder {
  color: var(--atomix-action-placeholder-color);
  opacity: 1;
}
.atomix-action-form__input:focus {
  border-bottom-color: var(--atomix-action-color);
}
.atomix-action-form__input:focus::-webkit-input-placeholder {
  color: var(--atomix-action-color);
}
.atomix-action-form__input:focus::-moz-placeholder {
  color: var(--atomix-action-color);
}
.atomix-action-form__input:focus:-ms-input-placeholder {
  color: var(--atomix-action-color);
}
.atomix-action-form__input:focus::-ms-input-placeholder {
  color: var(--atomix-action-color);
}
.atomix-action-form__input:focus::placeholder {
  color: var(--atomix-action-color);
}
.atomix-action-form__input:-webkit-autofill, .atomix-action-form__input:-webkit-autofill:hover, .atomix-action-form__input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--atomix-action-color);
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.atomix-action-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
  margin-top: 60px;
}
.atomix-action-form__consent {
  -ms-grid-column: 1;
  grid-column: 1;
  padding-top: 2px;
  color: var(--atomix-action-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.atomix-action-form__consent .wpcf7-form-control-wrap,
.atomix-action-form__consent .wpcf7-acceptance,
.atomix-action-form__consent .wpcf7-list-item {
  display: block;
}
.atomix-action-form__consent .wpcf7-list-item {
  margin: 0;
}
.atomix-action-form__consent label {
  position: relative;
  display: block;
  cursor: pointer;
}
.atomix-action-form__consent input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.atomix-action-form__consent .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 23px;
}
.atomix-action-form__consent .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid var(--atomix-action-color);
  border-radius: 3px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.atomix-action-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--atomix-action-color);
}
.atomix-action-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-bottom: 1.5px solid var(--atomix-action-hover-color);
  border-left: 1.5px solid var(--atomix-action-hover-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.atomix-action-form__consent input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 1px solid var(--atomix-action-color);
  outline-offset: 3px;
}
.atomix-action-form__consent .wpcf7-list-item a {
  color: var(--atomix-action-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.atomix-action-form__consent .wpcf7-list-item a:hover {
  color: var(--atomix-action-color);
  text-decoration: none;
}
.atomix-action-form__submit-wrap {
  position: relative;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: end;
      justify-self: end;
  width: 244px;
  height: 64px;
}
.atomix-action-form__submit-wrap::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 20px;
  z-index: 2;
  width: 25px;
  height: 1px;
  background-color: var(--atomix-action-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.atomix-action-form__submit-wrap::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-top: 1px solid var(--atomix-action-color);
  border-right: 1px solid var(--atomix-action-color);
  pointer-events: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.atomix-action-form__submit-wrap:hover::before, .atomix-action-form__submit-wrap:focus-within::before {
  background-color: var(--atomix-action-hover-color);
}
.atomix-action-form__submit-wrap:hover::after, .atomix-action-form__submit-wrap:focus-within::after {
  border-color: var(--atomix-action-hover-color);
}
.atomix-action-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 244px;
  height: 64px;
  margin: 0;
  padding: 0 58px 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--atomix-action-color);
  border-radius: 3px;
  outline: none;
  background-color: transparent;
  color: var(--atomix-action-color);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.atomix-action-form__submit:hover, .atomix-action-form__submit:focus-visible {
  background-color: var(--atomix-action-color);
  color: var(--atomix-action-hover-color);
}
.atomix-action-form .wpcf7-not-valid {
  border-bottom-color: var(--atomix-action-error-color);
}
.atomix-action-form .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  color: var(--atomix-action-error-color);
  font-size: 12px;
  line-height: 1.2;
}
.atomix-action-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -34px;
  margin: -12px 0 0;
}
@media (max-width: 1024px) {
  .atomix-action-form__header {
    margin-bottom: 40px;
  }
  .atomix-action-form__title {
    font-size: 34px;
  }
  .atomix-action-form__fields {
    -ms-grid-columns: minmax(0, 1fr) 35px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
  }
  .atomix-action-form__field_city {
    grid-column: 1/-1;
  }
  .atomix-action-form__footer {
    -ms-grid-columns: minmax(0, 1fr) 35px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
    margin-top: 45px;
  }
  .atomix-action-form__submit-wrap {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media (max-width: 767px) {
  .atomix-action-form__header {
    margin-bottom: 32px;
  }
  .atomix-action-form__title {
    font-size: 28px;
  }
  .atomix-action-form__subtitle {
    font-size: 16px;
  }
  .atomix-action-form__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .atomix-action-form__field_city {
    grid-column: auto;
  }
  .atomix-action-form__input {
    height: 46px;
    padding-bottom: 14px;
    font-size: 16px;
  }
  .atomix-action-form__footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 38px;
  }
  .atomix-action-form__consent {
    grid-column: auto;
    max-width: none;
  }
  .atomix-action-form__submit-wrap {
    grid-column: auto;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    width: 100%;
  }
  .atomix-action-form__submit {
    width: 100%;
  }
  .atomix-action-form .wpcf7-spinner {
    right: 12px;
  }
}

.wpcf7-form:has(.atomix-action-form) .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 12px 16px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

/* end atomix action form */
/* atomix callback form */
.atomix-callback-form {
  --form-color: #fff;
  --form-muted-color: rgba(255, 255, 255, 0.5);
  --form-accent-color: #0089cf;
  --form-error-color: #ffb4b4;
  width: 100%;
  color: var(--form-color);
  font-family: inherit;
}
.atomix-callback-form__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
  row-gap: 25px;
}
.atomix-callback-form__field {
  min-width: 0;
}
.atomix-callback-form__field_message {
  grid-column: 1/-1;
}
.atomix-callback-form__field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.atomix-callback-form__input, .atomix-callback-form__textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--form-color);
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--form-color);
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.atomix-callback-form__input::-webkit-input-placeholder, .atomix-callback-form__textarea::-webkit-input-placeholder {
  color: var(--form-muted-color);
  opacity: 1;
}
.atomix-callback-form__input::-moz-placeholder, .atomix-callback-form__textarea::-moz-placeholder {
  color: var(--form-muted-color);
  opacity: 1;
}
.atomix-callback-form__input:-ms-input-placeholder, .atomix-callback-form__textarea:-ms-input-placeholder {
  color: var(--form-muted-color);
  opacity: 1;
}
.atomix-callback-form__input::-ms-input-placeholder, .atomix-callback-form__textarea::-ms-input-placeholder {
  color: var(--form-muted-color);
  opacity: 1;
}
.atomix-callback-form__input::placeholder, .atomix-callback-form__textarea::placeholder {
  color: var(--form-muted-color);
  opacity: 1;
}
.atomix-callback-form__input:focus, .atomix-callback-form__textarea:focus {
  border-bottom-color: var(--form-color);
}
.atomix-callback-form__input:focus::-webkit-input-placeholder, .atomix-callback-form__textarea:focus::-webkit-input-placeholder {
  color: var(--form-color);
}
.atomix-callback-form__input:focus::-moz-placeholder, .atomix-callback-form__textarea:focus::-moz-placeholder {
  color: var(--form-color);
}
.atomix-callback-form__input:focus:-ms-input-placeholder, .atomix-callback-form__textarea:focus:-ms-input-placeholder {
  color: var(--form-color);
}
.atomix-callback-form__input:focus::-ms-input-placeholder, .atomix-callback-form__textarea:focus::-ms-input-placeholder {
  color: var(--form-color);
}
.atomix-callback-form__input:focus::placeholder, .atomix-callback-form__textarea:focus::placeholder {
  color: var(--form-color);
}
.atomix-callback-form__input {
  height: 71px;
  padding: 25px 0 19px;
}
.atomix-callback-form__textarea {
  height: 92px;
  min-height: 92px;
  padding: 10px 0 15px;
  overflow: hidden;
  resize: none;
}
.atomix-callback-form__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 32px 200px;
  grid-template-columns: minmax(0, 1fr) 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px;
  margin-top: 25px;
}
.atomix-callback-form__consent {
  padding-top: 2px;
  color: var(--form-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.atomix-callback-form__consent .wpcf7-form-control-wrap,
.atomix-callback-form__consent .wpcf7-acceptance,
.atomix-callback-form__consent .wpcf7-list-item {
  display: block;
}
.atomix-callback-form__consent .wpcf7-list-item {
  margin: 0;
}
.atomix-callback-form__consent label {
  position: relative;
  display: block;
  cursor: pointer;
}
.atomix-callback-form__consent input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.atomix-callback-form__consent .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 23px;
}
.atomix-callback-form__consent .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid var(--form-color);
  border-radius: 3px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.atomix-callback-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: var(--form-color);
}
.atomix-callback-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-bottom: 1.5px solid var(--form-accent-color);
  border-left: 1.5px solid var(--form-accent-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.atomix-callback-form__consent input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 1px solid var(--form-color);
  outline-offset: 3px;
}
.atomix-callback-form__consent .wpcf7-list-item a {
  color: var(--form-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.atomix-callback-form__consent .wpcf7-list-item a:hover {
  color: var(--form-color);
  text-decoration: none;
}
.atomix-callback-form__submit-wrap {
  position: relative;
  width: 200px;
  height: 52px;
}
.atomix-callback-form__submit-wrap::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 18px;
  z-index: 2;
  width: 22px;
  height: 1px;
  background-color: var(--form-accent-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.atomix-callback-form__submit-wrap::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--form-accent-color);
  border-right: 1px solid var(--form-accent-color);
  pointer-events: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.atomix-callback-form__submit-wrap:hover::before, .atomix-callback-form__submit-wrap:focus-within::before {
  background-color: var(--form-color);
}
.atomix-callback-form__submit-wrap:hover::after, .atomix-callback-form__submit-wrap:focus-within::after {
  border-color: var(--form-color);
}
.atomix-callback-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 52px;
  margin: 0;
  padding: 0 52px 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--form-color);
  border-radius: 4px;
  outline: none;
  background-color: var(--form-color);
  color: var(--form-accent-color);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.atomix-callback-form__submit:hover, .atomix-callback-form__submit:focus {
  background-color: transparent;
  color: var(--form-color);
}
.atomix-callback-form .wpcf7-not-valid {
  border-bottom-color: var(--form-error-color);
}
.atomix-callback-form .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: var(--form-error-color);
  font-size: 12px;
  line-height: 1.2;
}
.atomix-callback-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -30px;
  margin: -12px 0 0;
}
@media (max-width: 420px) {
  .atomix-callback-form__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .atomix-callback-form__field_message {
    grid-column: auto;
  }
  .atomix-callback-form__input {
    height: 60px;
    padding: 18px 0 16px;
  }
  .atomix-callback-form__textarea {
    height: 90px;
    min-height: 90px;
  }
  .atomix-callback-form__footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .atomix-callback-form__submit-wrap, .atomix-callback-form__submit {
    width: 100%;
  }
  .atomix-callback-form .wpcf7-spinner {
    right: 10px;
  }
}

/* Сообщение после отправки находится за пределами .atomix-callback-form */
.atomix-callback-form + .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 12px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

/* end atomix callback form */
/* atomix order form */
.elementor .atomix-order-form {
  --atomix-order-form-white-color: #ffffff;
  --atomix-order-form-text-color: #46556E;
  --atomix-order-form-gray-color: #D6DFF2;
  --atomix-order-form-gray-dark-color: #909BB2;
  --atomix-order-form-placeholder-color: #a8b1c1;
  --atomix-order-form-border-color: #d5dce7;
  --atomix-order-form-focus-color: #0089CF;
  --atomix-order-form-error-color: #d63638;
  --atomix-order-form-button-color: #0089CF;
  --atomix-order-form-button-hover-color: #0089CF;
  width: 100%;
  color: var(--atomix-order-form-text-color);
  font-family: inherit;
}
.elementor .atomix-order-form__info a {
  color: #fff;
  font-weight: 700;
}
.elementor .atomix-order-form__info a:hover {
  color: #fff;
  text-decoration: underline;
}
.elementor .atomix-order-form__info .elementor-icon-box-title {
  margin-bottom: 15px;
  display: inline-block;
}
.elementor .atomix-order-form__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
.elementor .atomix-order-form__field {
  display: block;
  min-width: 0;
  margin: 0;
}
.elementor .atomix-order-form__field_full {
  grid-column: 1/-1;
}
.elementor .atomix-order-form__field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.elementor .atomix-order-form__label {
  display: block;
  margin-bottom: 5px;
  color: var(--atomix-order-form-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.elementor .atomix-order-form__control {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid var(--atomix-order-form-border-color);
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--atomix-order-form-text-color);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.elementor .atomix-order-form__control::-webkit-input-placeholder {
  color: var(--atomix-order-form-placeholder-color);
  opacity: 1;
}
.elementor .atomix-order-form__control::-moz-placeholder {
  color: var(--atomix-order-form-placeholder-color);
  opacity: 1;
}
.elementor .atomix-order-form__control:-ms-input-placeholder {
  color: var(--atomix-order-form-placeholder-color);
  opacity: 1;
}
.elementor .atomix-order-form__control::-ms-input-placeholder {
  color: var(--atomix-order-form-placeholder-color);
  opacity: 1;
}
.elementor .atomix-order-form__control::placeholder {
  color: var(--atomix-order-form-placeholder-color);
  opacity: 1;
}
.elementor .atomix-order-form__control:hover {
  border-color: #b9c3d2;
}
.elementor .atomix-order-form__control:focus {
  border-color: var(--atomix-order-form-focus-color);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 137, 207, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 137, 207, 0.1);
}
.elementor .atomix-order-form__control:-webkit-autofill, .elementor .atomix-order-form__control:-webkit-autofill:hover, .elementor .atomix-order-form__control:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--atomix-order-form-text-color);
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.elementor .atomix-order-form__textarea {
  height: 146px;
  min-height: 146px;
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
}
.elementor .atomix-order-form__consent {
  margin-top: 26px;
  color: var(--atomix-order-form-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.elementor .atomix-order-form__consent .wpcf7-form-control-wrap,
.elementor .atomix-order-form__consent .wpcf7-acceptance,
.elementor .atomix-order-form__consent .wpcf7-list-item {
  display: block;
}
.elementor .atomix-order-form__consent .wpcf7-list-item {
  margin: 0;
}
.elementor .atomix-order-form__consent label {
  position: relative;
  display: block;
  cursor: pointer;
}
.elementor .atomix-order-form__consent input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.elementor .atomix-order-form__consent .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 30px;
}
.elementor .atomix-order-form__consent .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #83bddd;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.elementor .atomix-order-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: var(--atomix-order-form-focus-color);
  background-color: var(--atomix-order-form-focus-color);
}
.elementor .atomix-order-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.elementor .atomix-order-form__consent input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid rgba(0, 137, 207, 0.25);
  outline-offset: 2px;
}
.elementor .atomix-order-form__consent a {
  color: var(--atomix-order-form-focus-color);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.elementor .atomix-order-form__consent a:hover {
  color: var(--atomix-order-form-button-hover-color);
  text-decoration: none;
}
.elementor .atomix-order-form__submit-wrap {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.elementor .atomix-order-form__submit-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 2;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.elementor .atomix-order-form__submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.elementor .atomix-order-form__submit-wrap:hover::before {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
  background: var(--atomix-order-form-button-hover-color);
}
.elementor .atomix-order-form__submit-wrap:hover::after {
  -webkit-transform: translate(4px, -50%) rotate(45deg);
          transform: translate(4px, -50%) rotate(45deg);
  border-top-color: var(--atomix-order-form-button-hover-color);
  border-right-color: var(--atomix-order-form-button-hover-color);
}
.elementor .atomix-order-form__submit {
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 15px 80px;
  border: 1px solid var(--atomix-order-form-button-color);
  border-radius: 5px;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(var(--atomix-order-form-button-color)), to(#0795d3));
  background: linear-gradient(90deg, var(--atomix-order-form-button-color) 0%, #0795d3 100%);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.elementor .atomix-order-form__submit:hover, .elementor .atomix-order-form__submit:focus-visible {
  border-color: var(--atomix-order-form-button-hover-color);
  background: #fff;
  color: var(--atomix-order-form-focus-color);
  -webkit-box-shadow: 0 8px 22px rgba(0, 137, 207, 0.2);
          box-shadow: 0 8px 22px rgba(0, 137, 207, 0.2);
}
.elementor .atomix-order-form .wpcf7-not-valid {
  border-color: var(--atomix-order-form-error-color);
}
.elementor .atomix-order-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--atomix-order-form-error-color);
  font-size: 12px;
  line-height: 1.3;
}
.elementor .atomix-order-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 68px;
  z-index: 3;
  margin: -12px 0 0;
}
@media (max-width: 767px) {
  .elementor .atomix-order-form__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .elementor .atomix-order-form__field_full {
    grid-column: auto;
  }
  .elementor .atomix-order-form__label {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .elementor .atomix-order-form__control {
    height: 56px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }
  .elementor .atomix-order-form__textarea {
    height: 120px;
    min-height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .elementor .atomix-order-form__consent {
    margin-top: 22px;
    font-size: 13px;
  }
  .elementor .atomix-order-form__submit-wrap {
    margin-top: 26px;
  }
  .elementor .atomix-order-form__submit-wrap::before {
    right: 22px;
    width: 24px;
  }
  .elementor .atomix-order-form__submit-wrap::after {
    right: 22px;
    width: 13px;
    height: 13px;
  }
}

.wpcf7-form:has(.atomix-order-form) .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-width: 1px;
  border-radius: 6px;
  color: #4a5363;
  font-size: 14px;
  line-height: 1.4;
}

/* end atomix order form */
.elementor-heading-title span {
  color: #0089CF;
}