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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "sans-serif";
  width: inherit;
  overflow-x: hidden;
  color: black;
  height: 100%;
  left: 100%;
  top: 100%;
  font-size: 24px;
}
body a {
  text-decoration: none;
  -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 #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: 710px) {
  body #button-submit {
    padding: 10px;
    margin-top: 20px;
    width: 300px;
  }
}
body #button-submit:hover {
  color: white;
  background: #ff8078;
  border: solid 1px;
  cursor: pointer;
  box-sizing: border-box;
}
body #button-submit:active {
  color: white;
  background: #d3160b;
  border: solid 1px;
  box-sizing: border-box;
}
body .form-success {
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  margin: 0 10px 10px 10px;
  border: 1px solid #20c712;
  width: inherit;
}
body .form-success:hover, body .form-success:focus {
  border: 2px solid #20c712;
}
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) {
  header .header-wraper a {
    color: #4991ff;
  }
}
@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;
    width: inherit;
    height: 427px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1176px) {
  #sale {
    height: auto;
    flex-direction: column-reverse;
    padding: 20px;
  }
}
@media screen and (min-width: 320px) {
  #sale #sale-img {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area {
    background-position: 700px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
  #sale .sale-area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area #sale-img {
    cursor: pointer;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 320px) and (max-width: 1140px) {
  #sale .sale-area .sale-area-wraper {
    align-items: center;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    flex-wrap: wrap;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    font-size: 46px;
    line-height: 120%;
    line-height: 120%;
    width: 398px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    text-align: center;
    font-size: 25px;
    width: 100%;
    height: 62px;
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-area-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1176px) {
  #sale .sale-area .sale-area-wraper .sale-area-links {
    margin: 10px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-area-links #button-submit {
    width: 245px;
  }
}
@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-area-links #watch-video {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  #sale .sale-area .sale-area-wraper .sale-area-links #watch-video {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 0 73px 0 35px;
    cursor: pointer;
  }
  #sale .sale-area .sale-area-wraper .sale-area-links #watch-video a {
    font-weight: bold;
    color: white;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 320px) {
  #sale #sale-img {
    margin-left: 60px;
    width: 561px;
    height: 318px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1370px) {
  #sale #sale-img {
    margin: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 640px) {
  #sale #sale-img {
    width: 400px;
    height: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  #sale #sale-img {
    width: 300px;
    height: 150px;
  }
}
@media screen and (min-width: 320px) {
  #who-are-we .who-are-we-text-title {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 10px 0;
  }
  #who-are-we .who-are-we-text-title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 138%;
    margin-bottom: 10px;
  }
  #who-are-we .who-are-we-text-title p {
    width: 575px;
    font-size: 18px;
    line-height: 155%;
  }
}
@media screen and (min-width: 320px) and (max-width: 588px) {
  #who-are-we .who-are-we-text-title p {
    width: auto;
  }
}
@media screen and (min-width: 320px) {
  #who-are-we .who-are-we-column-wraper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
  }
  #who-are-we .who-are-we-column-wraper .who-are-we-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
    width: 254px;
  }
  #who-are-we .who-are-we-column-wraper .who-are-we-column span {
    text-align: center;
    font-size: 15px;
    line-height: 125%;
  }
  #who-are-we .who-are-we-column-wraper .who-are-we-column span b {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) {
  #our-brands {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ecf4ff;
    padding: 40px 165px 40px 165px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 736px) {
  #our-brands {
    align-items: center;
    align-content: center;
    padding: 55px 10px 78px 10px;
  }
}
@media screen and (min-width: 320px) {
  #our-brands .our-brands-border-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #4991ff;
    border-radius: 10px;
  }
}
@media screen and (min-width: 320px) {
  #our-brands span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    text-align: center;
    background: #ecf4ff;
    box-shadow: 0 0 0 10px #ecf4ff;
    width: 400px;
    height: 40px;
    margin: -30px auto 0;
    font-size: 40px;
    line-height: 138%;
  }
}
@media screen and (min-width: 320px) and (max-width: 835px) {
  #our-brands span {
    font-size: 28px;
    width: 245px;
    margin: -20px auto 0;
  }
}
@media screen and (min-width: 320px) {
  #our-brands .our-brands-border-box-icon-strip {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    width: inherit;
    height: 205px;
  }
}
@media screen and (min-width: 320px) {
  #about {
    text-align: center;
  }
  #about #about-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    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: 10px auto 10px auto;
  }
  #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 {
    font-style: normal;
    line-height: 125%;
    margin: auto;
  }
  #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: 20px 0 20px 0;
  }
}
@media screen and (min-width: 320px) {
  #profitable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #ecf4ff;
  }
  #profitable h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 138%;
    margin: 10px 0 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  #profitable h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 320px) {
  #profitable .profitable-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  #profitable .profitable-table table {
    height: 580px;
  }
}
@media screen and (min-width: 320px) and (max-width: 627px) {
  #profitable .profitable-table table {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 320px) {
  #profitable .profitable-table table tbody .tr-header {
    border: 2px solid #e3e3e3;
    background: white;
    display: table-row;
    font-weight: bold;
    font-size: 20px;
    line-height: 125%;
    height: 176px;
  }
}
@media screen and (min-width: 320px) and (max-width: 627px) {
  #profitable .profitable-table table tbody .tr-header {
    font-size: 15px;
  }
}
@media screen and (min-width: 320px) {
  #profitable .profitable-table table tbody .tr-header #sample-amount {
    vertical-align: middle;
  }
}
@media screen and (min-width: 320px) {
  #profitable .profitable-table table tbody .tr-header #from {
    vertical-align: middle;
    border-left: 2px solid #e3e3e3;
    width: 30%;
  }
  #profitable .profitable-table table tbody .tr-header #from span {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  #profitable .profitable-table table tbody .tr-body {
    background: white;
  }
  #profitable .profitable-table table tbody .tr-body #value-sample-amount {
    font-style: normal;
    width: 555px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 627px) {
  #profitable .profitable-table table tbody .tr-body #value-sample-amount {
    vertical-align: middle;
    font-size: 15px;
  }
}
@media screen and (min-width: 320px) {
  #profitable .profitable-table table tbody .tr-body #value-from {
    font-style: normal;
    font-weight: bold;
    width: 280px;
    font-size: 18px;
    line-height: 250%;
  }
}
@media screen and (min-width: 320px) and (max-width: 627px) {
  #profitable .profitable-table table tbody .tr-body #value-from {
    font-size: 15px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 320px) {
  #detail {
    background: linear-gradient(0deg, #0acffe -32.67%, #497cff 78.82%);
    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: contents;
    text-align: center;
    color: #6e6f71;
    font-size: 16px;
    line-height: 20px;
  }
}
@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;
  }
  #detail .detail-wraper .detail-body input {
    padding: 14px 0 14px 10px;
    font-size: 14px;
    line-height: 17px;
  }
  #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-input-organization,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-name,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-city,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-email {
    margin-left: 10px;
  }
  #detail .detail-wraper .detail-body .detail-form-group .detail-input-organization #input-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-name #input-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-city #input-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-phone #input-error,
#detail .detail-wraper .detail-body .detail-form-group .detail-input-email #input-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-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) {
  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 #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 {
    font-weight: bold;
    padding-right: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 320px) {
  footer .contacts a {
    color: white;
  }
}/*# sourceMappingURL=style.css.map */