.buyers-page__section {
  margin-bottom: 80px;
}

.buyers-page__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.buyers-page h2 {
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 34.8px !important;
  text-align: left !important;
  margin-bottom: 40px;
}
.buyers-page__banner-left,
.buyers-page__banner-right {
  max-width: 605px;
  width: calc(50% - 10px);
  border-radius: 5px;
  overflow: hidden;
}

.buyers-page__banner-left {
  background-color: #005e93;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buyers-page__banner h1.buyers-page__banner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
  max-width: 400px;
  margin-bottom: 42px;
}
.buyers-page__banner-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.buyers-page__callback,
.buyers-page__about-link,
.buyers-page__form-submit {
  padding: 14px 40px;
  border-radius: 3px;

  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  background-color: #0089d4;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.buyers-page__callback--white {
  background-color: #ffffff;
  color: #005e93;
}
.buyers-page__form-bottom input {
  padding: 14px 40px !important;
  border-radius: 3px !important;
  opacity: 1 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 18.75px !important;
  background-color: #0089d4 !important;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content !important;
}
.buyers-page__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.buyers-page__about-left,
.buyers-page__about-right {
  max-width: 605px;
  width: calc(50% - 5px);
  border-radius: 5px;
  overflow: hidden;
}

.buyers-page__about-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.buyers-page__about-right {
  background-color: #fafbff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.buyers-page__about-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 37.5px;
  color: #1e170f;
}

.buyers-page__about-text {
  color: #646466;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  margin-bottom: 0 !important;
}

.buyers-page__education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.buyers-page__education-left {
  padding: 30px;
  background-color: #fafbff;
  border-radius: 5px;
  overflow: hidden;
}

.buyers-page__education-title {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  margin-bottom: 20px;
}
.buyers-page__education-list {
  margin-left: 15px;
  margin-bottom: 0;
}
.buyers-page__education-item {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}
.buyers-page__education-item:not(:last-child) {
  margin-bottom: 5px;
}

.buyers-page__education-right {
  padding: 40px 65px;
  background-color: #005e93;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  text-align: center;
}
.buyers-page__education-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
}
.buyers-page__why {
}
.buyers-page__why-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.buyers-page__why-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(33% - 10px);
  background: #fafbff;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px;
}
.buyers-page__why-advantage-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #000000;
  margin-bottom: 10px;
}

.buyers-page__why-advantage-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #646466;
}
.buyers-page__why-advantage-right svg {
  min-height: 72px;
  max-height: 72px;
  min-width: 72px;
  max-width: 72px;
}

.buyers-page__partner {
  background-color: #005e93;
  padding: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.buyers-page__partner-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  margin-bottom: 15px;
}
.buyers-page__partner-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  margin-bottom: 25px;
}
.buyers-page__cooperation {
}

.buyers-page__cooperation-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.buyers-page__cooperation-advantage {
  width: calc(33% - 10px);
  background: #fafbff;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px;
}
.buyers-page__cooperation-advantage-title {
  color: #0089d4;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  margin-bottom: 10px;
}

.buyers-page__cooperation-advantage-text {
  color: #646466;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}
.buyers-page__cooperation-advantage--big {
  background-color: #005e93;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(66% - 20px);
}
.buyers-page__cooperation-advantage--big
  .buyers-page__cooperation-advantage-title {
  color: #ffffff;
}

.buyers-page__cooperation-advantage--big
  .buyers-page__cooperation-advantage-text {
  color: #ffffff;
}

.buyers-page__steps {
}

.buyers-page__steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.buyers-page__steps-item {
  width: calc(33% - 10px);
}

.buyers-page__steps-num {
  color: #0089d4;
  font-size: 36px;
  font-weight: 700;
  line-height: 42.19px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.buyers-page__steps-num span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.buyers-page__steps-num::before {
  content: "";
  /* border-top: 1px dashed #0089D4; */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  background-image: url("/img/opt-line.png");
  background-repeat: no-repeat;
  width: calc(100% - 50px);
  left: 54px;
  height: 1px;
}
.buyers-page__steps-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #646466;
}

.buyers-page__form {
  border-radius: 5px;
  overflow: hidden;
  padding: 40px;
  background-color: #005e93;
}

.buyers-page__form-title {
  margin-bottom: 27px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}
.buyers-page__form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px !important;
}
.buyers-page__form-top .buyers-page__form-field {
  width: calc(25% - 10px) !important;
}
.buyers-page__form-middle {
  margin-bottom: 27px !important;
}
.buyers-page__form-field {
  margin-bottom: 0 !important;
}
.buyers-page__form-field input,
.buyers-page__form-field textarea {
  margin-bottom: 0 !important;
  font-family: Roboto !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #858585 !important;
  height: auto !important;
  border: none !important;
}
.buyers-page__form-field input::placeholder,
.buyers-page__form-field textarea::placeholder {
  margin-bottom: 0 !important;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #757575;
}

.buyers-page__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 19px;
  -moz-column-gap: 19px;
  column-gap: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buyers-page__form-privacy {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.buyers-page__form-field span {
  color: #0089d4 !important;
}

.buyers-page__form-privacy a {
  text-decoration: underline;
}

.buyers-page__form-privacy a:hover {
  text-decoration: none;
}
.buyers-page__form .improper-value {
  box-shadow: 0 0 0 1px red !important;
}

.buyers-page__form  form {
  padding: 0 !important;
}

.buyers-page__form .report-message,  .buyers-page__form  a, .buyers-page__form .form-head{
  color: #ffffff !important;
}
@media screen and (max-width: 1199px) {
  .buyers-page__section {
    margin-bottom: 60px;
  }

  .buyers-page__about-img {
    height: 100%;
  }

  .buyers-page__education-left {
    min-width: 350px;
  }

  .buyers-page__why-advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(33% - 11px);
    gap: 20px;
  }

  .buyers-page__cooperation-advantage {
    width: calc(33% - 11px);
  }
  .buyers-page__form-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px !important;
  }

  .buyers-page__form-top .buyers-page__form-field {
    width: calc(50% - 2.5px) !important;
  }
}
@media screen and (max-width: 991px) {
  .buyers-page__banner {
    position: relative;
  }

  .buyers-page__banner-left {
    width: 100%;
    height: 439px;
    max-width: initial;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .buyers-page__banner-right {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 340px);
    height: 339px;
  }
  .buyers-page__banner-img {
    height: 100%;
  }
  .buyers-page__about-right {
    padding: 20px;
    width: 336px;
  }
  .buyers-page__about-left {
    width: 394px;
  }
  .buyers-page__education-text {
    font-size: 18px;
    line-height: 21.09px;
  }

  .buyers-page__education-left {
    min-width: 331px;
  }

  .buyers-page__education-right {
    padding: 30px;
  }

  .buyers-page__why-advantage-right {
    height: 72px;
  }

  .buyers-page__cooperation-advantage-title {
    font-size: 18px;
    line-height: 21.09px;
  }
}

@media screen and (max-width: 767px) {
  .buyers-page__section {
    margin-bottom: 44px;
  }
  .buyers-page__banner h1.buyers-page__banner-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    max-width: 250px;
  }
  .buyers-page__banner {
    margin-bottom: 144px;
  }
  .buyers-page__banner-btn.buyers-page__callback {
    width: 100%;
  }

  .buyers-page__banner-right {
    top: 186px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 284px;
    height: 257px;
  }

  .buyers-page__banner-left {
    padding: 20px;
    height: 339px;
  }

  .buyers-page__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .buyers-page__about-right {
    width: 100%;
  }

  .buyers-page__about-left {
    width: 100%;
  }
  .buyers-page__education {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .buyers-page__why-advantage {
    width: 100%;
  }
  .buyers-page__why-advantages {
    gap: 10px;
  }
  .buyers-page__cooperation-advantage {
    width: 100%;
  }
  .buyers-page__cooperation-advantages {
    gap: 10px;
  }

  .buyers-page__form-title {
    font-size: 20px;
    line-height: 23.44px;
    text-align: center;
  }
  .buyers-page__form {
    padding: 30px 20px;
  }
  .buyers-page__form-top .buyers-page__form-field {
    width: 100% !important;
  }
  .buyers-page__form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
