﻿.ginger-page-contact {
  background: #F7FAFC;
}
.ginger-bn__contact-sales.block-1 {
  background: #F7FAFC;
}
.ginger-bn__contact-sales.block-2 {
  background: #FFFFFF;
}
.error_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #E01E5A;
  margin-top: 8px;
  display: block;
  display: none;
}
.ginger-bn__contact-sales {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 32px;
}
.ginger-bn__contact-sales__form-container {
  width: 100%;
  max-width: 1180px;
  padding: 46px 0 64px 0;
  display: flex;
  justify-content: space-between;
}
.ginger-bn__contact-sales__form-container__text,
.ginger-bn__contact-sales__form-container__form {
  width: 50%;
}
.ginger-bn__contact-sales__form-container__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ginger-bn__contact-sales__form-container__text__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  color: #212427;
  margin: 0;
}
.ginger-bn__contact-sales__form-container__text__title span {
  font-weight: 700;
  background: linear-gradient(90deg, #2EB2FF 40%, #1BC9C9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__contact-sales__form-container__text__subtitle {
  margin-top: 34px;
  max-width: 535px;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #677889;
}
.ginger-bn__contact-sales__form-container__text__list {
  margin-top: 25px;
  list-style: none;
}
.ginger-bn__contact-sales__form-container__text__list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #212427;
  display: flex;
  align-items: flex-start;
}
.ginger-bn__contact-sales__form-container__text__list-item > p > span {
  color: #20B3C8;
}
.ginger-bn__contact-sales__form-container__text__list-item > img {
  margin-right: 16px;
  height: 30.6px;
  width: 18px;
}
.ginger-bn__contact-sales__form-container__text__list-item > p {
  margin: 0;
}
.ginger-bn__contact-sales__form-container__text__list-item:not(:first-child) {
  margin-top: 15px;
}
.ginger-bn__contact-sales__form-container__form {
  box-sizing: border-box;
  max-width: 548px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 15px 40px rgba(109, 129, 150, 0.15);
  border-radius: 15px;
  margin: -15px 0;
  padding: 25px 20px;
}
.ginger-bn__contact-sales__form-container__form__row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ginger-bn__contact-sales__form-container__form__row:not(:last-child) {
  margin-bottom: 18px;
}
.ginger-bn__contact-sales__form-container__form__row-item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ginger-bn__contact-sales__form-container__form__row-item_half {
  width: 50%;
}
.ginger-bn__contact-sales__form-container__form__row-item_half:not(:last-child) {
  padding-right: 8px;
}
.ginger-bn__contact-sales__form-container__form__row-item_half:not(:first-child) {
  padding-left: 8px;
}
.ginger-bn__contact-sales__form-container__form__row-item > select {
  background: #FFFFFF url("../svg/caret.svg") center right 16px no-repeat;
  -webkit-appearance: none;
}
.ginger-bn__contact-sales__form-container__form__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #212427;
  margin-bottom: 5px;
}
.ginger-bn__contact-sales__form-container__form__label_required:after {
  content: ' *';
  color: #E01E5A;
}
.ginger-bn__contact-sales__form-container__form__input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 20px;
  border: 1px solid #D9DCDE;
  border-radius: 4px;
  color: #212427;
}
.ginger-bn__contact-sales__form-container__form__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #A6AEB3;
}
.ginger-bn__contact-sales__form-container__form__input:focus-visible {
  outline: #D9DCDE solid 0.5px;
}
.ginger-bn__contact-sales__form-container__form__input_option {
  font-size: 16px;
  line-height: 180%;
  padding: 5px 10px;
}
.ginger-bn__contact-sales__form-container__form__input_option > span {
  color: #A6AEB3;
}
.ginger-bn__contact-sales__form-container__form__input_textarea {
  resize: none;
  height: 145px;
}
.ginger-bn__contact-sales__form-container__form__comment {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #E01E5A;
  align-self: flex-start;
  margin-top: -5px;
}
.ginger-bn__contact-sales__form-container__form__button {
  align-self: flex-end;
  background: #13AABF;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 12px;
  width: 180px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-top: 21px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: 0.3s;
}
.ginger-bn__contact-sales__form-container__form__button:hover {
  opacity: 0.7;
}
.ginger-bn__contact-sales__form-container__form .mobile-button {
  display: none;
}
.ginger-bn__contact-sales__looking-for-support {
  width: 100%;
  max-width: 1180px;
  padding: 70px 0 66px 0;
}
.ginger-bn__contact-sales__looking-for-support__title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
  margin: 0;
}
.ginger-bn__contact-sales__looking-for-support__description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  width: 550px;
  margin-top: 24px;
}
.ginger-bn__contact-sales__looking-for-support__link {
  color: #13AABF;
  transition: 0.3s;
}
.ginger-bn__contact-sales__looking-for-support__link:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .ginger-bn__contact-sales__form-container__text {
    width: 45%;
  }
}
@media only screen and (max-width: 900px) {
  .ginger-bn__contact-sales__form-container {
    flex-direction: column;
    padding: 50px 0 70px 0;
  }
  .ginger-bn__contact-sales__form-container__text,
  .ginger-bn__contact-sales__form-container__form {
    width: 100%;
  }
  .ginger-bn__contact-sales__form-container__text__title {
    font-size: 46px;
    line-height: 130%;
  }
  .ginger-bn__contact-sales__form-container__text__subtitle {
    max-width: 100%;
    font-size: 20px;
    line-height: 150%;
    margin-top: 30px;
  }
  .ginger-bn__contact-sales__form-container__form {
    max-width: 100%;
    margin: 50px 0 0 0;
  }
  .ginger-bn__contact-sales__form-container__form__button {
    width: 260px;
  }
  .ginger-bn__contact-sales__looking-for-support {
    padding: 60px 0;
  }
  .ginger-bn__contact-sales__looking-for-support__title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .ginger-bn__contact-sales__looking-for-support__description {
    width: 100%;
    font-size: 17px;
    line-height: 170%;
  }
}
@media only screen and (max-width: 599px) {
  .ginger-bn__contact-sales {
    padding: 0 16px;
  }
  .ginger-bn__contact-sales__form-container {
    padding: 54px 0 56px 0;
  }
  .ginger-bn__contact-sales__form-container__text__title {
    font-size: 40px;
    line-height: 130%;
  }
  .ginger-bn__contact-sales__form-container__text__subtitle {
    margin-top: 25px;
  }
  .ginger-bn__contact-sales__form-container__form {
    padding: 26px 24px 34px 24px;
    margin: 40px 0 0 0;
  }
  .ginger-bn__contact-sales__form-container__form__row {
    flex-direction: column;
  }
  .ginger-bn__contact-sales__form-container__form__row-item_half {
    width: 100%;
    padding: 0 !important;
  }
  .ginger-bn__contact-sales__form-container__form__row-item_half:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ginger-bn__contact-sales__form-container__form__comment {
    margin-top: 20px;
  }
  .ginger-bn__contact-sales__form-container__form__button {
    display: none;
  }
  .ginger-bn__contact-sales__form-container__form .mobile-button {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .ginger-bn__contact-sales__looking-for-support__title {
    font-size: 22px;
    line-height: 140%;
  }
}