@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
*,
*:after,
*:before {
  transition: 0.5s ease-in-out;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "sans-serif";
  width: inherit;
  overflow-x: hidden;
  color: #4991ff;
  height: 100%;
  left: 100%;
  top: 100%;
  font-size: 24px;
  padding: 0;
}
body a {
  text-decoration: none;
  color: #4991ff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
body .icon {
  display: inline-flex;
}
body h1 {
  font-weight: bold;
}
body #button-submit {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #ff5349;
  font-size: 18px;
  border-radius: 20px;
  width: 363px;
  height: 60px;
}
@media screen and (max-width: 765px) {
  body #button-submit {
    padding: 10px;
    margin-top: 20px;
    width: 300px;
  }
}
body #button-submit:hover {
  color: white;
  background: #ff8078;
  border: 1px solid #4991ff;
  box-sizing: border-box;
  cursor: pointer;
}
body #button-submit:active {
  color: white;
  background: #d3160b;
  border: 1px solid #4991ff;
  box-sizing: border-box;
}
body .form-error {
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  margin: 0 10px 10px 10px;
  border: 1px solid #ff5349;
  width: inherit;
}
body .form-error:hover, body .form-error:focus {
  border: 2px solid #ff5349;
}

@media screen and (min-width: 320px) {
  header {
    background-color: #ffffff;
    font-weight: bold;
    padding-top: 20px;
    min-height: 60px;
  }
  header .header-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
  }
  header .header-wraper .lk {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 492px) {
  header .header-wraper .contacts {
    display: contents;
  }
}
@media screen and (min-width: 320px) and (max-width: 796px) {
  header .header-wraper .contacts {
    display: flex;
  }
}
@media screen and (min-width: 320px) and (max-width: 475px) {
  header .header-wraper .contacts {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) {
  header .header-wraper .contacts .phone {
    padding-right: 20px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (min-width: 320px) {
  #sale {
    background: linear-gradient(0deg, #0acffe -32.67%, #497cff 78.82%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }
}
@media screen and (min-width: 320px) and (max-width: 1105px) {
  #sale {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 694px) {
  #sale {
    align-items: center;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area {
    display: flex;
    flex-wrap: wrap;
    background-position: 700px;
    height: 544px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1170px) {
  #sale .sale-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 1105px) {
  #sale .sale-area {
    height: 100%;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper {
    position: relative;
    margin: 67px 0px 0px 161px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1370px) {
  #sale .sale-area .sale-area-wraper {
    margin: 75px 0px 0px 35px;
  }
}
@media screen and (min-width: 320px) and (max-width: 694px) {
  #sale .sale-area .sale-area-wraper {
    margin: 10px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    display: block;
    font-weight: bold;
    color: #ffffff;
    line-height: 120%;
    font-size: 45px;
    width: 384px;
    height: 162px;
    font-size: 45px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    font-size: 25px;
    width: 184px;
    height: 62px;
    font-size: 28px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-tab {
    position: relative;
    display: flex;
    font-weight: bold;
    background: #ffffff;
    border-radius: 20px;
    width: 395px;
    height: 116px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  #sale .sale-area .sale-area-wraper .sale-tab {
    width: 270px;
    height: 116px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-icon {
    position: absolute;
    padding-left: 25px;
    padding-top: 15px;
  }
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block {
    position: absolute;
    top: 14px;
    left: 124px;
  }
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block .sale-tab-title {
    display: inline-flex;
    font-size: 24px;
    line-height: 120%;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block .sale-tab-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block .sale-tab-detail-link .icon-arrow-svg {
    display: inline-flex;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block .sale-tab-detail-link .icon-arrow-svg {
    float: left;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block .sale-tab-detail-link span {
    font-weight: normal;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 135%;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  #sale .sale-area .sale-area-wraper .sale-tab .sale-tab-wraper .sale-tab-title-block .sale-tab-detail-link span {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) {
  #sale #sale-img {
    margin-right: 161px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1370px) {
  #sale #sale-img {
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 694px) {
  #sale #sale-img {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  #about #about-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    color: #4991ff;
    margin-top: 10px;
    line-height: 138%;
    font-size: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1032px) {
  #about #about-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 320px) {
  #about .about-wraper {
    flex-direction: column;
    background: white;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 3% 5% 3% 8%;
  }
  #about .about-wraper .about-tab-list {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
  }
}
@media screen and (min-width: 320px) and (max-width: 1032px) {
  #about .about-wraper .about-tab-list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 320px) {
  #about .about-wraper .about-tab-list .about-tab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #about .about-wraper .about-tab-list .about-tab #about-tab-icon {
    margin: auto;
  }
  #about .about-wraper .about-tab-list .about-tab .about-tab-text {
    color: black;
    font-style: normal;
    margin: auto;
    line-height: 125%;
  }
  #about .about-wraper .about-tab-list .about-tab .about-tab-text #about-tab-title {
    font-weight: bold;
    margin: inherit;
    font-size: 20px;
  }
  #about .about-wraper .about-tab-list .about-tab .about-tab-text #about-tab-textarea {
    display: block;
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1032px) {
  #about .about-wraper .about-tab-list .arrow-right {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 320px) and (max-width: 1151px) {
  #about .about-wraper .about-tab-list .arrow-right {
    margin: 0 10px 0 10px;
  }
}
@media screen and (min-width: 320px) {
  #about .about-button-submit {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 320px) {
  #offer {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    background: #4991ff;
  }
  #offer #offer-block-title {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    color: white;
    margin: 10px 0 10px 0;
    font-size: 42px;
    line-height: 138%;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  #offer #offer-block-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 320px) {
  #offer .offer-wraper {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: flex;
  }
  #offer .offer-wraper .offer-tab-list {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 10px auto;
    display: flex;
  }
  #offer .offer-wraper .offer-tab-list .offer-tab {
    display: flex;
    flex-direction: column;
    background: white;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(73, 145, 255, 0.08);
    border-radius: 20px;
    border: 1px solid #e8f2e9;
    margin: 20px;
    width: 253px;
  }
  #offer .offer-wraper .offer-tab-list .offer-tab #offer-tab-icon {
    display: flex;
    margin: 30px 149px 24px 39px;
  }
  #offer .offer-wraper .offer-tab-list .offer-tab .offer-tab-wraper {
    color: black;
    font-style: normal;
    line-height: 125%;
  }
  #offer .offer-wraper .offer-tab-list .offer-tab .offer-tab-wraper #offer-tab-title {
    display: block;
    font-weight: bold;
    margin: 0 127px 13px 39px;
    font-size: 20px;
    line-height: 125%;
  }
  #offer .offer-wraper .offer-tab-list .offer-tab .offer-tab-wraper #offer-tab-textarea {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    margin: 0 0 57px 39px;
  }
}
@media screen and (min-width: 320px) {
  #detail {
    background: #ecf4ff;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  #detail {
    flex-direction: column;
    align-items: center;
    width: inherit;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper {
    text-align: center;
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 20px 262px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 525px) {
  #detail .detail-wraper {
    margin: 0;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-title {
    text-align: center;
    font-size: 42px;
    line-height: 138%;
    margin: 10px 30px 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 765px) {
  #detail .detail-wraper .detail-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 451px) {
  #detail .detail-wraper .detail-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-about {
    display: block;
    text-align: center;
    color: #6e6f71;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 765px) {
  #detail .detail-wraper .detail-about {
    width: 58%;
    display: inline;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 20px 20px 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  #detail .detail-wraper .detail-body {
    width: 56%;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body input {
    padding: 14px 0 14px 10px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-form-input {
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    margin: 0 10px 10px 10px;
    border: 1px solid #6e6f71;
    width: inherit;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-form-input:hover, #detail .detail-wraper .detail-body .detail-form-group .detail-form-input:focus {
    border: 2px solid #4991ff;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-form-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: inherit;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-form-twin {
    width: inherit;
    display: flex;
  }
}
@media screen and (min-width: 320px) and (max-width: 710px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-form-twin {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-form-twin .detail-form-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: inherit;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-submit {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 710px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-submit {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-submit .detail-accept {
    color: #6e6f71;
    width: 339px;
    height: 45px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-submit button {
    border: none;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-form-group .detail-input-email,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone {
    margin-left: 10px;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-input-email #input-success,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone #input-success {
    display: none;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #20c712;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-input-email #input-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-email #input-email-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-email #input-phone-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone #input-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone #input-email-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone #input-phone-error {
    display: none;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #ff5349;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-link-buttons {
    display: flex;
    margin-left: 10px;
    font-size: 14px;
  }
  #detail .detail-wraper .detail-body .detail-link-buttons #button-point-of-sale,
#detail .detail-wraper .detail-body .detail-link-buttons #button-seller {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #eaf3ff;
    background: #4991ff;
    margin-right: 10px;
    border-radius: 20px;
    width: 215px;
    height: 42px;
    line-height: 138%;
  }
  #detail .detail-wraper .detail-body .detail-link-buttons #button-point-of-sale:hover,
#detail .detail-wraper .detail-body .detail-link-buttons #button-seller:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .detail-input-organization,
#detail .detail-wraper .detail-body .detail-input-name,
#detail .detail-wraper .detail-body .detail-input-city,
#detail .detail-wraper .detail-body .detail-input-phone,
#detail .detail-wraper .detail-body .detail-input-email,
#detail .detail-wraper .detail-body .detail-input-button {
    margin-left: 10px;
    align-self: baseline;
    margin-bottom: 2px;
  }
  #detail .detail-wraper .detail-body .detail-input-organization #input-error,
#detail .detail-wraper .detail-body .detail-input-name #input-error,
#detail .detail-wraper .detail-body .detail-input-city #input-error,
#detail .detail-wraper .detail-body .detail-input-phone #input-error,
#detail .detail-wraper .detail-body .detail-input-email #input-error,
#detail .detail-wraper .detail-body .detail-input-button #input-error {
    display: none;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #ff5349;
  }
}
@media screen and (min-width: 320px) {
  footer {
    background: #4991ff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 0 165px 0;
    height: 105px;
  }
}
@media screen and (min-width: 320px) and (max-width: 940px) {
  footer {
    padding: 0 20px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 650px) {
  footer {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) {
  footer .contacts {
    color: white;
  }
  footer .contacts #footer-logo {
    vertical-align: middle;
  }
}
@media screen and (min-width: 320px) and (max-width: 492px) {
  footer .contacts {
    display: contents;
  }
}
@media screen and (min-width: 320px) {
  footer .contacts .phone {
    color: white;
    font-weight: bold;
    padding-right: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}/*# sourceMappingURL=style.css.map */