.section_wholesale--main {
  padding: 40px 0;
  background: url("../img/ws_main.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section_wholesale--main {
    padding: 20px 0;
  }
}
.section_wholesale--main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_wholesale--main .container {
    display: block;
  }
}
.section_wholesale--main .container .left_side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
  border-radius: 0px 100px 100px 0px;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1430px) {
  .section_wholesale--main .container .left_side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .left_side {
    max-width: 100%;
    border-radius: 0;
    background: transparent;
    margin: 0 0 10px;
  }
}
.section_wholesale--main .container .left_side span {
  display: block;
  padding: 15px 30px 15px 40px;
  color: #F9F9F9;
  font-size: 73.333px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0px 122.222px 122.222px 0px;
  background: #EC6B15;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .section_wholesale--main .container .left_side span {
    font-size: 45px;
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .left_side span {
    font-size: 42px;
    border-radius: 0px 70.512px 70.512px 0px;
    margin: 0 0 14px;
    padding: 10px 15px 10px 20px;
  }
}
.section_wholesale--main .container .left_side img {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_wholesale--main .container .left_side img {
    width: initial;
    margin: 0 auto 12px;
  }
}
.section_wholesale--main .container .left_side h1 {
  color: #FFF;
  font-family: "Qanelas";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1141px) {
  .section_wholesale--main .container .left_side h1 {
    font-size: 45px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .left_side h1 {
    text-align: center;
    font-size: 28px;
    line-height: 28.09px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .left_side h1 br {
    display: none;
  }
}
.section_wholesale--main .container .left_side .content_wrapp {
  padding: 0 30px 30px 30px;
}
.section_wholesale--main .container .right_side {
  width: calc(100% - 525px);
}
@media (max-width: 1430px) {
  .section_wholesale--main .container .right_side {
    width: calc(100% - 415px);
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .right_side {
    width: 100%;
  }
}
.section_wholesale--main .container .right_side ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_wholesale--main .container .right_side ul {
    flex-wrap: wrap;
  }
}
.section_wholesale--main .container .right_side ul li {
  width: calc(25% - 15px);
}
@media (max-width: 1430px) {
  .section_wholesale--main .container .right_side ul li {
    width: calc(25% - 10px);
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .right_side ul li {
    width: calc(50% - 5px);
  }
}
.section_wholesale--main .container .right_side ul li img {
  display: block;
  margin: 0 auto 25px;
}
@media (max-width: 1141px) {
  .section_wholesale--main .container .right_side ul li img {
    margin: 0 auto 10px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--main .container .right_side ul li img {
    height: 110px;
  }
}
.section_wholesale--main .container .right_side ul li p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 1430px) {
  .section_wholesale--main .container .right_side ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1141px) {
  .section_wholesale--main .container .right_side ul li p {
    font-size: 13px;
    line-height: 1.3;
  }
}

.section_wholesale--callback {
  padding: 30px 0;
}
.section_wholesale--callback h2 {
  color: #EC6B15;
  margin: 0 0 16px;
}
.section_wholesale--callback .row {
  margin: -12px;
}
@media (max-width: 991px) {
  .section_wholesale--callback .row {
    margin: -7.5px;
  }
}
.section_wholesale--callback .row [class*=col-] {
  padding: 12px;
}
@media (max-width: 991px) {
  .section_wholesale--callback .row [class*=col-] {
    padding: 7.5px;
  }
}
.section_wholesale--callback .row h4 {
  line-height: 1;
  margin: 0 0 10px;
}
.section_wholesale--callback .input_wrapper {
  margin: 0;
}
.section_wholesale--callback .input_wrapper input {
  border-radius: 15px;
  border: 1px solid #606060;
  background: #F7F7F7;
  color: #606060;
  height: 60px;
}
@media (max-width: 991px) {
  .section_wholesale--callback .input_wrapper input {
    border-radius: 11px;
    height: 45px;
  }
}
.section_wholesale--callback h4 {
  color: #156BC1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_wholesale--callback h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 50px;
  }
}
.section_wholesale--callback span {
  display: block;
  color: #EC6B15;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  .section_wholesale--callback span {
    font-size: 12px;
  }
}
.section_wholesale--callback button {
  min-width: 100%;
  min-height: 60px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 991px) {
  .section_wholesale--callback button {
    font-size: 16px;
    min-height: 45px;
  }
}

.section_wholesale--callback .policy {
  color: #292929;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.289px;
  margin: 9px 0 0 0;
}
.section_wholesale--callback .policy a {
  text-decoration: underline;
}
.section_wholesale--callback .policy a:hover {
  text-decoration: none;
}

.section_wholesale--cooperation {
  padding: 30px 0;
}
.section_wholesale--cooperation h2 {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section_wholesale--cooperation h2 {
    margin: 0 0 30px;
  }
}
.section_wholesale--cooperation ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_wholesale--cooperation ul li {
  width: calc(20% - 30px);
}
@media (max-width: 1141px) {
  .section_wholesale--cooperation ul li {
    width: calc(20% - 15px);
  }
}
@media (max-width: 991px) {
  .section_wholesale--cooperation ul li {
    width: calc(50% - 7.5px);
    margin: 0 0 25px;
  }
}
.section_wholesale--cooperation ul li:nth-last-child(1) .image_wrapper:after {
  content: none;
}
.section_wholesale--cooperation ul li .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px;
  position: relative;
}
@media (max-width: 991px) {
  .section_wholesale--cooperation ul li .image_wrapper {
    margin: 0 0 20px;
  }
}
.section_wholesale--cooperation ul li .image_wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 15px);
  width: 76px;
  height: 14px;
  background: url("../img/long_arr__right.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section_wholesale--cooperation ul li .image_wrapper:after {
    content: none;
  }
}
.section_wholesale--cooperation ul li .image_wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section_wholesale--cooperation ul li .image_wrapper img {
    height: 100px;
  }
}
.section_wholesale--cooperation ul li p {
  color: #156BC1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (max-width: 1141px) {
  .section_wholesale--cooperation ul li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--cooperation ul li p {
    font-size: 13px;
    line-height: 15px;
  }
}
.section_wholesale--cooperation ul li span {
  display: block;
  color: #606060;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 1141px) {
  .section_wholesale--cooperation ul li span {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--cooperation ul li span {
    font-size: 12px;
    line-height: 15px;
  }
}

.section_wholesale--process {
  padding: 30px 0;
}
.section_wholesale--process h2 {
  margin: 0 0 25px;
}
.section_wholesale--process .process_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper {
    max-width: 100%;
  }
}
.section_wholesale--process .process_wrapper .process_items {
  width: calc(50% - 25px);
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper .process_items {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section_wholesale--process .process_wrapper .process_items {
    width: 100%;
  }
}
.section_wholesale--process .process_wrapper .process_items .process_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 25px 25px 20px 25px;
  margin: 0 0 34px;
  min-height: 150px;
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper .process_items .process_item {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--process .process_wrapper .process_items .process_item {
    padding: 14px;
    min-height: initial;
    margin: 0 0 16px;
  }
}
.section_wholesale--process .process_wrapper .process_items .process_item .image_wrapper {
  margin: 0 30px 0 0;
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper .process_items .process_item .image_wrapper {
    margin: 0 20px 0 0;
  }
}
.section_wholesale--process .process_wrapper .process_items .process_item .image_wrapper img {
  display: block;
  width: 81px;
  min-width: 81px;
  object-fit: contain;
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper .process_items .process_item .image_wrapper img {
    width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--process .process_wrapper .process_items .process_item .image_wrapper img {
    width: 45px;
    min-width: 45px;
  }
}
.section_wholesale--process .process_wrapper .process_items .process_item p {
  color: #EC6B15;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 19px;
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper .process_items .process_item p {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section_wholesale--process .process_wrapper .process_items .process_item p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
  }
}
.section_wholesale--process .process_wrapper .process_items .process_item span {
  display: block;
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 1141px) {
  .section_wholesale--process .process_wrapper .process_items .process_item span {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .section_wholesale--process .process_wrapper .process_items .process_item span {
    font-size: 12px;
    line-height: 15px;
  }
}
.section_wholesale--process .process_wrapper .process_items .process_item a {
  text-transform: uppercase;
  margin: 4px 0 0 0;
}
.section_wholesale--process .process_wrapper .process_items .process_item small {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 20px;
  right: 20px;
  background: #156BC1;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section_wholesale--process .process_wrapper .process_items .process_item small {
    width: 24px;
    height: 24px;
    font-size: 11px;
    top: 10px;
    right: 10px;
  }
}

.section_wholesale--demand {
  padding: 30px 0;
}
.section_wholesale--demand h2 {
  margin: 0 0 25px;
}
.section_wholesale--demand .demand_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 12px;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section_wholesale--demand .demand_wrapper {
    display: block;
    padding: 18px 8px;
    margin: 0 0 30px;
  }
}
.section_wholesale--demand .demand_wrapper .left_side {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 991px) {
  .section_wholesale--demand .demand_wrapper .left_side {
    max-width: 100%;
    margin: 0 0 9px;
  }
}
.section_wholesale--demand .demand_wrapper .left_side h4 {
  color: #EC6B15;
  font-size: 38.333px;
  font-style: normal;
  font-weight: 600;
  line-height: 42.167px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  .section_wholesale--demand .demand_wrapper .left_side h4 {
    font-size: 28px;
    line-height: 42px;
  }
}
.section_wholesale--demand .demand_wrapper .left_side p {
  color: #156BC1;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section_wholesale--demand .demand_wrapper .left_side p {
    font-size: 14px;
    line-height: 16px;
  }
}
.section_wholesale--demand .demand_wrapper .right_side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 200px);
}
@media (max-width: 991px) {
  .section_wholesale--demand .demand_wrapper .right_side {
    width: 100%;
    display: block;
  }
}
.section_wholesale--demand .demand_wrapper .right_side p {
  width: calc(50% - 18px);
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 1141px) {
  .section_wholesale--demand .demand_wrapper .right_side p {
    width: calc(50% - 10px);
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .section_wholesale--demand .demand_wrapper .right_side p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }
}
.section_wholesale--demand ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section_wholesale--demand ul li {
    display: block;
    margin: 0 0 30px;
  }
}
.section_wholesale--demand ul li:nth-last-child(1) {
  margin: 0;
}
.section_wholesale--demand ul li img {
  display: block;
  width: 230px;
  min-width: 230px;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section_wholesale--demand ul li img {
    width: 160px;
    min-width: initial;
    margin: 0 auto 20px;
  }
}
.section_wholesale--demand ul li .right_side p {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  .section_wholesale--demand ul li .right_side p {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .section_wholesale--demand ul li .right_side p {
    font-size: 12px;
    line-height: 16px;
  }
}
.section_wholesale--demand ul li .right_side p:nth-last-child(1) {
  margin: 0;
}

.section_wholesale--graph {
  padding: 30px 0;
}
.section_wholesale--graph .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_wholesale--graph .image_wrapper img {
  display: block;
}

.section_wholesale--range {
  padding: 30px 0 50px 0;
}
.section_wholesale--range h2 {
  margin: 0 0 20px;
}
.section_wholesale--range .range_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section_wholesale--range .range_wrapper {
    flex-direction: column-reverse;
    margin: 0 0 16px;
  }
}
.section_wholesale--range .range_wrapper .left_side {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .section_wholesale--range .range_wrapper .left_side {
    width: 100%;
  }
}
.section_wholesale--range .range_wrapper .left_side ul li {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section_wholesale--range .range_wrapper .left_side ul li {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
  }
}
.section_wholesale--range .range_wrapper .left_side ul li:nth-last-child(1) {
  margin: 0;
}
.section_wholesale--range .range_wrapper .left_side ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #606060;
}
@media (max-width: 991px) {
  .section_wholesale--range .range_wrapper .left_side ul li:before {
    top: 6px;
  }
}
.section_wholesale--range .range_wrapper .right_side {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .section_wholesale--range .range_wrapper .right_side {
    width: 100%;
    margin: 0 0 18px;
  }
}
.section_wholesale--range .range_wrapper .right_side img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section_wholesale--range .yt_wrapper {
  width: 100%;
  max-width: 800px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_wholesale--range .yt_wrapper {
    height: 250px;
  }
}
.section_wholesale--range .yt_wrapper iframe {
  display: block;
}

h2 {
  font-family: "Qanelas";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.791px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

h3 {
  color: #156BC1;
  font-family: "Qanelas";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.791px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 16px;
  }
}

.price-slider .amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.price-slider .amount-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 50%;
}
.price-slider .amount-item input {
  width: auto;
  max-width: 50px;
  text-align: left;
  color: #EC6B15;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991px) {
  .price-slider .amount-item input {
    font-size: 14px;
  }
}
.price-slider .amount-item input.to {
  color: #156BC1;
  text-align: right;
}
.price-slider .amount-item span {
  color: #156BC1;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0 4px;
}
@media (max-width: 991px) {
  .price-slider .amount-item span {
    font-size: 14px;
  }
}
.price-slider .ui-widget-content {
  background: #E3E3E8;
  height: 1px;
  border-radius: 9px;
  border: none;
}
.price-slider .ui-slider-horizontal .ui-slider-range {
  background: #156BC1;
}
.price-slider .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  background: #156BC1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #EC6B15;
  box-shadow: none;
}
.price-slider .ui-slider-horizontal .ui-slider-handle:nth-last-child(1) {
  background: #156BC1;
}

/*# sourceMappingURL=newstyles.css.map */
