@charset "UTF-8";
@import url("../../../../../css2");
@import url("../../../../../css2-1");
@import url(../../../../../css);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: 0;
  font-family: Inter, sans-serif !important;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
  margin: 0;
  padding: 0;
}
.card {
  border: none;
}
a,
button,
input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
button:hover,
input:hover {
  outline: 0;
  text-decoration: none;
}
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
}
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
}
.mw {
  width: 100%;
  max-width: 1835px;
  margin: 0 auto;
  position: relative;
}
.fancybox-slide:before {
  margin: 0 !important;
}
.fancybox-bg {
  background: radial-gradient(
    45.14% 48.44% at 65.52% 50.02%,
    rgba(22, 26, 53, 0) 0,
    rgba(16, 20, 42, 0.8) 100%
  );
}
.fancybox-content {
  border-radius: 20px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999999999 !important;
  overflow: auto;
  background: #fff !important;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  max-width: 690px;
  padding: 0 !important;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal .fancybox-close-small {
  color: #a5a5a5 !important;
}
.modal .m-content {
  max-width: 690px;
  position: relative;
  -webkit-box-shadow: 0 40px 60px rgba(109, 109, 109, 0.25);
  box-shadow: 0 40px 60px rgba(109, 109, 109, 0.25);
}
.modal .m-content .c {
  width: 100%;
  padding: 60px;
}
.modal .m-content .c .h3,
.modal .m-content .c h3 {
  color: #0d0f20;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
  margin-bottom: 20px;
}
.modal .m-content .c .success_h3 {
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 35px;
  font-weight: 900;
  color: #ff8642;
  font-family: GilroyBlack, sans-serif !important;
}
.modal .m-content .c p {
  color: rgba(13, 15, 32, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  letter-spacing: -0.48px;
  padding-bottom: 40px;
  max-width: 410px;
}
.modal .m-content .c p a {
  color: #ff8642;
}
.modal .m-content .c p a:hover {
  color: #613fe5;
}
.modal .m-content .c p:last-child {
  padding-bottom: 0;
}
.modal .m-content .c .h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #222;
  padding-bottom: 30px;
}
.modal .m-content .c .h5:last-child {
  padding-bottom: 0;
}
.modal .m-content .c ul {
  padding-bottom: 30px;
}
.modal .m-content .c ul:last-child {
  padding-bottom: 0;
}
.modal .m-content .c ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
}
.modal .m-content .c form {
  width: 100%;
  max-width: 690px;
}
.modal .m-content .c form .inp {
  margin-bottom: 30px;
}
.modal .m-content .c form input,
.modal .m-content .c form textarea {
  border-radius: 12px;
  border: 1px solid rgba(13, 15, 32, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 65px;
  background-color: transparent !important;
  width: 100%;
  color: rgba(13, 15, 32, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
  padding: 22px 35px;
}
.modal .m-content .c form input::-webkit-input-placeholder,
.modal .m-content .c form textarea::-webkit-input-placeholder {
  color: rgba(13, 15, 32, 0.6);
}
.modal .m-content .c form input::-moz-placeholder,
.modal .m-content .c form textarea::-moz-placeholder {
  color: rgba(13, 15, 32, 0.6);
}
.modal .m-content .c form input:-ms-input-placeholder,
.modal .m-content .c form textarea:-ms-input-placeholder {
  color: rgba(13, 15, 32, 0.6);
}
.modal .m-content .c form input::-ms-input-placeholder,
.modal .m-content .c form textarea::-ms-input-placeholder {
  color: rgba(13, 15, 32, 0.6);
}
.modal .m-content .c form input::placeholder,
.modal .m-content .c form textarea::placeholder {
  color: rgba(13, 15, 32, 0.6);
}
.modal .m-content .c form .btn_c {
  margin-top: 28px;
}
.modal .m-content .c form .btn_c .btn_m {
  background: #ff8642;
  color: #fff;
  max-width: 300px;
}
.modal .m-content .c form .inp_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .m-content .c form .inp_agree input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
.modal .m-content .c form .inp_agree input:checked ~ .inp_check:after {
  opacity: 1;
}
.modal .m-content .c form .inp_agree .inp_check {
  background: 0 0;
  border: 1px solid #ff8642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin-right: 20px;
  position: relative;
}
.modal .m-content .c form .inp_agree .inp_check:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #ff8642;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.modal .m-content .c form .inp_agree .txt {
  color: #0d0f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.modal .m-content .c form .inp_agree .txt a {
  color: #0d0f20;
  border-bottom: 1px dashed #0d0f20;
}
.modal .m-content .c form .inp_agree .txt a:hover {
  color: #ff8642;
  border-color: #ff8642;
}
.modal .m-content .c form .policy {
  color: #222;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  display: block;
}
.modal .m-content .c form .policy a {
  color: #ff8642;
}
.modal .m-content .c form .policy a:hover {
  color: #fff;
}
.modal .m-content .c form .policy input {
  margin-right: 10px;
}
.review_modal .m-content {
  max-width: 1000px;
}
.review_modal .m-content .c .h3,
.review_modal .m-content .c h3 {
  font-size: 30px;
  color: #222;
  font-weight: 700;
  padding-bottom: 16px;
}
.review_modal .m-content .c .h3 span,
.review_modal .m-content .c h3 span {
  color: #ff8642;
}
.review_modal .m-content .c .company {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #505050;
  padding-bottom: 32px;
}
.review_modal .m-content .c .full_review {
  padding-bottom: 32px;
}
.review_modal .m-content .c .full_review p {
  font-size: 16px;
  text-align: left;
  padding-bottom: 16px;
}
.review_modal .m-content .c .full_review p:last-child {
  padding-bottom: 0;
}
.review_modal .m-content .c .video_review {
  width: 100%;
}
.review_modal .m-content .c .video_review a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.review_modal .m-content .c .video_review a::after {
  content: "";
  background: rgba(17, 17, 17, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 15px;
}
.review_modal .m-content .c .video_review a img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.review_modal .m-content .c .video_review a .play {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.review_modal .m-content .c .video_review a .play img {
  border-radius: 0;
}
.review_modal .m-content .c .btn_c {
  display: none;
}
.review_modal .m-content .c .btn_c .btn_m {
  background: #ff8642;
  color: #fff;
}
.review_modal .m-content .c .fast_links {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: none;
}
.review_modal .m-content .c .fast_links .h4 {
  color: #222;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 30px;
}
.review_modal .m-content .c .fast_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.review_modal .m-content .c .fast_links ul li {
  width: 32%;
}
.review_modal .m-content .c .fast_links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff8642;
  height: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
.review_modal .m-content .c .fast_links ul li a:hover {
  -webkit-box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
}
.review_modal .m-content .c .fast_links ul li a img {
  margin-right: 15px;
  width: 25px;
  height: auto;
}
#price_cityes .m-content .c {
  max-height: 600px;
  overflow-y: scroll;
}
#price_cityes .m-content .c .h3 {
  padding-bottom: 30px;
}
#price_cityes .m-content .c ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
#price_cityes .m-content .c ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#price_cityes .m-content .c ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #505050;
}
#price_cityes .m-content .c ul li a:hover {
  color: #ff8642;
}
#price_cityes .m-content .c ul li a .icon_download {
  width: 30px;
  height: 30px;
  background: url(../images/download.svg) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}
.pulsating-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  display: none;
  overflow: hidden;
}
.pulsating-btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pulsating-btn svg {
  width: 160px !important;
  height: 160px !important;
  position: absolute;
}
@media (max-width: 575px) {
  .scrollup {
    left: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .modal .m-content {
    max-width: 500px;
    width: 100%;
  }
  .modal .m-content .c {
    padding: 20px 20px;
  }
  .modal .m-content .c .h3,
  .modal .m-content .c h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .modal .m-content .c .h5,
  .modal .m-content .c p,
  .modal .m-content .c ul li {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .modal .m-content .c .success_h3 {
    font-size: 30px;
  }
  .modal .m-content .c form .inp {
    margin-bottom: 10px;
  }
  .modal .m-content .c form input {
    height: 50px;
    padding: 15px;
    font-size: 16px;
  }
  .modal .m-content .c form .inp_agree {
    margin: 5px auto 0;
  }
  .modal .m-content .c form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .modal .m-content .c form .inp_agree .inp_check:after {
    width: 15px;
    height: 15px;
  }
  .modal .m-content .c form .inp_agree .txt {
    font-size: 12px;
  }
  .review_modal .m-content .c .h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .review_modal .m-content .c .company {
    font-size: 16px;
    padding-bottom: 22px;
  }
  .review_modal .m-content .c .full_review {
    padding-bottom: 22px;
  }
  .review_modal .m-content .c .full_review p {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .review_modal .m-content .c .video_review a .play {
    width: 60px;
    height: 60px;
  }
  .review_modal .m-content .c .fast_links {
    margin-top: 22px;
  }
  .review_modal .m-content .c .fast_links .h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .review_modal .m-content .c .fast_links ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .review_modal .m-content .c .fast_links ul li:last-child {
    margin-bottom: 0;
  }
  .review_modal .m-content .c .fast_links ul li a {
    font-size: 14px;
  }
  .review_modal .m-content .c .fast_links ul li a img {
    margin-right: 10px;
    width: 20px;
  }
  .pulsating-btn {
    bottom: 30px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .pulsating-btn svg {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .modal .m-content {
    max-width: 500px;
    width: 100%;
  }
  .modal .m-content .c {
    padding: 20px 20px;
  }
  .modal .m-content .c .h3,
  .modal .m-content .c h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .modal .m-content .c .h5,
  .modal .m-content .c p,
  .modal .m-content .c ul li {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .modal .m-content .c .success_h3 {
    font-size: 30px;
  }
  .modal .m-content .c form .inp {
    margin-bottom: 10px;
  }
  .modal .m-content .c form input {
    height: 50px;
    padding: 15px;
    font-size: 16px;
  }
  .modal .m-content .c form .inp_agree {
    margin: 5px auto 0;
  }
  .modal .m-content .c form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .modal .m-content .c form .inp_agree .inp_check:after {
    width: 15px;
    height: 15px;
  }
  .modal .m-content .c form .inp_agree .txt {
    font-size: 12px;
  }
  .scrollup {
    left: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .pulsating-btn {
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
  .pulsating-btn svg {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal .m-content {
    max-width: 500px;
    width: 100%;
  }
  .modal .m-content .c {
    padding: 40px;
  }
  .modal .m-content .c .h3,
  .modal .m-content .c h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .modal .m-content .c .h5,
  .modal .m-content .c p,
  .modal .m-content .c ul li {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .modal .m-content .c .success_h3 {
    font-size: 30px;
  }
  .modal .m-content .c form .inp {
    margin-bottom: 10px;
  }
  .modal .m-content .c form input {
    height: 50px;
    padding: 15px;
    font-size: 16px;
  }
  .modal .m-content .c form .inp_agree {
    margin: 5px auto 0;
  }
  .modal .m-content .c form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .modal .m-content .c form .inp_agree .inp_check:after {
    width: 15px;
    height: 15px;
  }
  .modal .m-content .c form .inp_agree .txt {
    font-size: 12px;
  }
  .scrollup {
    left: 24px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .pulsating-btn {
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .pulsating-btn svg {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (max-height: 768px) {
  .modal .m-content {
    max-width: 500px;
    width: 100%;
  }
  .modal .m-content .c {
    padding: 40px;
  }
  .modal .m-content .c .h3,
  .modal .m-content .c h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .modal .m-content .c .h5,
  .modal .m-content .c p,
  .modal .m-content .c ul li {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .modal .m-content .c .success_h3 {
    font-size: 30px;
  }
  .modal .m-content .c form .inp {
    margin-bottom: 10px;
  }
  .modal .m-content .c form input {
    height: 50px;
    padding: 15px;
    font-size: 16px;
  }
  .modal .m-content .c form .inp_agree {
    margin: 5px auto 0;
  }
  .modal .m-content .c form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .modal .m-content .c form .inp_agree .inp_check:after {
    width: 15px;
    height: 15px;
  }
  .modal .m-content .c form .inp_agree .txt {
    font-size: 12px;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-response-output {
  display: none !important;
}
.wpcf7-spinner {
  display: none !important;
}
.header {
  z-index: 9999;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
.header .mw {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;

    transform: translateZ(0);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    /* backdrop-filter: saturate(180%) blur(5px); */
    background: rgba(255, 255, 255, .5);
}
.header .mw .left_side .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .left_side .logo a:before {
  content: "";
  background: url(/biojem-color.png) no-repeat center center/cover;
  width: 196px;
  height: 48px;
  min-width: 196px;
  position: relative;
  display: block;
}
.header .mw .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .right_side .burger {
  z-index: 10;
  position: relative;
  cursor: pointer;
  margin-left: 140px;
}
.header .mw .right_side .burger span {
  width: 42px;
  height: 3px;
  background: #fff;
  display: block;
}
.header .mw .right_side .burger span:nth-child(2) {
  width: 30px;
  margin-top: 7px;
  height: 3px;
}
.header .mw .right_side .burger::after {
  content: "";
  background: url(../images/close.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: none;
  position: relative;
}
.header .mw .right_side .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  line-height: 130%;
  letter-spacing: -0.54px;
  position: relative;
}
.header .mw .right_side .phone a::before {
  content: "";
  margin-right: 6px;
  width: 14px;
  position: relative;
  min-width: 14px;
  background: url(../images/phone.svg) no-repeat center center/cover;
  height: 14px;
}
.header .mw .right_side .phone a:hover {
  color: #ff8642;
}
.header .mw .right_side .soc_icons {
  margin: 0 50px;
}
.header .mw .right_side .soc_icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .right_side .soc_icons ul li {
  margin-right: 8px;
}
.header .mw .right_side .soc_icons ul li:last-child {
  margin-right: 0;
}
.header .mw .right_side .soc_icons ul li a {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background: #ff8642;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .right_side .soc_icons ul li a:hover {
  opacity: 0.7;
}
.header .mw .right_side .soc_icons ul li a img {
  width: 20px;
  height: auto;
}
.header_full_cont {
  height: 100%;
  width: 100%;
  background: #efefef;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  visibility: hidden;
}
.header_full_cont::before {
  content: "";
  background: url(../images/menu_bg.jpg) no-repeat center center/cover;
  width: 26%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}
.header_full_cont .decor {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 70%;
}
.header_full_cont .decor img {
  width: 400px;
  height: 100px;
  object-fit: cover;
}
.header_full_cont .mw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  position: relative;
  padding: 200px 2rem 80px;
  overflow-y: scroll;
}
.header_full_cont .mw .left_side {
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  width: 26%;
  padding-bottom: 30px;
}
.header_full_cont .mw .left_side .nav {
  width: 100%;
  padding-bottom: 60px;
}
.header_full_cont .mw .left_side .nav ul {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header_full_cont .mw .left_side .nav ul li {
  margin-bottom: 56px;
}
.header_full_cont .mw .left_side .nav ul li:last-child {
  margin-bottom: 0;
}
.header_full_cont .mw .left_side .nav ul li a {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.607px;
  letter-spacing: -0.72px;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-26px);
  transform: translateX(-26px);
}
.header_full_cont .mw .left_side .nav ul li a::before {
  content: "";
  background: #70cdec;
  width: 6px;
  height: 6px;
  min-width: 6px;
  position: relative;
  margin-right: 24px;
  display: block;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_full_cont .mw .left_side .nav ul li a:hover {
  color: #70cdec;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header_full_cont .mw .left_side .nav ul li a:hover::before {
  opacity: 1;
}
.header_full_cont .mw .left_side .email a,
.header_full_cont .mw .left_side .phone a {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.607px;
  letter-spacing: -0.72px;
  display: inline-block;
}
.header_full_cont .mw .left_side .email a img,
.header_full_cont .mw .left_side .phone a img {
  width: 16px;
  height: 12px;
  margin-right: 16px;
}
.header_full_cont .mw .left_side .email a:hover,
.header_full_cont .mw .left_side .phone a:hover {
  color: #1d9ace;
}
.header_full_cont .mw .left_side .phone {
  margin-top: 20px;
  display: none;
}
.header_full_cont .mw .right_side {
  width: 70%;
  position: relative;
  padding-bottom: 30px;
}
.header_full_cont .mw .right_side .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header_full_cont .mw .right_side .row .fast_links .h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.header_full_cont .mw .right_side .row .fast_links ul li {
  margin-bottom: 16px;
}
.header_full_cont .mw .right_side .row .fast_links ul li:last-child {
  margin-bottom: 0;
}
.header_full_cont .mw .right_side .row .fast_links ul li a {
  color: rgba(22, 26, 53, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  letter-spacing: -0.6px;
}
.header_full_cont .mw .right_side .row .fast_links ul li a:hover {
  color: #70cdec;
}
.header_full_cont .mw .right_side .row .offer_right {
  border-radius: 30px;
  background: #1d9ace;
  padding: 34px;
  width: 100%;
  max-width: 525px;
  position: relative;
  z-index: 3;
}
.header_full_cont .mw .right_side .row .offer_right .title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
  letter-spacing: -2px;
  margin-bottom: 35px;
}
.header_full_cont .mw .right_side .row .offer_right p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  max-width: 356px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.header_full_cont .mw .right_side .row .offer_right .btn_b {
  margin-top: 15px;
}
.header_full_cont.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 198;
}
.header_full_cont.active .mw .nav ul {
  opacity: 1;
}
.header_offset {
  padding-top: 100px;
}
.header.out {
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
  top: 0;
}
.header.sticky {
  background: #1d9ace;
  -webkit-box-shadow: 0 10px 25px rgba(95, 104, 119, 0.1);
  box-shadow: 0 10px 25px rgba(95, 104, 119, 0.1);
}
.header.out.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}
.header.sticky.active {
  background: #1d9ace;
  -webkit-box-shadow: 0 10px 25px rgba(95, 104, 119, 0.1);
  box-shadow: 0 10px 25px rgba(95, 104, 119, 0.1);
}
.header.active {
  border-bottom: 1px solid #dcdde1;
}
.header.active .mw {
  padding: 32px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header.active .mw .left_side .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.active .mw .left_side .logo a:before {
  content: "";
  background: url(/biojem-color.png) no-repeat center center/cover;
  width: 196px;
  height: 50px;
  min-width: 196px;
  position: relative;
  display: block;
}
.header.active .mw .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.active .mw .right_side .burger {
  z-index: 10;
  position: relative;
  cursor: pointer;
  margin-right: 140px;
}
.header.active .mw .right_side .burger span {
  display: none;
}
.header.active .mw .right_side .burger::after {
  display: block;
}
.header.active .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.header.active .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.header.active .mw .right_side .phone a:hover {
  color: #161a35;
}
.header.active .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
@media (max-height: 800px) {
  .header_full_cont .decor {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .header {
    height: 80px;
  }
  .header .mw {
    padding: 1rem;
  }
  .header .mw .left_side .logo a:before {
    width: 150px;
    height: 35px;
    min-width: 150px;
  }
  .header .mw .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw .right_side .burger {
    margin-right: 0;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header .mw .right_side .burger span {
    width: 35px;
    height: 3px;
  }
  .header .mw .right_side .burger span:nth-child(2) {
    width: 26px;
    margin-top: 8px;
    height: 3px;
  }
  .header .mw .right_side .burger::after {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .header .mw .right_side .phone {
    display: none;
  }
  .header .mw .right_side .soc_icons {
    margin: 0;
  }
  .header .mw .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header .mw .right_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .header .mw .right_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .header .mw .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .header .mw .right_side .btn_b {
    display: none;
  }
  .header_full_cont {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: url(../images/menu_bg.jpg) no-repeat center center/cover;
  }
  .header_full_cont::before {
    display: none;
  }
  .header_full_cont .decor {
    display: none;
  }
  .header_full_cont .mw {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 120px 1rem 40px;
  }
  .header_full_cont .mw .left_side {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .header_full_cont .mw .left_side .nav {
    width: 100%;
  }
  .header_full_cont .mw .left_side .nav ul {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .header_full_cont .mw .left_side .nav ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_full_cont .mw .left_side .nav ul li:last-child {
    margin-bottom: 0;
  }
  .header_full_cont .mw .left_side .nav ul li a {
    text-align: center;
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .nav ul li a:hover::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-right: 12px;
  }
  .header_full_cont .mw .left_side .email a,
  .header_full_cont .mw .left_side .phone a {
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .email a img,
  .header_full_cont .mw .left_side .phone a img {
    width: 16px;
    height: 12px;
    margin-right: 12px;
  }
  .header_full_cont .mw .left_side .phone {
    display: block;
  }
  .header_full_cont .mw .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .header_full_cont .mw .right_side .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_full_cont .mw .right_side .row .fast_links .h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  .header_full_cont .mw .right_side .row .offer_right {
    border-radius: 20px;
    padding: 20px 15px;
    max-width: 410px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .header_full_cont .mw .right_side .row .offer_right .title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .header_full_cont .mw .right_side .row .offer_right p {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .header_full_cont .mw .right_side .row .offer_right .btn_b {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_offset {
    padding-top: 80px;
  }
  .header_full_cont.active {
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header_full_cont.active .mw .nav ul {
    opacity: 1;
  }
  .header.active {
    background: #2b7bb9;
  }
  .header.active .mw {
    padding: 32px 1rem;
  }
  .header.active .mw .left_side .logo a:before {
    width: 150px;
    height: 35px;
    min-width: 150px;
  }
  .header.active .mw .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.active .mw .right_side .burger {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header.active .mw .right_side .burger span {
    width: 35px;
    height: 3px;
  }
  .header.active .mw .right_side .burger span:nth-child(2) {
    width: 26px;
    margin-top: 8px;
    height: 3px;
  }
  .header.active .mw .right_side .burger::after {
    background: url(../images/close_white.svg) no-repeat center center/cover;
  }
  .header.active .mw .right_side .phone {
    display: none;
  }
  .header.active .mw .right_side .soc_icons {
    margin: 0;
  }
  .header.active .mw .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header.active .mw .right_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .header.active .mw .right_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .header.active .mw .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .header.active .mw .right_side .btn_b {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header {
    height: 80px;
  }
  .header .mw {
    padding: 1rem;
  }
  .header .mw .left_side .logo a:before {
    width: 150px;
    height: 35px;
    min-width: 150px;
  }
  .header .mw .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw .right_side .burger {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header .mw .right_side .burger span {
    width: 35px;
    height: 3px;
  }
  .header .mw .right_side .burger span:nth-child(2) {
    width: 26px;
    margin-top: 8px;
    height: 3px;
  }
  .header .mw .right_side .burger::after {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .header .mw .right_side .phone a {
    font-size: 16px;
  }
  .header .mw .right_side .phone a::before {
    margin-right: 6px;
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
  .header .mw .right_side .soc_icons {
    margin: 0 15px;
  }
  .header .mw .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header .mw .right_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .header .mw .right_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .header .mw .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .header .mw .right_side .btn_b {
    display: none;
  }
  .header_full_cont {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: url(../images/menu_bg.png) no-repeat center center/cover;
  }
  .header_full_cont::before {
    display: none;
  }
  .header_full_cont .decor {
    display: none;
  }
  .header_full_cont .mw {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 120px 1rem 30px;
  }
  .header_full_cont .mw .left_side {
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    width: 49%;
  }
  .header_full_cont .mw .left_side .nav {
    width: 100%;
  }
  .header_full_cont .mw .left_side .nav ul {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .header_full_cont .mw .left_side .nav ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header_full_cont .mw .left_side .nav ul li:last-child {
    margin-bottom: 0;
  }
  .header_full_cont .mw .left_side .nav ul li a {
    text-align: center;
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .nav ul li a:hover::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-right: 12px;
  }
  .header_full_cont .mw .left_side .email a {
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .email a img {
    width: 16px;
    height: 12px;
    margin-right: 12px;
  }
  .header_full_cont .mw .right_side {
    width: 49%;
  }
  .header_full_cont .mw .right_side .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_full_cont .mw .right_side .row .fast_links {
    width: 100%;
  }
  .header_full_cont .mw .right_side .row .fast_links .h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li a {
    font-size: 16px;
    color: #fff;
  }
  .header_full_cont .mw .right_side .row .offer_right {
    width: 100%;
    min-width: 100%;
    border-radius: 20px;
    padding: 20px 15px;
    max-width: 100%;
    margin-top: 30px;
  }
  .header_full_cont .mw .right_side .row .offer_right .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .header_full_cont .mw .right_side .row .offer_right p {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .header_full_cont .mw .right_side .row .offer_right .btn_b {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header_offset {
    padding-top: 80px;
  }
  .header_full_cont.active {
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header_full_cont.active .mw .nav ul {
    opacity: 1;
  }
  .header.sticky.active {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header.active {
    background: #2b7bb9;
  }
  .header.active .mw {
    padding: 32px 1rem;
  }
  .header.active .mw .left_side .logo a:before {
    width: 150px;
    height: 35px;
    min-width: 150px;
  }
  .header.active .mw .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.active .mw .right_side .burger {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header.active .mw .right_side .burger span {
    width: 35px;
    height: 3px;
  }
  .header.active .mw .right_side .burger span:nth-child(2) {
    width: 26px;
    margin-top: 8px;
    height: 3px;
  }
  .header.active .mw .right_side .burger::after {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(../images/close_white.svg) no-repeat center center/cover;
  }
  .header.active .mw .right_side .phone a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
  }
  .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .header.active .mw .right_side .phone a::before {
    margin-right: 6px;
    width: 14px;
    background: url(../images/phone.svg) no-repeat center center/cover;
    min-width: 14px;
    height: 14px;
  }
  .header.active .mw .right_side .soc_icons {
    margin: 0 20px;
  }
  .header.active .mw .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header.active .mw .right_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .header.active .mw .right_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .header.active .mw .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .header.active .mw .right_side .btn_b {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 80px;
  }
  .header .mw {
    padding: 1rem;
  }
  .header .mw .left_side .logo a:before {
    width: 140px;
    height: 35px;
    min-width: 140px;
  }
  .header .mw .right_side .burger {
    margin-right: 30px;
  }
  .header .mw .right_side .burger span {
    width: 38px;
    height: 3px;
  }
  .header .mw .right_side .burger span:nth-child(2) {
    width: 26px;
    margin-top: 8px;
    height: 3px;
  }
  .header .mw .right_side .burger::after {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .header .mw .right_side .phone a {
    font-size: 16px;
  }
  .header .mw .right_side .phone a::before {
    margin-right: 6px;
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
  .header .mw .right_side .soc_icons {
    margin: 0 15px;
  }
  .header .mw .right_side .soc_icons ul li {
    margin-right: 5px;
  }
  .header .mw .right_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .header .mw .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .header_full_cont .decor {
    width: 50%;
  }
  .header_full_cont .mw {
    padding: 120px 1rem 40px;
  }
  .header_full_cont .mw .left_side {
    width: 26%;
  }
  .header_full_cont .mw .left_side .nav ul li {
    margin-bottom: 40px;
  }
  .header_full_cont .mw .left_side .nav ul li a {
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .nav ul li a:hover::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-right: 15px;
  }
  .header_full_cont .mw .left_side .email a {
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .email a img {
    width: 14px;
    height: 10px;
    margin-right: 12px;
  }
  .header_full_cont .mw .right_side {
    width: 72%;
  }
  .header_full_cont .mw .right_side .row .fast_links .h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li {
    margin-bottom: 12px;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li a {
    font-size: 14px;
  }
  .header_full_cont .mw .right_side .row .offer_right {
    border-radius: 20px;
    padding: 14px;
    max-width: 250px;
  }
  .header_full_cont .mw .right_side .row .offer_right .title {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  .header_full_cont .mw .right_side .row .offer_right p {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .header_full_cont .mw .right_side .row .offer_right .btn_b {
    margin-top: 15px;
  }
  .header_full_cont.active .mw .nav ul {
    opacity: 1;
  }
  .header.sticky.active {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header_offset {
    padding-top: 80px;
  }
  .header.active .mw {
    padding: 1rem;
  }
  .header.active .mw .left_side .logo a:before {
    width: 140px;
    height: 35px;
    min-width: 140px;
  }
  .header.active .mw .right_side .burger {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header {
    height: 90px;
  }
  .header .mw {
    padding: 1rem;
  }
  .header .mw .left_side .logo a:before {
    width: 160px;
    height: 35px;
    min-width: 160px;
  }
  .header .mw .right_side .burger {
    margin-right: 80px;
  }
  .header .mw .right_side .burger span {
    width: 42px;
    height: 3px;
  }
  .header .mw .right_side .burger span:nth-child(2) {
    width: 30px;
    margin-top: 8px;
    height: 3px;
  }
  .header .mw .right_side .burger::after {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .header .mw .right_side .phone a {
    font-size: 17px;
  }
  .header .mw .right_side .phone a::before {
    margin-right: 6px;
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
  .header .mw .right_side .soc_icons {
    margin: 0 20px;
  }
  .header .mw .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header .mw .right_side .soc_icons ul li a {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .header .mw .right_side .soc_icons ul li a img {
    width: 18px;
  }
  .header_full_cont .decor {
    width: 50%;
  }
  .header_full_cont .mw {
    padding: 160px 1rem 50px;
  }
  .header_full_cont .mw .left_side .nav ul li {
    margin-bottom: 30px;
  }
  .header_full_cont .mw .left_side .nav ul li a {
    font-size: 20px;
  }
  .header_full_cont .mw .left_side .nav ul li a:hover::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-right: 20px;
  }
  .header_full_cont .mw .left_side .email a {
    font-size: 22px;
  }
  .header_full_cont .mw .left_side .email a img {
    width: 16px;
    height: 12px;
    margin-right: 12px;
  }
  .header_full_cont .mw .right_side {
    width: 72%;
  }
  .header_full_cont .mw .right_side .row .fast_links .h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li {
    margin-bottom: 12px;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li a {
    font-size: 15px;
  }
  .header_full_cont .mw .right_side .row .offer_right {
    border-radius: 20px;
    padding: 14px;
    max-width: 350px;
  }
  .header_full_cont .mw .right_side .row .offer_right .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .header_full_cont .mw .right_side .row .offer_right p {
    font-size: 16px;
    max-width: 356px;
    margin-bottom: 15px;
  }
  .header_full_cont .mw .right_side .row .offer_right .btn_b {
    margin-top: 15px;
  }
  .header_full_cont.active .mw .nav ul {
    opacity: 1;
  }
  .header_offset {
    padding-top: 90px;
  }
  .header.sticky.active {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header.active .mw {
    padding: 25px 1rem;
  }
  .header.active .mw .left_side .logo a:before {
    width: 160px;
    height: 35px;
    min-width: 160px;
  }
  .header.active .mw .right_side .burger {
    margin-right: 100px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .header {
    height: 90px;
  }
  .header .mw {
    padding: 2rem;
  }
  .header .mw .left_side .logo a:before {
    width: 170px;
    height: 35px;
    min-width: 170px;
  }
  .header .mw .right_side .burger {
    margin-left: 120px;
  }
  .header .mw .right_side .burger span {
    width: 42px;
    height: 3px;
  }
  .header .mw .right_side .burger span:nth-child(2) {
    width: 30px;
    margin-top: 8px;
    height: 3px;
  }
  .header .mw .right_side .burger::after {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .header .mw .right_side .soc_icons {
    margin: 0 40px;
  }
  .header .mw .right_side .soc_icons ul li a {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .header .mw .right_side .soc_icons ul li a img {
    width: 20px;
  }
  .header_full_cont .decor {
    width: 70%;
  }
  .header_full_cont .mw {
    padding: 160px 2rem 60px;
  }
  .header_full_cont .mw .left_side .nav ul li {
    margin-bottom: 50px;
  }
  .header_full_cont .mw .left_side .nav ul li a {
    font-size: 22px;
  }
  .header_full_cont .mw .left_side .email a {
    font-size: 22px;
  }
  .header_full_cont .mw .left_side .email a img {
    width: 16px;
    height: 12px;
    margin-right: 16px;
  }
  .header_full_cont .mw .right_side {
    width: 70%;
  }
  .header_full_cont .mw .right_side .row .fast_links .h5 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li {
    margin-bottom: 14px;
  }
  .header_full_cont .mw .right_side .row .fast_links ul li a {
    font-size: 18px;
  }
  .header_full_cont .mw .right_side .row .offer_right {
    border-radius: 20px;
    padding: 24px;
    max-width: 420px;
  }
  .header_full_cont .mw .right_side .row .offer_right .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .header_full_cont .mw .right_side .row .offer_right p {
    font-size: 17px;
    max-width: 356px;
    margin-bottom: 20px;
  }
  .header_full_cont .mw .right_side .row .offer_right .btn_b {
    margin-top: 15px;
  }
  .header_full_cont.active {
    opacity: 1;
  }
  .header_full_cont.active .mw .nav ul {
    opacity: 1;
  }
  .header_offset {
    padding-top: 90px;
  }
  .header.sticky.active {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header.active .mw {
    padding: 28px 2rem;
  }
  .header.active .mw .left_side .logo a:before {
    width: 170px;
    height: 35px;
    min-width: 170px;
  }
  .header.active .mw .right_side .burger {
    margin-right: 120px;
  }
}
@media (min-width: 1501px) and (max-width: 1834px) {
  .header_full_cont .mw {
    padding: 180px 2rem 70px;
  }
  .header_full_cont .offer_right {
    padding: 30px;
  }
  .header.sticky.active {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.btn_b {
  width: 100%;
}
.btn_b .btn_m {
  border-radius: 60px;
  background: #fff;
  padding: 18px 44px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #161a35;
  font-size: 15.47px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.619px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  min-width: 240px;
  position: relative;
}
.btn_b .btn_m .icon {
  width: 41px;
  height: 41px;
  min-width: 41px;
  background: #ff8642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_b .btn_m .icon img {
  width: 12px;
  height: auto;
}
.btn_b .btn_m:hover {
  color: #ff8642;
}
.btn_b .btn_m:hover .icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.btn_c {
  width: 100%;
}
.btn_c .btn_m {
  border-radius: 915.179px;
  border: 1px solid rgba(255, 134, 66, 0.5);
  background: #ff8642;
  /* backdrop-filter: blur(14.4999990463px); */
  padding: 15px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 21.47px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.859px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 205px;
  position: relative;
}
.btn_c .btn_m:hover {
  background: #fd9254;
}
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
img {
  pointer-events: none;
}
body,
html {
  width: 100%;
  position: relative;
}
.m_title {
  padding-bottom: 70px;
}
.m_title .h2 {
  color: #0d0f20;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.2px;
  position: relative;
}
.m_title .h2 span {
  color: rgba(13, 15, 32, 0.6);
}
.text_grad_green {
  background: #ff8642;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link_action {
  overflow: hidden;
  position: relative;
}
.link_action::after {
  content: attr(data-text);
  pointer-events: none;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: block;
  font: inherit;
}
.link_action span {
  transition:
    transform 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
}
.link_action:hover span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.link_action:hover::after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
}
@media (max-width: 575px) {
  .btn_b .btn_m {
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 14px;
    max-width: 200px;
    min-width: 200px;
  }
  .btn_b .btn_m .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    right: 10px;
  }
  .btn_b .btn_m .icon img {
    width: 10px;
  }
  .btn_c .btn_m {
    border-radius: 915.179px;
    padding: 14px;
    font-size: 16px;
    max-width: 180px;
  }
  .m_title {
    padding-bottom: 30px;
  }
  .m_title .h2 {
    font-size: 32px;
    letter-spacing: -2px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn_b .btn_m {
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 14px;
    max-width: 220px;
    min-width: 220px;
  }
  .btn_b .btn_m .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    right: 10px;
  }
  .btn_b .btn_m .icon img {
    width: 10px;
  }
  .btn_c .btn_m {
    padding: 14px;
    font-size: 16px;
    max-width: 180px;
  }
  .m_title {
    padding-bottom: 30px;
  }
  .m_title .h2 {
    font-size: 35px;
    letter-spacing: -2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn_b .btn_m {
    padding: 15px 35px;
    font-size: 14px;
    max-width: 200px;
    min-width: 200px;
  }
  .btn_b .btn_m .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    right: 12px;
  }
  .btn_b .btn_m .icon img {
    width: 10px;
  }
  .btn_c .btn_m {
    padding: 12px;
    font-size: 18px;
    max-width: 190px;
  }
  .m_title {
    padding-bottom: 40px;
  }
  .m_title .h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .btn_b {
    width: 100%;
  }
  .btn_b .btn_m {
    padding: 16px 32px;
    font-size: 14px;
    max-width: 220px;
    min-width: 220px;
  }
  .btn_b .btn_m .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    right: 12px;
  }
  .btn_b .btn_m .icon img {
    width: 12px;
    height: auto;
  }
  .btn_c .btn_m {
    padding: 14px;
    font-size: 18px;
    max-width: 190px;
  }
  .m_title {
    padding-bottom: 50px;
  }
  .m_title .h2 {
    font-size: 45px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .btn_b .btn_m {
    padding: 16px 35px;
    font-size: 14px;
    max-width: 230px;
    min-width: 230px;
  }
  .btn_b .btn_m .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    right: 12px;
  }
  .btn_b .btn_m .icon img {
    width: 12px;
  }
  .btn_c .btn_m {
    padding: 14px;
    font-size: 17px;
    max-width: 195px;
  }
  .m_title {
    padding-bottom: 55px;
  }
  .m_title .h2 {
    font-size: 48px;
  }
}
@media (min-width: 1501px) and (max-width: 1834px) {
  .btn_b .btn_m {
    padding: 16px 35px;
    font-size: 14px;
    max-width: 230px;
    min-width: 230px;
  }
  .btn_b .btn_m .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    right: 12px;
  }
  .btn_b .btn_m .icon img {
    width: 12px;
  }
  .btn_c .btn_m {
    padding: 14px;
    font-size: 17px;
    max-width: 195px;
  }
  .m_title {
    padding-bottom: 55px;
  }
  .m_title .h2 {
    font-size: 50px;
  }
}
.overflow {
  overflow: hidden;
}
.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.page {
  overflow-x: hidden;
  background: #fff;
}
.page .main {
  position: relative;
  overflow: hidden;
}
.page .main .cloud {
  position: absolute;
  width: 2800px;
  height: auto;
  -webkit-animation: cloudMove 60s linear infinite;
  animation: cloudMove 60s linear infinite;
  z-index: 1;
}
.page .main .cloud img {
  width: 100%;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  height: auto;
  opacity: 0.1;
}
@-webkit-keyframes cloudMove {
  0% {
    top: -1000px;
    left: -1000px;
  }
  100% {
    top: 1000px;
    left: 1000px;
  }
}
@keyframes cloudMove {
  0% {
    top: -1000px;
    left: -1000px;
  }
  100% {
    top: 1000px;
    left: 1000px;
  }
}
.page .main .decor1 {
  width: 257px;
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.page .main .decor1 img {
  opacity: 0.08;
  mix-blend-mode: overlay;
  width: 100%;
  height: auto;
}
.page .main .main_cont .mw {
  padding: 0 2rem 5rem;
  z-index: 2;
}
.page .main .main_cont .mw .cont {
  position: relative;
  height: 100%;
  min-height: calc(90svh - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.page .main .main_cont .mw .cont .left_side {
  width: 50%;
}
.page .main .main_cont .mw .cont .left_side .h1 {
  color: #fff;
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
  letter-spacing: -1.75px;
}
.page .main .main_cont .mw .cont .left_side .h1 b {
  color: #1d9ace;
  font-weight: 500;
}
.page .main .main_cont .mw .cont .right_side {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .main .main_cont .mw .cont .right_side .card {
  border-radius: 35px;
  border: 1px solid rgba(101, 139, 155, 0.24);
  background: linear-gradient(
    129deg,
    rgba(17, 139, 174, 0.1) 27.59%,
    rgba(9, 86, 115, 0.1) 81.19%
  );
  /* backdrop-filter: blur(5px); */
  overflow: hidden;
  padding: 45px;
}
.page .main .main_cont .mw .cont .right_side .card .decor {
  position: absolute;
  width: 235px;
  right: -75px;
  bottom: -48px;
  display: none;
}
.page .main .main_cont .mw .cont .right_side .card .decor img {
  width: 100%;
  height: auto;
}
.page .main .main_cont .mw .cont .right_side .card .h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  max-width: 340px;
  line-height: 141%;
  letter-spacing: -0.63px;
  margin-bottom: 20px;
}
.page .main .main_cont .mw .cont .right_side .card hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.page .main .main_cont .mw .cont .right_side .card .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .main .main_cont .mw .cont .right_side .card .line .btn_c {
  width: 48%;
}
.page .main .main_cont .mw .cont .right_side .card .line .btn_c .btn_m {
  background: #fff;
  color: #222;
  font-size: 14px;
}
.page .products .mw {
  padding: 6.25rem 2rem;
}
.page .products .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 70px;
}
.page .products .mw .top_line .left_side {
  max-width: 640px;
}
.page .products .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .products .mw .top_line .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .products .mw .top_line .right_side .btn_all_products {
  width: 224px;
  height: 58px;
  border-radius: 915.179px;
  border: 1px solid rgba(255, 134, 66, 0.5);
  background: #ff8642;
  /* backdrop-filter: blur(4.4999990463px); */
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.859px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .products .mw .top_line .right_side .btn_all_products:hover {
  background: #fc9254;
}
.page .products .mw .top_line .right_side .btn_next_products,
.page .products .mw .top_line .right_side .btn_prev_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .products .mw .top_line .right_side .btn_next_products:hover,
.page .products .mw .top_line .right_side .btn_prev_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .products .mw .top_line .right_side .btn_next_products:after,
.page .products .mw .top_line .right_side .btn_prev_products:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .products .mw .top_line .right_side .btn_next_products {
  margin-left: 10px;
}
.page .products .mw .top_line .right_side .btn_next_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .products .mw .top_line .right_side .btn_next_products:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .products .mw .products_slider .owl-nav {
  display: none;
}
.page .products .mw .products_slider .products_card {
  margin: 0 auto;
}
.page .products .mw .mob_cont {
  display: none;
  margin-top: 30px;
}
.page .products .mw .mob_cont .btn_all_products {
  width: 200px;
  height: 50px;
  border-radius: 915.179px;
  border: 1px solid rgba(255, 134, 66, 0.5);
  background: #ff8642;
  /* backdrop-filter: blur(4.4999990463px); */
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.859px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}
.page .products .mw .mob_cont .btn_all_products:hover {
  background: #fc9254;
}
.page .products .mw .mob_cont .btn_next_products,
.page .products .mw .mob_cont .btn_prev_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .products .mw .mob_cont .btn_next_products:hover,
.page .products .mw .mob_cont .btn_prev_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .products .mw .mob_cont .btn_next_products:after,
.page .products .mw .mob_cont .btn_prev_products:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .products .mw .mob_cont .btn_next_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .products .mw .mob_cont .btn_next_products:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .products_card {
  position: relative;
}
.page .products_card a {
  border-radius: 40px;
  border: 1px solid #191d27;
  background: #171a36;
  padding: 20px;
  width: 100%;
  height: 440px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .products_card a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page .products_card a:hover .desc .h5 {
  color: #1d9ace;
}
.page .products_card a:hover .desc .btn_more::after {
  background: url(../images/arrow_right_hover.svg) no-repeat center center/cover;
}
.page .products_card a .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .products_card a .img img {
  width: 100%;
  height: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  object-fit: cover;
}
.page .products_card a .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .products_card a .desc .h5 {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.6px;
}
.page .products_card a .desc .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 110.063px;
  border: 0.887px solid #fff;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 55px;
  height: 55px;
  min-width: 55px;
  transition: 0.5s;
}
.page .products_card a .desc .btn_more::after {
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 13px;
  height: 13px;
  background: url(../images/arrow_right_violet.svg) no-repeat center
    center/cover;
  position: relative;
  min-width: 13px;
  transition: 0.5s;
}
.page .popular_products {
  border-radius: 60px;
  background: #eaeef7;
}
.page .popular_products .mw {
  padding: 6.25rem 2rem;
}
.page .popular_products .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 84px;
}
.page .popular_products .mw .top_line .left_side {
  max-width: 640px;
}
.page .popular_products .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .popular_products .mw .top_line .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .popular_products .mw .top_line .right_side .btn_next_popular_products,
.page .popular_products .mw .top_line .right_side .btn_prev_popular_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products:hover,
.page
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_prev_popular_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products:after,
.page
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_prev_popular_products:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .popular_products .mw .top_line .right_side .btn_next_popular_products {
  margin-left: 10px;
}
.page
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .popular_products .mw .popular_products_slider .owl-nav {
  display: none;
}
.page .popular_products .mw .mob_cont {
  margin-top: 30px;
  display: none;
}
.page .popular_products .mw .mob_cont .btn_next_popular_products,
.page .popular_products .mw .mob_cont .btn_prev_popular_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .popular_products .mw .mob_cont .btn_next_popular_products:hover,
.page .popular_products .mw .mob_cont .btn_prev_popular_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .popular_products .mw .mob_cont .btn_next_popular_products:after,
.page .popular_products .mw .mob_cont .btn_prev_popular_products:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .popular_products .mw .mob_cont .btn_next_popular_products {
  margin-left: 10px;
}
.page .popular_products .mw .mob_cont .btn_next_popular_products:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .popular_products .mw .mob_cont .btn_next_popular_products:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .product_card {
  border-radius: 40px;
  border: 1px solid #191d27;
  background: #161a35;
  padding: 20px;
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .product_card:hover .desc .h5 {
  color: #1d9ace;
}
.page .product_card:hover .btn_b .btn_m {
  color: #1d9ace;
}
.page .product_card .row {
  position: relative;
  margin-bottom: 13px;
  display: block;
}
.page .product_card .row .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .product_card .row .title {
  position: absolute;
  border-radius: 11.111px;
  background: #1d9ace;
  padding: 6px 10px;
  top: 13px;
  left: 16px;
}
.page .product_card .row .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15.556px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  letter-spacing: -0.467px;
}
.page .product_card .row .title span img {
  width: 11px;
  height: auto;
  margin-right: 6px;
}
.page .product_card .desc .h5 {
  color: #fff;
  font-size: 24px;
  max-width: 265px;
  padding: 0 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.72px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.page .product_card .desc ul {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.page .product_card .desc ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-right: 20px;
  line-height: 124%;
  letter-spacing: -0.54px;
}
.page .product_card .desc ul li:last-child {
  margin-right: 0;
}
.page .product_card .desc .btn_b .btn_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 30px;
  border-radius: 26px;
}
.page .about_the_brand .mw {
  padding: 6.25rem 2rem;
  position: relative;
}
.page .about_the_brand .mw .decor {
  width: 1636px;
  position: absolute;
  top: 100px;
  left: -240px;
  z-index: 1;
}
.page .about_the_brand .mw .decor img {
  width: 100%;
  height: auto;
}
.page .about_the_brand .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.page .about_the_brand .mw .cont .left_side {
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  width: 35%;
}
.page .about_the_brand .mw .cont .left_side .m_title {
  padding-bottom: 10px;
}
.page .about_the_brand .mw .cont .left_side .m_title .h2 {
  line-height: 56px;
}
.page .about_the_brand .mw .cont .left_side .desc p {
  color: rgba(3, 4, 8, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.54px;
  max-width: 450px;
}
.page .about_the_brand .mw .cont .left_side .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .about_the_brand .mw .cont .left_side .row .img {
  max-width: 116px;
  margin-right: 40px;
}
.page .about_the_brand .mw .cont .left_side .row .img img {
  width: 100%;
  border-radius: 16px;
  height: auto;
}
.page .about_the_brand .mw .cont .left_side .row .line {
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page .about_the_brand .mw .cont .left_side .row .line .h5 {
  color: #030408;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .about_the_brand .mw .cont .left_side .row .line .h5::before {
  content: "";
  width: 5px;
  height: 5px;
  min-width: 5px;
  position: relative;
  margin-right: 8px;
  border-radius: 5px;
  display: block;
  background: #ff8642;
}
.page .about_the_brand .mw .cont .left_side .row .line .btn_c .btn_m {
  max-width: 205px;
  min-width: 205px;
}
.page .about_the_brand .mw .cont .right_side {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}
.page .about_the_brand .mw .cont .right_side .card {
  background: #161a35;
  border-radius: 0 0 30px 30px;
  height: 314px;
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  padding: 35px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .about_the_brand .mw .cont .right_side .card::after {
  content: "";
  background: url(../images/decor4.svg) no-repeat center center/cover;
  width: 305px;
  height: 63px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.page .about_the_brand .mw .cont .right_side .card .num span {
  color: #fff;
  font-size: 88.985px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -4.449px;
}
.page .about_the_brand .mw .cont .right_side .card .num span small {
  color: #fff;
  font-size: 29.974px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -1.798px;
}
.page .about_the_brand .mw .cont .right_side .card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.page .about_the_brand .mw .cont .right_side .card:nth-child(4),
.page .about_the_brand .mw .cont .right_side .card:nth-child(5),
.page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
  background: #1d9ace;
}
.page .about_the_brand .mw .cont .right_side .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .we_are_trusted {
  background: url(/8.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.page .we_are_trusted .mw {
  padding: 0 2rem 5.2rem;
}
.page .we_are_trusted .mw .cont {
  position: relative;
  min-height: calc(80svh - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.page .we_are_trusted .mw .cont .left_side {
  width: 52%;
}
.page .we_are_trusted .mw .cont .left_side .title {
  border-radius: 20px;
  border: 1px solid rgba(47, 49, 49, 0.24);
  background: linear-gradient(
    129deg,
    rgba(17, 139, 174, 0.1) 27.59%,
    rgba(9, 86, 115, 0.1) 81.19%
  );
  /* backdrop-filter: blur(5px); */
  padding: 23px 32px;
  max-width: 490px;
  margin-bottom: 35px;
}
.page .we_are_trusted .mw .cont .left_side .title span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 141%;
  letter-spacing: -0.63px;
}
.page .we_are_trusted .mw .cont .left_side .m_title {
  padding-bottom: 0;
}
.page .we_are_trusted .mw .cont .left_side .m_title .h2 {
  color: #fff;
}
.page .we_are_trusted .mw .cont .left_side .m_title .h2 span {
  color: #1d9ace;
}
.page .we_are_trusted .mw .cont .right_side {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .we_are_trusted .mw .cont .right_side .icon {
  width: 425px;
}
.page .we_are_trusted .mw .cont .right_side .icon img {
  width: 100%;
  height: auto;
}
.page .benefits .mw {
  padding: 6.25rem 2rem;
}
.page .benefits .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 75px;
}
.page .benefits .mw .top_line .left_side {
  max-width: 640px;
}
.page .benefits .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .benefits .mw .top_line .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .benefits .mw .top_line .right_side .btn_next_benefits,
.page .benefits .mw .top_line .right_side .btn_prev_benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .benefits .mw .top_line .right_side .btn_next_benefits:hover,
.page .benefits .mw .top_line .right_side .btn_prev_benefits:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .benefits .mw .top_line .right_side .btn_next_benefits:after,
.page .benefits .mw .top_line .right_side .btn_prev_benefits:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .benefits .mw .top_line .right_side .btn_next_benefits {
  margin-left: 10px;
}
.page .benefits .mw .top_line .right_side .btn_next_benefits:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .benefits .mw .top_line .right_side .btn_next_benefits:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .benefits .mw .benefits_slider {
  width: 2000px;
}
.page .benefits .mw .benefits_slider .owl-nav {
  display: none;
}
.page .benefits .mw .benefits_slider .benefits_card,
.page .benefits .mw .benefits_slider .owl-item {
  max-width: 520px;
}
.page .benefits .mw .mob_cont {
  display: none;
  margin-top: 30px;
}
.page .benefits .mw .mob_cont .btn_next_benefits,
.page .benefits .mw .mob_cont .btn_prev_benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .benefits .mw .mob_cont .btn_next_benefits:hover,
.page .benefits .mw .mob_cont .btn_prev_benefits:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .benefits .mw .mob_cont .btn_next_benefits:after,
.page .benefits .mw .mob_cont .btn_prev_benefits:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .benefits .mw .mob_cont .btn_next_benefits {
  margin-left: 10px;
}
.page .benefits .mw .mob_cont .btn_next_benefits:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .benefits .mw .mob_cont .btn_next_benefits:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .benefits_card {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding: 45px 30px 45px 45px;
  position: relative;
  display: block;
  width: 100%;
  height: 395px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  
}
.page .benefits_card .desc {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .benefits_card .desc .h5 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  max-width: 290px;
  line-height: 130%;
  letter-spacing: -0.44px;
}
.page .benefits_card .desc .icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(51, 57, 70, 0.1);
  /* backdrop-filter: blur(5px); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .benefits_card .desc .icon img {
  width: 45px;
  height: 45px;
}
.page .benefits_card p {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.72px;
}
.page .benefits_card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    201.58deg,
    rgba(0, 0, 0, 0) -4.91%,
    rgba(0, 0, 0, 0.92) 99.43%
  );
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}
.page .benefits_card:hover::after {
  opacity: 1;
}
.page .our_work {
  background: #eaeef7;
  border-radius: 60px;
}
.page .our_work .mw {
  padding: 6.25rem 2rem;
}
.page .our_work .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.page .our_work .mw .top_line .left_side .m_title {
  padding-bottom: 0;
  max-width: 460px;
}
.page .our_work .mw .top_line .left_side .m_title .h2 {
  font-size: 60px;
}
.page .our_work .mw .top_line .right_side {
  width: 50%;
}
.page .our_work .mw .top_line .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.page .our_work .mw .our_work_slider {
  width: 2000px;
}
.page .our_work .mw .our_work_slider .owl-nav {
  display: none;
}
.page .our_work .mw .our_work_slider .card,
.page .our_work .mw .our_work_slider .owl-item {
  max-width: 560px;
}
.page .our_work .mw .our_work_slider .card {
  border-radius: 30.737px;
  background: #fff;
  padding: 18px 18px 45px 45px;
  width: 584px;
}
.page .our_work .mw .our_work_slider .card .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .our_work .mw .our_work_slider .card .desc .h5 {
  color: #0e0e0e;
  font-size: 30.737px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.922px;
}
.page .our_work .mw .our_work_slider .card .desc .num {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 24.589px;
  background: rgba(30, 132, 149, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .our_work .mw .our_work_slider .card .desc .num span {
  color: #1e8495;
  font-size: 33.196px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.992px;
}
.page .our_work .mw .our_work_slider .card p {
  color: #101327;
  font-size: 16.393px;
  font-style: normal;
  font-weight: 500;
  max-width: 360px;
  line-height: 147%;
  letter-spacing: -0.492px;
  opacity: 0.8;
}
.page .our_work .mw .our_work_slider .card p b {
  font-weight: 600;
}
.page .partners {
  padding: 6.25rem 0;
}
.page .partners .mw {
  padding: 0 2rem 0;
}
.page .partners .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 75px;
}
.page .partners .mw .top_line .m_title {
  padding-bottom: 0;
}
.page .partners .mw .top_line .title {
  color: #030408;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .partners .mw .top_line .title::before {
  content: "";
  width: 5px;
  height: 5px;
  min-width: 5px;
  position: relative;
  margin-right: 8px;
  border-radius: 5px;
  display: block;
  background: #ff8642;
}
.page .partners .slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.page .partners .partners_slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: slideLeft 30s linear infinite;
  animation: slideLeft 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .partners .partners_slider .owl-nav {
  display: none;
}
.page .partners .partners_slider .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px;
  width: 350px;
  min-width: 350px;
}
.page .partners .partners_slider .card:last-child {
  border-right: 1px;
}
.page .partners .partners_slider .card .img img {
  width: 207px;
  height: auto;
}
.page .want_become_our_supplier {
  background: url(/9.webp) no-repeat center
    center/cover;
  position: relative;
}
.page .want_become_our_supplier .decor {
  right: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page .want_become_our_supplier .decor img {
  width: auto;
  height: 100%;
}
.page .want_become_our_supplier .mw {
  padding: 5rem 2rem;
}
.page .want_become_our_supplier .mw .cont {
  position: relative;
  min-height: calc(65svh - 85px);
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  overflow: hidden;
}
.page .want_become_our_supplier .mw .cont .m_title {
  max-width: 900px;
  padding-bottom: 0;
}
.page .want_become_our_supplier .mw .cont .m_title .h2 {
  color: #fff;
}
.page .want_become_our_supplier .mw .cont .m_title .h2 span {
  color: #ff8642;
}
.page .want_become_our_supplier .mw .cont .m_title p {
  margin-top: 90px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.96px;
  max-width: 415px;
}
.page .want_become_our_supplier .mw .cont .m_title p b {
  color: #fff;
  font-weight: 500;
}
.page .want_become_our_supplier .mw .cont .btn_b .btn_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.page .faq .mw {
  padding: 6.25rem 2rem 3.5rem;
}
.page .faq .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .faq .mw .cont .left_side {
  width: 25%;
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page .faq .mw .cont .left_side .m_title {
  max-width: 240px;
}
.page .faq .mw .cont .left_side .img {
  max-width: 115px;
}
.page .faq .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.page .faq .mw .cont .right_side {
  width: 70%;
}
.page .faq .mw .cont .right_side .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .faq .mw .cont .right_side .accordion .accordion-item {
  width: 100%;
  border-radius: 30px;
  background: #1d9ace;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}
.page .faq .mw .cont .right_side .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title {
  position: relative;
  border-radius: 30px;
  background: #1d9ace;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 26px 34px 26px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title
  .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.69px;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title
  .line
  .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 82px;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title
  .line
  .num
  span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.63px;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title
  .plus {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title
  .plus:after {
  content: "";
  position: relative;
  background: url(../images/plus.svg) no-repeat center center/cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: block;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-title:hover
  .plus:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-content {
  display: none;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont {
  padding: 0 34px 26px 50px;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p
  b {
  color: #ff8642;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p:last-child {
  padding-bottom: 0;
}
.page
  .faq
  .mw
  .cont
  .right_side
  .accordion
  .active
  .accordion-item-title
  .plus:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation: 5s plus_anim linear infinite;
  animation: 5s plus_anim linear infinite;
}
@-webkit-keyframes plus_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plus_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page .latest_news .mw {
  padding: 3.5rem 2rem 7rem;
}
.page .latest_news .mw .top_line {
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .latest_news .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .latest_news .mw .top_line .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .latest_news .mw .top_line .right_side .btn_next_news,
.page .latest_news .mw .top_line .right_side .btn_prev_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .latest_news .mw .top_line .right_side .btn_next_news:hover,
.page .latest_news .mw .top_line .right_side .btn_prev_news:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .latest_news .mw .top_line .right_side .btn_next_news:after,
.page .latest_news .mw .top_line .right_side .btn_prev_news:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .latest_news .mw .top_line .right_side .btn_next_news {
  margin-left: 10px;
}
.page .latest_news .mw .top_line .right_side .btn_next_news:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .latest_news .mw .top_line .right_side .btn_next_news:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .latest_news .mw .news_slider .owl-nav {
  display: none;
}
.page .latest_news .mw .mob_cont {
  display: none;
  margin-top: 30px;
}
.page .latest_news .mw .mob_cont .btn_next_news,
.page .latest_news .mw .mob_cont .btn_prev_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .latest_news .mw .mob_cont .btn_next_news:hover,
.page .latest_news .mw .mob_cont .btn_prev_news:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .latest_news .mw .mob_cont .btn_next_news:after,
.page .latest_news .mw .mob_cont .btn_prev_news:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
  position: absolute;
}
.page .latest_news .mw .mob_cont .btn_next_news {
  margin-left: 10px;
}
.page .latest_news .mw .mob_cont .btn_next_news:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.page .latest_news .mw .mob_cont .btn_next_news:after {
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
}
.page .news_card a {
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background: #f5f4f2;
  padding: 45px 32px;
  display: block;
  width: 100%;
}
.page .news_card a .title {
  color: #0e0e0e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  max-width: 385px;
  line-height: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: -0.72px;
}
.page .news_card a .date {
  margin: 25px 0 50px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.page .news_card a .img {
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .news_card a .img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
}
.page .news_card a:hover .title {
  color: #ff8642;
}
.page .news_card a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page .any_ques {
  position: relative;
}
.page .any_ques .mw {
  padding: 5rem 2rem;
}
.page .any_ques .mw .cont .left_side {
  width: 50%;
}
.page .any_ques .mw .cont .left_side .m_title {
  padding-bottom: 20px;
}
.page .any_ques .mw .cont .left_side .m_title p {
  max-width: 485px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
  margin-top: 20px;
}
.page .any_ques .mw .cont .left_side form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .any_ques .mw .cont .left_side form .inp {
  width: 100%;
  margin-bottom: 20px;
}
.page .any_ques .mw .cont .left_side form .inp input {
  border: 1px solid #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 85px;
  border-radius: 1000px;
  background: #f9f9f9;
  width: 100%;
  max-width: 98%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
  padding: 32px 35px;
}
.page
  .any_ques
  .mw
  .cont
  .left_side
  form
  .inp
  input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 15px 0;
}
.page .any_ques .mw .cont .left_side form .inp_agree input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
.page
  .any_ques
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input:checked
  ~ .inp_check:after {
  opacity: 1;
}
.page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
  background: 0 0;
  border: 1px solid #0d0f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin-right: 15px;
  position: relative;
}
.page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #0d0f20;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .any_ques .mw .cont .left_side form .inp_agree .txt {
  color: #0d0f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.page .any_ques .mw .cont .left_side form .inp_agree .txt a {
  color: #0d0f20;
  border-bottom: 1px dashed #0d0f20;
}
.page .any_ques .mw .cont .left_side form .inp_agree .txt a:hover {
  color: #ff8642;
  border-color: #ff8642;
}
.page .any_ques .mw .cont .left_side form .btn_c {
  padding-top: 30px;
}
.page .any_ques .mw .cont .left_side form .btn_c .btn_m {
  max-width: 300px;
  padding: 25px;
}
.page .any_ques .right_side {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.page .any_ques .right_side .img {
  height: 960px;
}
.page .any_ques .right_side .img img {
  width: 100%;
  height: 100%;
}
.page .footer {
  z-index: 1;
  position: relative;
}
.page .footer .top_cont {
  background: url(../images/footer_bg.jpg) no-repeat center center/cover;
  position: relative;
  background: #161a35;
}
.page .footer .top_cont::after {
  content: "";
  background: url(../images/pattern_w.png) no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.6;
}
.page .footer .top_cont .mw {
  padding: 6.25rem 2rem;
  z-index: 2;
}
.page .footer .top_cont .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .footer .top_cont .mw .cont .card .h5 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page .footer .top_cont .mw .cont .card .location {
  max-width: 535px;
  margin-bottom: 40px;
}
.page .footer .top_cont .mw .cont .card .map {
  width: 100%;
}
.page .footer .top_cont .mw .cont .card .map a {
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 300px;
  padding: 17px 60px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .top_cont .mw .cont .card .map a:after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat center center/cover;
  width: 17px;
  height: 15px;
  position: relative;
  min-width: 17px;
  display: block;
  margin-left: 5px;
}
.page .footer .top_cont .mw .cont .card .map a:hover {
  background: #ff8642;
  border: 1px solid #ff8642;
}
.page .footer .top_cont .mw .cont .card .location a,
.page .footer .top_cont .mw .cont .card .phone a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
}
.page .footer .top_cont .mw .cont .card .location a:hover,
.page .footer .top_cont .mw .cont .card .phone a:hover {
  color: #ff8642;
}
.page .footer .top_cont .mw .cont .card .email {
  margin: 10px 0;
}
.page .footer .top_cont .mw .cont .card .email a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.54px;
}
.page .footer .top_cont .mw .cont .card .email a:hover {
  color: #ff8642;
}
.page .footer .top_cont .mw .cont .card .time {
  max-width: 300px;
}
.page .footer .top_cont .mw .cont .card .time p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
}
.page .footer .top_cont .mw .cont .card .time p b {
  font-weight: 500;
}
.page .footer .top_cont .mw .cont .card .fast_links li {
  margin-bottom: 20px;
}
.page .footer .top_cont .mw .cont .card .fast_links li:last-child {
  margin-bottom: 0;
}
.page .footer .top_cont .mw .cont .card .fast_links li a {
  color: #fff;
  font-family: Montserrat, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.page .footer .top_cont .mw .cont .card .fast_links li a:hover {
  color: #ff8642;
}
.page .footer .top_cont .mw .cont .card .soc_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .top_cont .mw .cont .card .soc_icons li {
  margin-right: 12px;
}
.page .footer .top_cont .mw .cont .card .soc_icons li:last-child {
  margin-right: 0;
}
.page .footer .top_cont .mw .cont .card .soc_icons li a {
  width: 49px;
  height: 49px;
  border-radius: 50px;
  background: 0 0;
  border: 1px solid #ff8642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .footer .top_cont .mw .cont .card .soc_icons li a img {
  width: 100%;
  height: auto;
}
.page .footer .top_cont .mw .cont .card .soc_icons li a:hover {
  border: 1px solid rgba(255, 134, 66, 0.4);
  background: rgba(255, 134, 66, 0.4);
}
.page .footer .top_cont .mw .cont .card .scrollup {
  width: 58px;
  height: 58px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 1000;
  border-radius: 50%;
}
.page .footer .top_cont .mw .cont .card .scrollup img {
  width: 100%;
}
.page .footer .top_cont .mw .cont .card .scrollup:hover {
  opacity: 0.9;
}
.page .footer .top_cont .mw .cont .card .scrollup .fas_icon {
  font-size: 100%;
  color: #fff;
}
.page .footer .top_cont .mw .cont .card .scrollup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .footer .top_cont .mw .cont .card .scrollup:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}
.page .footer .top_cont .decor img {
  width: 170px;
  height: auto;
  margin: 1%;
  margin-left: 35px;
}
.page .footer .bottom_cont {
  background-color: #181d37;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}
.page .footer .bottom_cont .mw {
  padding: 1.25rem 2rem;
}
.page .footer .bottom_cont .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .footer .bottom_cont .mw .cont .left_side p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.page .footer .bottom_cont .mw .cont .right_side {
  width: 50%;
}
.page .footer .bottom_cont .mw .cont .right_side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .bottom_cont .mw .cont .right_side ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.page .footer .bottom_cont .mw .cont .right_side ul li a:hover {
  color: #ff8642;
}
.page .footer .bottom_cont .mw .cont .right_side ul li a b {
  font-weight: 700;
}
.page .top_section {
  border-bottom: 1px solid #dcdde1;
}
.page .top_section .top_section_cont .mw {
  padding: 28px 2rem;
}
.page .top_section .top_section_cont .mw .top_nav {
  width: 100%;
}
.page .top_section .top_section_cont .mw .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page .top_section .top_section_cont .mw .top_nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .top_section .top_section_cont .mw .top_nav ul li:last-child:after {
  display: none;
}
.page .top_section .top_section_cont .mw .top_nav ul li:after {
  content: "/";
  color: rgba(13, 15, 32, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: -0.54px;
  margin: 0 5px;
}
.page .top_section .top_section_cont .mw .top_nav ul li a {
  color: rgba(13, 15, 32, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: -0.54px;
  white-space: nowrap;
}
.page .top_section .top_section_cont .mw .top_nav ul li a:hover {
  color: #ff8642;
}
.page .top_section .top_section_cont .mw .top_nav ul li a.active {
  color: #ff8642;
}
.page_catalog .header {
  border-bottom: 1px solid #dcdde1;
}
.page_catalog .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_catalog .header .mw .right_side .burger span {
  background: #161a35;
}
.page_catalog .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_catalog .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_catalog .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_catalog .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_catalog .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_catalog .header.sticky {
  background: #fff;
}
.page_catalog .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_catalog .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_catalog .products .mw .m_title {
  padding-bottom: 60px;
}
.page_catalog .products .mw .cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.page_catalog .products .mw .cont .products_card a {
  height: auto;
  padding: 18px 18px 40px;
}
.page_catalog
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products,
.page_catalog
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_prev_popular_products {
  border: 0;
  background: rgba(71, 175, 210, 0.5);
}
.page_catalog
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products:after,
.page_catalog
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_prev_popular_products:after {
  background: url(../images/chevron_left_white.svg) no-repeat center
    center/cover;
}
.page_catalog
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products {
  border: 0;
  background: #1d9ace;
}
.page_catalog
  .popular_products
  .mw
  .top_line
  .right_side
  .btn_next_popular_products:after {
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
}
.page_catalog .popular_products .mw .mob_cont .btn_next_popular_products,
.page_catalog .popular_products .mw .mob_cont .btn_prev_popular_products {
  background: rgba(71, 175, 210, 0.5);
  border: 0;
}
.page_catalog .popular_products .mw .mob_cont .btn_next_popular_products:after,
.page_catalog .popular_products .mw .mob_cont .btn_prev_popular_products:after {
  background: url(../images/chevron_left_white.svg) no-repeat center
    center/cover;
}
.page_catalog .popular_products .mw .mob_cont .btn_next_popular_products {
  background: #1d9ace;
}
.page_catalog .popular_products .mw .mob_cont .btn_next_popular_products:after {
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
}
.page_catalog .any_ques .mw .m_title .h2 {
  max-width: 300px;
}
.page_product .header {
  border-bottom: 1px solid #dcdde1;
}
.page_product .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_product .header .mw .right_side .burger span {
  background: #161a35;
}
.page_product .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_product .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_product .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_product .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_product .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_product .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_product .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_product .header.sticky {
  background: #fff;
}
.page_product .product .mw {
  padding: 4rem 2rem 6.25rem;
}
.page_product .product .mw .m_title {
  padding-bottom: 52px;
}
.page_product .product .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_product .product .mw .cont .left_side {
  width: 22%;
}
.page_product .product .mw .cont .left_side .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_product .product .mw .cont .left_side .accordion .accordion-item {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-title {
  position: relative;
  background: #1d9ace;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-title
  .arrow {
  position: relative;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-title
  .arrow:after {
  content: "";
  position: relative;
  background: url(../images/arrow-right-white.svg) no-repeat center center/cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 5px;
  min-width: 8px;
  display: block;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-title:hover
  .arrow:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content {
  display: none;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content.active {
  display: block;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont {
  padding: 0 0 18px;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  ul
  li {
  padding: 8px 18px;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  ul
  li
  a {
  color: #0d0f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  ul
  li
  a:hover {
  color: #1d9ace;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  ul
  li
  .active {
  color: #1d9ace;
}
.page_product .product .mw .cont .left_side .accordion .active {
  background: #eaeef7;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .active
  .accordion-item-title {
  border-radius: 10px;
  background: #eaeef7;
  color: #0d0f20;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .active
  .accordion-item-title
  .arrow:after {
  background: url(../images/arrow-right-black.svg) no-repeat center center/cover;
}
.page_product
  .product
  .mw
  .cont
  .left_side
  .accordion
  .active
  .accordion-item-title:hover
  .arrow:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.page_product .product .mw .cont .right_side {
  width: 75%;
}
.page_product .product .mw .cont .right_side .product_line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.page_product .product .mw .cont .right_side .product_line .product_card {
  border-radius: 10px;
  border: 1px solid rgba(201, 201, 201, 0.2);
  background: #f8f8f8;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card:hover
  .desc
  .h5 {
  color: #1d9ace;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card:hover
  .desc
  .btn_line
  .btn_c
  .btn_more {
  background: #272d53;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card:hover
  .desc
  .btn_line
  .btn_c
  .btn_m {
  background: #fd9254;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .img
  img {
  border-radius: 10px;
}
.page_product .product .mw .cont .right_side .product_line .product_card .row {
  position: relative;
  margin-bottom: 22px;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  .h5 {
  color: #161a35;
  margin-bottom: 15px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  ul {
  margin-bottom: 24px;
  padding: 0;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  ul
  li {
  color: rgba(22, 26, 53, 0.6);
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  .btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  .btn_line
  .btn_c {
  max-width: 162px;
  margin-right: 16px;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  .btn_line
  .btn_more {
  border-radius: 6px;
  background: #161a35;
  border: 1px solid #161a35;
  max-width: 162px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 12px;
  line-height: 124%;
  letter-spacing: -0.42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .product_line
  .product_card
  .desc
  .btn_line
  .btn_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 12px;
  font-size: 14px;
  border-radius: 6px;
  background: #ff8642;
  max-width: 162px;
}
.page_product .product .mw .cont .right_side .bottom_pagination {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_product .product .mw .cont .right_side .bottom_pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .page-numbers {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(22, 26, 53, 0.2);
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161a35;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 10px;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .page-numbers.current,
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .page-numbers:hover {
  border-radius: 10px;
  border: 1px solid rgba(22, 26, 53, 0.1);
  background: rgba(22, 26, 53, 0.1);
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .prev {
  -webkit-transition: 0.5;
  transition: 0.5;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .prev:hover {
  background: 0 0;
  border: 1px solid #161a35;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .prev:hover:after {
  background: url(../images/chevron_left_black.svg) no-repeat center
    center/cover;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .prev:after {
  content: "";
  background: url(../images/chevron_left_dark.svg) no-repeat center center/cover;
  position: absolute;
  width: 54px;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .next {
  -webkit-transition: 0.5;
  transition: 0.5;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .next:hover {
  background: 0 0;
  border: 1px solid #161a35;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .next:hover:after {
  background: url(../images/chevron_right_black.svg) no-repeat center
    center/cover;
}
.page_product
  .product
  .mw
  .cont
  .right_side
  .bottom_pagination
  .pagination
  .next:after {
  content: "";
  background: url(../images/chevron_right_dark.svg) no-repeat center
    center/cover;
  position: absolute;
  width: 54px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_product .product .mw .cont .right_side .btn_b .btn_m {
  max-width: 100%;
  background: #161a35;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
}
.page_product .product .mw .cont .right_side .btn_b .btn_m:hover {
  background: #272d53;
}
.page_product .any_ques .mw .m_title .h2 {
  max-width: 300px;
}
.page_products .header {
  border-bottom: 1px solid #dcdde1;
}
.page_products .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_products .header .mw .right_side .burger span {
  background: #161a35;
}
.page_products .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_products .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_products .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_products .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_products .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_products .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_products .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_products .header.sticky {
  background: #fff;
}
.page_products .products_full .mw {
  padding: 6.25rem 2rem;
}
.page_products .products_full .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_products .products_full .mw .cont .left_side {
  width: 49%;
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page_products .products_full .mw .cont .left_side .product_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.page_products .products_full .mw .cont .left_side .product_slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-next,
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/arrow_left.svg) no-repeat center center/cover;
  opacity: 0.6;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-next:hover,
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-prev:hover {
  opacity: 1;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-next
  span,
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-prev
  span {
  display: none;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .owl-nav
  .owl-next {
  background: url(../images/arrow_right1.svg) no-repeat center center/cover;
}
.page_products .products_full .mw .cont .left_side .product_slider .card .img {
  width: 100%;
  max-width: 880px;
  height: 520px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
  border: 1px solid #f5f4f2;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_slider
  .card
  .img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_min_slider
  .owl-nav {
  display: none;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_min_slider
  .card
  .img {
  width: 100%;
  max-width: 160px;
  height: 90px;
  border-radius: 18px;
  border: 1px solid #f5f4f2;
  overflow: hidden;
}
.page_products
  .products_full
  .mw
  .cont
  .left_side
  .product_min_slider
  .card
  .img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page_products .products_full .mw .cont .right_side {
  width: 49%;
}
.page_products .products_full .mw .cont .right_side .m_title {
  padding-bottom: 20px;
  max-width: 640px;
}
.page_products .products_full .mw .cont .right_side .stock .in_stock,
.page_products .products_full .mw .cont .right_side .stock .out_stock {
  display: inline-block;
  padding: 5px 15px;
  gap: 10px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.page_products .products_full .mw .cont .right_side .stock .in_stock {
  color: #28ad0e;
  border: 1px solid #80d66f;
}
.page_products .products_full .mw .cont .right_side .stock .out_stock {
  color: #f55d28;
  border: 1px solid #f55d28;
}
.page_products .products_full .mw .cont .right_side .btn_c {
  margin-bottom: 40px;
}
.page_products .products_full .mw .cont .right_side .btn_c .btn_m {
  max-width: 100%;
  padding: 16px;
  font-size: 18px;
}
.page_products .products_full .mw .cont .right_side .h5 {
  color: #0d0f20;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.page_products .products_full .mw .cont .right_side ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.page_products .products_full .mw .cont .right_side ul li:last-child {
  margin-bottom: 0;
}
.page_products .products_full .mw .cont .right_side ul li p {
  color: rgba(22, 26, 53, 0.6);
  font-size: 16px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.page_products .products_full .mw .cont .right_side ul li .line {
  position: relative;
}
.page_products .products_full .mw .cont .right_side ul li .line img {
  width: 100%;
  height: auto;
}
.page_products .products_full .mw .cont .right_side ul li span {
  color: #161a35;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.page_products .description .mw {
  padding: 0 2rem;
}
.page_products .description .mw .cont {
  background: url(../images/description_bg.jpg) no-repeat center center/cover;
  border-radius: 40px;
  padding: 60px;
  border: 1px solid #e8e8e8;
}
.page_products .description .mw .cont .m_title {
  padding-bottom: 40px;
}
.page_products .description .mw .cont .m_title .h2 {
  color: #fff;
}
.page_products .description .mw .cont .desc {
  max-width: 1030px;
}
.page_products .description .mw .cont .desc p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -0.63px;
  margin-bottom: 50px;
}
.page_products .description .mw .cont .desc p b {
  font-weight: 600;
}
.page_products .description .mw .cont .desc p:last-child {
  margin-bottom: 0;
}
.page_products .popular_products {
  background: 0 0;
}
.page_about .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page_about .top_section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page_about .top_section .top_section_cont .mw .top_nav ul li:after {
  color: rgba(255, 255, 255, 0.8);
}
.page_about .top_section .top_section_cont .mw .top_nav ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.page_about .about {
  background: url(/7.webp) no-repeat center center/cover;
  position: relative;
}
.page_about .about .about_cont .mw {
  padding: 0 2rem 110px;
}
.page_about .about .about_cont .mw .cont {
  position: relative;
  min-height: calc(82svh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.page_about .about .about_cont .mw .cont .left_side {
  width: 65%;
}
.page_about .about .about_cont .mw .cont .left_side .h1 {
  color: #fff;
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: 97%;
  letter-spacing: -3.75px;
}
.page_about .about .about_cont .mw .cont .left_side .h1 b {
  color: #1d9ace;
  font-weight: 500;
}
.page_about .about .about_cont .mw .cont .right_side .card {
  border-radius: 35px;
  border: 1px solid rgba(101, 139, 155, 0.24);
  background: linear-gradient(
    129deg,
    rgba(17, 139, 174, 0.1) 27.59%,
    rgba(9, 86, 115, 0.1) 81.19%
  );
  backdrop-filter: blur(5px);
  padding: 32px 36px;
}
.page_about .about .about_cont .mw .cont .right_side .card .icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}
.page_about .about .about_cont .mw .cont .right_side .card .icon img {
  width: 21px;
  height: auto;
}
.page_about .about .about_cont .mw .cont .right_side .card p {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  max-width: 290px;
  letter-spacing: -0.63px;
}
.page_about .our_core_values {
  background: radial-gradient(
    147.56% 68.27% at 50% 50%,
    #dfe5f1 0,
    #d2d9e7 100%
  );
  margin-bottom: 50px;
}
.page_about .our_core_values .mw {
  padding: 5rem 2rem 4rem;
}
.page_about .our_core_values .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 58px;
}
.page_about .our_core_values .mw .top_line .left_side p {
  color: #030408;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  max-width: 820px;
  line-height: 139%;
  letter-spacing: -0.54px;
}
.page_about .our_core_values .mw .top_line .right_side .m_title {
  padding-bottom: 0;
  max-width: 400px;
}
.page_about .our_core_values .mw .top_line .right_side .m_title .h2 {
  text-align: right;
  line-height: 56px;
}
.page_about .our_core_values .mw .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 30px;
}
.page_about .our_core_values .mw .cont .card {
  position: relative;
  width: 100%;
  display: block;
  height: 710px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  padding: 18px 15px;
}
.page_about .our_core_values .mw .cont .card .row {
  border-radius: 30px;
  background: #fff;
  height: 435px;
  padding: 40px 20px;
}
.page_about .our_core_values .mw .cont .card .row .h5 {
  color: #0d0f20;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -1.28px;
  margin-bottom: 25px;
}
.page_about .our_core_values .mw .cont .card .row .desc p {
  color: rgba(13, 15, 32, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
  letter-spacing: -0.48px;
  margin-bottom: 25px;
}
.page_about .our_core_values .mw .cont .card .row .desc p:last-child {
  margin-bottom: 0;
}
.page_about .brand_mission {
  background: url(/3.jpg)
    no-repeat center center/cover;
  position: relative;
}
.page_about .brand_mission .decor {
  position: absolute;
  height: 100%;
  right: 0;
}
.page_about .brand_mission .decor img {
  width: auto;
  height: 100%;
}
.page_about .brand_mission .mw {
  padding: 6.25rem 2rem;
}
.page_about .brand_mission .mw .cont .left_side {
  width: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(3px);
  border-radius: 20px;
  padding: 50px 60px;
}
.page_about .brand_mission .mw .cont .left_side .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 62px;
}
.page_about .brand_mission .mw .cont .left_side .line .m_title {
  padding-bottom: 0;
}
.page_about .brand_mission .mw .cont .left_side .line .m_title .h2 {
  color: #fff;
}
.page_about .brand_mission .mw .cont .left_side .line .logo {
  max-width: 160px;
}
.page_about .brand_mission .mw .cont .left_side .line .logo img {
  width: 100%;
  height: auto;
}
.page_about .brand_mission .mw .cont .left_side .desc {
  padding-bottom: 40px;
}
.page_about .brand_mission .mw .cont .left_side .desc p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.48px;
  margin-bottom: 30px;
}
.page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 195px;
  padding: 18px;
  min-width: 195px;
}
.page_about .brand_mission .mw .cont .left_side .btn_b .btn_m::before {
  content: "";
  width: 5px;
  height: 5px;
  min-width: 5px;
  position: relative;
  display: block;
  background: #ff8642;
  margin-right: 8px;
  border-radius: 50%;
}
.page_about .about_the_brand .mw .cont .left_side {
  width: 45%;
}
.page_about .about_the_brand .mw .cont .left_side .m_title {
  max-width: 550px;
  padding-bottom: 0;
}
.page_about .about_the_brand .mw .cont .left_side .m_title .h2 {
  line-height: 56px;
}
.page_about .about_the_brand .mw .cont .left_side .m_title .h2 span {
  color: #ff8642;
}
.page_about .about_the_brand .mw .cont .left_side .desc p {
  color: #030408;
  max-width: 750px;
}
.page_about .about_the_brand .mw .cont .left_side .desc p span {
  font-weight: 500;
}
.page_about .about_the_brand .mw .cont .left_side .desc p b {
  color: #161a35;
  font-weight: 600;
}
.page_about .about_the_brand .mw .cont .left_side .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}
.page_about .about_the_brand .mw .cont .left_side .row .img {
  max-width: 131px;
  margin-right: 150px;
}
.page_about .about_the_brand .mw .cont .left_side .row .img img {
  border-radius: 20px;
}
.page_about .about_the_brand .mw .cont .left_side .row .line {
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page_about .about_the_brand .mw .cont .left_side .row .line .h5 {
  color: #030408;
}
.page_about .about_the_brand .mw .cont .right_side {
  width: 52%;
}
.page_about .latest_news .mw {
  padding: 6.25rem 2rem;
  position: relative;
}
.page_about .latest_news .mw .top_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 52px;
}
.page_about .latest_news .mw .top_line .left_side {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_about .latest_news .mw .top_line .left_side .logo {
  max-width: 175px;
}
.page_about .latest_news .mw .top_line .left_side .logo img {
  width: 100%;
  height: auto;
}
.page_about .latest_news .mw .latest_news_slider {
  width: 2000px;
}
.page_about .latest_news .mw .latest_news_slider .owl-nav {
  display: none;
}
.page_about .faq {
  background: #ecf7fb;
}
.page_about .faq .mw {
  padding: 5rem 2rem;
}
.page_about .any_ques .mw .m_title .h2 {
  max-width: 300px;
}
.page_delivery .header {
  border-bottom: 1px solid #dcdde1;
}
.page_delivery .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_delivery .header .mw .right_side .burger span {
  background: #161a35;
}
.page_delivery .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_delivery .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_delivery .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_delivery .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_delivery .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_delivery .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_delivery .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_delivery .header.sticky {
  background: #fff;
}
.page_delivery .delivery {
  border-radius: 0 0 60px 60px;
  background: #eaeef7;
  margin-bottom: 6.25rem;
}
.page_delivery .delivery .mw {
  padding: 4rem 2rem 6.25rem;
}
.page_delivery .delivery .mw .m_title {
  padding-bottom: 40px;
}
.page_delivery .delivery .mw .title {
  border-radius: 6px;
  background: #161a35;
  padding: 12px 10px;
  margin-bottom: 40px;
}
.page_delivery .delivery .mw .title span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.page_delivery .delivery .mw ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.page_delivery .delivery .mw ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_delivery .delivery .mw ul li p {
  width: 24%;
  color: #0d0f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.page_delivery .delivery .mw ul li p b {
  font-weight: 600;
}
.page_delivery .delivery .mw ul li p.td {
  width: 18%;
}
.page_delivery .delivery .mw ul li p.th {
  width: 28%;
}
.page_delivery .any_ques .mw .m_title .h2 {
  max-width: 300px;
}
.page_articles .header {
  border-bottom: 1px solid #dcdde1;
}
.page_articles .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_articles .header .mw .right_side .burger span {
  background: #161a35;
}
.page_articles .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_articles .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_articles .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_articles .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_articles .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_articles .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_articles .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_articles .header.sticky {
  background: #fff;
}
.page_articles .articles .mw {
  padding: 4rem 2rem 5rem;
}
.page_articles .articles .mw .m_title {
  padding-bottom: 84px;
}
.page_articles .articles .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_articles .articles .mw .cont .left_side {
  width: 68%;
}
.page_articles .articles .mw .cont .left_side .articles_cont {
  position: relative;
}
.page_articles .articles .mw .cont .left_side .articles_cont .article {
  width: 100%;
  padding-bottom: 80px;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article:last-child {
  padding-bottom: 0;
}
.page_articles .articles .mw .cont .left_side .articles_cont .article .img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page_articles .articles .mw .cont .left_side .articles_cont .article .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page_articles .articles .mw .cont .left_side .articles_cont .article .data {
  color: rgba(13, 15, 32, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  margin: 16px 0 22px;
}
.page_articles .articles .mw .cont .left_side .articles_cont .article .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .line
  .article_title {
  display: inline-block;
  margin-bottom: 25px;
  color: #0d0f20;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .line
  .article_title
  span {
  color: rgba(13, 15, 32, 0.55);
  font-weight: 500;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .line
  .article_title:hover {
  color: #ff8642;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .line
  .article_title:hover
  span {
  color: rgba(255, 134, 66, 0.7);
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .line
  .small_desc {
  max-width: 445px;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .line
  .small_desc
  p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%;
  letter-spacing: -0.48px;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  position: relative;
  border-radius: 915.179px;
  border: 1px solid rgba(255, 134, 66, 0.5);
  background: #ff8642;
  backdrop-filter: blur(4px);
  max-width: 205px;
  padding: 16px 54px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn:hover {
  background: #fd9254;
}
.page_articles .articles .mw .cont .left_side .bottom_pagination {
  margin-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_articles .articles .mw .cont .left_side .bottom_pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(22, 26, 53, 0.2);
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161a35;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 10px;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers.current,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers:hover {
  border-radius: 10px;
  border: 1px solid rgba(22, 26, 53, 0.1);
  background: rgba(22, 26, 53, 0.1);
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev {
  -webkit-transition: 0.5;
  transition: 0.5;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev:hover {
  background: 0 0;
  border: 1px solid #161a35;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev:hover:after {
  background: url(../images/chevron_left_black.svg) no-repeat center
    center/cover;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev:after {
  content: "";
  background: url(../images/chevron_left_dark.svg) no-repeat center center/cover;
  position: absolute;
  width: 54px;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next {
  -webkit-transition: 0.5;
  transition: 0.5;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:hover {
  background: 0 0;
  border: 1px solid #161a35;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:hover:after {
  background: url(../images/chevron_right_black.svg) no-repeat center
    center/cover;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:after {
  content: "";
  background: url(../images/chevron_right_dark.svg) no-repeat center
    center/cover;
  position: absolute;
  width: 54px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_articles .articles .mw .cont .left_side .no_result .h3 {
  font-size: 30px;
  color: #222;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}
.page_articles .articles .mw .cont .left_side .no_result p {
  font-size: 18px;
  color: #929292;
  opacity: 0.7;
  line-height: 22px;
  margin-bottom: 32px;
}
.page_articles .articles .mw .cont .left_side .no_result form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_articles .articles .mw .cont .left_side .no_result form input {
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  padding: 13px 20px;
  border-radius: 10px;
  border: none;
}
.page_articles .articles .mw .cont .left_side .no_result form .search_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/search_icon.svg) no-repeat center center/cover;
  right: 20px;
  opacity: 0.7;
}
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .no_result
  form
  .search_btn:hover {
  opacity: 1;
}
.page_articles .articles .mw .cont .right_side {
  width: 28%;
}
.page_articles .sidebar {
  width: 100%;
}
.page_articles .sidebar .widget {
  margin-bottom: 30px;
  width: 100%;
}
.page_articles .sidebar .widget:last-child {
  margin-bottom: 0;
}
.page_articles .sidebar .widget .widget-title {
  color: #161a35;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
  display: inline-block;
  margin-bottom: 22px;
}
.page_articles .sidebar .widget_search {
  width: 100%;
}
.page_articles .sidebar .widget_search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_articles .sidebar .widget_search form input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: rgba(13, 15, 32, 0.05);
  padding: 17px 15px;
  border: none;
  color: #0d0f20;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.page_articles .sidebar .widget_search form input::-webkit-input-placeholder {
  color: rgba(13, 15, 32, 0.7);
}
.page_articles .sidebar .widget_search form input::-moz-placeholder {
  color: rgba(13, 15, 32, 0.7);
}
.page_articles .sidebar .widget_search form input:-ms-input-placeholder {
  color: rgba(13, 15, 32, 0.7);
}
.page_articles .sidebar .widget_search form input::-ms-input-placeholder {
  color: rgba(13, 15, 32, 0.7);
}
.page_articles .sidebar .widget_search form input::placeholder {
  color: rgba(13, 15, 32, 0.7);
}
.page_articles .sidebar .widget_search form .search_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/search_icon.svg) no-repeat center center/cover;
  right: 15px;
}
.page_articles .sidebar .widget_search form .search_btn:hover {
  opacity: 1;
}
.page_articles .sidebar .widget_categories ul li {
  margin-bottom: 5px;
}
.page_articles .sidebar .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.page_articles .sidebar .widget_categories ul li a {
  color: rgba(22, 26, 53, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_articles .sidebar .widget_categories ul li a:before {
  content: "";
  height: 2px;
  width: 20px;
  min-width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 8px;
}
.page_articles .sidebar .widget_categories ul li a:hover {
  color: #ff8642;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.page_articles .sidebar .widget_categories ul li a:hover::before {
  background: #ff8642;
}
.page_articles .sidebar .widget_recent_news .recent_news .article_min {
  margin-bottom: 20px;
}
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min:last-child {
  margin-bottom: 0;
}
.page_articles .sidebar .widget_recent_news .recent_news .article_min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
  width: 80px;
  min-width: 80px;
  margin-right: 14px;
  border-radius: 5px;
}
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a
  .img
  img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a
  .desc
  .date {
  color: rgba(22, 26, 53, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  margin-bottom: 6px;
}
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a
  .desc
  .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 265px;
  letter-spacing: -0.54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a:hover
  .title {
  color: #ff8642;
}
.page_articles .sidebar .widget_tag_cloud .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_articles .sidebar .widget_tag_cloud .tags a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  background: #ff8642;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  margin-right: 10px;
}
.page_articles .sidebar .widget_tag_cloud .tags a:hover {
  background: #ff8642;
  color: #fff;
}
.page_articles .article .mw {
  padding: 4rem 2rem;
}
.page_articles .article .mw .cont .left_side .m_title {
  padding-bottom: 70px;
}
.page_articles .article .mw .cont .left_side .m_title .h2 {
  color: #0d0f20;
  font-size: 48px;
  letter-spacing: -1.44px;
}
.page_articles .article .mw .cont .left_side .m_title .date {
  color: rgba(13, 15, 32, 0.8);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin-top: 24px;
}
.page_articles .article .mw .cont .left_side .card {
  padding-bottom: 40px;
}
.page_articles .article .mw .cont .left_side .card .img {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 40px;
}
.page_articles .article .mw .cont .left_side .card .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page_articles .article .mw .cont .left_side .card .article_desc_cont {
  width: 100%;
  max-width: 1200px;
}
.page_articles .article .mw .cont .left_side .card .article_desc_cont .h1,
.page_articles .article .mw .cont .left_side .card .article_desc_cont .h2,
.page_articles .article .mw .cont .left_side .card .article_desc_cont h1,
.page_articles .article .mw .cont .left_side .card .article_desc_cont h2 {
  color: #0d0f20;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.9px;
  padding-bottom: 15px;
}
.page_articles .article .mw .cont .left_side .card .article_desc_cont p {
  color: rgba(13, 15, 32, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 20px;
}
.page_articles
  .article
  .mw
  .cont
  .left_side
  .card
  .article_desc_cont
  p:last-child {
  margin-bottom: 0;
}
.page_articles .article .mw .cont .left_side .card .article_desc_cont ul li {
  color: rgba(13, 15, 32, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: -0.54px;
}
.page_articles .article .mw .cont .left_side .card .article_desc_cont ul li b {
  font-weight: 600;
}
.page_articles .article .mw .cont .left_side .card .article_desc_cont .h5 {
  color: #0d0f20;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
  margin-bottom: 20px;
}
.page_articles .article .mw .cont .left_side .card.card_big .img {
  max-width: 100%;
  margin-bottom: 70px;
}
.page_articles .article .mw .cont .left_side .card.card_big .article_desc_cont {
  max-width: 1080px;
}
.page_articles
  .article
  .mw
  .cont
  .left_side
  .card:nth-child(4)
  .article_desc_cont,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .card:nth-child(5)
  .article_desc_cont {
  max-width: 840px;
}
.page_articles .article .mw .cont .left_side .tags {
  margin-top: 34px;
}
.page_articles .article .mw .cont .left_side .tags a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  background: #ff8642;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  white-space: nowrap;
  margin-right: 10px;
}
.page_articles .article .mw .cont .left_side .tags a:hover {
  background: #000;
  color: #fff;
}
.page_articles .latest_news .mw {
  padding: 6.25rem 2rem;
  position: relative;
}
.page_articles .latest_news .mw .top_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 52px;
}
.page_articles .latest_news .mw .top_line .left_side {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_articles .latest_news .mw .top_line .left_side .logo {
  max-width: 175px;
}
.page_articles .latest_news .mw .top_line .left_side .logo img {
  width: 100%;
  height: auto;
}
.page_articles .latest_news .mw .latest_news_slider {
  width: 2000px;
}
.page_articles .latest_news .mw .latest_news_slider .owl-nav {
  display: none;
}
.page_contacts .header {
  border-bottom: 1px solid #dcdde1;
}
.page_contacts .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_contacts .header .mw .right_side .burger span {
  background: #161a35;
}
.page_contacts .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_contacts .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_contacts .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_contacts .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_contacts .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_contacts .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_contacts .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_contacts .header.sticky {
  background: #fff;
}
.page_contacts .contacts_section {
  background: #161a35;
}
.page_contacts .contacts_section .mw {
  padding: 6.25rem 2rem;
}
.page_contacts .contacts_section .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_contacts .contacts_section .mw .cont .left_side {
  width: 40%;
}
.page_contacts .contacts_section .mw .cont .left_side .m_title {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
  font-size: 50px;
  color: #fff;
}
.page_contacts .contacts_section .mw .cont .left_side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 35px;
  padding-top: 35px;
}
.page_contacts .contacts_section .mw .cont .left_side ul li .icon {
  max-width: 30px;
  margin-right: 20px;
}
.page_contacts .contacts_section .mw .cont .left_side ul li .icon img {
  width: 100%;
  height: auto;
}
.page_contacts .contacts_section .mw .cont .left_side ul li .desc {
  max-width: 488px;
}
.page_contacts .contacts_section .mw .cont .left_side ul li .desc .h5 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 168%;
  letter-spacing: -0.48px;
}
.page_contacts .contacts_section .mw .cont .left_side ul li .desc a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 168%;
  letter-spacing: -0.54px;
}
.page_contacts .contacts_section .mw .cont .left_side ul li .desc a:hover {
  color: #1d9ace;
}
.page_contacts .contacts_section .mw .cont .left_side ul li.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side {
  width: 49%;
}
.page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 168%;
  max-width: 280px;
  letter-spacing: -0.9px;
}
.page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side .h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 168%;
  letter-spacing: -0.48px;
  max-width: 175px;
}
.page_contacts
  .contacts_section
  .mw
  .cont
  .left_side
  ul
  li.time
  .r_side
  .soc_icons
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_contacts
  .contacts_section
  .mw
  .cont
  .left_side
  ul
  li.time
  .r_side
  .soc_icons
  ul
  li {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
.page_contacts
  .contacts_section
  .mw
  .cont
  .left_side
  ul
  li.time
  .r_side
  .soc_icons
  ul
  li:last-child {
  margin-right: 0;
}
.page_contacts
  .contacts_section
  .mw
  .cont
  .left_side
  ul
  li.time
  .r_side
  .soc_icons
  ul
  li
  a {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background: #ff8642;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_contacts
  .contacts_section
  .mw
  .cont
  .left_side
  ul
  li.time
  .r_side
  .soc_icons
  ul
  li
  a:hover {
  opacity: 0.7;
}
.page_contacts
  .contacts_section
  .mw
  .cont
  .left_side
  ul
  li.time
  .r_side
  .soc_icons
  ul
  li
  a
  img {
  width: 20px;
  height: auto;
}
.page_contacts .contacts_section .mw .cont .right_side {
  width: 56%;
}
.page_contacts .contacts_section .mw .cont .right_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page_contacts .any_ques .mw .m_title .h2 {
  max-width: 300px;
}
.page_policy .header {
  border-bottom: 1px solid #dcdde1;
}
.page_policy .header .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_policy .header .mw .right_side .burger span {
  background: #161a35;
}
.page_policy .header .mw .right_side .phone a {
  color: rgba(22, 26, 53, 0.8);
}
.page_policy .header .mw .right_side .phone a:hover {
  color: #161a35;
}
.page_policy .header .mw .right_side .phone a::before {
  background: url(../images/phone_icon.svg) no-repeat center center/cover;
}
.page_policy .header .mw .right_side .btn_b .btn_m {
  background: #161a35;
  color: #fff;
}
.page_policy .header .mw .right_side .btn_b .btn_m:hover {
  background: #202649;
}
.page_policy .header.active {
  border-bottom: 1px solid #dcdde1;
}
.page_policy .header.active .mw .left_side .logo a:before {
  background: url(/biojem-color.png) no-repeat center center/cover;
}
.page_policy .header.sticky {
  background: #fff;
}
.page_policy .privacy_policy .mw {
  padding: 6rem 2rem;
}
.page_policy .privacy_policy .mw .m_title {
  padding-bottom: 100px;
}
.page_policy .privacy_policy .mw .cont .desc {
  max-width: 1260px;
}
.page_policy .privacy_policy .mw .cont .desc .h3,
.page_policy .privacy_policy .mw .cont .desc h3 {
  font-size: 26px;
  color: #4218c9;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 140%;
}
.page_policy .privacy_policy .mw .cont .desc .h5,
.page_policy .privacy_policy .mw .cont .desc h5 {
  color: #0d0f20;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.96px;
  padding-bottom: 24px;
}
.page_policy .privacy_policy .mw .cont .desc p {
  color: rgba(13, 15, 32, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
  padding-bottom: 65px;
}
.page_policy .privacy_policy .mw .cont .desc p:last-child {
  padding-bottom: 0;
}
.page_404 .content_none_section {
  background: url(../images/404_bg.jpg) no-repeat center center/cover;
  min-height: 100vh;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.page_404 .content_none_section .content_none_section_cont .mw {
  padding: 5rem 2rem 4rem;
}
.page_404 .content_none_section .content_none_section_cont .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side {
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .h5 {
  color: #fff;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 101%;
  letter-spacing: -4px;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  max-width: 335px;
  letter-spacing: -0.63px;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side {
  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;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .img {
  width: 100%;
  max-width: 700px;
  margin-bottom: 180px;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .img
  img {
  width: 100%;
  height: auto;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .btn_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .btn_c
  .btn_m {
  max-width: 205px;
}
@media (max-width: 575px) {
  .page .main .cloud {
    width: 1800px;
  }
  .page .main .decor1 {
    width: 200px;
  }
  .page .main .main_cont .mw {
    padding: 60px 1rem 4rem;
  }
  .page .main .main_cont .mw .cont {
    min-height: calc(80svh - 80px);
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .main .main_cont .mw .cont .left_side {
    width: 100%;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -1px;
  }
  .page .main .main_cont .mw .cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    border-radius: 20px;
    padding: 20px;
  }
  .page .main .main_cont .mw .cont .right_side .card .decor {
    width: 180px;
    right: -65px;
    bottom: -35px;
  }
  .page .main .main_cont .mw .cont .right_side .card .h5 {
    font-size: 18px;
    max-width: 340px;
    margin-bottom: 40px;
  }
  .page .products .mw {
    padding: 3rem 1rem;
  }
  .page .products .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page .products .mw .top_line .left_side {
    width: 100%;
  }
  .page .products .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .products .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .products .mw .top_line .right_side {
    display: none;
  }
  .page .products .mw .products_slider .owl-nav {
    display: none;
  }
  .page .products .mw .products_slider .products_card {
    margin: 0 auto;
  }
  .page .products .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .products_card {
    margin: 0 auto;
    max-width: 410px;
  }
  .page .products_card a {
    border-radius: 20px;
    padding: 15px 15px 25px;
    height: auto;
    display: block;
  }
  .page .products_card a .img {
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page .products_card a .img img {
    border-radius: 15px;
  }
  .page .products_card a .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .products_card a .desc .h5 {
    font-size: 18px;
  }
  .page .products_card a .desc .btn_more {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page .products_card a .desc .btn_more::after {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
  .page .popular_products {
    border-radius: 20px;
  }
  .page .popular_products .mw {
    padding: 3rem 1rem;
  }
  .page .popular_products .mw .top_line {
    margin-bottom: 30px;
  }
  .page .popular_products .mw .top_line .left_side {
    max-width: 100%;
    margin: 0 auto;
  }
  .page .popular_products .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    text-align: center;
  }
  .page .popular_products .mw .top_line .right_side {
    display: none;
  }
  .page .popular_products .mw .popular_products_slider .owl-nav {
    display: none;
  }
  .page .popular_products .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .product_card {
    margin: 0 auto;
    max-width: 410px;
    border-radius: 10px;
    padding: 15px;
  }
  .page .product_card .row {
    margin-bottom: 13px;
  }
  .page .product_card .row .img img {
    border-radius: 15px;
  }
  .page .product_card .row .title {
    padding: 6px 10px;
    top: 12px;
    left: 12px;
  }
  .page .product_card .row .title span {
    font-size: 14px;
  }
  .page .product_card .row .title span img {
    width: 10px;
    margin-right: 5px;
  }
  .page .product_card .desc .h5 {
    font-size: 20px;
    max-width: 265px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .page .product_card .desc ul {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .page .product_card .desc ul li {
    font-size: 16px;
    margin-right: 15px;
  }
  .page .product_card .desc .btn_b .btn_m {
    padding: 20px;
    border-radius: 20px;
  }
  .page .about_the_brand .mw {
    padding: 3rem 1rem;
  }
  .page .about_the_brand .mw .decor {
    width: 1000px;
    top: 160px;
    left: -240px;
    opacity: 0.2;
  }
  .page .about_the_brand .mw .cont .left_side {
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    width: 100%;
  }
  .page .about_the_brand .mw .cont .left_side .m_title {
    padding-bottom: 10px;
  }
  .page .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 36px;
    text-align: center;
  }
  .page .about_the_brand .mw .cont .left_side .desc p {
    font-size: 15px;
    text-align: center;
    max-width: 100%;
  }
  .page .about_the_brand .mw .cont .left_side .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5 {
    font-size: 15px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5::before {
    content: "";
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .btn_c .btn_m {
    max-width: 180px;
    min-width: 180px;
    padding: 12px;
  }
  .page .about_the_brand .mw .cont .right_side {
    width: 100%;
    margin: 0 auto;
    max-width: 380px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px;
  }
  .page .about_the_brand .mw .cont .right_side .card {
    height: 250px;
    padding: 20px;
  }
  .page .about_the_brand .mw .cont .right_side .card::after {
    width: 100%;
    height: 70px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span {
    font-size: 65px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span small {
    font-size: 24px;
  }
  .page .about_the_brand .mw .cont .right_side .card p {
    font-size: 16px;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(4),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(5),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
    background: #161a35;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(2n) {
    background: #1d9ace;
  }
  .page .about_the_brand .mw .cont .right_side .card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .page .we_are_trusted .mw {
    padding: 0 1rem 3rem;
  }
  .page .we_are_trusted .mw .cont {
    min-height: calc(80svh - 100px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .we_are_trusted .mw .cont .left_side {
    width: 100%;
    padding-bottom: 30px;
  }
  .page .we_are_trusted .mw .cont .left_side .title {
    border-radius: 20px;
    padding: 20px 15px;
    max-width: 350px;
    margin-bottom: 20px;
  }
  .page .we_are_trusted .mw .cont .left_side .title span {
    font-size: 16px;
  }
  .page .we_are_trusted .mw .cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .we_are_trusted .mw .cont .right_side .icon {
    width: 100%;
  }
  .page .benefits .mw {
    padding: 3rem 1rem;
  }
  .page .benefits .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .page .benefits .mw .top_line .left_side {
    max-width: 100%;
    margin: 0 auto;
  }
  .page .benefits .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    text-align: center;
  }
  .page .benefits .mw .top_line .right_side {
    display: none;
  }
  .page .benefits .mw .benefits_slider {
    width: 100%;
  }
  .page .benefits .mw .benefits_slider .owl-nav {
    display: none;
  }
  .page .benefits .mw .benefits_slider .benefits_card,
  .page .benefits .mw .benefits_slider .owl-item {
    max-width: 100%;
  }
  .page .benefits .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .benefits_card {
    border-radius: 20px;
    padding: 25px 15px;
    height: 260px;
  }
  .page .benefits_card .desc .h5 {
    font-size: 20px;
    max-width: 290px;
  }
  .page .benefits_card .desc .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .benefits_card .desc .icon img {
    width: 35px;
    height: 35px;
  }
  .page .benefits_card p {
    font-size: 16px;
  }
  .page .benefits_card::after {
    border-radius: 20px;
  }
  .page .our_work {
    border-radius: 20px;
  }
  .page .our_work .mw {
    padding: 3rem 1rem;
  }
  .page .our_work .mw .top_line {
    padding-bottom: 30px;
  }
  .page .our_work .mw .top_line .left_side {
    width: 100%;
  }
  .page .our_work .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page .our_work .mw .top_line .left_side .m_title .h2 {
    font-size: 30px;
    text-align: center;
  }
  .page .our_work .mw .top_line .right_side {
    width: 100%;
  }
  .page .our_work .mw .top_line .right_side .img img {
    border-radius: 20px;
  }
  .page .our_work .mw .our_work_slider {
    width: 100%;
  }
  .page .our_work .mw .our_work_slider .owl-nav {
    display: none;
  }
  .page .our_work .mw .our_work_slider .card,
  .page .our_work .mw .our_work_slider .owl-item {
    max-width: 100%;
  }
  .page .our_work .mw .our_work_slider .card {
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
  }
  .page .our_work .mw .our_work_slider .card .desc {
    margin-bottom: 20px;
  }
  .page .our_work .mw .our_work_slider .card .desc .h5 {
    font-size: 24px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num span {
    font-size: 25px;
  }
  .page .our_work .mw .our_work_slider .card p {
    font-size: 14px;
    max-width: 100%;
  }
  .page .partners {
    padding: 3rem 0;
  }
  .page .partners .mw {
    padding: 0 1rem 0;
  }
  .page .partners .mw .top_line {
    padding-bottom: 30px;
  }
  .page .partners .mw .top_line .m_title {
    padding-bottom: 0;
  }
  .page .partners .mw .top_line .title {
    font-size: 15px;
  }
  .page .partners .mw .top_line .title::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page .partners .partners_slider .card {
    padding: 30px;
    width: 200px;
    min-width: 200px;
  }
  .page .partners .partners_slider .card .img img {
    width: 100px;
    height: auto;
  }
  .page .want_become_our_supplier {
    overflow: hidden;
  }
  .page .want_become_our_supplier .decor {
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .want_become_our_supplier .decor img {
    width: 100%;
    height: auto;
  }
  .page .want_become_our_supplier .mw {
    padding: 3rem 1rem;
  }
  .page .want_become_our_supplier .mw .cont {
    min-height: calc(65svh - 85px);
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .want_become_our_supplier .mw .cont .m_title {
    max-width: 900px;
    padding-bottom: 20px;
  }
  .page .want_become_our_supplier .mw .cont .m_title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    max-width: 415px;
  }
  .page .faq .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .faq .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .faq .mw .cont .left_side .m_title {
    max-width: 240px;
  }
  .page .faq .mw .cont .left_side .img {
    max-width: 80px;
  }
  .page .faq .mw .cont .left_side .img img {
    border-radius: 12px;
  }
  .page .faq .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .faq .mw .cont .right_side .accordion .accordion-item {
    border-radius: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 18px;
    line-height: 20px;
    padding-right: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 18px;
    line-height: 25px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 15px 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p
    b {
    color: #ff8642;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p:last-child {
    padding-bottom: 0;
  }
  .page .latest_news .mw {
    padding: 1.5rem 1rem;
  }
  .page .latest_news .mw .top_line {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .latest_news .mw .top_line .left_side {
    width: 100%;
  }
  .page .latest_news .mw .top_line .left_side .m_title {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
  .page .latest_news .mw .top_line .right_side {
    display: none;
  }
  .page .latest_news .mw .news_slider .owl-nav {
    display: none;
  }
  .page .latest_news .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .news_card {
    margin: 0 auto;
    max-width: 410px;
  }
  .page .news_card a {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page .news_card a .title {
    font-size: 20px;
    max-width: 385px;
  }
  .page .news_card a .date {
    margin: 20px 0 25px;
    font-size: 15px;
  }
  .page .news_card a .img {
    border-radius: 20px;
  }
  .page .news_card a .img img {
    border-radius: 20px;
  }
  .page .any_ques .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .any_ques .mw .cont .left_side {
    width: 100%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side .m_title .h2 {
    text-align: center;
  }
  .page .any_ques .mw .cont .left_side .m_title p {
    max-width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp input {
    height: 50px;
    max-width: 100%;
    font-size: 16px;
    padding: 20px 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin: 5px auto 0;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-right: 5px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 11px;
    text-align: center;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 240px;
    padding: 15px;
  }
  .page .any_ques .right_side {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page .any_ques .right_side .img {
    height: auto;
    width: 100%;
  }
  .page .any_ques .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .footer {
    z-index: 1;
    margin-top: -5px;
    position: relative;
  }
  .page .footer .top_cont .mw {
    padding: 3rem 1rem;
  }
  .page .footer .top_cont .mw .cont .card {
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .page .footer .top_cont .mw .cont .card:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .card .h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .location {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .map a {
    max-width: 220px;
    padding: 15px 30px;
    font-size: 15px;
  }
  .page .footer .top_cont .mw .cont .card .map a:after {
    width: 12px;
    height: 10px;
    min-width: 12px;
    margin-left: 5px;
  }
  .page .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 20px;
    text-align: center;
  }
  .page .footer .top_cont .mw .cont .card .email {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .email a {
    font-size: 16px;
    text-align: center;
  }
  .page .footer .top_cont .mw .cont .card .time {
    max-width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .time p {
    font-size: 16px;
    text-align: center;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li a {
    font-size: 16px;
    text-align: center;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li {
    margin-right: 10px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li:last-child {
    margin-right: 0;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li a {
    width: 45px;
    height: 45px;
  }
  .page .footer .top_cont .mw .cont .card .scrollup {
    margin-top: 30px;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .decor img {
    width: 170px;
    height: auto;
    margin-bottom: 5%;
    margin-left: 31%;
  }
  .page .footer .bottom_cont {
    margin-top: -10px;
  }
  .page .footer .bottom_cont .mw {
    padding: 1.25rem 1rem;
  }
  .page .footer .bottom_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .bottom_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 14px;
    text-align: center;
  }
  .page .footer .bottom_cont .mw .cont .right_side {
    width: 100%;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 14px;
    text-align: center;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 1rem;
  }
  .page .top_section .top_section_cont .mw .top_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li:after {
    font-size: 16px;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li a {
    font-size: 16px;
  }
  .page_catalog .products .mw .m_title {
    padding-bottom: 30px;
    text-align: center;
  }
  .page_catalog .products .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page_catalog .products .mw .cont .products_card a {
    height: auto;
    padding: 15px 15px 20px;
  }
  .page_catalog .any_ques .mw {
    padding: 3rem 1rem 3rem;
  }
  .page_catalog .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_product .product .mw {
    padding: 3rem 1rem;
  }
  .page_product .product .mw .m_title {
    padding-bottom: 30px;
    text-align: center;
  }
  .page_product .product .mw .cont .left_side {
    width: 100%;
    margin: 0 auto;
    max-width: 410px;
  }
  .page_product .product .mw .cont .left_side .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page_product .product .mw .cont .left_side .accordion .accordion-item {
    width: 100%;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item:last-child {
    margin-bottom: 0;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title {
    padding: 12px;
    font-size: 14px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow:after {
    width: 8px;
    height: 5px;
    min-width: 8px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content {
    display: none;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 0 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li {
    padding: 6px 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li
    a {
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page_product .product .mw .cont .right_side .product_line {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page_product .product .mw .cont .right_side .product_line .product_card {
    border-radius: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .row {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .h5 {
    margin-bottom: 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    ul {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_c {
    max-width: 140px;
    margin-right: 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_more {
    max-width: 140px;
    font-size: 14px;
    padding: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_m {
    padding: 10px;
    font-size: 14px;
    max-width: 140px;
  }
  .page_product .product .mw .cont .right_side .bottom_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 4px;
    border-radius: 5px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers.current,
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers:hover {
    border-radius: 5px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 40px;
    height: 40px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 40px;
    height: 40px;
  }
  .page_product .product .mw .cont .right_side .btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m {
    max-width: 410px;
    background: #161a35;
    font-size: 16px;
    padding: 14px;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m:hover {
    background: #272d53;
  }
  .page_product .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_products .products_full .mw {
    padding: 3rem 1rem;
  }
  .page_products .products_full .mw .cont .left_side {
    width: 100%;
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_products .products_full .mw .cont .left_side .product_slider {
    margin-bottom: 20px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .owl-nav
    .owl-next,
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .owl-nav
    .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .card
    .img {
    height: 300px;
    border-radius: 15px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_min_slider
    .card
    .img {
    border-radius: 10px;
    height: 70px;
  }
  .page_products .products_full .mw .cont .right_side {
    width: 100%;
    margin-top: 40px;
  }
  .page_products .products_full .mw .cont .right_side .m_title {
    padding-bottom: 20px;
    max-width: 640px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c {
    margin-bottom: 20px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c .btn_m {
    max-width: 300px;
    padding: 14px;
    font-size: 16px;
  }
  .page_products .products_full .mw .cont .right_side .h5 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .page_products .products_full .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li p {
    font-size: 14px;
  }
  .page_products .products_full .mw .cont .right_side ul li .line {
    display: none;
  }
  .page_products .products_full .mw .cont .right_side ul li .line img {
    width: 100%;
    height: auto;
  }
  .page_products .products_full .mw .cont .right_side ul li span {
    font-size: 14px;
  }
  .page_products .description .mw {
    padding: 0 1rem;
  }
  .page_products .description .mw .cont {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page_products .description .mw .cont .m_title {
    padding-bottom: 30px;
  }
  .page_products .description .mw .cont .desc {
    max-width: 100%;
  }
  .page_products .description .mw .cont .desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page_products .popular_products {
    background: 0 0;
  }
  .page_products .any_ques .mw {
    padding: 0 1rem 3rem;
  }
  .page_about .about .about_cont .mw {
    padding: 0 1rem 60px;
  }
  .page_about .about .about_cont .mw .cont {
    min-height: calc(82svh - 60px);
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page_about .about .about_cont .mw .cont .left_side {
    width: 100%;
  }
  .page_about .about .about_cont .mw .cont .left_side .h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -2.2px;
  }
  .page_about .about .about_cont .mw .cont .right_side {
    margin-top: 30px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card {
    border-radius: 20px;
    padding: 20px 15px;
    width: 300px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon img {
    width: 18px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card p {
    margin-top: 20px;
    font-size: 18px;
    max-width: 100%;
  }
  .page_about .our_core_values {
    margin-bottom: 30px;
  }
  .page_about .our_core_values .mw {
    padding: 3rem 1rem;
  }
  .page_about .our_core_values .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .page_about .our_core_values .mw .top_line .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .page_about .our_core_values .mw .top_line .left_side p {
    font-size: 16px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
  .page_about .our_core_values .mw .top_line .right_side {
    width: 100%;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title {
    padding-bottom: 0;
    max-width: 100%;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title .h2 {
    text-align: center;
    line-height: 40px;
  }
  .page_about .our_core_values .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .page_about .our_core_values .mw .cont .card {
    height: auto;
    border-radius: 15px;
    padding: 100px 10px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row {
    border-radius: 20px;
    height: auto;
    padding: 20px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row .h5 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .page_about .our_core_values .mw .cont .card .row .desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page_about .brand_mission .decor {
    display: none;
  }
  .page_about .brand_mission .mw {
    padding: 3rem 1rem;
  }
  .page_about .brand_mission .mw .cont .left_side {
    width: 100%;
    padding: 30px 15px;
  }
  .page_about .brand_mission .mw .cont .left_side .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .m_title {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo {
    max-width: 160px;
    margin: 0 auto;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo img {
    width: 100%;
    height: auto;
  }
  .page_about .brand_mission .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p:last-child {
    margin-bottom: 0;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
    max-width: 180px;
    padding: 16px;
    min-width: 180px;
  }
  .page_about .about_the_brand .mw .cont .left_side {
    width: 100%;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 40px;
  }
  .page_about .about_the_brand .mw .cont .left_side .desc p {
    max-width: 100%;
  }
  .page_about .about_the_brand .mw .cont .left_side .row {
    margin-top: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .img {
    display: none;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .line .h5 {
    color: #030408;
    white-space: nowrap;
  }
  .page_about .about_the_brand .mw .cont .right_side {
    width: 100%;
  }
  .page_about .latest_news .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page_about .latest_news .mw .top_line {
    margin-bottom: 40px;
  }
  .page_about .latest_news .mw .top_line .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_about .latest_news .mw .top_line .left_side .m_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_about .latest_news .mw .top_line .left_side .logo {
    display: none;
  }
  .page_about .latest_news .mw .latest_news_slider {
    width: 100%;
  }
  .page_about .faq .mw {
    padding: 3rem 1rem;
  }
  .page_about .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_delivery .delivery {
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem;
  }
  .page_delivery .delivery .mw {
    padding: 3rem 1rem;
  }
  .page_delivery .delivery .mw .m_title {
    padding-bottom: 30px;
  }
  .page_delivery .delivery .mw .title {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .page_delivery .delivery .mw .title span {
    font-size: 15px;
  }
  .page_delivery .delivery .mw ul {
    overflow: scroll;
    width: 100%;
  }
  .page_delivery .delivery .mw ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 1200px;
  }
  .page_delivery .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_articles .articles .mw {
    padding: 3rem 1rem;
  }
  .page_articles .articles .mw .m_title {
    padding-bottom: 30px;
  }
  .page_articles .articles .mw .cont .left_side {
    width: 100%;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 40px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 15px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 15px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 16px;
    margin: 15px 0;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .article_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc {
    max-width: 100%;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc
    p {
    font-size: 15px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 14px;
    max-width: 180px;
    padding: 12px 35px;
  }
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 4px;
    border-radius: 5px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers.current,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers:hover {
    border-radius: 5px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 40px;
    height: 40px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 40px;
    height: 40px;
  }
  .page_articles .articles .mw .cont .left_side .no_result .h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .page_articles .articles .mw .cont .left_side .no_result p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .page_articles .articles .mw .cont .left_side .no_result form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page_articles .articles .mw .cont .right_side {
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
  }
  .page_articles .sidebar {
    width: 100%;
  }
  .page_articles .sidebar .widget {
    margin-bottom: 30px;
  }
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page_articles .sidebar .widget_search {
    width: 100%;
  }
  .page_articles .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .page_articles .sidebar .widget_search form .search_btn {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .page_articles .sidebar .widget_categories ul li {
    margin-bottom: 5px;
  }
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 18px;
    min-width: 18px;
    margin-right: 5px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
    max-width: 265px;
  }
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .page_articles .article .mw {
    padding: 3rem 1rem;
  }
  .page_articles .article .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page_articles .article .mw .cont .left_side .m_title .h2 {
    font-size: 32px;
  }
  .page_articles .article .mw .cont .left_side .m_title .date {
    font-size: 18px;
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .card {
    padding-bottom: 30px;
  }
  .page_articles .article .mw .cont .left_side .card .img {
    max-width: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page_articles .article .mw .cont .left_side .card .img img {
    border-radius: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont {
    width: 100%;
    max-width: 100%;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont ul li {
    font-size: 16px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h5 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .page_articles .article .mw .cont .left_side .card.card_big .img {
    margin-bottom: 20px;
  }
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card.card_big
    .article_desc_cont {
    max-width: 100%;
  }
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(4)
    .article_desc_cont,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(5)
    .article_desc_cont {
    max-width: 100%;
  }
  .page_articles .article .mw .cont .left_side .tags {
    margin-top: 0;
  }
  .page_articles .article .mw .cont .left_side .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 6px;
  }
  .page_articles .latest_news .mw {
    padding: 3rem 1rem;
  }
  .page_articles .latest_news .mw .top_line {
    margin-bottom: 40px;
  }
  .page_articles .latest_news .mw .top_line .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_articles .latest_news .mw .top_line .left_side .logo {
    display: none;
  }
  .page_articles .latest_news .mw .latest_news_slider {
    width: 100%;
  }
  .page_articles .latest_news .mw .latest_news_slider .owl-nav {
    display: none;
  }
  .page_contacts .contacts_section .mw {
    padding: 3rem 1rem;
  }
  .page_contacts .contacts_section .mw .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side {
    width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
    font-size: 40px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .icon {
    max-width: 30px;
    min-width: 30px;
    margin-right: 15px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc {
    max-width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc .h5 {
    font-size: 14px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc a {
    font-size: 16px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side {
    width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side p {
    font-size: 16px;
    max-width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side .h5 {
    font-size: 15px;
    max-width: 175px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a
    img {
    width: 18px;
    height: auto;
  }
  .page_contacts .contacts_section .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img {
    margin: 0 auto;
    max-width: 410px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
  .page_contacts .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_policy .privacy_policy .mw {
    padding: 3rem 1rem;
  }
  .page_policy .privacy_policy .mw .m_title {
    padding-bottom: 30px;
  }
  .page_policy .privacy_policy .mw .cont .desc {
    max-width: 100%;
  }
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 3rem 1rem;
  }
  .page_404 .content_none_section .content_none_section_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 35px;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 16px;
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m {
    max-width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page .main .decor1 {
    width: 200px;
  }
  .page .main .main_cont .mw {
    padding: 0 1rem 4rem;
  }
  .page .main .main_cont .mw .cont {
    min-height: calc(80svh - 80px);
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .main .main_cont .mw .cont .left_side {
    width: 100%;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 45px;
    max-width: 600px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .page .main .main_cont .mw .cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    border-radius: 20px;
    padding: 20px;
  }
  .page .main .main_cont .mw .cont .right_side .card .decor {
    width: 180px;
    right: -65px;
    bottom: -35px;
  }
  .page .main .main_cont .mw .cont .right_side .card .h5 {
    font-size: 18px;
    max-width: 340px;
    margin-bottom: 40px;
  }
  .page .products .mw {
    padding: 3rem 1rem;
  }
  .page .products .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page .products .mw .top_line .left_side {
    width: 100%;
  }
  .page .products .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .products .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .products .mw .top_line .right_side {
    display: none;
  }
  .page .products .mw .products_slider .owl-nav {
    display: none;
  }
  .page .products .mw .products_slider .products_card {
    margin: 0 auto;
  }
  .page .products .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .products_card a {
    border-radius: 20px;
    padding: 15px 15px 25px;
    height: auto;
    display: block;
  }
  .page .products_card a .img {
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page .products_card a .img img {
    border-radius: 15px;
  }
  .page .products_card a .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .products_card a .desc .h5 {
    font-size: 16px;
  }
  .page .products_card a .desc .btn_more {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .products_card a .desc .btn_more::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .page .popular_products {
    border-radius: 20px;
  }
  .page .popular_products .mw {
    padding: 3rem 1rem;
  }
  .page .popular_products .mw .top_line {
    margin-bottom: 30px;
  }
  .page .popular_products .mw .top_line .left_side {
    max-width: 100%;
    margin: 0 auto;
  }
  .page .popular_products .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    text-align: center;
  }
  .page .popular_products .mw .top_line .right_side {
    display: none;
  }
  .page .popular_products .mw .popular_products_slider .owl-nav {
    display: none;
  }
  .page .popular_products .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .product_card {
    padding: 15px;
  }
  .page .product_card .row {
    margin-bottom: 13px;
  }
  .page .product_card .row .img img {
    border-radius: 15px;
  }
  .page .product_card .row .title {
    padding: 6px 10px;
    top: 12px;
    left: 12px;
  }
  .page .product_card .row .title span {
    font-size: 13px;
  }
  .page .product_card .row .title span img {
    width: 10px;
    margin-right: 5px;
  }
  .page .product_card .desc .h5 {
    font-size: 18px;
    max-width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .page .product_card .desc ul {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .page .product_card .desc ul li {
    font-size: 15px;
    margin-right: 15px;
  }
  .page .product_card .desc .btn_b .btn_m {
    padding: 20px;
    border-radius: 20px;
  }
  .page .about_the_brand .mw {
    padding: 3rem 1rem;
  }
  .page .about_the_brand .mw .decor {
    width: 1000px;
    top: 160px;
    left: -240px;
    opacity: 0.2;
  }
  .page .about_the_brand .mw .cont .left_side {
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    width: 100%;
  }
  .page .about_the_brand .mw .cont .left_side .m_title {
    padding-bottom: 15px;
  }
  .page .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 36px;
    text-align: center;
  }
  .page .about_the_brand .mw .cont .left_side .desc p {
    font-size: 15px;
    text-align: center;
    max-width: 100%;
  }
  .page .about_the_brand .mw .cont .left_side .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5 {
    font-size: 15px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5::before {
    content: "";
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .btn_c .btn_m {
    max-width: 180px;
    min-width: 180px;
    padding: 12px;
  }
  .page .about_the_brand .mw .cont .right_side {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px;
  }
  .page .about_the_brand .mw .cont .right_side .card {
    height: 220px;
    padding: 20px;
  }
  .page .about_the_brand .mw .cont .right_side .card::after {
    width: 100%;
    height: 70px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span {
    font-size: 65px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span small {
    font-size: 24px;
  }
  .page .about_the_brand .mw .cont .right_side .card p {
    font-size: 16px;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(4),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(5),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
    background: #161a35;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(2n) {
    background: #1d9ace;
  }
  .page .about_the_brand .mw .cont .right_side .card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .page .we_are_trusted .mw {
    padding: 0 1rem 3rem;
  }
  .page .we_are_trusted .mw .cont {
    min-height: calc(80svh - 100px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .we_are_trusted .mw .cont .left_side {
    width: 80%;
    padding-bottom: 30px;
  }
  .page .we_are_trusted .mw .cont .left_side .title {
    border-radius: 20px;
    padding: 20px 15px;
    max-width: 350px;
    margin-bottom: 20px;
  }
  .page .we_are_trusted .mw .cont .left_side .title span {
    font-size: 16px;
  }
  .page .we_are_trusted .mw .cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page .we_are_trusted .mw .cont .right_side .icon {
    width: 50%;
  }
  .page .benefits .mw {
    padding: 3rem 1rem;
  }
  .page .benefits .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .page .benefits .mw .top_line .left_side {
    max-width: 100%;
    margin: 0 auto;
  }
  .page .benefits .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    text-align: center;
  }
  .page .benefits .mw .top_line .right_side {
    display: none;
  }
  .page .benefits .mw .benefits_slider {
    width: 100%;
  }
  .page .benefits .mw .benefits_slider .owl-nav {
    display: none;
  }
  .page .benefits .mw .benefits_slider .benefits_card,
  .page .benefits .mw .benefits_slider .owl-item {
    max-width: 100%;
  }
  .page .benefits .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .benefits_card {
    border-radius: 20px;
    padding: 25px 15px;
    height: 260px;
  }
  .page .benefits_card .desc .h5 {
    font-size: 18px;
    max-width: 290px;
  }
  .page .benefits_card .desc .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .benefits_card .desc .icon img {
    width: 35px;
    height: 35px;
  }
  .page .benefits_card p {
    font-size: 16px;
  }
  .page .benefits_card::after {
    border-radius: 20px;
  }
  .page .our_work {
    border-radius: 20px;
  }
  .page .our_work .mw {
    padding: 3rem 1rem;
  }
  .page .our_work .mw .top_line {
    padding-bottom: 30px;
  }
  .page .our_work .mw .top_line .left_side {
    width: 100%;
  }
  .page .our_work .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page .our_work .mw .top_line .left_side .m_title .h2 {
    font-size: 30px;
    text-align: center;
  }
  .page .our_work .mw .top_line .right_side {
    width: 100%;
  }
  .page .our_work .mw .top_line .right_side .img img {
    border-radius: 20px;
  }
  .page .our_work .mw .our_work_slider {
    width: 100%;
  }
  .page .our_work .mw .our_work_slider .owl-nav {
    display: none;
  }
  .page .our_work .mw .our_work_slider .card,
  .page .our_work .mw .our_work_slider .owl-item {
    max-width: 100%;
  }
  .page .our_work .mw .our_work_slider .card {
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
  }
  .page .our_work .mw .our_work_slider .card .desc {
    margin-bottom: 20px;
  }
  .page .our_work .mw .our_work_slider .card .desc .h5 {
    font-size: 24px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num span {
    font-size: 25px;
  }
  .page .our_work .mw .our_work_slider .card p {
    font-size: 14px;
    max-width: 100%;
  }
  .page .partners {
    padding: 3rem 0;
  }
  .page .partners .mw {
    padding: 0 1rem 0;
  }
  .page .partners .mw .top_line {
    padding-bottom: 30px;
  }
  .page .partners .mw .top_line .m_title {
    padding-bottom: 0;
  }
  .page .partners .mw .top_line .title {
    font-size: 15px;
  }
  .page .partners .mw .top_line .title::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page .partners .partners_slider .card {
    padding: 30px;
    width: 200px;
    min-width: 200px;
  }
  .page .partners .partners_slider .card .img img {
    width: 100px;
    height: auto;
  }
  .page .want_become_our_supplier .decor {
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .want_become_our_supplier .decor img {
    width: auto;
    height: 100%;
  }
  .page .want_become_our_supplier .mw {
    padding: 3rem 1rem;
  }
  .page .want_become_our_supplier .mw .cont {
    min-height: calc(65svh - 85px);
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .want_become_our_supplier .mw .cont .m_title {
    max-width: 560px;
    padding-bottom: 20px;
  }
  .page .want_become_our_supplier .mw .cont .m_title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    max-width: 415px;
  }
  .page .faq .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .faq .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .faq .mw .cont .left_side .m_title {
    max-width: 100%;
  }
  .page .faq .mw .cont .left_side .img {
    max-width: 80px;
  }
  .page .faq .mw .cont .left_side .img img {
    border-radius: 12px;
  }
  .page .faq .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .faq .mw .cont .right_side .accordion .accordion-item {
    border-radius: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 18px;
    line-height: 20px;
    padding-right: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 30px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 18px;
    line-height: 25px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 15px 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p
    b {
    color: #ff8642;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p:last-child {
    padding-bottom: 0;
  }
  .page .latest_news .mw {
    padding: 1.5rem 1rem;
  }
  .page .latest_news .mw .top_line {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .latest_news .mw .top_line .left_side {
    width: 100%;
  }
  .page .latest_news .mw .top_line .left_side .m_title {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
  .page .latest_news .mw .top_line .right_side {
    display: none;
  }
  .page .latest_news .mw .news_slider .owl-nav {
    display: none;
  }
  .page .latest_news .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .news_card {
    margin: 0 auto;
    max-width: 410px;
  }
  .page .news_card a {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page .news_card a .title {
    font-size: 18px;
    max-width: 385px;
  }
  .page .news_card a .date {
    margin: 20px 0;
    font-size: 14px;
  }
  .page .news_card a .img {
    border-radius: 20px;
  }
  .page .news_card a .img img {
    border-radius: 20px;
  }
  .page .any_ques .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .any_ques .mw .cont .left_side {
    width: 100%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  .page .any_ques .mw .cont .left_side .m_title .h2 {
    text-align: center;
  }
  .page .any_ques .mw .cont .left_side .m_title p {
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 20px;
    width: 49%;
  }
  .page .any_ques .mw .cont .left_side form .inp input {
    height: 50px;
    max-width: 100%;
    font-size: 16px;
    padding: 20px 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin: 5px auto 0;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 5px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
    width: 12px;
    height: 12px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 14px;
    text-align: center;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 240px;
    padding: 15px;
  }
  .page .any_ques .right_side {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page .any_ques .right_side .img {
    height: 400px;
    width: 100%;
  }
  .page .any_ques .right_side .img img {
    width: 100%;
    height: 100%;
  }
  .page .footer {
    z-index: 1;
    margin-top: -5px;
    position: relative;
  }
  .page .footer .top_cont .mw {
    padding: 3rem 1rem;
  }
  .page .footer .top_cont .mw .cont .card {
    width: 48%;
    margin-bottom: 30px;
  }
  .page .footer .top_cont .mw .cont .card:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page .footer .top_cont .mw .cont .card .h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .location {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .map a {
    max-width: 220px;
    padding: 15px 30px;
    font-size: 15px;
  }
  .page .footer .top_cont .mw .cont .card .map a:after {
    width: 12px;
    height: 10px;
    min-width: 12px;
    margin-left: 5px;
  }
  .page .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 18px;
  }
  .page .footer .top_cont .mw .cont .card .email {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .email a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .time {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .time p {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li {
    margin-right: 10px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li:last-child {
    margin-right: 0;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li a {
    width: 45px;
    height: 45px;
  }
  .page .footer .top_cont .mw .cont .card .scrollup {
    margin-top: 30px;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .decor img {
     width: 170px;
    height: auto;
    margin-bottom: 5%;
    margin-left: 31%;
  }
  .page .footer .bottom_cont {
    margin-top: -10px;
  }
  .page .footer .bottom_cont .mw {
    padding: 1rem 1rem;
  }
  .page .footer .bottom_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .bottom_cont .mw .cont .left_side {
    width: 41%;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 11px;
  }
  .page .footer .bottom_cont .mw .cont .right_side {
    width: 58%;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 11px;
    text-align: center;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 1rem;
  }
  .page .top_section .top_section_cont .mw .top_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li:after {
    font-size: 16px;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li a {
    font-size: 16px;
  }
  .page_catalog .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_catalog .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_catalog .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_catalog .products .mw .m_title {
    padding-bottom: 30px;
  }
  .page_catalog .products .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page_catalog .products .mw .cont .products_card a {
    height: auto;
    padding: 15px 12px 20px;
  }
  .page_catalog .any_ques .mw {
    padding: 3rem 1rem 3rem;
  }
  .page_catalog .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_product .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_product .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_product .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_product .product .mw {
    padding: 3rem 1rem;
  }
  .page_product .product .mw .m_title {
    padding-bottom: 30px;
  }
  .page_product .product .mw .cont .left_side {
    width: 100%;
  }
  .page_product .product .mw .cont .left_side .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page_product .product .mw .cont .left_side .accordion .accordion-item {
    width: 49%;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item:last-child {
    margin-bottom: 0;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title {
    padding: 12px;
    font-size: 14px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow:after {
    width: 8px;
    height: 5px;
    min-width: 8px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content {
    display: none;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 0 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li {
    padding: 6px 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li
    a {
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page_product .product .mw .cont .right_side .product_line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .row {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .h5 {
    margin-bottom: 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    ul {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_c {
    max-width: 140px;
    margin-right: 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_more {
    max-width: 140px;
    font-size: 14px;
    padding: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_m {
    padding: 10px;
    font-size: 14px;
    max-width: 140px;
  }
  .page_product .product .mw .cont .right_side .bottom_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 15px;
    margin: 0 5px;
    border-radius: 5px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers.current,
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers:hover {
    border-radius: 5px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 45px;
    height: 45px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 45px;
    height: 45px;
  }
  .page_product .product .mw .cont .right_side .btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m {
    max-width: 100%;
    background: #161a35;
    font-size: 16px;
    padding: 15px;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m:hover {
    background: #272d53;
  }
  .page_product .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_products .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_products .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_products .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_products .products_full .mw {
    padding: 3rem 1rem;
  }
  .page_products .products_full .mw .cont .left_side {
    width: 100%;
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_products .products_full .mw .cont .left_side .product_slider {
    margin-bottom: 20px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .card
    .img {
    border-radius: 16px;
    height: 350px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_min_slider
    .card
    .img {
    border-radius: 10px;
    height: 70px;
  }
  .page_products .products_full .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page_products .products_full .mw .cont .right_side .m_title {
    padding-bottom: 20px;
    max-width: 640px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c {
    margin-bottom: 20px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c .btn_m {
    max-width: 250px;
    padding: 14px;
    font-size: 16px;
  }
  .page_products .products_full .mw .cont .right_side .h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page_products .products_full .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li p {
    font-size: 14px;
  }
  .page_products .products_full .mw .cont .right_side ul li .line {
    display: none;
  }
  .page_products .products_full .mw .cont .right_side ul li .line img {
    width: 100%;
    height: auto;
  }
  .page_products .products_full .mw .cont .right_side ul li span {
    font-size: 14px;
  }
  .page_products .description .mw {
    padding: 0 1rem;
  }
  .page_products .description .mw .cont {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page_products .description .mw .cont .m_title {
    padding-bottom: 30px;
  }
  .page_products .description .mw .cont .desc {
    max-width: 100%;
  }
  .page_products .description .mw .cont .desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page_products .popular_products {
    background: 0 0;
  }
  .page_products .any_ques .mw {
    padding: 0 1rem 3rem;
  }
  .page_about .about .about_cont .mw {
    padding: 0 1rem 60px;
  }
  .page_about .about .about_cont .mw .cont {
    min-height: calc(82svh - 60px);
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page_about .about .about_cont .mw .cont .left_side {
    width: 100%;
  }
  .page_about .about .about_cont .mw .cont .left_side .h1 {
    font-size: 40px;
    line-height: 45px;
    max-width: 600px;
    letter-spacing: -2.2px;
  }
  .page_about .about .about_cont .mw .cont .right_side {
    margin-top: 30px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card {
    border-radius: 20px;
    padding: 20px 15px;
    width: 300px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon img {
    width: 18px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card p {
    margin-top: 20px;
    font-size: 18px;
    max-width: 100%;
  }
  .page_about .our_core_values {
    margin-bottom: 30px;
  }
  .page_about .our_core_values .mw {
    padding: 3rem 1rem;
  }
  .page_about .our_core_values .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .page_about .our_core_values .mw .top_line .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 25px;
  }
  .page_about .our_core_values .mw .top_line .left_side p {
    font-size: 15px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .page_about .our_core_values .mw .top_line .right_side {
    width: 100%;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title {
    padding-bottom: 0;
    max-width: 100%;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title .h2 {
    text-align: center;
    line-height: 40px;
  }
  .page_about .our_core_values .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .page_about .our_core_values .mw .cont .card {
    height: auto;
    border-radius: 15px;
    padding: 100px 10px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row {
    border-radius: 20px;
    height: auto;
    padding: 20px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row .h5 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .page_about .our_core_values .mw .cont .card .row .desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page_about .brand_mission .decor {
    display: none;
  }
  .page_about .brand_mission .mw {
    padding: 3rem 1rem;
  }
  .page_about .brand_mission .mw .cont .left_side {
    width: 100%;
    padding: 30px 15px;
  }
  .page_about .brand_mission .mw .cont .left_side .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .m_title {
    padding-bottom: 0;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo {
    max-width: 150px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo img {
    width: 100%;
    height: auto;
  }
  .page_about .brand_mission .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p:last-child {
    margin-bottom: 0;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
    max-width: 180px;
    padding: 16px;
    min-width: 180px;
  }
  .page_about .about_the_brand .mw .cont .left_side {
    width: 100%;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 40px;
  }
  .page_about .about_the_brand .mw .cont .left_side .desc p {
    max-width: 100%;
  }
  .page_about .about_the_brand .mw .cont .left_side .row {
    margin-top: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .img {
    display: none;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .line .h5 {
    color: #030408;
    white-space: nowrap;
  }
  .page_about .about_the_brand .mw .cont .right_side {
    width: 100%;
  }
  .page_about .latest_news .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page_about .latest_news .mw .top_line {
    margin-bottom: 40px;
  }
  .page_about .latest_news .mw .top_line .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_about .latest_news .mw .top_line .left_side .m_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_about .latest_news .mw .top_line .left_side .logo {
    display: none;
  }
  .page_about .latest_news .mw .latest_news_slider {
    width: 100%;
  }
  .page_about .faq .mw {
    padding: 3rem 1rem;
  }
  .page_about .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_delivery .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_delivery .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_delivery .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_delivery .delivery {
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem;
  }
  .page_delivery .delivery .mw {
    padding: 3rem 1rem;
  }
  .page_delivery .delivery .mw .m_title {
    padding-bottom: 30px;
  }
  .page_delivery .delivery .mw .title {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .page_delivery .delivery .mw .title span {
    font-size: 15px;
  }
  .page_delivery .delivery .mw ul {
    overflow: scroll;
    width: 100%;
  }
  .page_delivery .delivery .mw ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 1200px;
  }
  .page_delivery .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_articles .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_articles .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_articles .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_articles .articles .mw {
    padding: 3rem 1rem;
  }
  .page_articles .articles .mw .m_title {
    padding-bottom: 30px;
  }
  .page_articles .articles .mw .cont .left_side {
    width: 100%;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 40px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 15px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 15px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 16px;
    margin: 15px 0;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .article_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc {
    max-width: 100%;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc
    p {
    font-size: 15px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 14px;
    max-width: 180px;
    padding: 12px 35px;
  }
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 4px;
    border-radius: 5px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers.current,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers:hover {
    border-radius: 5px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 40px;
    height: 40px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 40px;
    height: 40px;
  }
  .page_articles .articles .mw .cont .right_side {
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
  }
  .page_articles .sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_articles .sidebar .widget {
    margin-bottom: 30px;
  }
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page_articles .sidebar .widget_search {
    width: 100%;
  }
  .page_articles .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .page_articles .sidebar .widget_search form .search_btn {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .page_articles .sidebar .widget_categories {
    width: 49%;
  }
  .page_articles .sidebar .widget_categories ul li {
    margin-bottom: 5px;
  }
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 18px;
    min-width: 18px;
    margin-right: 5px;
  }
  .page_articles .sidebar .widget_recent_news {
    width: 49%;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
    max-width: 265px;
  }
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .page_articles .article .mw {
    padding: 3rem 1rem 0;
  }
  .page_articles .article .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page_articles .article .mw .cont .left_side .m_title .h2 {
    font-size: 32px;
  }
  .page_articles .article .mw .cont .left_side .m_title .date {
    font-size: 18px;
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .card {
    padding-bottom: 30px;
  }
  .page_articles .article .mw .cont .left_side .card .img {
    max-width: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page_articles .article .mw .cont .left_side .card .img img {
    border-radius: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont {
    width: 100%;
    max-width: 100%;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont ul li {
    font-size: 16px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h5 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .page_articles .article .mw .cont .left_side .card.card_big .img {
    margin-bottom: 20px;
  }
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card.card_big
    .article_desc_cont {
    max-width: 100%;
  }
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(4)
    .article_desc_cont,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(5)
    .article_desc_cont {
    max-width: 100%;
  }
  .page_articles .article .mw .cont .left_side .tags {
    margin-top: 0;
  }
  .page_articles .article .mw .cont .left_side .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 6px;
  }
  .page_articles .latest_news .mw {
    padding: 3rem 1rem;
  }
  .page_articles .latest_news .mw .top_line {
    margin-bottom: 40px;
  }
  .page_articles .latest_news .mw .top_line .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_articles .latest_news .mw .top_line .left_side .logo {
    display: none;
  }
  .page_articles .latest_news .mw .latest_news_slider {
    width: 100%;
  }
  .page_articles .latest_news .mw .latest_news_slider .owl-nav {
    display: none;
  }
  .page_contacts .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_contacts .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_contacts .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_contacts .contacts_section .mw {
    padding: 3rem 1rem;
  }
  .page_contacts .contacts_section .mw .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side {
    width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
    font-size: 42px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li {
    width: 49%;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .icon {
    max-width: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc {
    max-width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc .h5 {
    font-size: 14px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc a {
    font-size: 14px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side {
    width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side p {
    font-size: 16px;
    max-width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side .h5 {
    font-size: 15px;
    max-width: 175px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a
    img {
    width: 14px;
    height: auto;
  }
  .page_contacts .contacts_section .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img {
    margin: 0 auto;
    max-width: 500px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
  .page_contacts .any_ques .mw .m_title .h2 {
    max-width: 100%;
  }
  .page_policy .header.active .mw .right_side .phone a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_policy .header.active .mw .right_side .phone a:hover {
    color: #fff;
  }
  .page_policy .header.active .mw .right_side .phone a::before {
    background: url(../images/phone.svg) no-repeat center center/cover;
  }
  .page_policy .privacy_policy .mw {
    padding: 3rem 1rem;
  }
  .page_policy .privacy_policy .mw .m_title {
    padding-bottom: 30px;
  }
  .page_policy .privacy_policy .mw .cont .desc {
    max-width: 100%;
  }
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 3rem 1rem;
  }
  .page_404 .content_none_section .content_none_section_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side {
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 35px;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side {
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page .main .decor1 {
    width: 200px;
  }
  .page .main .main_cont .mw {
    padding: 0 1rem 3rem;
  }
  .page .main .main_cont .mw .cont {
    min-height: calc(100svh - 120px);
  }
  .page .main .main_cont .mw .cont .left_side {
    width: 60%;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 40px;
    max-width: 500px;
    letter-spacing: -1.75px;
  }
  .page .main .main_cont .mw .cont .right_side {
    width: 38%;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    border-radius: 25px;
    padding: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .decor {
    width: 180px;
    right: -50px;
    bottom: -40px;
  }
  .page .main .main_cont .mw .cont .right_side .card .h5 {
    font-size: 16px;
    max-width: 340px;
    margin-bottom: 30px;
  }
  .page .products .mw {
    padding: 3rem 1rem;
  }
  .page .products .mw .top_line {
    margin-bottom: 40px;
  }
  .page .products .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .products .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .products .mw .top_line .right_side .btn_all_products {
    width: 180px;
    height: 48px;
    margin-right: 15px;
    font-size: 16px;
  }
  .page .products .mw .top_line .right_side .btn_next_products,
  .page .products .mw .top_line .right_side .btn_prev_products {
    width: 48px;
    height: 48px;
  }
  .page .products_card a {
    border-radius: 20px;
    padding: 15px 10px 20px;
    height: auto;
  }
  .page .products_card a .img {
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page .products_card a .img img {
    border-radius: 15px;
  }
  .page .products_card a .desc .h5 {
    font-size: 14px;
  }
  .page .products_card a .desc .btn_more {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .products_card a .desc .btn_more::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .page .popular_products {
    border-radius: 30px;
  }
  .page .popular_products .mw {
    padding: 3rem 1rem;
  }
  .page .popular_products .mw .top_line {
    margin-bottom: 40px;
  }
  .page .popular_products .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .popular_products .mw .top_line .right_side .btn_next_popular_products,
  .page .popular_products .mw .top_line .right_side .btn_prev_popular_products {
    width: 48px;
    height: 48px;
  }
  .page .product_card {
    padding: 15px 15px 20px;
  }
  .page .product_card .row {
    margin-bottom: 12px;
  }
  .page .product_card .row .img img {
    border-radius: 15px;
  }
  .page .product_card .row .title {
    border-radius: 10px;
    padding: 6px 10px;
    top: 12px;
    left: 12px;
  }
  .page .product_card .row .title span {
    font-size: 14px;
  }
  .page .product_card .row .title span img {
    width: 10px;
    margin-right: 4px;
  }
  .page .product_card .desc .h5 {
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .page .product_card .desc ul {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .page .product_card .desc ul li {
    font-size: 15px;
    margin-right: 15px;
  }
  .page .product_card .desc .btn_b .btn_m {
    padding: 20px;
    border-radius: 20px;
  }
  .page .about_the_brand .mw {
    padding: 3rem 1rem;
  }
  .page .about_the_brand .mw .decor {
    width: 1200px;
    top: 100px;
    left: -240px;
  }
  .page .about_the_brand .mw .cont .left_side {
    width: 42%;
  }
  .page .about_the_brand .mw .cont .left_side .m_title {
    padding-bottom: 10px;
  }
  .page .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 32px;
  }
  .page .about_the_brand .mw .cont .left_side .desc p {
    font-size: 15px;
    max-width: 100%;
  }
  .page .about_the_brand .mw .cont .left_side .row .img {
    max-width: 100px;
    margin-right: 20px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5 {
    font-size: 14px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 8px;
    border-radius: 5px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .btn_c .btn_m {
    max-width: 180px;
    min-width: 180px;
  }
  .page .about_the_brand .mw .cont .right_side {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .about_the_brand .mw .cont .right_side .card {
    border-radius: 0 0 20px 20px;
    height: 220px;
    padding: 15px;
  }
  .page .about_the_brand .mw .cont .right_side .card::after {
    width: 305px;
    height: 63px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span {
    font-size: 60px;
    letter-spacing: -4px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span small {
    font-size: 20px;
    letter-spacing: -1.798px;
  }
  .page .about_the_brand .mw .cont .right_side .card p {
    font-size: 14px;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(4),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(5),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
    background: #161a35;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(2),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(3),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
    background: #1d9ace;
  }
  .page .we_are_trusted .mw {
    padding: 0 1rem 3rem;
  }
  .page .we_are_trusted .mw .cont .left_side {
    width: 70%;
  }
  .page .we_are_trusted .mw .cont .left_side .title {
    border-radius: 15px;
    padding: 20px 15px;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .page .we_are_trusted .mw .cont .left_side .title span {
    font-size: 16px;
  }
  .page .we_are_trusted .mw .cont .left_side .m_title {
    max-width: 600px;
  }
  .page .we_are_trusted .mw .cont .right_side {
    width: 28%;
  }
  .page .we_are_trusted .mw .cont .right_side .icon {
    width: 300px;
  }
  .page .benefits .mw {
    padding: 3rem 1rem;
  }
  .page .benefits .mw .top_line {
    margin-bottom: 40px;
  }
  .page .benefits .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .benefits .mw .top_line .right_side .btn_next_benefits,
  .page .benefits .mw .top_line .right_side .btn_prev_benefits {
    width: 48px;
    height: 48px;
  }
  .page .benefits .mw .benefits_slider {
    width: 1200px;
  }
  .page .benefits .mw .benefits_slider .benefits_card,
  .page .benefits .mw .benefits_slider .owl-item {
    max-width: 520px;
  }
  .page .benefits_card {
    border-radius: 20px;
    padding: 20px 15px;
    height: 280px;
  }
  .page .benefits_card .desc .h5 {
    font-size: 20px;
    max-width: 290px;
  }
  .page .benefits_card .desc .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
  }
  .page .benefits_card .desc .icon img {
    width: 42px;
    height: 42px;
  }
  .page .benefits_card p {
    font-size: 16px;
  }
  .page .benefits_card::after {
    border-radius: 20px;
  }
  .page .our_work {
    border-radius: 30px;
  }
  .page .our_work .mw {
    padding: 3rem 1rem;
  }
  .page .our_work .mw .top_line {
    padding-bottom: 40px;
  }
  .page .our_work .mw .top_line .left_side .m_title {
    max-width: 280px;
  }
  .page .our_work .mw .top_line .left_side .m_title .h2 {
    font-size: 36px;
  }
  .page .our_work .mw .top_line .right_side .img img {
    border-radius: 100px;
  }
  .page .our_work .mw .our_work_slider {
    width: 1200px;
  }
  .page .our_work .mw .our_work_slider .card,
  .page .our_work .mw .our_work_slider .owl-item {
    max-width: 395px;
  }
  .page .our_work .mw .our_work_slider .card {
    border-radius: 15px;
    padding: 15px 15px 20px 20px;
    width: 395px;
  }
  .page .our_work .mw .our_work_slider .card .desc {
    margin-bottom: 15px;
  }
  .page .our_work .mw .our_work_slider .card .desc .h5 {
    font-size: 20px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 20px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num span {
    font-size: 20.196px;
  }
  .page .our_work .mw .our_work_slider .card p {
    font-size: 14px;
  }
  .page .partners {
    padding: 3rem 0;
  }
  .page .partners .mw {
    padding: 0 1rem 0;
  }
  .page .partners .mw .top_line {
    padding-bottom: 40px;
  }
  .page .partners .mw .top_line .title {
    font-size: 15px;
  }
  .page .partners .mw .top_line .title::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 5px;
  }
  .page .partners .partners_slider .card {
    padding: 20px;
    width: 250px;
    min-width: 250px;
  }
  .page .partners .partners_slider .card .img img {
    width: 120px;
  }
  .page .want_become_our_supplier .decor {
    right: 1rem;
  }
  .page .want_become_our_supplier .mw {
    padding: 3rem 1rem;
  }
  .page .want_become_our_supplier .mw .cont .m_title {
    max-width: 600px;
  }
  .page .want_become_our_supplier .mw .cont .m_title p {
    margin-top: 50px;
    font-size: 20px;
    max-width: 360px;
  }
  .page .faq .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .faq .mw .cont .left_side {
    width: 25%;
  }
  .page .faq .mw .cont .left_side .m_title {
    max-width: 240px;
  }
  .page .faq .mw .cont .left_side .img {
    max-width: 100px;
  }
  .page .faq .mw .cont .left_side .img img {
    border-radius: 12px;
  }
  .page .faq .mw .cont .right_side {
    width: 70%;
  }
  .page .faq .mw .cont .right_side .accordion .accordion-item {
    border-radius: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 20px;
    padding: 20px 14px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 30px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 18px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 15px 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
  }
  .page .latest_news .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .latest_news .mw .top_line {
    padding-bottom: 40px;
  }
  .page .latest_news .mw .top_line .right_side .btn_next_news,
  .page .latest_news .mw .top_line .right_side .btn_prev_news {
    width: 48px;
    height: 48px;
  }
  .page .news_card a {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page .news_card a .title {
    font-size: 18px;
    max-width: 385px;
  }
  .page .news_card a .date {
    margin: 20px 0;
    font-size: 14px;
  }
  .page .news_card a .img {
    border-radius: 20px;
  }
  .page .news_card a .img img {
    border-radius: 20px;
  }
  .page .any_ques .mw {
    padding: 3rem 1rem;
  }
  .page .any_ques .mw .cont .left_side {
    width: 48%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side .m_title .h2 {
    font-size: 34px;
  }
  .page .any_ques .mw .cont .left_side .m_title p {
    max-width: 485px;
    font-size: 15px;
    margin-top: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp input {
    height: 45px;
    width: 100%;
    font-size: 16px;
    padding: 20px 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin: 5px 0 0;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
    width: 15px;
    height: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 14px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    padding-top: 20px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 220px;
    padding: 14px;
  }
  .page .any_ques .right_side {
    width: 50%;
  }
  .page .any_ques .right_side .img {
    height: 100%;
  }
  .page .any_ques .right_side .img img {
    height: 100%;
  }
  .page .footer .top_cont .mw {
    padding: 3rem 1rem;
  }
  .page .footer .top_cont .mw .cont .card {
    margin-bottom: 30px;
    width: 24%;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(1),
  .page .footer .top_cont .mw .cont .card:nth-child(2),
  .page .footer .top_cont .mw .cont .card:nth-child(3) {
    width: 49%;
  }
  .page .footer .top_cont .mw .cont .card .h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .footer .top_cont .mw .cont .card .location {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .map a {
    max-width: 240px;
    padding: 14px 20px;
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .map a:after {
    width: 15px;
    height: 13px;
    min-width: 15px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 20px;
  }
  .page .footer .top_cont .mw .cont .card .email {
    margin: 10px 0;
  }
  .page .footer .top_cont .mw .cont .card .email a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .time {
    max-width: 300px;
  }
  .page .footer .top_cont .mw .cont .card .time p {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li {
    margin-bottom: 15px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li {
    margin-right: 12px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li a {
    width: 45px;
    height: 45px;
  }
  .page .footer .top_cont .mw .cont .card .scrollup {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    position: relative;
  }
  .page .footer .top_cont .decor img {
    width: 170px;
  height: auto;
  margin: 1%;
  margin-left: 35px;
  }
  .page .footer .bottom_cont .mw {
    padding: 1rem 1rem;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 13px;
  }
  .page .footer .bottom_cont .mw .cont .right_side {
    width: 55%;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 13px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 1rem;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li:after {
    font-size: 17px;
    margin: 0 5px;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li a {
    font-size: 17px;
  }
  .page_catalog .products .mw .m_title {
    padding-bottom: 40px;
  }
  .page_catalog .products .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page_catalog .products .mw .cont .products_card a {
    padding: 15px 10px 20px;
  }
  .page_product .product .mw {
    padding: 3rem 1rem;
  }
  .page_product .product .mw .m_title {
    padding-bottom: 40px;
  }
  .page_product .product .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_product .product .mw .cont .left_side {
    width: 30%;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title {
    padding: 10px 12px;
    font-size: 14px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow {
    padding-left: 5px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow:after {
    width: 8px;
    height: 5px;
    min-width: 8px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content {
    display: none;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 0 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li {
    padding: 5px 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li
    a {
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side {
    width: 68%;
  }
  .page_product .product .mw .cont .right_side .product_line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .row {
    margin-bottom: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .h5 {
    margin-bottom: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    ul {
    margin-bottom: 20px;
    padding: 0;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_c {
    margin-right: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_more {
    font-size: 14px;
    padding: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_m {
    padding: 10px;
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side .bottom_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 15px;
    margin: 0 6px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 45px;
    height: 45px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 45px;
    height: 45px;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m {
    font-size: 15px;
    padding: 16px;
  }
  .page_products .products_full .mw {
    padding: 3rem 1rem;
  }
  .page_products .products_full .mw .cont .left_side {
    width: 49%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .card
    .img {
    border-radius: 20px;
    height: 350px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_min_slider
    .card
    .img {
    border-radius: 10px;
    height: 70px;
  }
  .page_products .products_full .mw .cont .right_side {
    width: 49%;
  }
  .page_products .products_full .mw .cont .right_side .m_title {
    padding-bottom: 20px;
    max-width: 640px;
  }
  .page_products .products_full .mw .cont .right_side .m_title .h2 {
    font-size: 35px;
  }
  .page_products .products_full .mw .cont .right_side .title {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c {
    margin-bottom: 20px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c .btn_m {
    padding: 14px;
    font-size: 16px;
  }
  .page_products .products_full .mw .cont .right_side .h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li p {
    font-size: 14px;
  }
  .page_products .products_full .mw .cont .right_side ul li .line {
    display: none;
  }
  .page_products .products_full .mw .cont .right_side ul li .line img {
    width: 100%;
    height: auto;
  }
  .page_products .products_full .mw .cont .right_side ul li span {
    font-size: 14px;
  }
  .page_products .description .mw {
    padding: 0 1rem;
  }
  .page_products .description .mw .cont {
    border-radius: 30px;
    padding: 30px;
  }
  .page_products .description .mw .cont .m_title {
    padding-bottom: 25px;
  }
  .page_products .description .mw .cont .desc {
    max-width: 100%;
  }
  .page_products .description .mw .cont .desc p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .page_about .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page_about .top_section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page_about .top_section .top_section_cont .mw .top_nav ul li:after {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_about .top_section .top_section_cont .mw .top_nav ul li a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_about .about .about_cont .mw {
    padding: 0 1rem 50px;
  }
  .page_about .about .about_cont .mw .cont {
    min-height: calc(82svh - 50px);
  }
  .page_about .about .about_cont .mw .cont .left_side {
    width: 65%;
  }
  .page_about .about .about_cont .mw .cont .left_side .h1 {
    font-size: 42px;
    letter-spacing: -3.2px;
  }
  .page_about .about .about_cont .mw .cont .right_side {
    width: 32%;
  }
  .page_about .about .about_cont .mw .cont .right_side .card {
    border-radius: 20px;
    padding: 20px 16px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon img {
    width: 18px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card p {
    margin-top: 20px;
    font-size: 16px;
    max-width: 290px;
  }
  .page_about .our_core_values {
    margin-bottom: 40px;
  }
  .page_about .our_core_values .mw {
    padding: 3rem 1rem;
  }
  .page_about .our_core_values .mw .top_line {
    padding-bottom: 40px;
  }
  .page_about .our_core_values .mw .top_line .left_side p {
    font-size: 14px;
    max-width: 800px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title {
    max-width: 400px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title .h2 {
    line-height: 36px;
  }
  .page_about .our_core_values .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .page_about .our_core_values .mw .cont .card {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 20px;
    padding: 150px 15px 15px;
  }
  .page_about .our_core_values .mw .cont .card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page_about .our_core_values .mw .cont .card .row {
    border-radius: 20px;
    height: auto;
    padding: 20px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row .h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page_about .our_core_values .mw .cont .card .row .desc p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .decor {
    height: 100%;
  }
  .page_about .brand_mission .decor img {
    width: auto;
    height: 100%;
  }
  .page_about .brand_mission .mw {
    padding: 3rem 1rem;
  }
  .page_about .brand_mission .mw .cont .left_side {
    width: 70%;
    padding: 20px 15px;
  }
  .page_about .brand_mission .mw .cont .left_side .line {
    padding-bottom: 40px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo {
    max-width: 140px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
    max-width: 180px;
    padding: 16px;
    min-width: 180px;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
  }
  .page_about .about_the_brand .mw .cont .left_side {
    width: 44%;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title {
    max-width: 550px;
    padding-bottom: 0;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 36px;
  }
  .page_about .about_the_brand .mw .cont .left_side .desc p {
    max-width: 750px;
  }
  .page_about .about_the_brand .mw .cont .left_side .row {
    margin-top: 20px;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .img {
    margin-right: 50px;
  }
  .page_about .latest_news .mw {
    padding: 3rem 1rem;
  }
  .page_about .latest_news .mw .top_line {
    margin-bottom: 40px;
  }
  .page_about .latest_news .mw .top_line .left_side {
    width: 70%;
  }
  .page_about .latest_news .mw .top_line .left_side .logo {
    max-width: 120px;
  }
  .page_about .latest_news .mw .latest_news_slider {
    width: 900px;
  }
  .page_about .latest_news .mw .latest_news_slider .owl-nav {
    display: none;
  }
  .page_about .faq .mw {
    padding: 3rem 1rem;
  }
  .page_delivery .delivery {
    border-radius: 0 0 30px 30px;
    margin-bottom: 3rem;
  }
  .page_delivery .delivery .mw {
    padding: 3rem 1rem;
  }
  .page_delivery .delivery .mw .m_title {
    padding-bottom: 30px;
  }
  .page_delivery .delivery .mw .title {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .page_delivery .delivery .mw .title span {
    font-size: 15px;
  }
  .page_delivery .delivery .mw ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page_delivery .delivery .mw ul li p {
    width: 25%;
    font-size: 14px;
  }
  .page_delivery .delivery .mw ul li p.td {
    width: 20%;
  }
  .page_delivery .delivery .mw ul li p.th {
    width: 32%;
  }
  .page_delivery .delivery .mw ul li p.row {
    width: 18%;
  }
  .page_articles .articles .mw {
    padding: 3rem 1rem;
  }
  .page_articles .articles .mw .m_title {
    padding-bottom: 40px;
  }
  .page_articles .articles .mw .cont .left_side {
    width: 62%;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 40px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 15px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 15px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 16px;
    margin: 15px 0;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .article_title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc {
    max-width: 445px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc
    p {
    font-size: 14px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 16px;
    max-width: 180px;
    padding: 12px 30px;
  }
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 15px;
    margin: 0 6px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 45px;
    height: 45px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 45px;
    height: 45px;
  }
  .page_articles .articles .mw .cont .right_side {
    width: 35%;
  }
  .page_articles .sidebar .widget {
    margin-bottom: 25px;
  }
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .page_articles .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .page_articles .sidebar .widget_search form .search_btn {
    width: 18px;
    height: 18px;
  }
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 15px;
  }
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 18px;
    min-width: 18px;
    margin-right: 4px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
  }
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .page_articles .article .mw {
    padding: 3rem 1rem;
  }
  .page_articles .article .mw .cont .left_side .m_title {
    padding-bottom: 40px;
  }
  .page_articles .article .mw .cont .left_side .m_title .h2 {
    font-size: 38px;
  }
  .page_articles .article .mw .cont .left_side .m_title .date {
    font-size: 18px;
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .card {
    padding-bottom: 30px;
  }
  .page_articles .article .mw .cont .left_side .card .img {
    max-width: 380px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page_articles .article .mw .cont .left_side .card .img img {
    border-radius: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont ul li {
    font-size: 16px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card.card_big .img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(4)
    .article_desc_cont,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(5)
    .article_desc_cont {
    max-width: 840px;
  }
  .page_articles .article .mw .cont .left_side .tags {
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 6px;
  }
  .page_articles .latest_news .mw {
    padding: 0 1rem 3rem;
  }
  .page_articles .latest_news .mw .top_line {
    margin-bottom: 40px;
  }
  .page_articles .latest_news .mw .top_line .left_side {
    width: 78%;
  }
  .page_articles .latest_news .mw .top_line .left_side .m_title .h2 {
    font-size: 36px;
  }
  .page_articles .latest_news .mw .top_line .left_side .logo {
    max-width: 140px;
  }
  .page_articles .latest_news .mw .latest_news_slider {
    width: 900px;
  }
  .page_contacts .contacts_section .mw {
    padding: 3rem 1rem;
  }
  .page_contacts .contacts_section .mw .cont .left_side {
    width: 40%;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
    font-size: 38px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .icon {
    max-width: 20px;
    min-width: 20px;
    margin-right: 12px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc {
    max-width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc .h5 {
    font-size: 14px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc a {
    font-size: 14px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side {
    width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side p {
    font-size: 14px;
    max-width: 280px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side {
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side .h5 {
    font-size: 14px;
    max-width: 175px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a
    img {
    width: 18px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page_policy .privacy_policy .mw {
    padding: 3rem 1rem;
  }
  .page_policy .privacy_policy .mw .m_title {
    padding-bottom: 40px;
  }
  .page_policy .privacy_policy .mw .cont .desc {
    max-width: 100%;
  }
  .page_policy .privacy_policy .mw .cont .desc .h3,
  .page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 35px;
  }
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 3rem 1rem;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 18px;
    max-width: 335px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 150px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m {
    max-width: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .page .main .decor1 {
    width: 210px;
  }
  .page .main .main_cont .mw {
    padding: 0 1rem 5rem;
  }
  .page .main .main_cont .mw .cont {
    min-height: calc(100svh - 150px);
  }
  .page .main .main_cont .mw .cont .left_side {
    width: 66%;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 50px;
    max-width: 600px;
    letter-spacing: -2px;
  }
  .page .main .main_cont .mw .cont .right_side {
    width: 32%;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    border-radius: 25px;
    padding: 18px;
  }
  .page .main .main_cont .mw .cont .right_side .card .decor {
    width: 180px;
    right: -50px;
    bottom: -40px;
  }
  .page .main .main_cont .mw .cont .right_side .card .h5 {
    font-size: 17px;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .page .products .mw {
    padding: 4rem 1rem;
  }
  .page .products .mw .top_line {
    margin-bottom: 50px;
  }
  .page .products .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .products .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .products .mw .top_line .right_side .btn_all_products {
    width: 180px;
    height: 50px;
    margin-right: 15px;
    font-size: 16px;
  }
  .page .products .mw .top_line .right_side .btn_next_products,
  .page .products .mw .top_line .right_side .btn_prev_products {
    width: 50px;
    height: 50px;
  }
  .page .products_card a {
    border-radius: 25px;
    padding: 15px 15px 20px;
    height: auto;
  }
  .page .products_card a .img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .products_card a .img img {
    border-radius: 20px;
  }
  .page .products_card a .desc .h5 {
    font-size: 16px;
  }
  .page .products_card a .desc .btn_more {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .page .products_card a .desc .btn_more::after {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
  .page .popular_products {
    border-radius: 40px;
  }
  .page .popular_products .mw {
    padding: 4rem 1rem;
  }
  .page .popular_products .mw .top_line {
    margin-bottom: 50px;
  }
  .page .popular_products .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .popular_products .mw .top_line .right_side .btn_next_popular_products,
  .page .popular_products .mw .top_line .right_side .btn_prev_popular_products {
    width: 50px;
    height: 50px;
  }
  .page .product_card {
    padding: 15px 15px 20px;
  }
  .page .product_card .row {
    margin-bottom: 15px;
  }
  .page .product_card .row .img img {
    border-radius: 20px;
  }
  .page .product_card .row .title {
    border-radius: 10px;
    padding: 6px 10px;
    top: 12px;
    left: 12px;
  }
  .page .product_card .row .title span {
    font-size: 15px;
  }
  .page .product_card .row .title span img {
    width: 11px;
    margin-right: 4px;
  }
  .page .product_card .desc .h5 {
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .page .product_card .desc ul {
    margin-bottom: 20px;
    padding: 0 12px;
  }
  .page .product_card .desc ul li {
    font-size: 16px;
    margin-right: 15px;
  }
  .page .product_card .desc .btn_b .btn_m {
    padding: 22px;
    border-radius: 20px;
  }
  .page .about_the_brand .mw {
    padding: 4rem 1rem;
  }
  .page .about_the_brand .mw .decor {
    width: 1250px;
    top: 100px;
    left: -240px;
  }
  .page .about_the_brand .mw .cont .left_side {
    width: 42%;
  }
  .page .about_the_brand .mw .cont .left_side .m_title {
    padding-bottom: 10px;
  }
  .page .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 35px;
  }
  .page .about_the_brand .mw .cont .left_side .desc p {
    font-size: 16px;
    max-width: 100%;
  }
  .page .about_the_brand .mw .cont .left_side .row .img {
    max-width: 100px;
    margin-right: 20px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5 {
    font-size: 16px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 8px;
    border-radius: 5px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .btn_c .btn_m {
    max-width: 180px;
    min-width: 180px;
  }
  .page .about_the_brand .mw .cont .right_side {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .about_the_brand .mw .cont .right_side .card {
    border-radius: 0 0 25px 25px;
    height: 240px;
    padding: 20px;
  }
  .page .about_the_brand .mw .cont .right_side .card::after {
    width: 305px;
    height: 63px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span {
    font-size: 70px;
    letter-spacing: -4px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span small {
    font-size: 24px;
    letter-spacing: -1.798px;
  }
  .page .about_the_brand .mw .cont .right_side .card p {
    font-size: 15px;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(4),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(5),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
    background: #161a35;
  }
  .page .about_the_brand .mw .cont .right_side .card:nth-child(2),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(3),
  .page .about_the_brand .mw .cont .right_side .card:nth-child(6) {
    background: #1d9ace;
  }
  .page .we_are_trusted .mw {
    padding: 0 1rem 4rem;
  }
  .page .we_are_trusted .mw .cont .left_side {
    width: 70%;
  }
  .page .we_are_trusted .mw .cont .left_side .title {
    border-radius: 15px;
    padding: 20px 15px;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .page .we_are_trusted .mw .cont .left_side .title span {
    font-size: 17px;
  }
  .page .we_are_trusted .mw .cont .left_side .m_title {
    max-width: 800px;
  }
  .page .we_are_trusted .mw .cont .right_side {
    width: 28%;
  }
  .page .we_are_trusted .mw .cont .right_side .icon {
    width: 320px;
  }
  .page .benefits .mw {
    padding: 4rem 1rem;
  }
  .page .benefits .mw .top_line {
    margin-bottom: 50px;
  }
  .page .benefits .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .benefits .mw .top_line .right_side .btn_next_benefits,
  .page .benefits .mw .top_line .right_side .btn_prev_benefits {
    width: 50px;
    height: 50px;
  }
  .page .benefits .mw .benefits_slider {
    width: 1500px;
  }
  .page .benefits .mw .benefits_slider .benefits_card,
  .page .benefits .mw .benefits_slider .owl-item {
    max-width: 520px;
  }
  .page .benefits_card {
    border-radius: 25px;
    padding: 20px 15px;
    height: 300px;
  }
  .page .benefits_card .desc .h5 {
    font-size: 22px;
    max-width: 290px;
  }
  .page .benefits_card .desc .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 12px;
  }
  .page .benefits_card .desc .icon img {
    width: 45px;
    height: 45px;
  }
  .page .benefits_card p {
    font-size: 17px;
  }
  .page .benefits_card::after {
    border-radius: 25px;
  }
  .page .our_work {
    border-radius: 40px;
  }
  .page .our_work .mw {
    padding: 4rem 1rem;
  }
  .page .our_work .mw .top_line {
    padding-bottom: 50px;
  }
  .page .our_work .mw .top_line .left_side .m_title {
    max-width: 280px;
  }
  .page .our_work .mw .top_line .left_side .m_title .h2 {
    font-size: 40px;
  }
  .page .our_work .mw .top_line .right_side .img img {
    border-radius: 100px;
  }
  .page .our_work .mw .our_work_slider {
    width: 1600px;
  }
  .page .our_work .mw .our_work_slider .card,
  .page .our_work .mw .our_work_slider .owl-item {
    max-width: 391px;
  }
  .page .our_work .mw .our_work_slider .card {
    border-radius: 25px;
    padding: 18px 18px 24px 24px;
    width: 391px;
  }
  .page .our_work .mw .our_work_slider .card .desc {
    margin-bottom: 15px;
  }
  .page .our_work .mw .our_work_slider .card .desc .h5 {
    font-size: 24px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 20px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num span {
    font-size: 22px;
  }
  .page .our_work .mw .our_work_slider .card p {
    font-size: 15px;
  }
  .page .partners {
    padding: 4rem 0;
  }
  .page .partners .mw {
    padding: 0 1rem 0;
  }
  .page .partners .mw .top_line {
    padding-bottom: 50px;
  }
  .page .partners .mw .top_line .title {
    font-size: 16px;
  }
  .page .partners .mw .top_line .title::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 5px;
  }
  .page .partners .partners_slider .card {
    padding: 30px;
    width: 300px;
    min-width: 300px;
  }
  .page .partners .partners_slider .card .img img {
    width: 140px;
  }
  .page .want_become_our_supplier .decor {
    right: 1rem;
  }
  .page .want_become_our_supplier .mw {
    padding: 4rem 1rem;
  }
  .page .want_become_our_supplier .mw .cont .m_title {
    max-width: 700px;
  }
  .page .want_become_our_supplier .mw .cont .m_title p {
    margin-top: 50px;
    font-size: 22px;
    max-width: 380px;
  }
  .page .faq .mw {
    padding: 4rem 1rem 2rem;
  }
  .page .faq .mw .cont .left_side {
    width: 25%;
  }
  .page .faq .mw .cont .left_side .m_title {
    max-width: 240px;
  }
  .page .faq .mw .cont .left_side .img {
    max-width: 110px;
  }
  .page .faq .mw .cont .left_side .img img {
    border-radius: 14px;
  }
  .page .faq .mw .cont .right_side {
    width: 70%;
  }
  .page .faq .mw .cont .right_side .accordion .accordion-item {
    border-radius: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 20px;
    padding: 20px 25px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 50px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 18px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 25px 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 17px;
  }
  .page .latest_news .mw {
    padding: 2rem 1rem 4rem;
  }
  .page .latest_news .mw .top_line {
    padding-bottom: 50px;
  }
  .page .latest_news .mw .top_line .right_side .btn_next_news,
  .page .latest_news .mw .top_line .right_side .btn_prev_news {
    width: 50px;
    height: 50px;
  }
  .page .news_card a {
    border-radius: 25px;
    padding: 20px 15px;
  }
  .page .news_card a .title {
    font-size: 18px;
    max-width: 385px;
  }
  .page .news_card a .date {
    margin: 20px 0;
    font-size: 14px;
  }
  .page .news_card a .img {
    border-radius: 20px;
  }
  .page .news_card a .img img {
    border-radius: 20px;
  }
  .page .any_ques .mw {
    padding: 4rem 1rem;
  }
  .page .any_ques .mw .cont .left_side {
    width: 48%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side .m_title .h2 {
    font-size: 34px;
  }
  .page .any_ques .mw .cont .left_side .m_title p {
    max-width: 440px;
    font-size: 16px;
    margin-top: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp input {
    height: 55px;
    width: 100%;
    font-size: 17px;
    padding: 20px 18px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin: 5px 0 0;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
    width: 16px;
    height: 16px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 15px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    padding-top: 25px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 220px;
    padding: 15px;
  }
  .page .any_ques .right_side {
    width: 50%;
  }
  .page .any_ques .right_side .img {
    height: 100%;
  }
  .page .any_ques .right_side .img img {
    height: 100%;
  }
  .page .footer .top_cont .mw {
    padding: 4rem 1rem;
  }
  .page .footer .top_cont .mw .cont .card .h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .footer .top_cont .mw .cont .card .location {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .map a {
    max-width: 240px;
    padding: 14px 20px;
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .map a:after {
    width: 15px;
    height: 13px;
    min-width: 15px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 20px;
  }
  .page .footer .top_cont .mw .cont .card .email {
    margin: 10px 0;
  }
  .page .footer .top_cont .mw .cont .card .email a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .time {
    max-width: 300px;
  }
  .page .footer .top_cont .mw .cont .card .time p {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li {
    margin-bottom: 15px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li {
    margin-right: 12px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li a {
    width: 45px;
    height: 45px;
  }
  .page .footer .top_cont .mw .cont .card .scrollup {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .page .footer .top_cont .decor img {
     width: 170px;
  height: auto;
  margin: 1%;
  margin-left: 35px;
  }
  .page .footer .bottom_cont .mw {
    padding: 1.2rem 1rem;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 14px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 14px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 24px 1rem;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li:after {
    font-size: 17px;
    margin: 0 5px;
  }
  .page .top_section .top_section_cont .mw .top_nav ul li a {
    font-size: 17px;
  }
  .page_catalog .products .mw .m_title {
    padding-bottom: 50px;
  }
  .page_catalog .products .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page_catalog .products .mw .cont .products_card a {
    padding: 15px 15px 20px;
  }
  .page_product .product .mw {
    padding: 4rem 1rem;
  }
  .page_product .product .mw .m_title {
    padding-bottom: 40px;
  }
  .page_product .product .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_product .product .mw .cont .left_side {
    width: 22%;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title {
    padding: 12px 10px;
    font-size: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow {
    padding-left: 5px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow:after {
    width: 8px;
    height: 5px;
    min-width: 8px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content {
    display: none;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 0 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li {
    padding: 6px 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li
    a {
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side {
    width: 75%;
  }
  .page_product .product .mw .cont .right_side .product_line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page_product .product .mw .cont .right_side .product_line .product_card {
    padding: 10px 10px 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .row {
    margin-bottom: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .h5 {
    margin-bottom: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    ul {
    margin-bottom: 20px;
    padding: 0;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_c {
    margin-right: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_more {
    font-size: 14px;
    padding: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_m {
    padding: 10px;
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side .bottom_pagination {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 16px;
    margin: 0 6px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 48px;
    height: 48px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 48px;
    height: 48px;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m {
    font-size: 16px;
    padding: 18px;
  }
  .page_products .products_full .mw {
    padding: 4rem 1rem;
  }
  .page_products .products_full .mw .cont .left_side {
    width: 49%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .card
    .img {
    border-radius: 24px;
    height: 400px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_min_slider
    .card
    .img {
    border-radius: 12px;
    height: 80px;
  }
  .page_products .products_full .mw .cont .right_side {
    width: 49%;
  }
  .page_products .products_full .mw .cont .right_side .m_title {
    padding-bottom: 20px;
    max-width: 350px;
  }
  .page_products .products_full .mw .cont .right_side .m_title .h2 {
    font-size: 36px;
  }
  .page_products .products_full .mw .cont .right_side .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c {
    margin-bottom: 20px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c .btn_m {
    padding: 15px;
    font-size: 16px;
  }
  .page_products .products_full .mw .cont .right_side .h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li p {
    font-size: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li .line {
    display: none;
  }
  .page_products .products_full .mw .cont .right_side ul li .line img {
    width: 100%;
    height: auto;
  }
  .page_products .products_full .mw .cont .right_side ul li span {
    font-size: 15px;
  }
  .page_products .description .mw {
    padding: 0 1rem;
  }
  .page_products .description .mw .cont {
    border-radius: 30px;
    padding: 40px;
  }
  .page_products .description .mw .cont .m_title {
    padding-bottom: 30px;
  }
  .page_products .description .mw .cont .desc {
    max-width: 100%;
  }
  .page_products .description .mw .cont .desc p {
    font-size: 20px;
    margin-bottom: 34px;
  }
  .page_about .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page_about .top_section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page_about .top_section .top_section_cont .mw .top_nav ul li:after {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_about .top_section .top_section_cont .mw .top_nav ul li a {
    color: rgba(255, 255, 255, 0.8);
  }
  .page_about .about .about_cont .mw {
    padding: 0 1rem 50px;
  }
  .page_about .about .about_cont .mw .cont {
    min-height: calc(82svh - 50px);
  }
  .page_about .about .about_cont .mw .cont .left_side {
    width: 65%;
  }
  .page_about .about .about_cont .mw .cont .left_side .h1 {
    font-size: 50px;
    letter-spacing: -3.2px;
  }
  .page_about .about .about_cont .mw .cont .right_side {
    width: 32%;
  }
  .page_about .about .about_cont .mw .cont .right_side .card {
    border-radius: 20px;
    padding: 20px 16px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon img {
    width: 20px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card p {
    margin-top: 50px;
    font-size: 18px;
    max-width: 290px;
  }
  .page_about .our_core_values {
    margin-bottom: 40px;
  }
  .page_about .our_core_values .mw {
    padding: 3rem 1rem;
  }
  .page_about .our_core_values .mw .top_line {
    padding-bottom: 40px;
  }
  .page_about .our_core_values .mw .top_line .left_side p {
    font-size: 16px;
    max-width: 800px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title {
    max-width: 400px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title .h2 {
    line-height: 45px;
  }
  .page_about .our_core_values .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .page_about .our_core_values .mw .cont .card {
    height: auto;
    border-radius: 30px;
    padding: 150px 15px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row {
    border-radius: 25px;
    height: 600px;
    padding: 20px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row .h5 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .page_about .our_core_values .mw .cont .card .row .desc p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .decor {
    height: 100%;
  }
  .page_about .brand_mission .decor img {
    width: auto;
    height: 100%;
  }
  .page_about .brand_mission .mw {
    padding: 4rem 1rem;
  }
  .page_about .brand_mission .mw .cont .left_side {
    width: 60%;
    padding: 25px 20px;
  }
  .page_about .brand_mission .mw .cont .left_side .line {
    padding-bottom: 50px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo {
    max-width: 150px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
    max-width: 180px;
    padding: 16px;
    min-width: 180px;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
  }
  .page_about .about_the_brand .mw .cont .left_side {
    width: 42%;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title {
    max-width: 550px;
    padding-bottom: 0;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 45px;
  }
  .page_about .about_the_brand .mw .cont .left_side .desc p {
    max-width: 750px;
  }
  .page_about .about_the_brand .mw .cont .left_side .row {
    margin-top: 20px;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .img {
    margin-right: 50px;
  }
  .page_about .latest_news .mw {
    padding: 4rem 1rem;
  }
  .page_about .latest_news .mw .top_line {
    margin-bottom: 50px;
  }
  .page_about .latest_news .mw .top_line .left_side {
    width: 70%;
  }
  .page_about .latest_news .mw .top_line .left_side .logo {
    max-width: 140px;
  }
  .page_about .latest_news .mw .latest_news_slider {
    width: 1200px;
  }
  .page_about .latest_news .mw .latest_news_slider .owl-nav {
    display: none;
  }
  .page_about .faq .mw {
    padding: 4rem 1rem;
  }
  .page_delivery .delivery {
    border-radius: 0 0 35px 35px;
    margin-bottom: 4rem;
  }
  .page_delivery .delivery .mw {
    padding: 4rem 1rem;
  }
  .page_delivery .delivery .mw .m_title {
    padding-bottom: 30px;
  }
  .page_delivery .delivery .mw .title {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .page_delivery .delivery .mw .title span {
    font-size: 16px;
  }
  .page_delivery .delivery .mw ul li {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .page_delivery .delivery .mw ul li p {
    width: 25%;
    font-size: 15px;
  }
  .page_delivery .delivery .mw ul li p.td {
    width: 20%;
  }
  .page_delivery .delivery .mw ul li p.th {
    width: 32%;
  }
  .page_delivery .delivery .mw ul li p.row {
    width: 18%;
  }
  .page_articles .articles .mw {
    padding: 4rem 1rem;
  }
  .page_articles .articles .mw .m_title {
    padding-bottom: 50px;
  }
  .page_articles .articles .mw .cont .left_side {
    width: 68%;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 50px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 20px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 17px;
    margin: 18px 0;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .article_title {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc {
    max-width: 445px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc
    p {
    font-size: 16px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 16px;
    max-width: 200px;
    padding: 12px 30px;
  }
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 50px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 16px;
    margin: 0 6px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 48px;
    height: 48px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 48px;
    height: 48px;
  }
  .page_articles .articles .mw .cont .right_side {
    width: 30%;
  }
  .page_articles .sidebar .widget {
    margin-bottom: 25px;
  }
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 18px;
    min-width: 18px;
    margin-right: 4px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 17px;
  }
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 6px 10px;
    font-size: 15px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .page_articles .article .mw {
    padding: 4rem 1rem;
  }
  .page_articles .article .mw .cont .left_side .m_title {
    padding-bottom: 40px;
  }
  .page_articles .article .mw .cont .left_side .m_title .h2 {
    font-size: 45px;
  }
  .page_articles .article .mw .cont .left_side .m_title .date {
    font-size: 18px;
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .card {
    padding-bottom: 35px;
  }
  .page_articles .article .mw .cont .left_side .card .img {
    max-width: 380px;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  .page_articles .article .mw .cont .left_side .card .img img {
    border-radius: 20px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont ul li {
    font-size: 17px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h5 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card.card_big .img {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(4)
    .article_desc_cont,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .card:nth-child(5)
    .article_desc_cont {
    max-width: 840px;
  }
  .page_articles .article .mw .cont .left_side .tags {
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .tags a {
    padding: 6px 10px;
    font-size: 16px;
    margin-right: 10px;
  }
  .page_articles .latest_news .mw {
    padding: 0 1rem 4rem;
  }
  .page_articles .latest_news .mw .top_line {
    margin-bottom: 50px;
  }
  .page_articles .latest_news .mw .top_line .left_side {
    width: 68%;
  }
  .page_articles .latest_news .mw .top_line .left_side .m_title .h2 {
    font-size: 38px;
  }
  .page_articles .latest_news .mw .top_line .left_side .logo {
    max-width: 150px;
  }
  .page_articles .latest_news .mw .latest_news_slider {
    width: 1200px;
  }
  .page_contacts .contacts_section .mw {
    padding: 4rem 1rem;
  }
  .page_contacts .contacts_section .mw .cont .left_side {
    width: 40%;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title {
    padding-bottom: 40px;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
    font-size: 45px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .icon {
    max-width: 24px;
    min-width: 24px;
    margin-right: 15px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc {
    max-width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc .h5 {
    font-size: 16px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc a {
    font-size: 18px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side {
    width: 100%;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side p {
    font-size: 16px;
    max-width: 280px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side {
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side .h5 {
    font-size: 15px;
    max-width: 175px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a
    img {
    width: 20px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img img {
    border-radius: 24px;
  }
  .page_policy .privacy_policy .mw {
    padding: 4rem 1rem;
  }
  .page_policy .privacy_policy .mw .m_title {
    padding-bottom: 80px;
  }
  .page_policy .privacy_policy .mw .cont .desc {
    max-width: 100%;
  }
  .page_policy .privacy_policy .mw .cont .desc .h3,
  .page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 18px;
    padding-bottom: 40px;
  }
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 4rem 1rem;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 20px;
    max-width: 335px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 180px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m {
    max-width: 200px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .page .main .decor1 {
    width: 230px;
  }
  .page .main .main_cont .mw {
    padding: 0 2rem 5rem;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 55px;
    letter-spacing: -2px;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    border-radius: 30px;
    padding: 30px;
  }
  .page .main .main_cont .mw .cont .right_side .card .decor {
    width: 220px;
    right: -75px;
    bottom: -48px;
  }
  .page .main .main_cont .mw .cont .right_side .card .h5 {
    font-size: 18px;
    max-width: 340px;
    margin-bottom: 30px;
  }
  .page .products .mw {
    padding: 4rem 2rem;
  }
  .page .products .mw .top_line {
    margin-bottom: 60px;
  }
  .page .products .mw .top_line .left_side {
    max-width: 640px;
  }
  .page .products .mw .top_line .right_side .btn_all_products {
    width: 210px;
    height: 55px;
    margin-right: 20px;
    font-size: 20px;
  }
  .page .products .mw .top_line .right_side .btn_next_products,
  .page .products .mw .top_line .right_side .btn_prev_products {
    width: 55px;
    height: 55px;
  }
  .page .products_card a {
    border-radius: 20px;
    padding: 20px 15px;
    height: auto;
  }
  .page .products_card a .img {
    border-radius: 20px;
    margin-bottom: 25px;
  }
  .page .products_card a .img img {
    border-radius: 20px;
  }
  .page .products_card a .desc .h5 {
    font-size: 18px;
  }
  .page .products_card a .desc .btn_more {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page .products_card a .desc .btn_more::after {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
  .page .popular_products {
    border-radius: 40px;
  }
  .page .popular_products .mw {
    padding: 4rem 2rem;
  }
  .page .popular_products .mw .top_line {
    margin-bottom: 60px;
  }
  .page .popular_products .mw .top_line .right_side .btn_next_popular_products,
  .page .popular_products .mw .top_line .right_side .btn_prev_popular_products {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
  .page .product_card {
    padding: 20px 15px;
  }
  .page .product_card .row {
    margin-bottom: 12px;
  }
  .page .product_card .row .img img {
    border-radius: 20px;
  }
  .page .product_card .row .title {
    padding: 6px 10px;
    top: 12px;
    left: 14px;
  }
  .page .product_card .row .title span {
    font-size: 14px;
  }
  .page .product_card .row .title span img {
    width: 11px;
    margin-right: 6px;
  }
  .page .product_card .desc .h5 {
    font-size: 22px;
    max-width: 265px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .page .product_card .desc ul {
    margin-bottom: 3-px;
    padding: 0 15px;
  }
  .page .product_card .desc ul li {
    font-size: 16px;
    margin-right: 18px;
  }
  .page .product_card .desc .btn_b .btn_m {
    padding: 24px;
    border-radius: 20px;
  }
  .page .about_the_brand .mw {
    padding: 4rem 2rem;
  }
  .page .about_the_brand .mw .decor {
    width: 1400px;
    top: 100px;
    left: -240px;
  }
  .page .about_the_brand .mw .cont .left_side {
    width: 38%;
  }
  .page .about_the_brand .mw .cont .left_side .m_title {
    padding-bottom: 10px;
  }
  .page .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 50px;
  }
  .page .about_the_brand .mw .cont .left_side .desc p {
    font-size: 17px;
    max-width: 450px;
  }
  .page .about_the_brand .mw .cont .left_side .row .img {
    max-width: 110px;
    margin-right: 35px;
  }
  .page .about_the_brand .mw .cont .left_side .row .img img {
    border-radius: 15px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .h5 {
    font-size: 15px;
  }
  .page .about_the_brand .mw .cont .left_side .row .line .btn_c .btn_m {
    max-width: 200px;
    min-width: 200px;
  }
  .page .about_the_brand .mw .cont .right_side {
    width: 58%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .about_the_brand .mw .cont .right_side .card {
    border-radius: 0 0 25px 25px;
    padding: 20px;
    height: 280px;
  }
  .page .about_the_brand .mw .cont .right_side .card::after {
    width: 305px;
    height: 63px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span {
    font-size: 70px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span small {
    font-size: 24px;
  }
  .page .about_the_brand .mw .cont .right_side .card p {
    font-size: 16px;
  }
  .page .we_are_trusted .mw {
    padding: 0 2rem 4rem;
  }
  .page .we_are_trusted .mw .cont .left_side {
    width: 60%;
  }
  .page .we_are_trusted .mw .cont .left_side .title {
    border-radius: 18px;
    padding: 20px 30px;
    max-width: 460px;
    margin-bottom: 30px;
  }
  .page .we_are_trusted .mw .cont .left_side .title span {
    font-size: 18px;
  }
  .page .we_are_trusted .mw .cont .right_side {
    width: 38%;
  }
  .page .we_are_trusted .mw .cont .right_side .icon {
    width: 400px;
  }
  .page .benefits .mw {
    padding: 4rem 2rem;
  }
  .page .benefits .mw .top_line {
    margin-bottom: 60px;
  }
  .page .benefits .mw .top_line .right_side .btn_next_benefits,
  .page .benefits .mw .top_line .right_side .btn_prev_benefits {
    width: 55px;
    height: 55px;
  }
  .page .benefits .mw .benefits_slider {
    width: 1500px;
  }
  .page .benefits .mw .benefits_slider .benefits_card,
  .page .benefits .mw .benefits_slider .owl-item {
    max-width: 420px;
  }
  .page .benefits_card {
    border-radius: 25px;
    padding: 35px 20px;
    height: 360px;
  }
  .page .benefits_card .desc .h5 {
    font-size: 20px;
    max-width: 290px;
  }
  .page .benefits_card .desc .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .page .benefits_card .desc .icon img {
    width: 42px;
    height: 42px;
  }
  .page .benefits_card p {
    font-size: 17px;
  }
  .page .benefits_card::after {
    border-radius: 25px;
  }
  .page .our_work {
    border-radius: 40px;
  }
  .page .our_work .mw {
    padding: 4rem 2rem;
  }
  .page .our_work .mw .top_line {
    padding-bottom: 60px;
  }
  .page .our_work .mw .top_line .left_side .m_title {
    max-width: 400px;
  }
  .page .our_work .mw .top_line .left_side .m_title .h2 {
    font-size: 50px;
  }
  .page .our_work .mw .our_work_slider {
    width: 1500px;
  }
  .page .our_work .mw .our_work_slider .card,
  .page .our_work .mw .our_work_slider .owl-item {
    max-width: 460px;
  }
  .page .our_work .mw .our_work_slider .card {
    border-radius: 20.737px;
    padding: 15px 15px 35px 35px;
    width: 460px;
  }
  .page .our_work .mw .our_work_slider .card .desc .h5 {
    font-size: 25px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num span {
    font-size: 28px;
  }
  .page .our_work .mw .our_work_slider .card p {
    font-size: 15px;
    max-width: 360px;
  }
  .page .partners {
    padding: 4rem 0;
  }
  .page .partners .mw {
    padding: 0 2rem 0;
  }
  .page .partners .mw .top_line {
    padding-bottom: 50px;
  }
  .page .partners .partners_slider .card {
    padding: 50px;
    width: 300px;
    min-width: 300px;
  }
  .page .partners .partners_slider .card .img img {
    width: 160px;
  }
  .page .want_become_our_supplier .mw {
    padding: 4rem 2rem;
  }
  .page .want_become_our_supplier .mw .cont .m_title {
    max-width: 800px;
  }
  .page .want_become_our_supplier .mw .cont .m_title p {
    margin-top: 60px;
    font-size: 22px;
    max-width: 415px;
  }
  .page .faq .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .faq .mw .cont .left_side {
    width: 25%;
  }
  .page .faq .mw .cont .left_side .img {
    max-width: 110px;
  }
  .page .faq .mw .cont .right_side .accordion .accordion-item {
    border-radius: 25px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 25px;
    padding: 20px 30px 20px 40px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 60px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 30px 20px 40px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page .latest_news .mw {
    padding: 2rem 2rem 4rem;
  }
  .page .latest_news .mw .top_line {
    padding-bottom: 60px;
  }
  .page .latest_news .mw .top_line .right_side .btn_next_news,
  .page .latest_news .mw .top_line .right_side .btn_prev_news {
    width: 55px;
    height: 55px;
  }
  .page .news_card a {
    border-radius: 25px;
    padding: 30px 28px;
  }
  .page .news_card a .title {
    font-size: 22px;
    max-width: 385px;
  }
  .page .news_card a .date {
    margin: 20px 0 40px;
  }
  .page .news_card a .img {
    border-radius: 25px;
  }
  .page .news_card a .img img {
    border-radius: 25px;
  }
  .page .any_ques .mw {
    padding: 4rem 2rem;
  }
  .page .any_ques .mw .cont .left_side {
    width: 48%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side .m_title .h2 {
    font-size: 45px;
  }
  .page .any_ques .mw .cont .left_side .m_title p {
    max-width: 485px;
    font-size: 17px;
    margin-top: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp input {
    height: 65px;
    max-width: 100%;
    font-size: 17px;
    padding: 28px 30px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin: 5px 0 0;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 15px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    padding-top: 25px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 280px;
    padding: 20px;
  }
  .page .any_ques .right_side {
    width: 50%;
  }
  .page .any_ques .right_side .img {
    height: 100%;
  }
  .page .footer .top_cont .mw {
    padding: 4rem 2rem;
  }
  .page .footer .top_cont .mw .cont .card .h5 {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .page .footer .top_cont .mw .cont .card .location {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .page .footer .top_cont .mw .cont .card .map a {
    padding: 15px 32px;
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont .card .map a:after {
    width: 15px;
    height: 12px;
    min-width: 15px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 20px;
  }
  .page .footer .top_cont .mw .cont .card .email {
    margin: 10px 0;
  }
  .page .footer .top_cont .mw .cont .card .email a {
    font-size: 15px;
  }
  .page .footer .top_cont .mw .cont .card .time {
    max-width: 280px;
  }
  .page .footer .top_cont .mw .cont .card .time p {
    font-size: 17px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li {
    margin-bottom: 15px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li a {
    font-size: 17px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li {
    margin-right: 10px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li a {
    width: 45px;
    height: 45px;
  }
  .page .footer .top_cont .mw .cont .card .scrollup {
    width: 55px;
    height: 55px;
  }
  .page .footer .top_cont .decor img {
     width: 170px;
  height: auto;
  margin: 1%;
  margin-left: 35px;
  }
  .page .footer .bottom_cont .mw {
    padding: 1.2rem 2rem;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 14px;
  }
  .page .footer .bottom_cont .mw .cont .right_side {
    width: 50%;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 14px;
  }
  .page_catalog .products .mw .m_title {
    padding-bottom: 50px;
  }
  .page_catalog .products .mw .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
  }
  .page_catalog .products .mw .cont .products_card a {
    padding: 15px 15px 30px;
  }
  .page_product .product .mw {
    padding: 4rem 2rem;
  }
  .page_product .product .mw .m_title {
    padding-bottom: 40px;
  }
  .page_product .product .mw .cont .left_side {
    width: 22%;
  }
  .page_product .product .mw .cont .left_side .accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title {
    padding: 12px 15px;
    font-size: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-title
    .arrow:after {
    width: 8px;
    height: 5px;
    min-width: 8px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 0 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li {
    padding: 6px 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .left_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    ul
    li
    a {
    font-size: 15px;
  }
  .page_product .product .mw .cont .right_side .product_line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .row {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .h5 {
    margin-bottom: 15px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    ul {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_c {
    max-width: 162px;
    margin-right: 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_more {
    max-width: 162px;
    font-size: 14px;
    padding: 12px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    .btn_line
    .btn_m {
    padding: 12px;
    font-size: 14px;
  }
  .page_product .product .mw .cont .right_side .bottom_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 50px;
    height: 50px;
    margin: 0 8px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 50px;
    height: 50px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 50px;
    height: 50px;
  }
  .page_product .product .mw .cont .right_side .btn_b .btn_m {
    font-size: 16px;
    padding: 18px;
  }
  .page_products .products_full .mw {
    padding: 4rem 2rem;
  }
  .page_products .products_full .mw .cont .left_side {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_slider
    .card
    .img {
    border-radius: 20px;
    height: 450px;
  }
  .page_products
    .products_full
    .mw
    .cont
    .left_side
    .product_min_slider
    .card
    .img {
    border-radius: 14px;
  }
  .page_products .products_full .mw .cont .right_side .m_title {
    padding-bottom: 20px;
    max-width: 640px;
  }
  .page_products .products_full .mw .cont .right_side .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c {
    margin-bottom: 30px;
  }
  .page_products .products_full .mw .cont .right_side .btn_c .btn_m {
    padding: 14px;
    font-size: 17px;
  }
  .page_products .products_full .mw .cont .right_side .h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page_products .products_full .mw .cont .right_side ul li {
    margin-bottom: 18px;
  }
  .page_products .products_full .mw .cont .right_side ul li p {
    font-size: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li span {
    font-size: 15px;
  }
  .page_products .description .mw .cont {
    border-radius: 30px;
    padding: 50px;
  }
  .page_products .description .mw .cont .m_title {
    padding-bottom: 35px;
  }
  .page_products .description .mw .cont .desc p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page_about .about .about_cont .mw {
    padding: 0 2rem 110px;
  }
  .page_about .about .about_cont .mw .cont .left_side {
    width: 65%;
  }
  .page_about .about .about_cont .mw .cont .left_side .h1 {
    font-size: 60px;
    letter-spacing: -3.75px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card {
    border-radius: 30px;
    padding: 25px 32px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card .icon img {
    width: 18px;
  }
  .page_about .about .about_cont .mw .cont .right_side .card p {
    margin-top: 30px;
    font-size: 18px;
    max-width: 280px;
  }
  .page_about .our_core_values {
    margin-bottom: 40px;
  }
  .page_about .our_core_values .mw {
    padding: 4rem 2rem 4rem;
  }
  .page_about .our_core_values .mw .top_line {
    padding-bottom: 40px;
  }
  .page_about .our_core_values .mw .top_line .left_side p {
    font-size: 17px;
    max-width: 800px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title {
    max-width: 400px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title .h2 {
    line-height: 50px;
  }
  .page_about .our_core_values .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 30px;
  }
  .page_about .our_core_values .mw .cont .card {
    height: auto;
    padding: 200px 15px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row {
    border-radius: 20px;
    height: 500px;
    padding: 20px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row .h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page_about .our_core_values .mw .cont .card .row .desc p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .mw {
    padding: 4rem 2rem;
  }
  .page_about .brand_mission .mw .cont .left_side {
    padding: 40px 50px;
  }
  .page_about .brand_mission .mw .cont .left_side .line {
    padding-bottom: 50px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo {
    max-width: 150px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page_about .brand_mission .mw .cont .left_side .desc p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
    max-width: 195px;
    padding: 18px;
    min-width: 195px;
  }
  .page_about .about_the_brand .mw .cont .left_side {
    width: 42%;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title {
    max-width: 550px;
  }
  .page_about .about_the_brand .mw .cont .left_side .m_title .h2 {
    line-height: 50px;
    font-size: 46px;
  }
  .page_about .about_the_brand .mw .cont .left_side .desc p {
    max-width: 750px;
  }
  .page_about .about_the_brand .mw .cont .left_side .row {
    margin-top: 0;
  }
  .page_about .about_the_brand .mw .cont .left_side .row .img {
    max-width: 110px;
    margin-right: 100px;
  }
  .page_about .about_the_brand .mw .cont .right_side {
    width: 55%;
  }
  .page_about .latest_news .mw {
    padding: 4rem 2rem;
  }
  .page_about .latest_news .mw .top_line {
    margin-bottom: 45px;
  }
  .page_about .latest_news .mw .top_line .left_side .logo {
    max-width: 150px;
  }
  .page_about .latest_news .mw .latest_news_slider {
    width: 1500px;
  }
  .page_about .faq .mw {
    padding: 4rem 2rem;
  }
  .page_delivery .delivery {
    border-radius: 0 0 40px 40px;
    margin-bottom: 4rem;
  }
  .page_delivery .delivery .mw {
    padding: 4rem 2rem;
  }
  .page_delivery .delivery .mw .m_title {
    padding-bottom: 40px;
  }
  .page_delivery .delivery .mw .title {
    padding: 12px 10px;
  }
  .page_delivery .delivery .mw .title span {
    font-size: 16px;
  }
  .page_articles .articles .mw {
    padding: 4rem 2rem;
  }
  .page_articles .articles .mw .m_title {
    padding-bottom: 60px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 50px;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    width: 100%;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 17px;
    margin: 16px 0 20px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .article_title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc {
    max-width: 445px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .line
    .small_desc
    p {
    font-size: 15px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 17px;
    max-width: 200px;
    padding: 16px 45px;
  }
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 60px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 50px;
    height: 50px;
    font-size: 15px;
    margin: 0 8px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 50px;
    height: 50px;
  }
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 50px;
    height: 50px;
  }
  .page_articles .sidebar .widget {
    margin-bottom: 30px;
  }
  .page_articles .sidebar .widget .widget-title {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .page_articles .sidebar .widget_search form input {
    height: 58px;
  }
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page_articles .sidebar .widget_tag_cloud .tags a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page_articles .article .mw {
    padding: 4rem 2rem;
  }
  .page_articles .article .mw .cont .left_side .m_title {
    padding-bottom: 50px;
  }
  .page_articles .article .mw .cont .left_side .m_title .h2 {
    font-size: 45px;
  }
  .page_articles .article .mw .cont .left_side .m_title .date {
    font-size: 20px;
    margin-top: 20px;
  }
  .page_articles .article .mw .cont .left_side .card {
    padding-bottom: 35px;
  }
  .page_articles .article .mw .cont .left_side .card .img {
    margin-bottom: 35px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h1,
  .page_articles .article .mw .cont .left_side .card .article_desc_cont h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont p {
    font-size: 17px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont ul li {
    font-size: 17px;
  }
  .page_articles .article .mw .cont .left_side .card .article_desc_cont .h5 {
    font-size: 17px;
  }
  .page_articles .article .mw .cont .left_side .card.card_big .img {
    margin-bottom: 50px;
  }
  .page_articles .article .mw .cont .left_side .tags {
    margin-top: 30px;
  }
  .page_articles .latest_news .mw {
    padding: 4rem 2rem;
  }
  .page_articles .latest_news .mw .top_line {
    margin-bottom: 50px;
  }
  .page_articles .latest_news .mw .top_line .left_side {
    width: 65%;
  }
  .page_articles .latest_news .mw .top_line .left_side .logo {
    max-width: 150px;
  }
  .page_articles .latest_news .mw .latest_news_slider {
    width: 1500px;
  }
  .page_contacts .contacts_section .mw {
    padding: 4rem 2rem;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
    font-size: 48px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .icon {
    max-width: 30px;
    min-width: 30px;
    margin-right: 15px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc {
    max-width: 488px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc .h5 {
    font-size: 15px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li .desc a {
    font-size: 16px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .l_side p {
    font-size: 16px;
    max-width: 280px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li.time .r_side .h5 {
    font-size: 14px;
    max-width: 175px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page_contacts
    .contacts_section
    .mw
    .cont
    .left_side
    ul
    li.time
    .r_side
    .soc_icons
    ul
    li
    a
    img {
    width: 18px;
  }
  .page_contacts .contacts_section .mw .cont .right_side .img img {
    border-radius: 25px;
  }
  .page_policy .privacy_policy .mw {
    padding: 4rem 2rem;
  }
  .page_policy .privacy_policy .mw .m_title {
    padding-bottom: 80px;
  }
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 22px;
    padding-bottom: 24px;
  }
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 17px;
    padding-bottom: 55px;
  }
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 4rem 2rem 4rem;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 100px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 20px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    max-width: 700px;
    margin-bottom: 160px;
  }
}
@media (min-width: 1501px) and (max-width: 1834px) {
  .page .main .decor1 {
    width: 240px;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 68px;
  }
  .page .main .main_cont .mw .cont .right_side .card .h5 {
    font-size: 20px;
  }
  .page .products .mw {
    padding: 5rem 2rem;
  }
  .page .products .mw .top_line {
    margin-bottom: 60px;
  }
  .page .products_card a {
    padding: 20px 18px;
    height: auto;
  }
  .page .products_card a .img {
    margin-bottom: 30px;
  }
  .page .products_card a .desc .h5 {
    font-size: 20px;
  }
  .page .products_card a .desc .btn_more {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page .popular_products {
    border-radius: 50px;
  }
  .page .popular_products .mw {
    padding: 5rem 2rem;
  }
  .page .popular_products .mw .top_line {
    margin-bottom: 60px;
  }
  .page .product_card {
    padding: 20px 15px;
  }
  .page .product_card .desc .btn_b .btn_m {
    padding: 26px;
  }
  .page .about_the_brand .mw {
    padding: 5rem 2rem;
  }
  .page .about_the_brand .mw .decor {
    width: 1500px;
  }
  .page .about_the_brand .mw .cont .left_side .desc p {
    font-size: 17px;
  }
  .page .about_the_brand .mw .cont .right_side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 30px;
  }
  .page .about_the_brand .mw .cont .right_side .card {
    height: 314px;
    padding: 30px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span {
    font-size: 80px;
  }
  .page .about_the_brand .mw .cont .right_side .card .num span small {
    font-size: 24px;
  }
  .page .about_the_brand .mw .cont .right_side .card p {
    font-size: 17px;
  }
  .page .we_are_trusted .mw {
    padding: 0 2rem 5rem;
  }
  .page .we_are_trusted .mw .cont .left_side .title {
    padding: 20px 25px;
    max-width: 440px;
  }
  .page .we_are_trusted .mw .cont .left_side .title span {
    font-size: 20px;
  }
  .page .we_are_trusted .mw .cont .right_side .icon {
    width: 400px;
  }
  .page .benefits .mw {
    padding: 5rem 2rem;
  }
  .page .benefits .mw .top_line {
    margin-bottom: 65px;
  }
  .page .benefits .mw .top_line .right_side .btn_next_benefits,
  .page .benefits .mw .top_line .right_side .btn_prev_benefits {
    width: 58px;
    height: 58px;
  }
  .page .benefits_card {
    padding: 40px 35px 40px 40px;
    height: 380px;
  }
  .page .benefits_card .desc .h5 {
    font-size: 20px;
    max-width: 280px;
  }
  .page .benefits_card .desc .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .page .benefits_card .desc .icon img {
    width: 42px;
    height: 42px;
  }
  .page .benefits_card p {
    font-size: 17px;
  }
  .page .our_work {
    border-radius: 50px;
  }
  .page .our_work .mw {
    padding: 5rem 2rem;
  }
  .page .our_work .mw .top_line {
    padding-bottom: 60px;
  }
  .page .our_work .mw .top_line .left_side .m_title {
    max-width: 420px;
  }
  .page .our_work .mw .top_line .left_side .m_title .h2 {
    font-size: 55px;
  }
  .page .our_work .mw .top_line .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .our_work .mw .our_work_slider .card {
    border-radius: 30.737px;
    padding: 16px 16px 40px 40px;
  }
  .page .our_work .mw .our_work_slider .card .desc .h5 {
    font-size: 28px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .page .our_work .mw .our_work_slider .card .desc .num span {
    font-size: 30px;
  }
  .page .our_work .mw .our_work_slider .card p {
    font-size: 15px;
    max-width: 360px;
  }
  .page .partners {
    padding: 5rem 0;
  }
  .page .partners .mw .top_line {
    padding-bottom: 65px;
  }
  .page .partners .partners_slider .card {
    padding: 60px;
  }
  .page .partners .partners_slider .card .img img {
    width: 160px;
    height: auto;
  }
  .page .want_become_our_supplier .mw {
    padding: 5rem 2rem;
  }
  .page .want_become_our_supplier .mw .cont .m_title {
    max-width: 800px;
  }
  .page .want_become_our_supplier .mw .cont .m_title p {
    margin-top: 70px;
  }
  .page .faq .mw {
    padding: 5rem 2rem 2.5rem;
  }
  .page .faq .mw .cont .left_side .img {
    max-width: 110px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title {
    padding: 22px 32px 22px 40px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 22px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 70px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 20px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 32px 22px 40px;
  }
  .page
    .faq
    .mw
    .cont
    .right_side
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page .latest_news .mw {
    padding: 2.5rem 2rem 5rem;
  }
  .page .latest_news .mw .top_line {
    padding-bottom: 65px;
  }
  .page .latest_news .mw .top_line .right_side .btn_next_news,
  .page .latest_news .mw .top_line .right_side .btn_prev_news {
    width: 58px;
    height: 58px;
  }
  .page .news_card a {
    padding: 40px 30px;
  }
  .page .any_ques .mw {
    padding: 5rem 2rem;
  }
  .page .any_ques .mw .cont .left_side form .inp input {
    height: 80px;
    padding: 30px 32px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    padding: 22px;
  }
  .page .any_ques .right_side .img {
    height: 100%;
  }
  .page .footer .top_cont .mw {
    padding: 5rem 2rem;
  }
  .page .footer .top_cont .mw .cont .card .h5 {
    font-size: 18px;
  }
  .page .footer .top_cont .mw .cont .card .location {
    max-width: 520px;
    margin-bottom: 40px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 22px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li {
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .fast_links li a {
    font-size: 18px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li {
    margin-right: 12px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons li a {
    width: 46px;
    height: 46px;
  }
  .page .footer .top_cont .mw .cont .card .scrollup {
    width: 55px;
    height: 55px;
  }
  .page_product .product .mw {
    padding: 4rem 2rem 5rem;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .row {
    margin-bottom: 20px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .product_line
    .product_card
    .desc
    ul {
    margin-bottom: 24px;
  }
  .page_product .product .mw .cont .right_side .bottom_pagination {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 50px;
    height: 50px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 50px;
    height: 50px;
  }
  .page_product
    .product
    .mw
    .cont
    .right_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 50px;
    height: 50px;
  }
  .page_products .products_full .mw {
    padding: 5rem 2rem;
  }
  .page_products .products_full .mw .cont .right_side ul li p {
    font-size: 15px;
  }
  .page_products .products_full .mw .cont .right_side ul li span {
    font-size: 15px;
  }
  .page_products .description .mw .cont .desc p {
    font-size: 20px;
  }
  .page_about .about .about_cont .mw .cont .left_side .h1 {
    font-size: 70px;
  }
  .page_about .our_core_values .mw .top_line {
    padding-bottom: 55px;
  }
  .page_about .our_core_values .mw .top_line .left_side p {
    font-size: 18px;
    max-width: 850px;
  }
  .page_about .our_core_values .mw .top_line .right_side .m_title {
    max-width: 400px;
  }
  .page_about .our_core_values .mw .cont .card {
    height: 700px;
    padding: 18px 15px;
  }
  .page_about .our_core_values .mw .cont .card .row {
    height: 460px;
    padding: 20px;
  }
  .page_about .our_core_values .mw .cont .card .row .h5 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .page_about .our_core_values .mw .cont .card .row .desc p {
    font-size: 16px;
  }
  .page_about .brand_mission .mw {
    padding: 5rem 2rem;
  }
  .page_about .brand_mission .mw .cont .left_side {
    padding: 40px 50px;
  }
  .page_about .brand_mission .mw .cont .left_side .line {
    padding-bottom: 60px;
  }
  .page_about .brand_mission .mw .cont .left_side .line .logo {
    max-width: 160px;
  }
  .page_about .brand_mission .mw .cont .left_side .btn_b .btn_m {
    max-width: 190px;
    min-width: 190px;
  }
  .page_about .latest_news .mw {
    padding: 5rem 2rem;
  }
  .page_about .latest_news .mw .top_line {
    margin-bottom: 60px;
  }
  .page_about .latest_news .mw .top_line .left_side .logo {
    max-width: 170px;
  }
  .page_delivery .delivery {
    border-radius: 0 0 50px 50px;
    margin-bottom: 5rem;
  }
  .page_delivery .delivery .mw {
    padding: 4rem 2rem 5rem;
  }
  .page_delivery .delivery .mw .m_title {
    padding-bottom: 40px;
  }
  .page_articles .articles .mw {
    padding: 4rem 2rem 5rem;
  }
  .page_articles .articles .mw .m_title {
    padding-bottom: 70px;
  }
  .page_articles .articles .mw .cont .left_side {
    width: 68%;
  }
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 70px;
  }
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 80px;
  }
  .page_articles .sidebar .widget .widget-title {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .page_articles .sidebar .widget_tag_cloud .tags a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page_articles .article .mw .cont .left_side .m_title .h2 {
    font-size: 45px;
  }
  .page_articles .article .mw .cont .left_side .card.card_big .img {
    margin-bottom: 60px;
  }
  .page_articles .latest_news .mw {
    padding: 5rem 2rem;
  }
  .page_articles .latest_news .mw .top_line {
    margin-bottom: 50px;
  }
  .page_articles .latest_news .mw .top_line .left_side .logo {
    max-width: 170px;
  }
  .page_contacts .contacts_section .mw {
    padding: 5rem 2rem;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title {
    padding-bottom: 35px;
  }
  .page_contacts .contacts_section .mw .cont .left_side .m_title .h2 {
    font-size: 50px;
  }
  .page_contacts .contacts_section .mw .cont .left_side ul li {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .page_policy .privacy_policy .mw {
    padding: 5rem 2rem;
  }
  .page_policy .privacy_policy .mw .m_title {
    padding-bottom: 90px;
  }
  .page_policy .privacy_policy .mw .cont .desc p {
    padding-bottom: 50px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 100px;
  }
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 21px;
  }
}
.woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-product-search .search-field {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce-product-search button {
  position: absolute;
  right: 15px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
}
.woocommerce-product-search button img {
  width: 100%;
  height: auto;
}
