@charset "UTF-8";
@import url("../../../../css2");
@import url(../../../../css);
@import url("../../../../css2-1");
@font-face {
  font-family: SuisseIntlMedium;
  src: url(../fonts/SuisseIntl/SuisseIntl-Medium.eot);
  src:
    url(../fonts/SuisseIntl/SuisseIntl-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SuisseIntl/SuisseIntl-Medium.woff) format("woff"),
    url(../fonts/SuisseIntl/SuisseIntl-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlRegular;
  src: url(../fonts/SuisseIntl/SuisseIntl-Regular.eot);
  src:
    url(../fonts/SuisseIntl/SuisseIntl-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SuisseIntl/SuisseIntl-Regular.woff) format("woff"),
    url(../fonts/SuisseIntl/SuisseIntl-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlLight;
  src: url(../fonts/SuisseIntl/SuisseIntl-Light.eot);
  src:
    url(../fonts/SuisseIntl/SuisseIntl-Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SuisseIntl/SuisseIntl-Light.woff) format("woff"),
    url(../fonts/SuisseIntl/SuisseIntl-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlBook;
  src: url(../fonts/SuisseIntl/SuisseIntl-Book.eot);
  src:
    url(../fonts/SuisseIntl/SuisseIntl-Book.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SuisseIntl/SuisseIntl-Book.woff) format("woff"),
    url(../fonts/SuisseIntl/SuisseIntl-Book.ttf) format("truetype");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlThin;
  src: url(../fonts/SuisseIntl/SuisseIntl-Thin.eot);
  src:
    url(../fonts/SuisseIntl/SuisseIntl-Thin.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SuisseIntl/SuisseIntl-Thin.woff) format("woff"),
    url(../fonts/SuisseIntl/SuisseIntl-Thin.ttf) format("truetype");
  font-weight: 275;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: 0;
  font-family: Onest, 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: 1450px;
  margin: 0 auto;
  position: relative;
}
.fancybox-slide:before {
  margin: 0 !important;
}
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  -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-color: #00ab77;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 1000;
  border-radius: 50%;
  -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);
}
.scrollup img {
  width: 20px;
}
.scrollup:hover {
  opacity: 0.9;
}
.scrollup .fas_icon {
  font-size: 20px;
  color: #fff;
}
.scrollup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed_buttons {
  position: fixed;
  bottom: 20px;
  right: 2vh;
  left: 2vh;
  -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: #1b2e29;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1000;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(34, 34, 34, 0.3);
  box-shadow: 0 10px 20px 0 rgba(34, 34, 34, 0.3);
  padding: 10px;
  margin: 0 auto;
  width: calc(100% - 4vh);
  max-width: 440px;
  display: none;
}
.fixed_buttons .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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed_buttons .btn_line .btn_c {
  margin-right: 15px;
}
.fixed_buttons .btn_line .btn_c:last-child {
  margin-right: 0;
}
.fixed_buttons .btn_line .btn_c .btn_m {
  padding: 10px 15px;
}
.fixed_buttons .btn_line .btn_c .btn_m_c {
  background: 0 0;
  border: 1px solid #f5e5d4;
  color: #f5e5d4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixed_buttons .btn_line .btn_c .btn_m_c::after {
  background: url(../images/arrow_right_beige.svg) no-repeat center center/cover;
}
.fixed_buttons .btn_line .btn_c .btn_m_c:hover {
  background: #f5e5d4;
  color: #665d54;
}
.fixed_buttons img {
  width: 20px;
}
.fixed_buttons:hover {
  opacity: 0.9;
}
.fixed_buttons .fas_icon {
  font-size: 20px;
  color: #fff;
}
.fixed_buttons.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox-bg {
  background: rgba(17, 17, 17, 0.9) !important;
  backdrop-filter: blur(10px) !important;
}
.fancybox-content {
  border-radius: 30px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999999999 !important;
  overflow: auto;
  background: #fff !important;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  max-width: 400px;
  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: 500px;
  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 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #222;
  margin-bottom: 30px;
  text-align: center;
  font-family: GilroyBold, sans-serif !important;
}
.modal .m-content .c .success_h3 {
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 35px;
  font-weight: 900;
  color: #00ab77;
  font-family: GilroyBlack, sans-serif !important;
}
.modal .m-content .c p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
  padding-bottom: 30px;
}
.modal .m-content .c p a {
  color: #00ab77;
}
.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: 500px;
}
.modal .m-content .c form .inp {
  margin-bottom: 20px;
}
.modal .m-content .c form input,
.modal .m-content .c form textarea {
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  height: 50px;
  background-color: transparent !important;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #505050;
  padding: 15px;
}
.modal .m-content .c form input::-webkit-input-placeholder,
.modal .m-content .c form textarea::-webkit-input-placeholder {
  color: #828282;
}
.modal .m-content .c form input::-moz-placeholder,
.modal .m-content .c form textarea::-moz-placeholder {
  color: #828282;
}
.modal .m-content .c form input:-ms-input-placeholder,
.modal .m-content .c form textarea:-ms-input-placeholder {
  color: #828282;
}
.modal .m-content .c form input::-ms-input-placeholder,
.modal .m-content .c form textarea::-ms-input-placeholder {
  color: #828282;
}
.modal .m-content .c form input::placeholder,
.modal .m-content .c form textarea::placeholder {
  color: #828282;
}
.modal .m-content .c form .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;
  margin-top: 15px;
}
.modal .m-content .c form .btn_c .btn_m {
  background: #00ab77;
  color: #fff;
}
.modal .m-content .c form .btn_c .btn_m::after {
  display: none;
}
.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: #00ab77;
}
.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: #00ab77;
}
.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: #00ab77;
  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: #00ab77;
  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;
}
#order_modal2 .m-content .c {
  padding: 0 20px 50px;
}
#order_modal2 .m-content .c .team_img {
  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;
  height: 300px;
}
#order_modal2 .m-content .c .team_img svg {
  height: auto;
  width: 120%;
}
.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 {
    right: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .fixed_buttons .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed_buttons .btn_line .btn_c {
    margin-right: 10px;
  }
  .fixed_buttons .btn_line .btn_c .btn_m {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
  }
  .modal .m-content {
    max-width: 500px;
    width: 100%;
  }
  .modal .m-content .c {
    padding: 40px 20px;
  }
  .modal .m-content .c .h3,
  .modal .m-content .c h3 {
    font-size: 22px;
  }
  .modal .m-content .c .h5,
  .modal .m-content .c p,
  .modal .m-content .c ul li {
    font-size: 16px;
  }
  .modal .m-content .c .success_h3 {
    font-size: 30px;
  }
  .modal .m-content .c form input {
    height: 45px;
    padding: 12px;
    font-size: 16px;
  }
  .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;
  }
  #order_modal2 .m-content .c {
    padding: 0 20px 50px;
  }
  #order_modal2 .m-content .c .team_img {
    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;
    height: 200px;
  }
  #order_modal2 .m-content .c .team_img svg {
    height: auto;
    width: 120%;
  }
  .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) {
  .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;
  }
  #order_modal2 .m-content .c {
    padding: 0 20px 50px;
  }
  #order_modal2 .m-content .c .team_img {
    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;
    height: 200px;
  }
  #order_modal2 .m-content .c .team_img svg {
    height: auto;
    width: 120%;
  }
  .scrollup {
    right: 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) {
  .scrollup {
    right: 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;
  }
}
.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;
}
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;
}
.text_grad_green {
  background: #00ab77;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_c {
  width: 100%;
}
.btn_c .btn_m {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #f5e5d4;
  padding: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 16px;
  color: #665d54;
  font-size: 19.233px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.577px;
  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: 248px;
  white-space: nowrap;
}
.btn_c .btn_m:hover {
  background: #fbdfc0;
}
.btn_c .btn_m::after {
  content: "";
  background: url(../images/arrow_right_dark.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  display: block;
  margin-left: 12px;
}
.btn_c .btn_white {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  color: #665d54;
}
.btn_c .btn_white::after {
  background: url(../images/arrow_right_dark.svg) no-repeat center center/cover;
}
.page {
  background: #f0f0f0;
  overflow-x: hidden;
}
.page .header {
  z-index: 100000;
  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: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .header .mw {
  padding: 2vh 2rem;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .header .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;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 171, 119, 0.05);
  backdrop-filter: blur(32px);
  padding: 15px;
}
.page .header .mw .cont .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;
}
.page .header .mw .cont .left_side .logo a img {
  width: 195px;
}
.page .header .mw .cont .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .cont .nav .header_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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page .header .mw .cont .nav .header_nav li {
  margin-right: 30px;
  position: relative;
}
.page .header .mw .cont .nav .header_nav li.current-menu-item a {
  color: #fff;
}
.page .header .mw .cont .nav .header_nav li.current-menu-item a:after {
  background: url(../images/chevron_down_hover.svg) no-repeat center
    center/cover;
}
.page .header .mw .cont .nav .header_nav li.menu-item-has-children {
  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 .header .mw .cont .nav .header_nav li.menu-item-has-children:hover a {
  color: #fff;
}
.page .header .mw .cont .nav .header_nav li.menu-item-has-children:hover:after {
  background: url(../images/chevron_down_hover.svg) no-repeat center
    center/cover;
}
.page
  .header
  .mw
  .cont
  .nav
  .header_nav
  li.menu-item-has-children:hover
  .sub-menu {
  opacity: 1;
  visibility: visible;
}
.page
  .header
  .mw
  .cont
  .nav
  .header_nav
  li.menu-item-has-children:hover
  .sub-menu
  li
  a {
  color: #a5a5a5;
}
.page .header .mw .cont .nav .header_nav li.menu-item-has-children:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/chevron_down.svg) no-repeat center center/cover;
  position: relative;
  min-width: 14px;
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .header .mw .cont .nav .header_nav 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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.page .header .mw .cont .nav .header_nav li a:hover {
  color: #fff !important;
}
.page .header .mw .cont .nav .header_nav li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px;
  z-index: 33;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.page .header .mw .cont .nav .header_nav li .sub-menu li {
  margin-bottom: 5px;
  width: 100%;
}
.page .header .mw .cont .nav .header_nav li .sub-menu li:last-child {
  margin-bottom: 0;
}
.page .header .mw .cont .nav .header_nav li .sub-menu li a {
  height: auto;
  padding: 10px 0;
  width: 100%;
  display: block;
}
.page .header .mw .cont .nav .header_nav li .sub-menu li a:hover {
  color: #00ab77 !important;
}
.page .header .mw .cont .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 .header .mw .cont .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .cont .right_side .soc_icons ul li {
  margin-right: 8px;
}
.page .header .mw .cont .right_side .soc_icons ul li:last-child {
  margin-right: 0;
}
.page .header .mw .cont .right_side .soc_icons 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;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 13.163px;
  background: #f8d5b5;
}
.page .header .mw .cont .right_side .soc_icons ul li a img {
  width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.page .header .mw .cont .right_side .soc_icons ul li a:hover {
  opacity: 0.5;
}
.page .header .mw .cont .right_side .phone {
  margin: 0 30px;
}
.page .header .mw .cont .right_side .phone a {
  font-size: 16.746px;
  font-style: normal;
  font-weight: 600;
  line-height: 111%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f8d5b5),
    to(#927d6b)
  );
  background: linear-gradient(90deg, #f8d5b5 0, #927d6b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1.005px;
  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;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .header .mw .cont .right_side .phone a .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: 5px;
}
.page .header .mw .cont .right_side .phone a .icon img {
  width: 16px;
  height: auto;
}
.page .header .mw .cont .right_side .phone a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#927d6b),
    to(#f8d5b5)
  );
  background: linear-gradient(90deg, #927d6b 0, #f8d5b5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .header .mw .cont .right_side .phone:hover a {
  color: #00ab77;
}
.page .header .mw .cont .right_side .btn_b {
  width: 100%;
}
.page .header .mw .cont .right_side .btn_b .btn_m {
  border-radius: 10px;
  background: #00ab77;
  max-width: 230px;
  padding: 5px 5px 5px 25px;
  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: var(--white, #fff);
  font-size: 13.279px;
  font-style: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.398px;
}
.page .header .mw .cont .right_side .btn_b .btn_m .icon {
  border-radius: 10px;
  width: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-left: 18px;
  min-width: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.page .header .mw .cont .right_side .btn_b .btn_m .icon img {
  width: 12px;
  height: auto;
}
.page .header .mw .cont .right_side .btn_b .btn_m:hover {
  background: #07c58c;
}
.page .header .mw .cont .right_side .o_xs_menu {
  display: none;
  border-radius: 10px;
  background: rgba(253, 253, 253, 0.15);
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.page .header .mw .cont .right_side .o_xs_menu #nav-icon2 {
  width: 13px;
  height: 8px;
  position: relative;
  margin: 6px auto;
  cursor: pointer;
}
.page .header .mw .cont .right_side .o_xs_menu #nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 10px;
  background: #fcdaba;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
}
.page .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(1) {
  width: 13px;
  right: 0;
  top: 10px;
}
.page .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(2) {
  width: 13px;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page
  .header
  .mw
  .cont
  .right_side
  .o_xs_menu
  #nav-icon2.open
  span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 0;
  right: auto;
}
.page
  .header
  .mw
  .cont
  .right_side
  .o_xs_menu
  #nav-icon2.open
  span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 0;
}
.page .header.out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page .header_offset {
  padding-top: 100px;
}
.page .sticky .mw {
  padding-top: 1vh;
}
.page .sticky .mw .cont {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #1b2e29;
}
.page .xs_menu {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.page .xs_menu .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 99999;
}
.page .xs_menu .xs_cont {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  z-index: 999999;
  padding: 20px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .xs_menu .xs_cont .c_xs_menu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.page .xs_menu .xs_cont .c_xs_menu img {
  width: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
}
.page .xs_menu .xs_cont .c_xs_menu .fas_icon {
  font-size: 26px;
  opacity: 0.7;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
  opacity: 1;
}
.page .xs_menu .xs_cont .xs_nav {
  width: 100%;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav {
  margin-bottom: 20px;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li {
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li.current-menu-item a {
  color: #f8d5b5;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li.menu-item-has-children {
  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;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li.menu-item-has-children:hover a {
  color: #f8d5b5;
}
.page
  .xs_menu
  .xs_cont
  .xs_nav
  .mob_nav
  li.menu-item-has-children:hover
  a:after {
  background: url(../images/chevron_down_hover.svg) no-repeat center
    center/cover;
}
.page
  .xs_menu
  .xs_cont
  .xs_nav
  .mob_nav
  li.menu-item-has-children:hover
  .sub-menu {
  opacity: 1;
  visibility: visible;
}
.page
  .xs_menu
  .xs_cont
  .xs_nav
  .mob_nav
  li.menu-item-has-children:hover
  .sub-menu
  li
  a {
  color: #a5a5a5;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li.menu-item-has-children.active a {
  color: #00ab77;
}
.page
  .xs_menu
  .xs_cont
  .xs_nav
  .mob_nav
  li.menu-item-has-children.active
  a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/chevron_down_hover.svg) no-repeat center
    center/cover;
}
.page
  .xs_menu
  .xs_cont
  .xs_nav
  .mob_nav
  li.menu-item-has-children.active
  .sub-menu {
  opacity: 1;
  visibility: visible;
}
.page
  .xs_menu
  .xs_cont
  .xs_nav
  .mob_nav
  li.menu-item-has-children.active
  .sub-menu
  li
  a {
  color: #fff;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li.menu-item-has-children a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_down.svg) no-repeat center center/cover;
  position: relative;
  min-width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav 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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li a:hover {
  color: #f8d5b5 !important;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li .sub-menu {
  position: relative;
  width: 100%;
  padding: 0 15px;
  z-index: 33;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li .sub-menu li {
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 0;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li .sub-menu li:last-child {
  margin-bottom: 0;
}
.page .xs_menu .xs_cont .xs_nav .mob_nav li .sub-menu li a {
  height: auto;
  padding: 10px 0;
  width: 100%;
  display: block;
}
.page .xs_menu .xs_cont .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .xs_menu .xs_cont .soc_icons ul li {
  margin-right: 8px;
}
.page .xs_menu .xs_cont .soc_icons ul li:last-child {
  margin-right: 0;
}
.page .xs_menu .xs_cont .soc_icons 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;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 13.163px;
  background: #f8d5b5;
}
.page .xs_menu .xs_cont .soc_icons ul li a img {
  width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.page .xs_menu .xs_cont .soc_icons ul li a:hover {
  opacity: 0.5;
}
.page .xs_menu .xs_cont .phone {
  margin: 30px 0;
}
.page .xs_menu .xs_cont .phone a {
  font-size: 16.746px;
  font-style: normal;
  font-weight: 600;
  line-height: 111%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f8d5b5),
    to(#927d6b)
  );
  background: linear-gradient(90deg, #f8d5b5 0, #927d6b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1.005px;
  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;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .xs_menu .xs_cont .phone a .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: 5px;
}
.page .xs_menu .xs_cont .phone a .icon img {
  width: 16px;
  height: auto;
}
.page .xs_menu .xs_cont .phone a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#927d6b),
    to(#f8d5b5)
  );
  background: linear-gradient(90deg, #927d6b 0, #f8d5b5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .xs_menu .xs_cont .phone:hover a {
  color: #00ab77;
}
.page .xs_menu .xs_cont .btn_c .btn_m {
  padding: 20px;
  font-size: 16px;
}
.page .xs_menu .xs_cont .btn_c .btn_m::after {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-left: 10px;
}
.page .xs_menu.active {
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.page .main {
  /* background: url() no-repeat center center/cover; */
  position: relative;
}
.page .main .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.page .main::after {
  content: "";
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../images/bg_decor.png) no-repeat center center/cover;
}
.page .main .mw {
  padding: 140px 2rem 80px;
  z-index: 3 !important;
}
.page .main .mw .main_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 .main .mw .main_cont .left_side {
  width: 45%;
}
.page .main .mw .main_cont .left_side .h1 {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 75px;
  font-style: normal;
  max-width: 600px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: -3.75px;
  padding-bottom: 78px;
}
.page .main .mw .main_cont .left_side .h1 span {
  color: #f5e5d4;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .main .mw .main_cont .left_side .desc {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .main .mw .main_cont .left_side .desc p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.6px;
  max-width: 462px;
}
.page .main .mw .main_cont .left_side .desc p b {
  color: #c1e9d0;
  font-weight: 600;
}
.page .main .mw .main_cont .left_side .desc::before {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 26px;
  height: 29px;
  min-width: 26px;
  margin-right: 32px;
  top: 2px;
  position: relative;
  display: block;
}
.page .main .mw .main_cont .right_side .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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .main .mw .main_cont .right_side .btn_line .btn_c {
  margin-right: 15px;
}
.page .main .mw .main_cont .right_side .btn_line .btn_c:last-child {
  margin-right: 0;
}
.page .main .mw .main_cont .right_side .btn_line .btn_c .btn_m_c {
  background: 0 0;
  border: 1px solid #f5e5d4;
  color: #f5e5d4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .main .mw .main_cont .right_side .btn_line .btn_c .btn_m_c::after {
  background: url(../images/arrow_right_beige.svg) no-repeat center center/cover;
}
.page .main .mw .main_cont .right_side .btn_line .btn_c .btn_m_c:hover {
  background: #f5e5d4;
  color: #665d54;
}
.page .m_title {
  padding-bottom: 50px;
}
.page .m_title .h2 {
  color: #222;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2.5px;
}
.page .m_title .h2 b {
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
  color: #00ab77;
}
.page .m_title .h2 span {
  color: #f8d5b5;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .current_cars .mw {
  padding: 80px 2rem 40px;
}
.page .current_cars .mw .m_title {
  padding-bottom: 40px;
}
.page .current_cars .mw .cont .filters {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 50px;
  margin-bottom: 60px;
}
.page .current_cars .mw .cont .filters .filters__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 22px;
}
.page .current_cars .mw .cont .filters .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page .current_cars .mw .cont .filters .input-group label {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.page .current_cars .mw .cont .filters .input-group input,
.page .current_cars .mw .cont .filters .input-group select {
  padding: 20px 14px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.7px;
}
.page
  .current_cars
  .mw
  .cont
  .filters
  .input-group
  input::-webkit-input-placeholder,
.page
  .current_cars
  .mw
  .cont
  .filters
  .input-group
  select::-webkit-input-placeholder {
  color: #222;
}
.page .current_cars .mw .cont .filters .input-group input::-moz-placeholder,
.page .current_cars .mw .cont .filters .input-group select::-moz-placeholder {
  color: #222;
}
.page .current_cars .mw .cont .filters .input-group input:-ms-input-placeholder,
.page
  .current_cars
  .mw
  .cont
  .filters
  .input-group
  select:-ms-input-placeholder {
  color: #222;
}
.page
  .current_cars
  .mw
  .cont
  .filters
  .input-group
  input::-ms-input-placeholder,
.page
  .current_cars
  .mw
  .cont
  .filters
  .input-group
  select::-ms-input-placeholder {
  color: #222;
}
.page .current_cars .mw .cont .filters .input-group input::placeholder,
.page .current_cars .mw .cont .filters .input-group select::placeholder {
  color: #222;
}
.page .current_cars .mw .cont .filters .input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  background: url(../images/chevron-down.svg) no-repeat right 12px center;
  background-size: 20px 20px;
}
.page .current_cars .mw .cont .filters .input-group .inp_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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .current_cars .mw .cont .filters .input-group .inp_line input {
  width: 48%;
}
.page .current_cars .mw .cont .filters .filters__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.page .current_cars .mw .cont .filters .filters__actions #resetFilters {
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #787878;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .current_cars .mw .cont .filters .filters__actions #resetFilters::before {
  content: "";
  background: url(../images/close_icon.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
}
.page .current_cars .mw .cont .filters .filters__actions .btn {
  color: #fff;
  font-size: 18px;
  padding: 20px 35px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #00ab77;
}
.page .current_cars .mw .cont .cars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.page .current_cars .mw .cont .cars__list .car {
  width: calc((100% - 40px) / 3);
  border-radius: 20px;
  background: #fff;
}
.page .current_cars .mw .cont .cars__list .car .car__slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page
  .current_cars
  .mw
  .cont
  .cars__list
  .car
  .car__slider-wrapper
  .car__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
.page
  .current_cars
  .mw
  .cont
  .cars__list
  .car
  .car__slider-wrapper
  .car__slides
  img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page .current_cars .mw .cont .cars__list .car .car__slider-wrapper .car__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.page
  .current_cars
  .mw
  .cont
  .cars__list
  .car
  .car__slider-wrapper
  .car__dots
  button {
  width: 75px;
  height: 3px;
  border-radius: 50%;
  border: none;
  border-radius: 9.535px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page
  .current_cars
  .mw
  .cont
  .cars__list
  .car
  .car__slider-wrapper
  .car__dots
  button.active {
  background: #fff;
}
.page .current_cars .mw .cont .cars__list .car .car__slider-wrapper .nav-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
  z-index: 2;
}
.page
  .current_cars
  .mw
  .cont
  .cars__list
  .car
  .car__slider-wrapper
  .nav-zone.prev {
  left: 0;
}
.page
  .current_cars
  .mw
  .cont
  .cars__list
  .car
  .car__slider-wrapper
  .nav-zone.next {
  right: 0;
}
.page .current_cars .mw .cont .cars__list .car .title {
  color: #222;
  font-size: 13.349px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.349px;
  border-radius: 19.07px;
  background: #f8d5b5;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.page .current_cars .mw .cont .cars__list .car .desc {
  padding: 28px;
}
.page .current_cars .mw .cont .cars__list .car .desc .car__title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.5px;
}
.page .current_cars .mw .cont .cars__list .car .desc .car__desc {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  margin: 16px 0;
}
.page .current_cars .mw .cont .cars__list .car .desc .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 .current_cars .mw .cont .cars__list .car .desc .line .car__price {
  color: #000;
  font-size: 25px;
  font-style: normal;
  margin-right: 12px;
  font-weight: 400;
  line-height: 27.5px;
}
.page .current_cars .mw .cont .cars__list .car .desc .line .car__credit {
  border-radius: 4.767px;
  background: #f0f0f0;
  padding: 4px 10px;
}
.page .current_cars .mw .cont .cars__list .car .desc .line .car__credit span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.6px;
}
.page .current_cars .mw .cont .cars__list .car .desc .btn_c {
  width: 100%;
  padding-top: 45px;
}
.page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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%;
  white-space: nowrap;
  border-radius: 9.535px;
  background: #00ab77;
  padding: 15px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c:hover {
  background: #07c58c;
}
.page .current_cars .mw .cont .show-all {
  width: 100%;
  margin-top: 40px;
}
.page .current_cars .mw .cont .show-all .btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #043f26;
  padding: 20px;
  color: #043f26;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page .current_cars .mw .cont .show-all .btn::after {
  content: "";
  background: url(../images/arrow_right_green.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  position: relative;
  top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.page .current_cars .mw .cont .show-all .btn:hover {
  background: #043f26;
  color: #fff;
}
.page .current_cars .mw .cont .show-all .btn:hover::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .current_cars .mw .cont .bottom_pagination {
  margin-top: 40px;
  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 .current_cars .mw .cont .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 .current_cars .mw .cont .bottom_pagination .pagination .page-numbers {
  width: 50px;
  height: 50px;
  background: 0 0;
  border-radius: 50%;
  border: 1px solid #00ab77;
  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: #00ab77;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  margin: 0 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.page
  .current_cars
  .mw
  .cont
  .bottom_pagination
  .pagination
  .page-numbers.current,
.page
  .current_cars
  .mw
  .cont
  .bottom_pagination
  .pagination
  .page-numbers:hover {
  background: #00ab77;
  border: 1px solid #00ab77;
  color: #fff;
}
.page .current_cars .mw .cont .bottom_pagination .pagination .next {
  background: #00ab77;
  border: 1px solid #00ab77;
}
.page .current_cars .mw .cont .bottom_pagination .pagination .next:after {
  content: "";
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .current_cars .mw .cont .bottom_pagination .pagination .next:hover {
  background: #07c58c;
  border: 1px solid #07c58c;
}
.page .current_cars .mw .cont .bottom_pagination .pagination .prev {
  background: #00ab77;
  border: 1px solid #00ab77;
}
.page .current_cars .mw .cont .bottom_pagination .pagination .prev:after {
  content: "";
  background: url(../images/chevron_left-white.svg) no-repeat center
    center/cover;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .current_cars .mw .cont .bottom_pagination .pagination .prev:hover {
  background: #07c58c;
  border: 1px solid #07c58c;
}
.page .dont_want_waste_time {
  position: relative;
  z-index: 2;
}
.page .dont_want_waste_time .mw {
  padding: 40px 2rem;
}
.page .dont_want_waste_time .mw .cont {
  background: url(../images/dont_want_waste_time.jpg) no-repeat center
    center/cover;
  border-radius: 30px;
  padding: 54px 80px;
  position: relative;
}
.page .dont_want_waste_time .mw .cont .left_side .m_title {
  max-width: 460px;
  padding-bottom: 45px;
}
.page .dont_want_waste_time .mw .cont .left_side .desc {
  max-width: 375px;
}
.page .dont_want_waste_time .mw .cont .left_side .desc p {
  color: rgba(11, 11, 11, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.page .dont_want_waste_time .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.page .dont_want_waste_time .mw .cont .left_side .line .btn_c {
  max-width: 248px;
  margin-right: 32px;
}
.page .dont_want_waste_time .mw .cont .left_side .line .btn_c .btn_m:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page
  .dont_want_waste_time
  .mw
  .cont
  .left_side
  .line
  .btn_c
  .btn_m:hover::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .dont_want_waste_time .mw .cont .left_side .line .logo {
  max-width: 200px;
}
.page .dont_want_waste_time .mw .cont .left_side .line .logo img {
  width: 100%;
  height: auto;
}
.page .dont_want_waste_time .mw .cont .right_side {
  position: absolute;
  bottom: -3px;
  right: 0;
}
.page .dont_want_waste_time .mw .cont .right_side .img {
  width: 852px;
}
.page .dont_want_waste_time .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
}
.page .dont_want_waste_time .mw .cont .mob_cont {
  display: none;
}
.page .services .mw {
  padding: 40px 2rem 100px;
  position: relative;
}
.page .services .mw .decor {
  position: absolute;
  width: 1175px;
  right: -355px;
  bottom: -120px;
  z-index: 1;
}
.page .services .mw .decor img {
  width: 100%;
  height: auto;
}
.page .services .mw .m_title .h2 span {
  color: #818181;
}
.page .services .mw .m_title p {
  color: #000;
  margin-top: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page .services .mw .m_title p b {
  font-weight: 500;
}
.page .services .mw .cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  position: relative;
  z-index: 2;
}
.page .services .mw .cont .card {
  border-radius: 32px;
  background: #fff;
  padding: 5px;
}
.page .services .mw .cont .card .img img {
  width: 100%;
  height: auto;
  border-radius: 32px 32px 0 0;
}
.page .services .mw .cont .card .desc {
  padding: 14px 35px 24px;
}
.page .services .mw .cont .card .desc .h5 {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .services .mw .cont .card .desc p {
  margin: 12px 28px;
  color: #787878;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.page .services .mw .cont .card .desc .btn_more {
  border-radius: 9.535px;
  background: #00ab77;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .services .mw .cont .card .desc .btn_more:hover {
  background: #07c58c;
}
.page .services .mw .mob_cont {
  display: none;
}
.page .services .mw .mob_cont .services_slider .card {
  border-radius: 30px;
  background: #fff;
}
.page .services .mw .mob_cont .services_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
}
.page .services .mw .mob_cont .services_slider .card .desc {
  padding: 14px 35px 24px;
}
.page .services .mw .mob_cont .services_slider .card .desc .h5 {
  color: #222;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .services .mw .mob_cont .services_slider .card .desc p {
  margin: 12px 0;
  color: #787878;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.page .services .mw .mob_cont .services_slider .card .desc .btn_more {
  border-radius: 9.535px;
  background: #1f5533;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .services .mw .mob_cont .services_slider .card .desc .btn_more:hover {
  background: #006647;
}
.page .services .mw .mob_cont .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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .services .mw .mob_cont .btn_line .btn_next_services,
.page .services .mw .mob_cont .btn_line .btn_prev_services {
  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: 50px;
  border: 1px solid #f8d5b5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .services .mw .mob_cont .btn_line .btn_next_services:hover,
.page .services .mw .mob_cont .btn_line .btn_prev_services:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .services .mw .mob_cont .btn_line .btn_next_services:after,
.page .services .mw .mob_cont .btn_line .btn_prev_services:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_beige.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .services .mw .mob_cont .btn_line .btn_next_services {
  border-radius: 50px;
  background: #f8d5b5;
  margin-left: 15px;
}
.page .services .mw .mob_cont .btn_line .btn_next_services:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .services .mw .mob_cont .btn_line .btn_next_services:after {
  background: url(../images/chevron_right_dark.svg) no-repeat center
    center/cover;
}
.page .trust_us {
  position: relative;
  z-index: 2;
  background: url(../images/trust_us_bg.jpg) no-repeat center center/cover;
}
.page .trust_us .mw {
  padding: 80px 2rem 50px;
}
.page .trust_us .mw .m_title {
  max-width: 660px;
}
.page .trust_us .mw .m_title .h2 {
  color: #fff;
}
.page .trust_us .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 .trust_us .mw .cont .card {
  width: 24%;
  border-radius: 15px;
  background: #fff;
  padding: 26px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .trust_us .mw .cont .card .icon {
  width: 48px;
  height: 48px;
  min-width: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(58deg, #1f5533 -3.54%, #003412 116.71%);
  margin-bottom: 35px;
}
.page .trust_us .mw .cont .card .icon img {
  width: 36px;
  height: auto;
}
.page .trust_us .mw .cont .card .h5 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.page .trust_us .mw .cont .card p {
  color: #787878;
  font-size: 14px;
  font-style: normal;
  max-width: 290px;
  font-weight: 400;
  line-height: 120%;
}
.page .trust_us .mw .cont .card .img {
  position: absolute;
}
.page .trust_us .mw .cont .card .img img {
  width: 100%;
  height: auto;
}
.page .trust_us .mw .cont .card:nth-child(3) {
  width: 48%;
}
.page .trust_us .mw .cont .card:nth-child(3) .img {
  width: 422px;
  top: -21px;
  right: -70px;
}
.page .trust_us .mw .cont .card:nth-child(5) {
  width: 40%;
}
.page .trust_us .mw .cont .card:nth-child(5) .img {
  width: 195px;
  top: 26px;
  right: 45px;
  border: 0.5px solid #ddd;
  -webkit-box-shadow: 0 25.681px 219.358px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25.681px 219.358px rgba(0, 0, 0, 0.15);
}
.page .trust_us .mw .cont .card:nth-child(6) {
  width: 32%;
}
.page .trust_us .mw .cont .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .bg {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.page .how_the_purchase_work .mw {
  padding: 80px 2rem 30px;
}
.page .how_the_purchase_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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(71, 63, 56, 0.15);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.page .how_the_purchase_work .mw .top_line .left_side .m_title {
  padding-bottom: 0;
  max-width: 600px;
}
.page .how_the_purchase_work .mw .top_line .left_side .m_title .h2 span {
  color: #222;
}
.page .how_the_purchase_work .mw .top_line .right_side .logo {
  max-width: 200px;
}
.page .how_the_purchase_work .mw .top_line .right_side .logo img {
  width: 100%;
  height: auto;
}
.page .how_the_purchase_work .mw .cont .card {
  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(71, 63, 56, 0.15);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.page .how_the_purchase_work .mw .cont .card .left_side {
  width: 15%;
}
.page .how_the_purchase_work .mw .cont .card .left_side .num {
  border-radius: 10px;
  background: #f6e8d8;
  width: 40px;
  height: 40px;
  min-width: 40px;
  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 .how_the_purchase_work .mw .cont .card .left_side .num span {
  color: #080605;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .how_the_purchase_work .mw .cont .card .center {
  width: 35%;
}
.page .how_the_purchase_work .mw .cont .card .center .desc .h5 {
  color: #211d19;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .how_the_purchase_work .mw .cont .card .center .desc p {
  color: rgba(33, 29, 25, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
  max-width: 515px;
}
.page .how_the_purchase_work .mw .cont .card .right_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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .how_the_purchase_work .mw .cont .card .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;
  margin-top: 12px;
}
.page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #1a1714;
  color: #fff7ed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m::after {
  background: url(../images/arrow_right_beige.svg) no-repeat center center/cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m:hover {
  background: #f6e8d8;
  color: #1a1714;
}
.page
  .how_the_purchase_work
  .mw
  .cont
  .card
  .right_side
  .btn_c
  .btn_m:hover::after {
  background: url(../images/arrow_right_dark.svg) no-repeat center center/cover;
}
.page .how_the_purchase_work .mw .cont .card .right_side .img {
  max-width: 452px;
}
.page .how_the_purchase_work .mw .cont .card .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .how_the_purchase_work .mw .cont .card:nth-child(4) .img {
  max-width: 323px;
}
.page .how_the_purchase_work .mw .cont .card:nth-child(4) .img img {
  border-radius: 10px;
}
.page .how_the_purchase_work .mw .cont .card:last-child .right_side .img img {
  border-radius: 10px;
}
.page .order_block .mw {
  padding: 30px 2rem 80px;
}
.page .order_block .mw .cont {
  background: url(../images/order_block_bg.jpg) no-repeat center center/cover;
  border-radius: 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;
  padding: 38px 38px 38px 80px;
}
.page .order_block .mw .cont .left_side {
  width: 58%;
}
.page .order_block .mw .cont .left_side .m_title {
  max-width: 630px;
  padding-bottom: 40px;
}
.page .order_block .mw .cont .left_side .m_title .h2 {
  color: #fff;
}
.page .order_block .mw .cont .left_side .desc {
  padding-bottom: 40px;
  max-width: 470px;
}
.page .order_block .mw .cont .left_side .desc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.page .order_block .mw .cont .left_side .btn_c .btn_m {
  max-width: 340px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    radial-gradient(
      55.13% 55.13% at 50% 2.23%,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      264deg,
      #efe1cd -4.53%,
      #f0dac0 18.44%,
      #e7d8c6 51.46%,
      #dfccb6 76.6%,
      #dcc1a2 111.92%
    );
}
.page .order_block .mw .cont .left_side .btn_c .btn_m:hover {
  background:
    linear-gradient(
      264deg,
      #efe1cd -4.53%,
      #f0dac0 18.44%,
      #e7d8c6 51.46%,
      #dfccb6 76.6%,
      #dcc1a2 111.92%
    ),
    radial-gradient(
      55.13% 55.13% at 50% 2.23%,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 100%
    );
}
.page .order_block .mw .cont .right_side .img {
  max-width: 546px;
}
.page .order_block .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .about .mw {
  padding: 80px 2rem 40px;
}
.page .about .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 .about .mw .cont .left_side {
  width: 48%;
}
.page .about .mw .cont .left_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .about .mw .cont .right_side {
  width: 48%;
  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 .mw .cont .right_side .m_title {
  padding-bottom: 0;
}
.page .about .mw .cont .right_side .desc p {
  color: rgba(34, 34, 34, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.page .about .mw .cont .right_side .desc p:last-child {
  margin-bottom: 0;
}
.page .about .mw .cont .right_side .btn_c .btn_m {
  background: #00ab77;
  color: #fff;
}
.page .about .mw .cont .right_side .btn_c .btn_m::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .about .mw .cont .right_side .btn_c .btn_m:hover {
  background: #07c58c;
}
.page .reviews .mw {
  padding: 40px 2rem 80px;
}
.page .reviews .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;
  padding-bottom: 55px;
}
.page .reviews .mw .top_line .left_side {
  max-width: 560px;
}
.page .reviews .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .reviews .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 .reviews .mw .top_line .right_side .btn_next_reviews,
.page .reviews .mw .top_line .right_side .btn_prev_reviews {
  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;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #00ab77;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .reviews .mw .top_line .right_side .btn_next_reviews:hover,
.page .reviews .mw .top_line .right_side .btn_prev_reviews:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .reviews .mw .top_line .right_side .btn_next_reviews:after,
.page .reviews .mw .top_line .right_side .btn_prev_reviews:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_green.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .reviews .mw .top_line .right_side .btn_next_reviews {
  border-radius: 50px;
  background: #00ab77;
}
.page .reviews .mw .top_line .right_side .btn_next_reviews:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .reviews .mw .top_line .right_side .btn_next_reviews:after {
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
}
.page .reviews .mw .reviews_slider .owl-nav {
  display: none;
}
.page .reviews .mw .reviews_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.page .reviews .mw .mob_cont {
  display: none;
}
.page .reviews .mw .mob_cont .btn_next_reviews,
.page .reviews .mw .mob_cont .btn_prev_reviews {
  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: 50px;
  border: 1px solid #1f5533;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .reviews .mw .mob_cont .btn_next_reviews:hover,
.page .reviews .mw .mob_cont .btn_prev_reviews:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .reviews .mw .mob_cont .btn_next_reviews:after,
.page .reviews .mw .mob_cont .btn_prev_reviews:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_green1.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .reviews .mw .mob_cont .btn_next_reviews {
  border-radius: 50px;
  background: #1f5533;
  margin-left: 15px;
}
.page .reviews .mw .mob_cont .btn_next_reviews:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .reviews .mw .mob_cont .btn_next_reviews:after {
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
}
.page .reviews .mw .btn_c {
  margin-top: 50px;
}
.page .reviews .mw .btn_c .btn_m_c {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #043f26;
  padding: 20px;
  color: #043f26;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page .reviews .mw .btn_c .btn_m_c::after {
  content: "";
  background: url(../images/arrow_right_green.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  position: relative;
  top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.page .reviews .mw .btn_c .btn_m_c:hover {
  background: #043f26;
  color: #fff;
}
.page .reviews .mw .btn_c .btn_m_c:hover::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .news .mw {
  padding: 0 2rem 80px;
}
.page .news .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;
  padding-bottom: 50px;
}
.page .news .mw .top_line .left_side {
  max-width: 650px;
}
.page .news .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .news .mw .top_line .left_side .m_title .h2 span {
  color: #222;
}
.page .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 .news .mw .top_line .right_side .btn_next_news,
.page .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;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #00ab77;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .news .mw .top_line .right_side .btn_next_news:hover,
.page .news .mw .top_line .right_side .btn_prev_news:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .news .mw .top_line .right_side .btn_next_news:after,
.page .news .mw .top_line .right_side .btn_prev_news:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_green.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .news .mw .top_line .right_side .btn_next_news {
  border-radius: 50px;
  background: #00ab77;
}
.page .news .mw .top_line .right_side .btn_next_news:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .news .mw .top_line .right_side .btn_next_news:after {
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
}
.page .news .mw .news_slider .owl-nav {
  display: none;
}
.page .news .mw .news_slider .card {
  border-radius: 15px;
  background: #fff;
  padding: 16px 16px 30px;
}
.page .news .mw .news_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.page .news .mw .news_slider .card .h5 {
  margin-top: 28px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .news .mw .news_slider .card p {
  margin: 15px 0;
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.page .news .mw .news_slider .card .btn_more {
  border-radius: 9.535px;
  background: #00ab77;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .news .mw .news_slider .card .btn_more:hover {
  background: #07c58c;
}
.page .any_ques {
  background: #000;
}
.page .any_ques .mw {
  padding: 80px 2rem 40px;
}
.page .any_ques .mw .cont {
  background: url(../images/any_ques_bg.jpg) no-repeat center center/cover;
  border-radius: 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.page .any_ques .mw .cont .decor {
  position: absolute;
  width: 220px;
  right: 30px;
  top: -30px;
  z-index: 1;
}
.page .any_ques .mw .cont .decor img {
  width: 100%;
  height: auto;
}
.page .any_ques .mw .cont .left_side {
  padding: 72px 75px 60px;
  width: 60%;
}
.page .any_ques .mw .cont .left_side .m_title {
  padding-bottom: 32px;
}
.page .any_ques .mw .cont .left_side .desc {
  padding-bottom: 50px;
}
.page .any_ques .mw .cont .left_side .desc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 450px;
}
.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;
  max-width: 720px;
}
.page .any_ques .mw .cont .left_side form .inp {
  width: 32%;
  margin-bottom: 20px;
}
.page .any_ques .mw .cont .left_side form .inp input,
.page .any_ques .mw .cont .left_side form .inp textarea {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  height: 60px;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.7px;
  padding: 20px;
}
.page .any_ques .mw .cont .left_side form .inp input::-webkit-input-placeholder,
.page
  .any_ques
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input::-moz-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input:-ms-input-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input::-ms-input-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp input::placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.page .any_ques .mw .cont .left_side form .inp_textarea {
  width: 100%;
}
.page .any_ques .mw .cont .left_side form .inp_textarea textarea {
  height: 115px;
  resize: none;
}
.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-bottom: 30px;
}
.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: #fff;
  border: 2px solid #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;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}
.page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/check.svg) no-repeat center center/cover;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .any_ques .mw .cont .left_side form .inp_agree .txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page .any_ques .mw .cont .left_side form .inp_agree .txt a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
.page .any_ques .mw .cont .left_side form .inp_agree .txt a:hover {
  color: #f8d5b5;
  border-bottom: 1px solid #f8d5b5;
}
.page .any_ques .mw .cont .left_side form .btn_c {
  max-width: 100%;
}
.page .any_ques .mw .cont .left_side form .btn_c .btn_m {
  max-width: 340px;
}
.page .any_ques .mw .cont .right_side .img {
  position: absolute;
  width: 630px;
  bottom: -260px;
  right: 20px;
}
.page .any_ques .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
}
.page .any_ques .mw .cont .mob_cont {
  display: none;
}
.page .any_ques .mw .cont .mob_cont .btn_c {
  max-width: 100%;
}
.page .any_ques .mw .cont .mob_cont .btn_c .btn_m {
  max-width: 340px;
}
.page .footer .top_cont {
  background: #000;
}
.page .footer .top_cont .mw {
  padding: 40px 2rem 20px;
}
.page .footer .top_cont .mw .t_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;
}
.page .footer .top_cont .mw .t_cont .left_side {
  width: 24%;
}
.page .footer .top_cont .mw .t_cont .left_side .logo {
  width: 242px;
}
.page .footer .top_cont .mw .t_cont .left_side .logo a img {
  width: 100%;
  height: auto;
}
.page .footer .top_cont .mw .t_cont .fast_links {
  width: 24%;
}
.page .footer .top_cont .mw .t_cont .fast_links .h5,
.page .footer .top_cont .mw .t_cont .fast_links h5 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.4px;
  margin-bottom: 20px;
}
.page .footer .top_cont .mw .t_cont .fast_links ul li {
  margin-bottom: 5px;
}
.page .footer .top_cont .mw .t_cont .fast_links ul li:last-child {
  margin-bottom: 0;
}
.page .footer .top_cont .mw .t_cont .fast_links ul li a {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
}
.page .footer .top_cont .mw .t_cont .fast_links ul li a:hover {
  color: #fff;
}
.page .footer .top_cont .mw .cont {
  padding: 40px 0 60px;
  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 .footer .top_cont .mw .cont .card {
  border-radius: 14.022px;
  background: #fff;
  width: 24%;
  padding: 20px;
  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 .footer .top_cont .mw .cont .card .location,
.page .footer .top_cont .mw .cont .card .phone {
  margin-bottom: 8px;
}
.page .footer .top_cont .mw .cont .card .location a,
.page .footer .top_cont .mw .cont .card .phone a {
  color: #000;
  font-size: 24.538px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.992px;
}
.page .footer .top_cont .mw .cont .card p {
  color: #787878;
  font-size: 17.527px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.785px;
}
.page .footer .top_cont .mw .cont .card .btn_c {
  margin-top: 25px;
}
.page .footer .top_cont .mw .cont .card .btn_c .btn_m {
  border-radius: 7.011px;
  background: #00ab77;
  font-size: 11.217px;
  font-weight: 400;
  line-height: 11.217px;
  padding: 6px;
  color: #fff;
  max-width: 116px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}
.page .footer .top_cont .mw .cont .card .btn_c .btn_m::after {
  display: none;
}
.page .footer .top_cont .mw .cont .card .btn_c .btn_m:hover {
  background: #07c58c;
}
.page .footer .top_cont .mw .cont .card .title {
  color: #000;
  font-size: 12.62px;
  max-width: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.882px;
}
.page .footer .top_cont .mw .cont .card .soc_icons {
  margin-top: 42px;
}
.page .footer .top_cont .mw .cont .card .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: 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 ul li {
  margin-right: 8px;
}
.page .footer .top_cont .mw .cont .card .soc_icons ul li:last-child {
  margin-right: 0;
}
.page .footer .top_cont .mw .cont .card .soc_icons 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;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 42.033px;
  background: #00ab77;
}
.page .footer .top_cont .mw .cont .card .soc_icons ul li a img {
  width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.page .footer .top_cont .mw .cont .card .soc_icons ul li a:hover {
  opacity: 0.8;
}
.page .footer .top_cont .mw .cont .card:nth-child(2) {
  width: 32%;
}
.page .footer .top_cont .mw .cont .card:nth-child(2) .btn_c .btn_m {
  max-width: 136px;
}
.page .footer .top_cont .mw .cont .card:nth-child(3) {
  width: 16%;
}
.page .footer .top_cont .mw .cont .row {
  width: 24%;
}
.page .footer .top_cont .mw .cont .row .card {
  width: 100%;
  margin-bottom: 14px;
  padding: 16px;
}
.page .footer .top_cont .mw .cont .row .card:last-child {
  margin-bottom: 0;
}
.page .footer .top_cont .mw .cont .row .card 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;
}
.page .footer .top_cont .mw .cont .row .card a .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: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .top_cont .mw .cont .row .card a .row .num {
  color: #000;
  font-size: 33.652px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.017px;
  margin-right: 12px;
}
.page .footer .top_cont .mw .cont .row .card a .row .desc small {
  color: #787878;
  font-size: 11.217px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
  line-height: 14.583px;
}
.page .footer .top_cont .mw .cont .row .card a .row .desc .star {
  width: 105px;
  max-width: 105px;
  margin-top: 2px;
}
.page .footer .top_cont .mw .cont .row .card a .row .desc .star img {
  width: 100%;
  height: auto;
}
.page .footer .top_cont .mw .cont .row .card a .img {
  max-width: 35px;
}
.page .footer .top_cont .mw .cont .row .card a .img img {
  width: 100%;
  height: auto;
}
.page .footer .top_cont .mw .b_cont {
  max-width: 1195px;
}
.page .footer .top_cont .mw .b_cont p {
  color: #787878;
  -webkit-font-feature-settings:
    "salt" on,
    "liga" off;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page .footer .bottom_cont {
  background: #181818;
}
.page .footer .bottom_cont .mw {
  padding: 20px 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;
}
.page .footer .bottom_cont .mw .cont .left_side p {
  color: var(--Text-Gray-300, #d9dbe1);
  -webkit-font-feature-settings:
    "salt" on,
    "liga" off;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.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: 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 {
  margin-right: 8px;
}
.page .footer .bottom_cont .mw .cont .right_side ul li a {
  color: var(--Text-Gray-300, #d9dbe1);
  -webkit-font-feature-settings:
    "salt" on,
    "liga" off;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .footer .bottom_cont .mw .cont .right_side ul li a:hover {
  color: #fff;
}
.page .footer .bottom_cont .mw .cont .right_side ul li:last-child {
  margin-top: 0;
}
.page .top_section {
  background: url(../images/top_section_bg.jpg) no-repeat center center/cover;
}
.page .top_section .top_nav .mw {
  padding: 30px 2rem;
}
.page .top_section .top_nav .mw 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_nav .mw 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_nav .mw ul li:last-child:after {
  display: none;
}
.page .top_section .top_nav .mw ul li:after {
  content: "/";
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin: 0 5px;
}
.page .top_section .top_nav .mw ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  white-space: nowrap;
}
.page .top_section .top_nav .mw ul li a:hover {
  color: #fff;
  font-weight: 500;
}
.page .top_section .top_nav .mw ul li a.active {
  color: #fff;
  font-weight: 500;
}
.page .top_section .top_section_cont .mw {
  padding: 20px 2rem 70px;
}
.page .top_section .top_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 .top_section .top_section_cont .mw .cont .left_side {
  width: 100%;
}
.page .top_section .top_section_cont .mw .cont .left_side .h1 {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 75px;
  font-style: normal;
  max-width: 1100px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: -3.75px;
}
.page .top_section .top_section_cont .mw .cont .left_side .h1 span {
  color: #f5e5d4;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .top_section .top_section_cont .mw .cont .left_side .desc {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .top_section .top_section_cont .mw .cont .left_side .desc p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.6px;
  max-width: 566px;
}
.page .top_section .top_section_cont .mw .cont .left_side .desc p b {
  color: #c1e9d0;
  font-weight: 600;
}
.page .top_section .top_section_cont .mw .cont .left_side .desc::before {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 26px;
  height: 29px;
  min-width: 26px;
  margin-right: 32px;
  top: 2px;
  position: relative;
  display: block;
}
.page .top_section .top_section_cont .mw .cont .left_side ul {
  margin-top: 40px;
  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 .top_section .top_section_cont .mw .cont .left_side ul li {
  width: 23%;
  border-radius: 15.391px;
  background: #fff;
  padding: 20px;
}
.page .top_section .top_section_cont .mw .cont .left_side ul li .icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 7.928px;
  border: 0.793px solid #00ab77;
  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 .top_section .top_section_cont .mw .cont .left_side ul li .icon img {
  width: 15px;
  height: auto;
}
.page .top_section .top_section_cont .mw .cont .left_side ul li .h5 {
  margin: 20px 0 10px;
  color: #000;
  font-size: 19.239px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.125px;
  letter-spacing: -0.192px;
}
.page .top_section .top_section_cont .mw .cont .left_side ul li p {
  color: #787878;
  font-size: 12.313px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.007px;
}
.page .top_section .top_section_cont .mw .cont .left_side ul li:nth-child(4) {
  width: 28%;
}
.page .top_section .top_section_cont .mw .cont .left_side ul li:nth-child(1) p {
  max-width: 148px;
}
.page .top_section .top_section_cont .mw .cont .left_side ul li:nth-child(3) p {
  max-width: 170px;
}
.page .top_section_about .top_section_cont .mw {
  padding: 70px 2rem 80px;
}
.page .top_section_about .top_section_cont .mw .cont .left_side {
  width: 45%;
}
.page .top_section_about .top_section_cont .mw .cont .left_side .h1 {
  padding-bottom: 80px;
  max-width: 442px;
}
.page .top_section_catalogs .top_section_cont .mw .cont .left_side {
  width: 100%;
}
.page .top_section_catalogs .top_section_cont .mw .cont .left_side .h1 {
  max-width: 920px;
}
.page .we_in_number .mw {
  padding: 80px 2rem 40px;
}
.page .we_in_number .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 .we_in_number .mw .cont .left_side {
  width: 56%;
}
.page .we_in_number .mw .cont .left_side .card {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 30px 40px;
}
.page .we_in_number .mw .cont .left_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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 55px;
}
.page .we_in_number .mw .cont .left_side .card .line .m_title {
  max-width: 385px;
  padding-bottom: 0;
}
.page .we_in_number .mw .cont .left_side .card .line .logo {
  width: 114px;
}
.page .we_in_number .mw .cont .left_side .card .line .logo img {
  width: 100%;
  height: auto;
}
.page .we_in_number .mw .cont .left_side .card .desc p {
  color: rgba(34, 34, 34, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.page .we_in_number .mw .cont .left_side .card .desc p b {
  color: #00ab77;
  font-weight: 500;
}
.page .we_in_number .mw .cont .right_side {
  width: 42%;
  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 .we_in_number .mw .cont .right_side .m_title {
  padding-bottom: 32px;
}
.page .we_in_number .mw .cont .right_side .m_title .h3 {
  color: #000;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -2px;
}
.page .we_in_number .mw .cont .right_side .m_title .h3 b {
  color: #00ab77;
  font-family: SuisseIntlBook, sans-serif !important;
  font-weight: 450;
}
.page .we_in_number .mw .cont .right_side ul li {
  border-radius: 20px;
  background: rgba(0, 171, 119, 0.1);
  padding: 35px 32px;
  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;
  margin-bottom: 15px;
}
.page .we_in_number .mw .cont .right_side ul li:last-child {
  margin-bottom: 0;
}
.page .we_in_number .mw .cont .right_side ul li .num span {
  color: #00ab77;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: 30.8px;
}
.page .we_in_number .mw .cont .right_side ul li .num small {
  color: #00ab77;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 23px;
  font-style: normal;
  font-weight: 450;
  line-height: 30.8px;
}
.page .we_in_number .mw .cont .right_side ul li .desc {
  width: 310px;
  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_in_number .mw .cont .right_side ul li .desc p {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 234px;
  line-height: 22px;
  letter-spacing: -0.54px;
}
.page .we_in_number .mw .cont .right_side ul li:nth-child(3) .desc p {
  max-width: 310px;
}
.page .our_foundation_success .mw {
  padding: 40px 2rem 70px;
}
.page .our_foundation_success .mw .cont {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 50px 40px;
}
.page .our_foundation_success .mw .cont .decor {
  position: absolute;
  width: 1770px;
  right: -750px;
  top: 24px;
  z-index: 1;
}
.page .our_foundation_success .mw .cont .decor img {
  width: 100%;
  height: auto;
}
.page .our_foundation_success .mw .cont .left_side {
  width: 75%;
}
.page .our_foundation_success .mw .cont .left_side .m_title {
  padding-bottom: 44px;
}
.page .our_foundation_success .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;
  z-index: 1;
  position: relative;
}
.page .our_foundation_success .mw .cont .left_side ul li {
  width: 32%;
  border-radius: 32px;
  background: #fff;
}
.page .our_foundation_success .mw .cont .left_side ul li .row {
  border-radius: 29px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ecf0f5),
    to(rgba(236, 240, 245, 0))
  );
  background: linear-gradient(180deg, #ecf0f5 0, rgba(236, 240, 245, 0) 100%);
  padding: 20px 18px 40px;
}
.page .our_foundation_success .mw .cont .left_side ul li .row .num {
  border-radius: 10px;
  border: 1px solid #c9d7e6;
  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: 40px;
  height: 40px;
  min-width: 40px;
  margin-bottom: 20px;
}
.page .our_foundation_success .mw .cont .left_side ul li .row .num span {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.page .our_foundation_success .mw .cont .left_side ul li .row .desc .h5 {
  color: #222;
  font-size: 20px;
  max-width: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}
.page .our_foundation_success .mw .cont .left_side ul li .row .desc p {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}
.page .bg1 {
  background: #000;
  padding: 0 0 80px;
}
.page .bg1 .we_listen .mw {
  padding: 92px 2rem 40px;
}
.page .bg1 .we_listen .mw .cont {
  border-radius: 30px;
  background: url(../images/we_listen_bg.jpg) no-repeat center center/cover;
  padding: 40px 40px 40px 60px;
  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 .bg1 .we_listen .mw .cont .left_side {
  width: 52%;
}
.page .bg1 .we_listen .mw .cont .left_side .m_title {
  max-width: 360px;
  padding-bottom: 35px;
}
.page .bg1 .we_listen .mw .cont .left_side .desc {
  max-width: 590px;
}
.page .bg1 .we_listen .mw .cont .left_side .desc p {
  margin-bottom: 30px;
  color: rgba(11, 11, 11, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.page .bg1 .we_listen .mw .cont .right_side {
  width: 42%;
}
.page .bg1 .we_listen .mw .cont .right_side .img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.page .bg1 .team .mw {
  padding: 40px 2rem 80px;
}
.page .bg1 .team .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;
  padding-bottom: 30px;
}
.page .bg1 .team .mw .top_line .left_side {
  max-width: 650px;
}
.page .bg1 .team .mw .top_line .left_side .m_title {
  padding-bottom: 20px;
}
.page .bg1 .team .mw .top_line .left_side .m_title .h2 {
  color: #fff;
}
.page .bg1 .team .mw .top_line .left_side .desc {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .bg1 .team .mw .top_line .left_side .desc p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.6px;
  max-width: 605px;
}
.page .bg1 .team .mw .top_line .left_side .desc p b {
  color: #c1e9d0;
  font-weight: 600;
}
.page .bg1 .team .mw .top_line .left_side .desc::before {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 26px;
  height: 29px;
  min-width: 26px;
  margin-right: 32px;
  top: 2px;
  position: relative;
  display: block;
}
.page .bg1 .team .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 .bg1 .team .mw .top_line .right_side .btn_next_team,
.page .bg1 .team .mw .top_line .right_side .btn_prev_team {
  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;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #f5e5d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .bg1 .team .mw .top_line .right_side .btn_next_team:hover,
.page .bg1 .team .mw .top_line .right_side .btn_prev_team:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .bg1 .team .mw .top_line .right_side .btn_next_team:after,
.page .bg1 .team .mw .top_line .right_side .btn_prev_team:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_beige.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .bg1 .team .mw .top_line .right_side .btn_next_team {
  border-radius: 50px;
  background: #f5e5d4;
}
.page .bg1 .team .mw .top_line .right_side .btn_next_team:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .bg1 .team .mw .top_line .right_side .btn_next_team:after {
  background: url(../images/chevron_right_dark.svg) no-repeat center
    center/cover;
}
.page .bg1 .team .mw .team_slider .owl-nav {
  display: none;
}
.page .bg1 .team .mw .team_slider .card {
  border-radius: 20px;
  border: 1.101px solid #ececec;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0f0f0),
    to(#fff)
  );
  background: linear-gradient(180deg, #f0f0f0 0, #fff 100%);
  padding: 16px;
}
.page .bg1 .team .mw .team_slider .card .row {
  position: relative;
}
.page .bg1 .team .mw .team_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .bg1 .team .mw .team_slider .card .title {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 8px 15px;
  border-radius: 10.513px;
  border: 0.876px solid rgba(106, 116, 76, 0.1);
  background: #00ab77;
}
.page .bg1 .team .mw .team_slider .card .title span {
  color: #fff;
  font-size: 14.017px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.page .bg1 .team .mw .team_slider .card .desc {
  padding: 20px 22px;
}
.page .bg1 .team .mw .team_slider .card .desc .h5 {
  color: #111;
  font-size: 26.419px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.528px;
  margin-bottom: 10px;
}
.page .bg1 .team .mw .team_slider .card .desc p {
  color: #787878;
  font-size: 17.612px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page .bg1 .team .mw .mob_cont {
  display: none;
}
.page .bg1 .team .mw .mob_cont .btn_next_team,
.page .bg1 .team .mw .mob_cont .btn_prev_team {
  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: 50px;
  border: 1px solid #f5e5d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .bg1 .team .mw .mob_cont .btn_next_team:hover,
.page .bg1 .team .mw .mob_cont .btn_prev_team:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .bg1 .team .mw .mob_cont .btn_next_team:after,
.page .bg1 .team .mw .mob_cont .btn_prev_team:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_beige.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .bg1 .team .mw .mob_cont .btn_next_team {
  border-radius: 50px;
  background: #f5e5d4;
  margin-left: 15px;
}
.page .bg1 .team .mw .mob_cont .btn_next_team:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .bg1 .team .mw .mob_cont .btn_next_team:after {
  background: url(../images/chevron_right_dark.svg) no-repeat center
    center/cover;
}
.page .top_section_catalog .top_section_cont .mw {
  padding: 20px 2rem 90px;
}
.page .top_section_catalog .top_section_cont .mw .cont .left_side {
  width: 35%;
  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 .top_section_catalog .top_section_cont .mw .cont .left_side .h1 span {
  color: #fff;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-weight: 400;
}
.page .top_section_catalog .top_section_cont .mw .cont .right_side {
  width: 62%;
}
.page .top_section_catalog .top_section_cont .mw .cont .right_side .img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.page .catalogs .mw {
  padding: 80px 2rem;
}
.page .catalogs .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 .catalogs .mw .cont .left_side {
  width: 55%;
}
.page .catalogs .mw .cont .left_side .catalog_slider {
  margin-bottom: 25px;
}
.page .catalogs .mw .cont .left_side .catalog_slider .item img {
  width: 100%;
  height: 480px;
  border-radius: 20px;
}
.page .catalogs .mw .cont .left_side .catalogs_slider .thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.page .catalogs .mw .cont .left_side .catalogs_slider .thumb img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.page .catalogs .mw .cont .left_side .catalogs_slider .thumb .badge {
  position: absolute;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 171, 119, 0.5)),
    to(rgba(0, 171, 119, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 171, 119, 0.5) 0,
    rgba(0, 171, 119, 0.5) 100%
  );
  color: #fff;
  font-size: 41.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.562px;
  letter-spacing: -0.832px;
  border-radius: 10px;
  z-index: 1;
}
.page .catalogs .mw .cont .right_side {
  width: 42%;
  border-radius: 30px;
  background: #fff;
  padding: 50px 50px 30px;
  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 .catalogs .mw .cont .right_side .price {
  color: #060606;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.191px;
  padding-bottom: 35px;
}
.page .catalogs .mw .cont .right_side .discounts {
  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 .catalogs .mw .cont .right_side .discounts .discount {
  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-radius: 8.795px;
  border: 0.88px solid #1f5533;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
  margin-right: 18px;
}
.page .catalogs .mw .cont .right_side .discounts .discount:last-child {
  margin-right: 0;
}
.page .catalogs .mw .cont .right_side .discounts .discount.active {
  border-radius: 8.795px;
  border: 0.88px solid #f0f0f0;
  background: rgba(0, 171, 119, 0.1);
}
.page .catalogs .mw .cont .right_side .discounts .discount.active .inp_check {
  background: #00ab77;
  border: 1px solid #00ab77;
}
.page .catalogs .mw .cont .right_side .discounts .discount input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
.page
  .catalogs
  .mw
  .cont
  .right_side
  .discounts
  .discount
  input:checked
  ~ .inp_check:after {
  opacity: 1;
}
.page .catalogs .mw .cont .right_side .discounts .discount .inp_check {
  background: 0 0;
  border: 1px solid #00ab77;
  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: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 18px;
  border-radius: 5px;
  position: relative;
}
.page .catalogs .mw .cont .right_side .discounts .discount .inp_check:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/check_icon.svg) no-repeat center center/cover;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .catalogs .mw .cont .right_side .discounts .discount .row .num {
  color: #000;
  font-size: 15.832px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.415px;
  letter-spacing: -0.317px;
  margin-bottom: 4px;
}
.page .catalogs .mw .cont .right_side .discounts .discount .row span {
  color: #00ab77;
  font-size: 12.314px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.545px;
}
.page .catalogs .mw .cont .right_side .btn_c {
  margin-top: 30px;
}
.page .catalogs .mw .cont .right_side .btn_c .btn_m {
  max-width: 100%;
  border-radius: 10px;
  background: #00ab77;
  color: #fff;
  padding: 20px;
}
.page .catalogs .mw .cont .right_side .btn_c .btn_m::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .catalogs .mw .cont .right_side .btn_c .btn_m:hover {
  background: #07c58c;
}
.page .catalogs .mw .cont .right_side .features .h3 {
  color: #00ab77;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.5px;
  letter-spacing: -0.7px;
  padding-bottom: 30px;
}
.page .catalogs .mw .cont .right_side .features 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 .catalogs .mw .cont .right_side .features ul li {
  width: 49%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.8px;
  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-bottom: 20px;
}
.page .catalogs .mw .cont .right_side .features ul li .icon {
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.page .catalogs .mw .cont .right_side .features ul li .icon img {
  width: 100%;
  height: auto;
}
.page .catalogs .mw .bottom_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;
  margin-top: 30px;
}
.page .catalogs .mw .bottom_cont .card {
  width: 32%;
  border-radius: 20px;
  background:
    -webkit-gradient(linear, left bottom, left top, from(#fcdaba), to(#fcdaba)),
    #fff;
  background: linear-gradient(0deg, #fcdaba 0, #fcdaba 100%), #fff;
  padding: 18px 25px;
}
.page .catalogs .mw .bottom_cont .card .num {
  border-radius: 6.923px;
  background: #fff;
  width: 30px;
  height: 30px;
  min-width: 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;
  margin-bottom: 12px;
}
.page .catalogs .mw .bottom_cont .card .num span {
  color: #0b0b0b;
  font-size: 13.846px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.308px;
}
.page .catalogs .mw .bottom_cont .card .desc .h5 {
  color: #0b0b0b;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.75px;
  letter-spacing: -0.25px;
  margin-bottom: 25px;
  height: 60px;
  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;
}
.page .catalogs .mw .bottom_cont .card .desc p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
}
.page .catalogs .mw .bottom_cont .card:nth-child(2) .desc .h5 {
  max-width: 230px;
}
.page .equipment .mw {
  padding: 40px 2rem 80px;
}
.page .equipment .mw .cont {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 50px 40px 70px;
  position: relative;
  overflow: hidden;
}
.page .equipment .mw .cont .left_side .m_title {
  padding-bottom: 40px;
}
.page .equipment .mw .cont .left_side .desc .h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.page .equipment .mw .cont .left_side .desc ul {
  margin-bottom: 10px;
}
.page .equipment .mw .cont .left_side .desc ul:last-child {
  margin-bottom: 0;
}
.page .equipment .mw .cont .left_side .desc ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  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 .equipment .mw .cont .left_side .desc ul li::before {
  content: "";
  margin: 0 12px;
  border-radius: 2px;
  background: #000;
  width: 4px;
  height: 4px;
  min-width: 4px;
  position: relative;
  display: block;
  border-radius: 50%;
}
.page .equipment .mw .cont .right_side .img {
  position: absolute;
  top: 70px;
  width: 852px;
  right: -235px;
}
.page .equipment .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
}
.page .bg2 {
  background: #000;
  padding: 80px 0 0;
}
.page .bg2 .trust_us .mw .m_title {
  max-width: 482px;
}
.page .bg2 .you_might_interested .mw {
  padding: 90px 2rem 40px;
}
.page .bg2 .you_might_interested .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;
  padding-bottom: 40px;
}
.page .bg2 .you_might_interested .mw .top_line .left_side {
  max-width: 650px;
}
.page .bg2 .you_might_interested .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .bg2 .you_might_interested .mw .top_line .left_side .m_title .h2 {
  color: #fff;
}
.page .bg2 .you_might_interested .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 .bg2 .you_might_interested .mw .top_line .right_side .btn_next_interested,
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_prev_interested {
  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;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #f5e5d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_next_interested:hover,
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_prev_interested:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_next_interested:after,
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_prev_interested:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_beige.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_next_interested {
  border-radius: 50px;
  background: #f5e5d4;
}
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_next_interested:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page
  .bg2
  .you_might_interested
  .mw
  .top_line
  .right_side
  .btn_next_interested:after {
  background: url(../images/chevron-right.svg) no-repeat center center/cover;
}
.page .bg2 .you_might_interested .mw .interested_slider {
  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 .bg2 .you_might_interested .mw .interested_slider .car {
  border-radius: 20px;
  background: #fff;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .car__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition:
    transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .car__slides
  img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .car__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .car__dots
  button {
  width: 75px;
  height: 3px;
  border-radius: 50%;
  border: none;
  border-radius: 9.535px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .car__dots
  button.active {
  background: #fff;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .nav-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
  z-index: 2;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .nav-zone.prev {
  left: 0;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .car__slider-wrapper
  .nav-zone.next {
  right: 0;
}
.page .bg2 .you_might_interested .mw .interested_slider .car .title {
  color: #222;
  font-size: 13.349px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.349px;
  border-radius: 19.07px;
  background: #f8d5b5;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.page .bg2 .you_might_interested .mw .interested_slider .car .desc {
  padding: 28px;
}
.page .bg2 .you_might_interested .mw .interested_slider .car .desc .car__title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.5px;
}
.page .bg2 .you_might_interested .mw .interested_slider .car .desc .car__desc {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  margin: 16px 0;
}
.page .bg2 .you_might_interested .mw .interested_slider .car .desc .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
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .desc
  .line
  .car__price {
  color: #000;
  font-size: 25px;
  font-style: normal;
  margin-right: 12px;
  font-weight: 400;
  line-height: 27.5px;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .desc
  .line
  .car__credit {
  border-radius: 4.767px;
  background: #f0f0f0;
  padding: 4px 10px;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .desc
  .line
  .car__credit
  span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.6px;
}
.page .bg2 .you_might_interested .mw .interested_slider .car .desc .btn_c {
  width: 100%;
  padding-top: 45px;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .desc
  .btn_c
  .btn_m_c {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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%;
  white-space: nowrap;
  border-radius: 9.535px;
  background: #00ab77;
  padding: 15px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.page
  .bg2
  .you_might_interested
  .mw
  .interested_slider
  .car
  .desc
  .btn_c
  .btn_m_c:hover {
  background: #07c58c;
}
.page .bg2 .you_might_interested .mw .mob_cont {
  display: none;
}
.page .bg2 .you_might_interested .mw .mob_cont .btn_next_interested,
.page .bg2 .you_might_interested .mw .mob_cont .btn_prev_interested {
  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: 50px;
  border: 1px solid #f5e5d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.page .bg2 .you_might_interested .mw .mob_cont .btn_next_interested:hover,
.page .bg2 .you_might_interested .mw .mob_cont .btn_prev_interested:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .bg2 .you_might_interested .mw .mob_cont .btn_next_interested:after,
.page .bg2 .you_might_interested .mw .mob_cont .btn_prev_interested:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_left_beige.svg) no-repeat center
    center/cover;
  position: absolute;
}
.page .bg2 .you_might_interested .mw .mob_cont .btn_next_interested {
  border-radius: 50px;
  background: #f5e5d4;
  margin-left: 15px;
}
.page .bg2 .you_might_interested .mw .mob_cont .btn_next_interested:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.page .bg2 .you_might_interested .mw .mob_cont .btn_next_interested:after {
  background: url(../images/chevron-right.svg) no-repeat center center/cover;
}
.page .top_section_car {
  background: url(../images/top_section_bg2.jpg) no-repeat center center/cover;
}
.page .top_section_car .top_section_cont .mw .cont .left_side {
  width: 75%;
}
.page .top_section_car .top_section_cont .mw .cont .left_side .h1 {
  max-width: 700px;
  padding-bottom: 40px;
}
.page .top_section_car .top_section_cont .mw .cont .left_side .desc {
  max-width: 475px;
}
.page .bg3 {
  padding: 80px 0 0;
}
.page .bg3 .how_the_purchase_work {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.page .bg3 .how_the_purchase_work .mw {
  padding: 80px 2rem;
}
.page .bg3 .how_the_purchase_work .mw .top_line .right_side {
  max-width: 340px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card .left_side {
  width: 15%;
}
.page .bg3 .how_the_purchase_work .mw .cont .card .center {
  width: 40%;
}
.page .bg3 .how_the_purchase_work .mw .cont .card .center .desc p {
  max-width: 500px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card .right_side {
  width: 45%;
  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 .bg3 .how_the_purchase_work .mw .cont .card .right_side .img {
  max-width: 452px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(2) .img {
  max-width: 360px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(4) .img {
  max-width: 415px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(4) .center .desc p {
  max-width: 515px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(5) .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 58px;
}
.page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(5) .img {
  max-width: 340px;
  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 .bg3 .how_the_purchase_work .mw .cont .card:last-child .center .desc p {
  max-width: 460px;
}
.page .bg3 .how_the_purchase_work .mw .info {
  max-width: 610px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page .bg3 .how_the_purchase_work .mw .info b {
  color: #000;
  font-weight: 500;
}
.page .bg3 .purchase_work .mw .top_line .left_side .m_title {
  max-width: 525px;
}
.page .bg3 .purchase_work .mw .top_line .right_side {
  max-width: 320px;
}
.page .bg3 .purchase_work .mw .cont .card:nth-child(3) .right_side .img {
  max-width: 140px;
  border-radius: 0;
  margin-right: 112px;
}
.page .bg3 .purchase_work .mw .cont .card:nth-child(3) .right_side .img img {
  border-radius: 0;
}
.page .bg3 .purchase_work .mw .cont .card:nth-child(2) .img {
  max-width: 360px;
}
.page .bg3 .purchase_work .mw .cont .card:nth-child(5) .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 0;
}
.page .bg3 .purchase_work .mw .cont .card:nth-child(5) .img {
  max-width: 427px;
  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 .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side {
  margin-right: 120px;
}
.page .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side .img {
  max-width: 226px;
}
.page .bg3 .purchase_work .mw .cont .card:last-child .right_side {
  margin-right: 12px;
}
.page .bg3 .purchase_work .mw .cont .card:last-child .right_side .img {
  max-width: 394px;
}
.page .bg3 .purchase_work1 .mw .top_line .left_side .m_title {
  max-width: 700px;
}
.page .bg3 .purchase_work1 .mw .top_line .right_side {
  max-width: 310px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) {
  position: relative;
  padding-bottom: 116px;
  margin-bottom: 25px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .right_side .img {
  position: absolute;
  width: 610px;
  top: -10px;
  max-width: 610px;
  right: -65px;
  border-radius: 0;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .right_side .img img {
  width: 100%;
  border-radius: 0;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) {
  padding-bottom: 75px;
  margin-bottom: 0;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) .img {
  max-width: 395px;
  margin-right: 30px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) {
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) .img {
  width: 240px;
  margin-right: 97px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 14px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side .img {
  max-width: 427px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side {
  margin-right: 135px;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side .img {
  max-width: 150px;
  border-radius: 0;
}
.page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side .img img {
  border-radius: 0;
}
.page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side {
  margin-right: 0;
}
.page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img {
  max-width: 554px;
}
.page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img img {
  border-radius: 0;
}
.page .trust .mw .m_title {
  max-width: 630px;
}
.page .trust .mw .cont .card {
  width: 32%;
  padding: 20px;
}
.page .trust .mw .cont .card .icon {
  margin-bottom: 42px;
}
.page .trust .mw .cont .card .desc .h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.page .trust .mw .cont .card .desc p {
  font-size: 16px;
}
.page .trust .mw .cont .card:nth-child(3),
.page .trust .mw .cont .card:nth-child(5),
.page .trust .mw .cont .card:nth-child(6) {
  width: 32%;
}
.page .do_you_want_know .mw {
  padding: 80px 2rem 40px;
}
.page .do_you_want_know .mw .cont {
  border-radius: 30px;
  background: #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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px;
}
.page .do_you_want_know .mw .cont .left_side {
  width: 42%;
}
.page .do_you_want_know .mw .cont .left_side .m_title {
  padding-bottom: 30px;
}
.page .do_you_want_know .mw .cont .left_side .m_title .h2 {
  line-height: normal;
  font-size: 40px;
  max-width: 460px;
}
.page .do_you_want_know .mw .cont .left_side .m_title p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  max-width: 450px;
}
.page .do_you_want_know .mw .cont .left_side .m_title p b {
  color: #00ab77;
  font-weight: 500;
}
.page .do_you_want_know .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .do_you_want_know .mw .cont .left_side form .inp {
  width: 48%;
  margin-bottom: 16px;
  position: relative;
}
.page .do_you_want_know .mw .cont .left_side form .inp .h5 {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.page .do_you_want_know .mw .cont .left_side form .inp input,
.page .do_you_want_know .mw .cont .left_side form .inp select {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  width: 100%;
  max-width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  input::-webkit-input-placeholder,
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  select::-webkit-input-placeholder {
  color: #222;
}
.page .do_you_want_know .mw .cont .left_side form .inp input::-moz-placeholder,
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  select::-moz-placeholder {
  color: #222;
}
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  input:-ms-input-placeholder,
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  select:-ms-input-placeholder {
  color: #222;
}
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  input::-ms-input-placeholder,
.page
  .do_you_want_know
  .mw
  .cont
  .left_side
  form
  .inp
  select::-ms-input-placeholder {
  color: #222;
}
.page .do_you_want_know .mw .cont .left_side form .inp input::placeholder,
.page .do_you_want_know .mw .cont .left_side form .inp select::placeholder {
  color: #222;
}
.page .do_you_want_know .mw .cont .left_side form .inp .inp_select {
  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 .do_you_want_know .mw .cont .left_side form .inp .inp_select:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/chevron_down_icon.svg) no-repeat center center/cover;
  position: absolute;
  right: 10px;
  pointer-events: none;
}
.page .do_you_want_know .mw .cont .left_side form .inp .inp_select,
.page .do_you_want_know .mw .cont .left_side form .inp .inp_txt {
  width: 100%;
}
.page .do_you_want_know .mw .cont .left_side form .btn_c {
  margin-top: 20px;
}
.page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m {
  max-width: 210px;
  border-radius: 16px;
  background: #00ab77;
  padding: 18px;
  color: #fff;
}
.page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m::after {
  display: none;
}
.page .do_you_want_know .mw .cont .right_side {
  width: 52%;
}
.page .do_you_want_know .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .faq .mw {
  padding: 40px 2rem 80px;
}
.page .faq .mw .m_title {
  padding-bottom: 55px;
}
.page .faq .mw .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 .accordion .accordion-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #000;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page .faq .mw .accordion .accordion-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page .faq .mw .accordion .accordion-item:hover .plus {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.page .faq .mw .accordion .accordion-item .accordion-item-title {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}
.page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
  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 .accordion .accordion-item .accordion-item-title .plus:after {
  content: "";
  width: 44px;
  height: 44px;
  position: relative;
  min-width: 44px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/plus.svg) no-repeat center center/cover;
}
.page .faq .mw .accordion .accordion-item .accordion-item-content {
  display: none;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont {
  padding: 15px 0 0;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p {
  color: rgba(17, 17, 17, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page .faq .mw .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 .top_section_commission {
  background: url(../images/top_section_bg3.jpg) no-repeat center center/cover;
}
.page .top_section_commission .top_section_cont .mw .cont .left_side {
  width: 75%;
}
.page .top_section_commission .top_section_cont .mw .cont .left_side .h1 {
  max-width: 880px;
  line-height: 58px;
  font-size: 60px;
  padding-bottom: 40px;
}
.page .top_section_commission .top_section_cont .mw .cont .left_side .h1 span {
  color: #c1e9d0;
}
.page .top_section_commission .top_section_cont .mw .cont .left_side .desc {
  max-width: 465px;
}
.page .top_section_commission .top_section_cont .mw .cont .left_side ul li p {
  max-width: 180px;
}
.page
  .top_section_commission
  .top_section_cont
  .mw
  .cont
  .left_side
  ul
  li
  p:nth-child(3) {
  max-width: 180px;
}
.page .trust1 .mw .m_title {
  max-width: 795px;
}
.page .trust1 .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 .trust1 .mw .cont .card {
  width: 32%;
  margin-bottom: 20px;
  padding: 20px 20px 35px;
}
.page .trust1 .mw .cont .card .icon {
  margin-bottom: 42px;
}
.page .trust1 .mw .cont .card .h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.page .trust1 .mw .cont .card p {
  font-size: 14px;
}
.page .trust1 .mw .cont .card .img {
  display: none;
}
.page .trust1 .mw .cont .card:nth-child(3) {
  width: 32%;
}
.page .trust1 .mw .cont .card:nth-child(5) {
  width: 32%;
}
.page .trust1 .mw .cont .card:nth-child(6) {
  width: 32%;
}
.page .trust2 .mw .m_title {
  max-width: 662px;
}
.page .do_you_want .mw .cont .left_side .m_title .h2 {
  max-width: 345px;
}
.page .do_you_want .mw .cont .left_side .m_title p {
  max-width: 450px;
}
.page .why_easier_trust .mw {
  padding: 40px 2rem;
}
.page .why_easier_trust .mw .cont {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 50px 40px;
}
.page .why_easier_trust .mw .cont .m_title {
  padding-bottom: 40px;
}
.page .why_easier_trust .mw .cont .m_title span {
  color: #696464;
}
.page .why_easier_trust .mw .cont .row {
  max-width: 1100px;
  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 .why_easier_trust .mw .cont .row .card {
  width: 49%;
  border-radius: 30px;
  background: #1f1f1f;
  padding: 40px;
  display: inline-block;
}
.page .why_easier_trust .mw .cont .row .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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.page .why_easier_trust .mw .cont .row .card .line .h5 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.6px;
}
.page .why_easier_trust .mw .cont .row .card .line .icon {
  max-width: 40px;
}
.page .why_easier_trust .mw .cont .row .card .line .icon img {
  width: 100%;
  height: auto;
}
.page .why_easier_trust .mw .cont .row .card:nth-child(2) {
  background: linear-gradient(93deg, #006647 1.5%, #1f1f1f 136.68%);
}
.page .why_easier_trust .mw .cont .row .card:nth-child(2) .line {
  margin-bottom: 6px;
}
.page .why_easier_trust .mw .cont .row .card:nth-child(2) ul li {
  background: #00ab77;
  color: #fff;
}
.page .why_easier_trust .mw .cont .row .card ul li {
  border-radius: 10px;
  background: rgba(255, 100, 103, 0.1);
  color: #ffa7a8;
  font-size: 18px;
  padding: 10px 14px;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.page .why_easier_trust .mw .cont .row .card ul li:last-child {
  margin-bottom: 0;
}
.page .easier_trust .mw .cont .m_title {
  max-width: 660px;
}
.page .easier_trust .mw .cont .m_title .h2 span {
  color: #fc7375;
}
.page .easier_trust .mw .cont .row {
  width: 100%;
  max-width: 100%;
}
.page .easier_trust .mw .cont .row .card {
  width: 45%;
}
.page .easier_trust .mw .cont .row .card ul li {
  font-size: 17px;
}
.page .easier_trust .mw .cont .row .card:nth-child(2) {
  width: 52%;
}
.page .order_block1 .mw {
  padding: 80px 2rem;
}
.page .order_block1 .mw .cont {
  background: url(../images/order_block2.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.page .order_block1 .mw .cont .left_side .m_title {
  max-width: 540px;
  padding-bottom: 38px;
}
.page .order_block1 .mw .cont .left_side .m_title .h2 {
  color: #fff;
}
.page .order_block1 .mw .cont .left_side .desc {
  max-width: 375px;
}
.page .order_block1 .mw .cont .left_side .desc p {
  color: rgba(255, 255, 255, 0.6);
}
.page .order_block1 .mw .cont .left_side .desc p b {
  color: #fff;
  font-weight: 400;
}
.page .order_block1 .mw .cont .left_side .btn_c {
  max-width: 335px;
  padding-top: 38px;
}
.page .order_block1 .mw .cont .left_side .btn_c .btn_m {
  max-width: 335px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #f5e5d4;
}
.page .order_block1 .mw .cont .left_side .btn_c .btn_m:hover {
  background: #dfccb6;
}
.page .order_block1 .mw .cont .right_side {
  position: absolute;
  bottom: -26px;
  right: -340px;
}
.page .order_block1 .mw .cont .right_side .img {
  width: 1270px;
}
.page .order_block1 .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
}
.page .about_full .mw {
  padding: 80px 2rem;
}
.page .about_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;
}
.page .about_full .mw .cont .right_side .m_title {
  max-width: 560px;
  padding-bottom: 0;
}
.page .about_full .mw .cont .right_side .desc p b {
  color: #222;
  font-weight: 400;
}
.page .about_full .mw .cont .right_side .desc .h5 {
  color: #00ab77;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .about_full .mw .cont .right_side .desc ul {
  margin-bottom: 20px;
}
.page .about_full .mw .cont .right_side .desc ul li {
  color: rgba(34, 34, 34, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  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_full .mw .cont .right_side .desc ul li::before {
  content: "";
  background: rgba(34, 34, 34, 0.8);
  width: 4px;
  height: 4px;
  min-width: 4px;
  position: relative;
  display: block;
  border-radius: 50px;
  margin: 0 8px;
}
.page .top_section_car_abroad {
  background: url(../images/top_section_bg4.jpg) no-repeat center center/cover;
}
.page .top_section_car_abroad .top_section_cont .mw .cont .left_side {
  width: 75%;
  box-shadow: inset 0 -1px 0 0 #eaeaea;
    transform: translateZ(0);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: rgba(255, 255, 255, .8);
    color: #000;
    padding: 2% 5%;
}
.page .top_section_car_abroad .top_section_cont .mw .cont .left_side .h1 {
  padding-bottom: 30px;
  max-width: 750px;
  color: #000;
}
.page .top_section_car_abroad .top_section_cont .mw .cont .left_side .desc {
  max-width: 525px;
}
.page .content_none_section {
  background: url(../images/404_bg.jpg) no-repeat center center/cover;
  min-height: 100vh;
  height: 100%;
  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;
  position: relative;
  overflow: hidden;
}
.page .content_none_section .decor {
  position: absolute;
  width: 2228px;
  left: -120px;
  bottom: -185px;
  z-index: 2;
}
.page .content_none_section .decor img {
  width: 100%;
  height: auto;
}
.page .content_none_section::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  width: 100%;
  height: 580px;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.page .content_none_section .content_none_section_cont .mw {
  padding: 0 2rem 75px;
}
.page .content_none_section .content_none_section_cont .mw .cont {
  width: 100%;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .content_none_section .content_none_section_cont .mw .cont .h5 {
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 55px;
  font-style: normal;
  font-weight: 450;
  max-width: 575px;
  line-height: 60px;
  letter-spacing: -2.75px;
  z-index: 3;
  position: relative;
}
.page .content_none_section .content_none_section_cont .mw .cont .h5 span {
  color: #ebdccc;
}
.page .content_none_section .content_none_section_cont .mw .cont .btn_c {
  z-index: 3;
  position: relative;
}
.page .content_none_section .content_none_section_cont .mw .cont .btn_c .btn_m {
  border-radius: 16px;
  border: 1px solid #f5e5d4;
  background: 0 0;
  padding: 26px;
  color: #f5e5d4;
  font-size: 19.233px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.577px;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .btn_c
  .btn_m::after {
  background: url(../images/arrow_right_beige.svg) no-repeat center center/cover;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .btn_c
  .btn_m:hover {
  background: #f5e5d4;
  color: #505050;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .btn_c
  .btn_m:hover::after {
  background: url(../images/arrow_right_dark.svg) no-repeat center center/cover;
}
.page .content_none_section .content_none_section_cont .mw .cont .img {
  position: absolute;
  width: 1215px;
  margin: 0 auto;
  bottom: 40px;
  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;
  left: 0;
  right: 0;
  z-index: 1;
}
.page .content_none_section .content_none_section_cont .mw .cont .img .img {
  width: 100%;
  height: auto;
}
.page .privacy_policy .mw {
  padding: 70px 2rem 90px;
}
.page .privacy_policy .mw .cont .desc .h3,
.page .privacy_policy .mw .cont .desc h3 {
  font-size: 26px;
  color: #00ab77;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 140%;
}
.page .privacy_policy .mw .cont .desc .h5,
.page .privacy_policy .mw .cont .desc h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 25px;
}
.page .privacy_policy .mw .cont .desc p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 55px;
}
.page .privacy_policy .mw .cont .desc p:last-child {
  padding-bottom: 0;
}
.page .top_section_contacts .top_section_cont .mw .bottom_cont {
  padding-top: 40px;
  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 .top_section_contacts .top_section_cont .mw .bottom_cont .left_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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 49%;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card {
  border-radius: 14.022px;
  background: #fff;
  width: 49%;
  padding: 20px;
  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-bottom: 20px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .email,
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .location,
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .phone {
  margin-bottom: 8px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .email
  a,
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .location
  a,
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .phone
  a {
  color: #000;
  font-size: 24.538px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.992px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .email
  a:hover,
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .location
  a:hover,
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .phone
  a:hover {
  color: #00ab77;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  p {
  color: #787878;
  font-size: 17.527px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.785px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .btn_c
  .btn_m {
  border-radius: 7.011px;
  background: #00ab77;
  font-size: 11.217px;
  font-weight: 400;
  line-height: 11.217px;
  padding: 6px;
  color: #fff;
  max-width: 116px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .btn_c
  .btn_m::after {
  display: none;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .btn_c
  .btn_m:hover {
  background: #07c58c;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .title {
  color: #000;
  font-size: 12.62px;
  max-width: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.882px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .soc_icons
  ul
  li {
  margin-right: 8px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .soc_icons
  ul
  li:last-child {
  margin-right: 0;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .soc_icons
  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;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 42.033px;
  background: #00ab77;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .soc_icons
  ul
  li
  a
  img {
  width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card
  .soc_icons
  ul
  li
  a:hover {
  opacity: 0.8;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card:nth-child(2)
  p {
  margin-bottom: 8px;
  color: #000;
  font-size: 24.538px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.992px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card:nth-child(2)
  .email
  a {
  color: #787878;
  font-size: 17.527px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.785px;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card:nth-child(2)
  .email
  a:hover {
  color: #00ab77;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card:nth-child(3) {
  width: 32%;
  margin-bottom: 0;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card:nth-child(4) {
  width: 65%;
  margin-bottom: 0;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .left_side
  .card:nth-child(4)
  .btn_c
  .btn_m {
  max-width: 135px;
}
.page .top_section_contacts .top_section_cont .mw .bottom_cont .right_side {
  width: 49%;
}
.page
  .top_section_contacts
  .top_section_cont
  .mw
  .bottom_cont
  .right_side
  .img
  img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .maps .mw {
  padding: 80px 2rem;
}
.page .maps .mw .map {
  position: relative;
  height: 625px;
  width: 100%;
}
.page .maps .mw .map iframe {
  border-radius: 30px;
}
.page .articles .mw {
  padding: 65px 2rem 85px;
}
.page .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 .mw .cont .left_side {
  width: 68%;
}
.page .articles .mw .cont .left_side .articles_cont {
  position: relative;
}
.page .articles .mw .cont .left_side .articles_cont .article {
  width: 100%;
  padding-bottom: 60px;
}
.page .articles .mw .cont .left_side .articles_cont .article:last-child {
  padding-bottom: 0;
}
.page .articles .mw .cont .left_side .articles_cont .article .img {
  width: 100%;
  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 .articles .mw .cont .left_side .articles_cont .article .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.page .articles .mw .cont .left_side .articles_cont .article .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .articles .mw .cont .left_side .articles_cont .article .data {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 20px 0 14px;
}
.page .articles .mw .cont .left_side .articles_cont .article .article_title {
  display: inline-block;
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .article_title:hover {
  color: #00ab77;
}
.page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page .articles .mw .cont .left_side .articles_cont .article .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.page .articles .mw .cont .left_side .articles_cont .article .btn_c .btn_m_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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background: #00ab77;
  max-width: 160px;
  position: relative;
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: 0.5;
  transition: 0.5;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .btn_c
  .btn_m_c::after {
  content: "";
  position: relative;
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
  width: 14px;
  height: 14px;
  min-width: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin-left: 6px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .btn_c
  .btn_m_c:hover {
  background: #07c58c;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .btn_c
  .btn_m_c:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.page .articles .mw .cont .left_side .bottom_pagination {
  margin-top: 40px;
  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 .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
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers {
  width: 50px;
  height: 50px;
  background: 0 0;
  border-radius: 50%;
  border: 1px solid #00ab77;
  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: #00ab77;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  margin: 0 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers.current,
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers:hover {
  background: #00ab77;
  border: 1px solid #00ab77;
  color: #fff;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers.current::after,
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers:hover::after {
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
}
.page .articles .mw .cont .left_side .bottom_pagination .pagination .next {
  background: #00ab77;
  border: 1px solid #00ab77;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:after {
  content: "";
  background: url(../images/chevron_right_white.svg) no-repeat center
    center/cover;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:hover {
  background: #07c58c;
  border: 1px solid #07c58c;
}
.page .articles .mw .cont .right_side {
  width: 30%;
}
.page .sidebar {
  width: 100%;
}
.page .sidebar .widget {
  margin-bottom: 20px;
  width: 100%;
}
.page .sidebar .widget:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget .widget-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
  margin-bottom: 15px;
}
.page .sidebar .widget_search {
  width: 100%;
}
.page .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 .sidebar .widget_search form input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 20px 18px;
  border: none;
  color: #505050;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page .sidebar .widget_search form .search_btn {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/search_icon.svg) no-repeat center center/cover;
  right: 20px;
  opacity: 1;
}
.page .sidebar .widget_categories .widget-title {
  color: #00ab77;
}
.page .sidebar .widget_categories ul li {
  margin-bottom: 5px;
}
.page .sidebar .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget_categories ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  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 .sidebar .widget_categories ul li a:before {
  content: "";
  height: 5px;
  width: 5px;
  min-width: 5px;
  border-radius: 50px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 8px;
}
.page .sidebar .widget_categories ul li a:hover {
  color: #111;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.page .sidebar .widget_recent_news .recent_news .article_min {
  margin-bottom: 20px;
}
.page .sidebar .widget_recent_news .recent_news .article_min:last-child {
  margin-bottom: 0;
}
.page .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 .sidebar .widget_recent_news .recent_news .article_min a .img {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
  border-radius: 10px;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .desc .date {
  color: #686868;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  max-width: 310px;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .sidebar .widget_recent_news .recent_news .article_min a:hover .title {
  color: #00ab77;
}
.page .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 .sidebar .widget_tag_cloud .tags a {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 5px;
  background: #00ab77;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  margin-bottom: 18px;
  margin-right: 18px;
}
.page .sidebar .widget_tag_cloud .tags a:hover {
  background: #07c58c;
  color: #fff;
}
.page .sidebar .widget_contacts ul li {
  margin-bottom: 25px;
}
.page .sidebar .widget_contacts ul li:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget_contacts ul li a {
  color: #888585;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page .article .mw {
  padding: 60px 2rem 30px;
}
.page .article .mw .cont {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
.page .article .mw .cont .left_side .img {
  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;
  border-radius: 30px;
  margin-bottom: 40px;
}
.page .article .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .article .mw .cont .left_side .article_desc_cont {
  width: 100%;
  padding: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 15px;
}
.page .article .mw .cont .left_side .article_desc_cont b,
.page .article .mw .cont .left_side .article_desc_cont strong {
  font-weight: 700;
  color: #00ab77;
}
.page .article .mw .cont .left_side .article_desc_cont p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 25px;
}
.page .article .mw .cont .left_side .article_desc_cont p:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .h4,
.page .article .mw .cont .left_side .article_desc_cont h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 159%;
  margin-bottom: 18px;
  color: #222;
}
.page .article .mw .cont .left_side .article_desc_cont a {
  color: #00ab77;
  border-bottom: 1px dashed #00ab77;
}
.page .article .mw .cont .left_side .article_desc_cont a:hover {
  color: #00ab77;
  border-bottom-color: #00ab77;
}
.page .article .mw .cont .left_side .bottom_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;
  margin-top: 40px;
}
.page .article .mw .cont .left_side .bottom_line .tags a {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 5px;
  background: #00ab77;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  margin-right: 10px;
}
.page .article .mw .cont .left_side .bottom_line .tags a:hover {
  background: #07c58c;
  color: #fff;
}
.page .latest_news .mw {
  padding: 30px 2rem 90px;
}
.page .latest_news .mw .m_title {
  padding-bottom: 30px;
}
.page .latest_news .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 .latest_news .mw .cont .new_card {
  width: 32%;
}
.page .latest_news .mw .cont .new_card a {
  display: block;
}
.page .latest_news .mw .cont .new_card a:hover .desc .h5,
.page .latest_news .mw .cont .new_card a:hover .desc h5 {
  color: #00ab77;
}
.page .latest_news .mw .cont .new_card a .img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
}
.page .latest_news .mw .cont .new_card a .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .latest_news .mw .cont .new_card a .desc {
  max-width: 332px;
}
.page .latest_news .mw .cont .new_card a .desc .h5 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 575px) {
  .btn_c .btn_m {
    padding: 24px;
    font-size: 16px;
  }
  .btn_c .btn_m::after {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-left: 10px;
  }
  .page .header .mw {
    padding: 20px 10px;
  }
  .page .header .mw .cont {
    padding: 14px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 140px;
  }
  .page .header .mw .cont .nav {
    display: none;
  }
  .page .header .mw .cont .right_side .soc_icons {
    display: none;
  }
  .page .header .mw .cont .right_side .phone {
    display: none;
  }
  .page .header .mw .cont .right_side .btn_b {
    display: none;
  }
  .page .header .mw .cont .right_side .o_xs_menu {
    display: block;
  }
  .page .header_offset {
    padding-top: 80px;
  }
  .page .xs_menu {
    display: block;
  }
  .page .main {
    background: url(../images/main_mob_bg.jpg) no-repeat center center/cover;
    position: relative;
  }
  .page .main .mw {
    padding: 40px 10px 80px;
    z-index: 3;
  }
  .page .main .mw .main_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 .main .mw .main_cont .left_side {
    width: 100%;
  }
  .page .main .mw .main_cont .left_side .h1 {
    font-size: 36px;
    max-width: 600px;
    line-height: 35px;
    letter-spacing: -1.8px;
    padding-bottom: 20px;
    margin-right: 20px;
  }
  .page .main .mw .main_cont .left_side .h1 span {
    color: #c1e9d0;
  }
  .page .main .mw .main_cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.6px;
    max-width: 462px;
  }
  .page .main .mw .main_cont .left_side .desc::before {
    width: 20px;
    height: 22px;
    min-width: 20px;
    margin-right: 20px;
    top: 2px;
  }
  .page .main .mw .main_cont .right_side {
    margin-top: 184px;
  }
  .page .main .mw .main_cont .right_side .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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .main .mw .main_cont .right_side .btn_line .btn_c {
    margin-right: 0;
    width: 100%;
  }
  .page .main .mw .main_cont .right_side .btn_line .btn_c .btn_m_c {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .page .main .mw .main_cont .right_side .btn_line .btn_c .btn_m {
    width: 100%;
    max-width: 100%;
  }
  .page .m_title {
    padding-bottom: 40px;
    color: #fff;
  }
  .page .m_title .h2 {
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.8px;
  }
  .page .m_title .h2 b {
    color: #879e87;
  }
  .page .m_title .h2 span {
    color: #f8d5b5;
  }
  .page .current_cars .mw {
    padding: 60px 10px 30px;
  }
  .page .current_cars .mw .m_title {
    padding-bottom: 40px;
  }
  .page .current_cars .mw .m_title .h2 {
    margin-right: 140px;
  }
  .page .current_cars .mw .m_title .h2 b {
    color: #879e87;
  }
  .page .current_cars .mw .cont .filters {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .page .current_cars .mw .cont .filters .filters__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .page .current_cars .mw .cont .filters .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 220px;
  }
  .page .current_cars .mw .cont .filters .input-group label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .page .current_cars .mw .cont .filters .input-group input,
  .page .current_cars .mw .cont .filters .input-group select {
    padding: 14px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .page .current_cars .mw .cont .filters .input-group select {
    padding-right: 35px;
  }
  .page .current_cars .mw .cont .filters .input-group .inp_line input {
    width: 48%;
  }
  .page .current_cars .mw .cont .filters .filters__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .page .current_cars .mw .cont .filters .filters__actions #resetFilters {
    font-size: 12px;
    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;
    width: 100%;
    margin-bottom: 10px;
  }
  .page
    .current_cars
    .mw
    .cont
    .filters
    .filters__actions
    #resetFilters::before {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .page .current_cars .mw .cont .filters .filters__actions .btn {
    width: 100%;
    font-size: 18px;
    padding: 22px 35px;
    max-width: 100%;
    font-size: 14.354px;
    line-height: 14px;
    border-radius: 9px;
    border: 0.797px solid rgba(255, 255, 255, 0.5);
    background: #1f5533;
  }
  .page .current_cars .mw .cont .cars__list {
    gap: 10px;
  }
  .page .current_cars .mw .cont .cars__list .car {
    width: calc((100% - 10px) / 1);
    border-radius: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car:nth-child(2),
  .page .current_cars .mw .cont .cars__list .car:nth-child(3),
  .page .current_cars .mw .cont .cars__list .car:nth-child(4) {
    display: none;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__slides
    img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 8px;
    gap: 4px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 60px;
    height: 2px;
    border-radius: 8px;
  }
  .page .current_cars .mw .cont .cars__list .car .title {
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    border-radius: 14.566px;
    padding: 4px 6px;
    top: 15px;
    left: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc {
    padding: 20px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__title {
    font-size: 19px;
    max-width: 240px;
    line-height: 21px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__desc {
    font-size: 13px;
    line-height: 20.8px;
    max-width: 277px;
    margin: 14px 0;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__price {
    font-size: 20px;
    margin-right: 8px;
    font-weight: 400;
    line-height: 21px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit {
    border-radius: 3.642px;
    padding: 3px 7px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit span {
    font-size: 12px;
    line-height: 13px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c {
    padding-top: 34px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c {
    border-radius: 7.283px;
    background: #1f5533;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c:hover {
    background: #006647;
  }
  .page .current_cars .mw .cont .show-all {
    width: 100%;
    margin-top: 20px;
  }
  .page .current_cars .mw .cont .show-all .btn {
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #222;
    border: 0;
    background: #fff;
  }
  .page .current_cars .mw .cont .show-all .btn::after {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    top: 0;
    background: url(../images/arrow_right_black.svg) no-repeat center
      center/cover;
  }
  .page .current_cars .mw .cont .show-all .btn:hover {
    background: #1f5533;
  }
  .page .current_cars .mw .cont .bottom_pagination {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .next:after {
    width: 18px;
    height: 18px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .dont_want_waste_time .mw {
    padding: 30px 10px;
  }
  .page .dont_want_waste_time .mw .cont {
    background: url(../images/dont_want_waste_time_mob_bg.jpg) no-repeat center
      center/cover;
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
  }
  .page .dont_want_waste_time .mw .cont::before {
    content: "";
    opacity: 0.5;
    width: 100%;
    height: 300px;
    border-radius: 0 0 15px 15px;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16.95%, rgba(13, 17, 17, 0)),
      color-stop(99.89%, #0d1111)
    );
    background: linear-gradient(
      180deg,
      rgba(13, 17, 17, 0) 16.95%,
      #0d1111 99.89%
    );
  }
  .page .dont_want_waste_time .mw .cont::after {
    content: "";
    opacity: 0.5;
    width: 100%;
    left: 0;
    right: 0;
    height: 300px;
    border-radius: 0 0 15px 15px;
    bottom: -30px;
    z-index: 2;
    position: absolute;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16.95%, rgba(13, 17, 17, 0)),
      color-stop(99.89%, #0d1111)
    );
    background: linear-gradient(
      180deg,
      rgba(13, 17, 17, 0) 16.95%,
      #0d1111 99.89%
    );
  }
  .page .dont_want_waste_time .mw .cont .left_side {
    position: relative;
    margin-bottom: 220px;
    z-index: 2;
  }
  .page .dont_want_waste_time .mw .cont .left_side .m_title {
    max-width: 460px;
    padding-bottom: 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .m_title .h2 {
    color: #fff;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc {
    max-width: 375px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
  }
  .page .dont_want_waste_time .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c {
    max-width: 100%;
    margin-right: 0;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c .btn_m {
    max-width: 100%;
    border-radius: 13.566px;
    border: 0;
    font-size: 16px;
    background: #f5e5d4;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c .btn_m::after {
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-left: 10px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c .btn_m:hover {
    background: #dcc1a2;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .logo {
    display: none;
  }
  .page .dont_want_waste_time .mw .cont .right_side {
    position: absolute;
    bottom: -3px;
    right: -150px;
    z-index: 1;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img {
    width: 500px;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .dont_want_waste_time .mw .cont .mob_cont {
    display: none;
  }
  .page .dont_want_waste_time .mw .cont .mob_cont .logo {
    width: 100%;
    z-index: 3;
    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;
    margin: 0 auto;
    max-width: 150px;
  }
  .page .dont_want_waste_time .mw .cont .mob_cont .logo img {
    width: 100%;
    height: auto;
  }
  .page .services {
    background: #000;
  }
  .page .services .mw {
    padding: 30px 0 50px 10px;
  }
  .page .services .mw .decor {
    display: none;
  }
  .page .services .mw .m_title {
    margin: 10px auto 0;
    max-width: 280px;
  }
  .page .services .mw .m_title .h2 {
    color: #fff;
    text-align: center;
  }
  .page .services .mw .m_title .h2 span {
    color: #f8d5b5;
  }
  .page .services .mw .m_title p {
    display: none;
  }
  .page .services .mw .cont {
    display: none;
  }
  .page .services .mw .mob_cont {
    display: block;
  }
  .page .trust_us {
    background: url(../images/trust_us_mob_bg.jpg) no-repeat center center/cover;
  }
  .page .trust_us .mw {
    padding: 40px 10px 25px;
  }
  .page .trust_us .mw .m_title {
    max-width: 660px;
    margin-right: 30px;
  }
  .page .trust_us .mw .cont .card {
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
  }
  .page .trust_us .mw .cont .card .icon {
    margin-bottom: 30px;
  }
  .page .trust_us .mw .cont .card .h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page .trust_us .mw .cont .card p {
    font-size: 14px;
    max-width: 100%;
  }
  .page .trust_us .mw .cont .card .img {
    display: none;
  }
  .page .trust_us .mw .cont .card:nth-child(3) {
    width: 100%;
  }
  .page .trust_us .mw .cont .card:nth-child(5) {
    width: 100%;
  }
  .page .trust_us .mw .cont .card:nth-child(6) {
    width: 100%;
  }
  .page .bg {
    background: #000;
  }
  .page .how_the_purchase_work {
    background: #000;
  }
  .page .how_the_purchase_work .mw {
    padding: 40px 10px 20px;
  }
  .page .how_the_purchase_work .mw .top_line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    max-width: 450px;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title .h2 {
    color: #fff;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title .h2 span {
    color: #f8d5b5;
  }
  .page .how_the_purchase_work .mw .top_line .right_side {
    display: none;
  }
  .page .how_the_purchase_work .mw .cont .card {
    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;
    border-bottom: 1px solid solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side {
    width: 100%;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num {
    border-radius: 3.125px;
    background: rgba(255, 255, 255, 0.1);
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-bottom: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num span {
    color: #fff;
    font-size: 15px;
  }
  .page .how_the_purchase_work .mw .cont .card .center {
    width: 100%;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 16px;
    color: #fff;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 15px;
    max-width: 515px;
  }
  .page .how_the_purchase_work .mw .cont .card .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;
    margin-top: 20px;
  }
  .page .how_the_purchase_work .mw .cont .card .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m {
    max-width: 410px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #f5e5d4;
    color: #665d54;
  }
  .page
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m::after {
    background: url(../images/arrow_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 410px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card:nth-child(4) .img {
    max-width: 323px;
  }
  .page .how_the_purchase_work .mw .cont .card:nth-child(4) .img img {
    border-radius: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card:last-child .right_side .img img {
    border-radius: 10px;
  }
  .page .order_block .mw {
    padding: 20px 10px 30px;
  }
  .page .order_block .mw .cont {
    background: url(../images/order_block_mob_bg.jpg) no-repeat center
      center/cover;
    border-radius: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 10px 10px;
  }
  .page .order_block .mw .cont .left_side {
    width: 100%;
    padding: 0 20px;
  }
  .page .order_block .mw .cont .left_side .m_title {
    max-width: 100%;
    margin-right: 30px;
    padding-bottom: 20px;
  }
  .page .order_block .mw .cont .left_side .m_title .h2 {
    color: #fff;
  }
  .page .order_block .mw .cont .left_side .desc {
    padding-bottom: 20px;
    max-width: 100%;
  }
  .page .order_block .mw .cont .left_side .desc p {
    font-size: 16px;
  }
  .page .order_block .mw .cont .left_side .btn_c .btn_m {
    max-width: 100%;
    font-size: 16px;
    padding: 22px;
  }
  .page .order_block .mw .cont .left_side .btn_c .btn_m::after {
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-left: 10px;
  }
  .page .order_block .mw .cont .right_side {
    margin-top: 30px;
  }
  .page .order_block .mw .cont .right_side .img {
    max-width: 100%;
  }
  .page .order_block .mw .cont .right_side .img img {
    border-radius: 15px;
  }
  .page .about .mw {
    padding: 60px 10px 25px;
  }
  .page .about .mw .cont .left_side {
    width: 100%;
  }
  .page .about .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .about .mw .cont .right_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;
    margin-top: 30px;
  }
  .page .about .mw .cont .right_side .m_title {
    padding-bottom: 0;
  }
  .page .about .mw .cont .right_side .desc {
    padding: 20px 0 25px;
  }
  .page .about .mw .cont .right_side .desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .about .mw .cont .right_side .desc p:last-child {
    margin-bottom: 0;
  }
  .page .about .mw .cont .right_side .btn_c .btn_m {
    background: #1f5533;
    max-width: 100%;
  }
  .page .about .mw .cont .right_side .btn_c .btn_m::after {
    background: url(../images/arrow_right_white.svg) no-repeat center
      center/cover;
  }
  .page .about .mw .cont .right_side .btn_c .btn_m:hover {
    background: #144a28;
  }
  .page .reviews .mw {
    padding: 25px 0 50px 10px;
  }
  .page .reviews .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;
    padding: 0 10px 0 0;
    padding-bottom: 20px;
  }
  .page .reviews .mw .top_line .left_side {
    max-width: 250px;
  }
  .page .reviews .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .reviews .mw .top_line .right_side {
    display: none;
  }
  .page .reviews .mw .reviews_slider .owl-nav {
    display: none;
  }
  .page .reviews .mw .reviews_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page .reviews .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .page .reviews .mw .btn_c {
    margin-top: 20px;
  }
  .page .reviews .mw .btn_c .btn_m_c {
    background: #fff;
    border: 1px solid #fff;
    padding: 20px;
    font-size: 16px;
  }
  .page .reviews .mw .btn_c .btn_m_c::after {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    top: 0;
  }
  .page .news {
    background: #000;
  }
  .page .news .mw {
    padding: 40px 0 30px 10px;
  }
  .page .news .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;
    padding: 0 10px 0 0;
    padding-bottom: 25px;
  }
  .page .news .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .news .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .news .mw .top_line .left_side .m_title .h2 {
    color: #fff;
  }
  .page .news .mw .top_line .left_side .m_title .h2 span {
    color: #f8d5b5;
  }
  .page .news .mw .top_line .right_side {
    display: none;
  }
  .page .news .mw .news_slider .card {
    border-radius: 12px;
    padding: 12px 12px 26px;
  }
  .page .news .mw .news_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .page .news .mw .news_slider .card .h5 {
    margin-top: 22px;
    font-size: 16px;
    max-width: 220px;
  }
  .page .news .mw .news_slider .card p {
    margin: 12px 0;
    font-size: 12px;
  }
  .page .news .mw .news_slider .card .btn_more {
    border-radius: 8px;
    background: #dedede;
    padding: 12px;
    color: #222;
    font-size: 14px;
    line-height: 15px;
  }
  .page .news .mw .news_slider .card .btn_more:hover {
    background: #cbcbcb;
  }
  .page .any_ques .mw {
    padding: 30px 10px 40px;
  }
  .page .any_ques .mw .cont {
    background: url(../images/any_ques_mob_bg.jpg) no-repeat center center/cover;
    border-radius: 15px;
    position: relative;
  }
  .page .any_ques .mw .cont::before {
    content: "";
    opacity: 0.5;
    width: 100%;
    height: 328px;
    border-radius: 0 0 15px 15px;
    bottom: -30px;
    z-index: 1;
    position: absolute;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16.95%, rgba(13, 17, 17, 0)),
      color-stop(99.89%, #0d1111)
    );
    background: linear-gradient(
      180deg,
      rgba(13, 17, 17, 0) 16.95%,
      #0d1111 99.89%
    );
  }
  .page .any_ques .mw .cont .decor {
    display: none;
  }
  .page .any_ques .mw .cont .left_side {
    padding: 30px 25px 350px;
    width: 100%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 32px;
  }
  .page .any_ques .mw .cont .left_side .m_title .h2 span {
    color: #fff;
  }
  .page .any_ques .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .cont .left_side .desc p {
    font-size: 15px;
    max-width: 450px;
  }
  .page .any_ques .mw .cont .left_side form {
    max-width: 100%;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    width: 100%;
    margin-bottom: 10px;
    z-index: 1;
  }
  .page .any_ques .mw .cont .left_side form .inp input,
  .page .any_ques .mw .cont .left_side form .inp textarea {
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    line-height: 15px;
    padding: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
    height: 85px;
  }
  .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-bottom: 30px;
    z-index: 1;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 10px;
    border-radius: 2px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 11px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt a {
    font-size: 11px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    display: none;
  }
  .page .any_ques .mw .cont .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .any_ques .mw .cont .right_side .img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 488px;
    bottom: -350px;
    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 .mob_cont {
    display: block;
  }
  .page .any_ques .mw .cont .mob_cont .btn_c {
    max-width: 100%;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 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;
    margin: 0 auto;
    width: 90%;
  }
  .page .any_ques .mw .cont .mob_cont .btn_c .btn_m {
    max-width: 100%;
    font-size: 16px;
    padding: 22px;
  }
  .page .any_ques .mw .cont .mob_cont .btn_c .btn_m::after {
    width: 17px;
    min-width: 17px;
    height: 17px;
  }
  .page .footer .top_cont .mw {
    padding: 40px 10px 25px;
  }
  .page .footer .top_cont .mw .t_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 .t_cont .left_side {
    width: 100%;
  }
  .page .footer .top_cont .mw .t_cont .left_side .logo {
    width: 180px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links {
    width: 49%;
    margin-top: 30px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links .h5,
  .page .footer .top_cont .mw .t_cont .fast_links h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li {
    margin-bottom: 4px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links:last-child {
    width: 100%;
  }
  .page .footer .top_cont .mw .cont {
    padding: 30px 0 55px;
    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 .footer .top_cont .mw .cont .card {
    border-radius: 12px;
    width: 100%;
    padding: 16px;
    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: 10px;
  }
  .page .footer .top_cont .mw .cont .card:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    margin-bottom: 8px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .page .footer .top_cont .mw .cont .card p {
    font-size: 14px;
    line-height: 19px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c {
    margin-top: 25px;
    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;
    width: 35%;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m {
    border-radius: 5px;
    background: #1f5533;
    font-size: 9px;
    line-height: 9px;
    padding: 5px 11px;
    max-width: 100px;
    border: 0;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m:hover {
    background: #1f472e;
  }
  .page .footer .top_cont .mw .cont .card .title {
    font-size: 16px;
    max-width: 154px;
    line-height: 13.882px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons {
    margin-top: 0;
  }
  .page .footer .top_cont .mw .cont .card .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: 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 ul li {
    margin-right: 6px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons 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;
    width: 38px;
    background: #1f5533;
    min-width: 38px;
    height: 38px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a img {
    width: 18px;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) {
    width: 100%;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) .btn_c .btn_m {
    max-width: 110px;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(3) {
    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 .footer .top_cont .mw .cont .row {
    width: 100%;
  }
  .page .footer .top_cont .mw .cont .row .card {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px;
  }
  .page .footer .top_cont .mw .cont .row .card:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .row .card 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;
    width: 100%;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .num {
    font-size: 33.652px;
    margin-right: 12px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc small {
    font-size: 11.217px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .icon {
    max-width: 105px;
    margin-top: 2px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .icon img {
    width: 100%;
    height: auto;
  }
  .page .footer .top_cont .mw .cont .row .card a .img {
    max-width: 35px;
    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 .top_cont .mw .b_cont {
    max-width: 1195px;
  }
  .page .footer .top_cont .mw .b_cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .page .footer .bottom_cont .mw {
    padding: 20px 10px;
  }
  .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 {
    font-size: 12px;
    line-height: 24px;
  }
  .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: 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 .footer .bottom_cont .mw .cont .right_side ul li {
    width: 100%;
    margin-right: 8px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 12px;
    line-height: 24px;
  }
  .page .top_section .top_nav .mw {
    padding: 30px 10px;
  }
  .page .top_section .top_nav .mw ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section .top_nav .mw ul li {
    margin-bottom: 5px;
  }
  .page .top_section .top_nav .mw ul li:last-child {
    margin-bottom: 0;
  }
  .page .top_section .top_nav .mw ul li:after {
    font-size: 14px;
    margin: 0 5px;
  }
  .page .top_section .top_nav .mw ul li a {
    font-size: 14px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 0 10px 60px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 45px;
    max-width: 1100px;
    line-height: 50px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc p {
    font-size: 16px;
    max-width: 566px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc::before {
    width: 22px;
    height: 20px;
    min-width: 22px;
    margin-right: 10px;
    top: 2px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul {
    margin-top: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li {
    width: 49%;
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon img {
    width: 15px;
    height: auto;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .h5 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22.125px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li p {
    font-size: 12px;
    line-height: 16.007px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li:nth-child(4) {
    width: 49%;
  }
  .page
    .top_section
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li:nth-child(1)
    p {
    max-width: 100%;
  }
  .page
    .top_section
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li:nth-child(3)
    p {
    max-width: 100%;
  }
  .page .top_section_about .top_section_cont .mw {
    padding: 50px 10px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 30px;
    max-width: 100%;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .desc p {
    max-width: 400px;
  }
  .page .we_in_number .mw {
    padding: 40px 10px 20px;
  }
  .page .we_in_number .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .we_in_number .mw .cont .left_side .card {
    border-radius: 15px;
    padding: 30px 20px;
  }
  .page .we_in_number .mw .cont .left_side .card .line {
    padding-bottom: 25px;
    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;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title {
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title .h2 {
    text-align: center;
  }
  .page .we_in_number .mw .cont .left_side .card .line .logo {
    width: 100%;
    max-width: 114px;
    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;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .left_side .card .desc p {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_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;
  }
  .page .we_in_number .mw .cont .right_side .m_title {
    padding-bottom: 25px;
  }
  .page .we_in_number .mw .cont .right_side .m_title .h3 {
    font-size: 30px;
    text-align: center;
  }
  .page .we_in_number .mw .cont .right_side ul li {
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 12px;
    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;
  }
  .page .we_in_number .mw .cont .right_side ul li .num span {
    font-size: 50px;
    line-height: 30.8px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num small {
    font-size: 20px;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc {
    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: 15px;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc p {
    font-size: 18px;
    text-align: center;
    max-width: 100%;
  }
  .page .we_in_number .mw .cont .right_side ul li:nth-child(3) .desc p {
    max-width: 100%;
  }
  .page .our_foundation_success .mw {
    padding: 20px 10px 40px;
  }
  .page .our_foundation_success .mw .cont {
    border-radius: 15px;
    padding: 30px 20px 60px;
  }
  .page .our_foundation_success .mw .cont .decor {
    position: absolute;
    width: 600px;
    right: -260px;
    bottom: 0;
    z-index: 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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .our_foundation_success .mw .cont .left_side {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .page .our_foundation_success .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .our_foundation_success .mw .cont .left_side .m_title .h2 {
    text-align: center;
  }
  .page .our_foundation_success .mw .cont .left_side ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .our_foundation_success .mw .cont .left_side ul li {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row {
    border-radius: 25px;
    padding: 20px 18px 40px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-bottom: 16px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num span {
    font-size: 18px;
    line-height: 24px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc .h5 {
    font-size: 20px;
    max-width: 100%;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc p {
    font-size: 15px;
  }
  .page .bg1 {
    padding: 0 0 40px;
  }
  .page .bg1 .we_listen .mw {
    padding: 40px 10px 20px;
  }
  .page .bg1 .we_listen .mw .cont {
    border-radius: 15px;
    padding: 30px 20px;
  }
  .page .bg1 .we_listen .mw .cont .left_side {
    width: 100%;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title {
    max-width: 100%;
    padding-bottom: 25px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title .h2 {
    text-align: center;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc {
    max-width: 100%;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc p {
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
  }
  .page .bg1 .we_listen .mw .cont .left_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;
  }
  .page .bg1 .we_listen .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img {
    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;
    max-width: 410px;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img img {
    border-radius: 15px;
    width: 100%;
    height: auto;
  }
  .page .bg1 .team .mw {
    padding: 20px 0 40px 10px;
  }
  .page .bg1 .team .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;
    padding: 0 10px 0 0;
    padding-bottom: 30px;
  }
  .page .bg1 .team .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title .h2 {
    color: #fff;
  }
  .page .bg1 .team .mw .top_line .left_side .desc p {
    font-size: 16px;
    max-width: 605px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc::before {
    width: 22px;
    height: 20px;
    min-width: 22px;
    margin-right: 10px;
  }
  .page .bg1 .team .mw .top_line .right_side {
    display: none;
  }
  .page .bg1 .team .mw .team_slider .owl-nav {
    display: none;
  }
  .page .bg1 .team .mw .team_slider .card {
    border-radius: 20px;
    border: 1.101px solid #ececec;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f0f0f0),
      to(#fff)
    );
    background: linear-gradient(180deg, #f0f0f0 0, #fff 100%);
    padding: 16px;
  }
  .page .bg1 .team .mw .team_slider .card .row {
    position: relative;
  }
  .page .bg1 .team .mw .team_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .bg1 .team .mw .team_slider .card .title {
    right: 10px;
    bottom: 10px;
    padding: 6px 12px;
  }
  .page .bg1 .team .mw .team_slider .card .title span {
    font-size: 12px;
  }
  .page .bg1 .team .mw .team_slider .card .desc {
    padding: 12px;
  }
  .page .bg1 .team .mw .team_slider .card .desc .h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .page .bg1 .team .mw .team_slider .card .desc p {
    font-size: 15px;
  }
  .page .bg1 .team .mw .mob_cont {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .top_section_catalog .top_section_cont .mw {
    padding: 20px 10px 70px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .h1 {
    margin-bottom: 20px;
    max-width: 420px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .h1 span {
    color: #fff;
    font-family: SuisseIntlRegular, sans-serif !important;
    font-weight: 400;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .desc {
    max-width: 450px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side .img img {
    border-radius: 15px;
  }
  .page .catalogs .mw {
    padding: 40px 10px 20px;
  }
  .page .catalogs .mw .cont .left_side {
    width: 100%;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider {
    margin-bottom: 15px;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb {
    border-radius: 8px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb img {
    width: 100%;
    height: 80px;
    border-radius: 8px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb .badge {
    font-size: 30px;
    line-height: 29.562px;
    border-radius: 8px;
  }
  .page .catalogs .mw .cont .right_side {
    margin-top: 30px;
    border-radius: 15px;
    padding: 30px 15px;
    width: 100%;
  }
  .page .catalogs .mw .cont .right_side .price {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 25px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount {
    border-radius: 8px;
    padding: 10px;
    margin-right: 10px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount:last-child {
    margin-right: 0;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount.active {
    border-radius: 8px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check:after {
    width: 6px;
    height: 6px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row .num {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row span {
    font-size: 11px;
    line-height: 12px;
  }
  .page .catalogs .mw .cont .right_side .btn_c {
    margin-top: 25px;
  }
  .page .catalogs .mw .cont .right_side .btn_c .btn_m {
    padding: 15px;
    max-width: 300px;
  }
  .page .catalogs .mw .cont .right_side .features {
    margin-top: 20px;
  }
  .page .catalogs .mw .cont .right_side .features .h3 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .page .catalogs .mw .cont .right_side .features ul li {
    width: 49%;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  .page .catalogs .mw .cont .right_side .features ul li .icon {
    width: 25px;
    min-width: 25px;
    margin-right: 5px;
  }
  .page .catalogs .mw .bottom_cont {
    margin-top: 20px;
  }
  .page .catalogs .mw .bottom_cont .card {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .page .catalogs .mw .bottom_cont .card:last-child {
    margin-bottom: 0;
  }
  .page .catalogs .mw .bottom_cont .card .num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-bottom: 10px;
  }
  .page .catalogs .mw .bottom_cont .card .num span {
    font-size: 13px;
    line-height: 16px;
  }
  .page .catalogs .mw .bottom_cont .card .desc .h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    height: 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .catalogs .mw .bottom_cont .card .desc p {
    font-size: 15px;
    line-height: 18px;
  }
  .page .catalogs .mw .bottom_cont .card:nth-child(2) .desc .h5 {
    max-width: 230px;
  }
  .page .equipment .mw {
    padding: 20px 10px 40px;
  }
  .page .equipment .mw .cont {
    border-radius: 15px;
    padding: 30px 20px 60px;
  }
  .page .equipment .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .equipment .mw .cont .left_side .m_title .h2 {
    font-size: 32px;
  }
  .page .equipment .mw .cont .left_side .desc .h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .page .equipment .mw .cont .left_side .desc ul li {
    font-size: 16px;
    line-height: 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .equipment .mw .cont .left_side .desc ul li::before {
    display: none;
  }
  .page .equipment .mw .cont .right_side .img {
    position: relative;
    top: 30px;
    max-width: 300px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .page .bg2 {
    padding: 40px 0 0;
  }
  .page .bg2 .trust_us .mw .m_title {
    max-width: 360px;
  }
  .page .bg2 .you_might_interested .mw {
    padding: 40px 10px 40px;
  }
  .page .bg2 .you_might_interested .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;
    padding-bottom: 40px;
  }
  .page .bg2 .you_might_interested .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg2 .you_might_interested .mw .top_line .right_side {
    display: none;
  }
  .page .bg2 .you_might_interested .mw .interested_slider {
    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 .bg2 .you_might_interested .mw .interested_slider .car {
    border-radius: 15px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__slides
    img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 8px;
    gap: 4px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 60px;
    height: 2px;
    border-radius: 8px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .title {
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    border-radius: 14.566px;
    padding: 4px 6px;
    top: 15px;
    left: 15px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc {
    padding: 20px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__title {
    font-size: 19px;
    max-width: 240px;
    line-height: 21px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__desc {
    font-size: 13px;
    line-height: 20.8px;
    max-width: 277px;
    margin: 14px 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__price {
    font-size: 20px;
    margin-right: 8px;
    font-weight: 400;
    line-height: 21px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit {
    border-radius: 3.642px;
    padding: 3px 7px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit
    span {
    font-size: 12px;
    line-height: 13px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc .btn_c {
    padding-top: 34px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .btn_c
    .btn_m_c {
    border-radius: 7.283px;
    background: #1f5533;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .btn_c
    .btn_m_c:hover {
    background: #006647;
  }
  .page .bg2 .you_might_interested .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .h1 {
    max-width: 700px;
    padding-bottom: 30px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .desc {
    max-width: 100%;
  }
  .page .bg3 {
    padding: 40px 0 0;
  }
  .page .bg3 .how_the_purchase_work {
    background: #000;
  }
  .page .bg3 .how_the_purchase_work .mw {
    padding: 40px 10px;
  }
  .page .bg3 .how_the_purchase_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side {
    max-width: 100%;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p {
    font-size: 18px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p b {
    font-size: 18px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card {
    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;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side {
    width: 100%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center {
    width: 100%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc p {
    max-width: 500px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .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;
    margin-top: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .right_side
    .img {
    max-width: 452px;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .right_side
    .img
    img {
    border-radius: 15px;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(2)
    .right_side
    .img {
    max-width: 360px;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(4)
    .right_side
    .img {
    max-width: 415px;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(4)
    .center
    .desc
    p {
    max-width: 515px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(5) .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(5)
    .right_side
    .img {
    max-width: 340px;
    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 .bg3 .how_the_purchase_work .mw .cont .card:last-child .center .desc p {
    max-width: 460px;
  }
  .page .bg3 .how_the_purchase_work .mw .info {
    color: #fff;
    max-width: 100%;
    font-size: 16px;
  }
  .page .bg3 .how_the_purchase_work .mw .info b {
    color: #fff;
  }
  .page .bg3 .purchase_work .mw .top_line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .bg3 .purchase_work .mw .top_line .left_side .m_title {
    max-width: 400px;
  }
  .page .bg3 .purchase_work .mw .top_line .right_side {
    max-width: 320px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .right_side .img {
    max-width: 140px;
    border-radius: 0;
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .right_side .img img {
    border-radius: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(2) .right_side .img {
    max-width: 360px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .right_side .img {
    max-width: 427px;
    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 .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side {
    margin-right: 120px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side .img {
    max-width: 226px;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side {
    margin-right: 12px;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side .img {
    max-width: 394px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .left_side .m_title {
    max-width: 700px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .right_side {
    max-width: 310px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .right_side {
    width: 100%;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .right_side .img {
    position: relative;
    width: 100%;
    top: 0;
    max-width: 410px;
    border-radius: 0;
    right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .right_side .img img {
    width: 100%;
    border-radius: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) {
    padding-bottom: 75px;
    margin-bottom: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) .img {
    max-width: 395px;
    margin-right: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) {
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) .img {
    width: 240px;
    margin-right: 97px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 14px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side .img {
    max-width: 427px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side {
    margin-right: 135px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side .img {
    max-width: 150px;
    border-radius: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side .img img {
    border-radius: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img {
    max-width: 554px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img img {
    border-radius: 0;
  }
  .page .trust .mw .m_title {
    max-width: 460px;
  }
  .page .trust .mw .cont .card {
    width: 100%;
    padding: 20px 15px;
  }
  .page .trust .mw .cont .card .icon {
    margin-bottom: 20px;
  }
  .page .trust .mw .cont .card .desc .h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page .trust .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .trust .mw .cont .card:nth-child(3),
  .page .trust .mw .cont .card:nth-child(5),
  .page .trust .mw .cont .card:nth-child(6) {
    width: 100%;
  }
  .page .do_you_want_know .mw {
    padding: 40px 10px 20px;
  }
  .page .do_you_want_know .mw .cont {
    border-radius: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .page .do_you_want_know .mw .cont .left_side {
    width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title .h2 {
    font-size: 36px;
    max-width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title p {
    font-size: 16px;
    margin-top: 20px;
    max-width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp {
    width: 48%;
    margin-bottom: 15px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp input,
  .page .do_you_want_know .mw .cont .left_side form .inp select {
    font-size: 14px;
    padding: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select,
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_txt {
    width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c {
    margin-top: 20px;
    max-width: 220px;
    width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m {
    max-width: 220px;
    border-radius: 16px;
    padding: 15px;
  }
  .page .do_you_want_know .mw .cont .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page .do_you_want_know .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .faq .mw {
    padding: 20px 10px 40px;
  }
  .page .faq .mw .m_title {
    padding-bottom: 30px;
  }
  .page .faq .mw .accordion .accordion-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 16px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 15px 0 0;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 14px;
  }
  .page .faq .mw .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 .top_section_commission .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .h1 {
    line-height: 50px;
    font-size: 42px;
    padding-bottom: 30px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .desc {
    max-width: 465px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side ul li p {
    max-width: 100%;
  }
  .page
    .top_section_commission
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li
    p:nth-child(3) {
    max-width: 100%;
  }
  .page .trust1 .mw .m_title {
    max-width: 795px;
  }
  .page .why_easier_trust .mw {
    padding: 20px 10px;
  }
  .page .why_easier_trust .mw .cont {
    border-radius: 15px;
    padding: 30px 20px;
  }
  .page .why_easier_trust .mw .cont .m_title {
    padding-bottom: 30px;
  }
  .page .why_easier_trust .mw .cont .row {
    max-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 .why_easier_trust .mw .cont .row .card {
    width: 100%;
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card:last-child {
    margin-bottom: 0;
  }
  .page .why_easier_trust .mw .cont .row .card .line {
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .h5 {
    font-size: 25px;
    line-height: 25px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .icon {
    max-width: 30px;
  }
  .page .why_easier_trust .mw .cont .row .card ul li {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .page .easier_trust .mw .cont .m_title {
    max-width: 660px;
  }
  .page .easier_trust .mw .cont .row {
    width: 100%;
    max-width: 100%;
  }
  .page .easier_trust .mw .cont .row .card {
    width: 100%;
  }
  .page .easier_trust .mw .cont .row .card ul li {
    font-size: 14px;
  }
  .page .easier_trust .mw .cont .row .card:nth-child(2) {
    width: 100%;
  }
  .page .order_block1 .mw {
    padding: 40px 10px;
  }
  .page .order_block1 .mw .cont {
    background: url(../images/order_block2.jpg) no-repeat center center/cover;
    overflow: hidden;
  }
  .page .order_block1 .mw .cont .left_side {
    margin-bottom: 270px;
  }
  .page .order_block1 .mw .cont .left_side .m_title {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .page .order_block1 .mw .cont .left_side .desc {
    max-width: 400px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c {
    max-width: 100%;
    padding-top: 20px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 380px;
    padding: 20px;
  }
  .page .order_block1 .mw .cont .right_side {
    position: absolute;
    bottom: -26px;
    right: -120px;
  }
  .page .order_block1 .mw .cont .right_side .img {
    width: 550px;
  }
  .page .about_full .mw {
    padding: 60px 10px 30px;
  }
  .page .about_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;
  }
  .page .about_full .mw .cont .left_side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .page .about_full .mw .cont .right_side {
    margin-top: 0;
  }
  .page .about_full .mw .cont .right_side .m_title {
    max-width: 420px;
    padding-bottom: 0;
  }
  .page .about_full .mw .cont .right_side .desc .h5 {
    font-size: 16px;
  }
  .page .about_full .mw .cont .right_side .desc ul {
    margin-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .desc ul li {
    font-size: 16px;
    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 .about_full .mw .cont .right_side .desc ul li::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    top: 8px;
    margin: 0 5px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 30px;
    max-width: 750px;
    font-size: 42px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .desc {
    max-width: 525px;
  }
  .page .content_none_section {
    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;
  }
  .page .content_none_section .decor {
    position: absolute;
    width: 800px;
    left: -100px;
    bottom: 0;
    z-index: 2;
  }
  .page .content_none_section .decor img {
    width: 100%;
    height: auto;
  }
  .page .content_none_section::before {
    width: 100%;
    height: 380px;
  }
  .page .content_none_section .content_none_section_cont .mw {
    padding: 0 10px 0;
  }
  .page .content_none_section .content_none_section_cont .mw .cont {
    width: 100%;
    position: relative;
    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;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .h5 {
    font-size: 32px;
    text-align: center;
    max-width: 100%;
    line-height: 40px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .btn_c {
    margin-top: 20px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .btn_c
    .btn_m {
    padding: 20px;
    font-size: 16px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    max-width: 410px;
    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;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 30px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img img {
    width: 100%;
    height: auto;
  }
  .page .top_section_policy .top_section_cont .mw .cont .left_side .h1 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -2px;
  }
  .page .privacy_policy .mw {
    padding: 40px 10px;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3 {
    font-size: 26px;
    color: #00ab77;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 140%;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont {
    padding-top: 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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .left_side {
    width: 100%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card {
    border-radius: 12px;
    width: 49%;
    padding: 20px 10px;
    margin-bottom: 15px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone {
    margin-bottom: 8px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone
    a {
    font-size: 16px;
    line-height: 16px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    p {
    font-size: 12px;
    line-height: 14px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .btn_c {
    margin-top: 5px;
    width: 100%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .btn_c
    .btn_m {
    font-size: 11.217px;
    line-height: 11.217px;
    padding: 6px;
    max-width: 116px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .title {
    font-size: 12.62px;
    max-width: 120px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li {
    margin-right: 5px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li:last-child {
    margin-right: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a
    img {
    width: 16px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    .email
    a {
    font-size: 12px;
    line-height: 14px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(3) {
    width: 49%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4) {
    width: 49%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c {
    margin-top: 10px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c
    .btn_m {
    max-width: 135px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .right_side
    .img
    img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .maps .mw {
    padding: 40px 10px;
  }
  .page .maps .mw .map {
    position: relative;
    height: 350px;
    width: 100%;
  }
  .page .maps .mw .map iframe {
    border-radius: 15px;
  }
  .page .articles .mw {
    padding: 50px 10px 60px;
  }
  .page .articles .mw .cont .left_side {
    width: 100%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 15px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 15px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 16px;
    margin: 14px 0;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c {
    margin-top: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c .btn_m_c {
    background: #00ab77;
    max-width: 160px;
    padding: 16px 20px;
    font-size: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .btn_c
    .btn_m_c::after {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 6px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 18px;
    height: 18px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .articles .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .sidebar .widget {
    margin-bottom: 20px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page .sidebar .widget_search form input {
    height: 50px;
    padding: 18px 15px;
    font-size: 16px;
  }
  .page .sidebar .widget_search form .search_btn {
    width: 14px;
    height: 14px;
    right: 10px;
  }
  .page .sidebar .widget_categories ul li {
    margin-bottom: 5px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 18px;
  }
  .page .sidebar .widget_categories ul li a:before {
    height: 4px;
    width: 4px;
    min-width: 4px;
    margin: 0 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date {
    font-size: 14px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 16px;
    max-width: 310px;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 5px 14px;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_contacts ul li a {
    font-size: 18px;
  }
  .page .article .mw {
    padding: 50px 10px 30px;
  }
  .page .article .mw .cont {
    padding-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img {
    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;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h4,
  .page .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 22px;
    line-height: 159%;
    margin-bottom: 18px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 20px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 5px 14px;
    font-size: 18px;
    margin-right: 10px;
  }
  .page .latest_news .mw {
    padding: 0 10px 50px;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .m_title .h2 {
    text-align: center;
  }
  .page .latest_news .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 .latest_news .mw .cont .new_card {
    width: 100%;
    margin: 0 auto;
    max-width: 410px;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card:last-child {
    margin-bottom: 0;
  }
  .page .latest_news .mw .cont .new_card a .img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    max-width: 332px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn_c .btn_m {
    padding: 20px;
    font-size: 16px;
  }
  .btn_c .btn_m::after {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-left: 10px;
  }
  .page .header .mw {
    padding: 2vh 1rem;
  }
  .page .header .mw .cont {
    padding: 15px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 140px;
  }
  .page .header .mw .cont .nav {
    display: none;
  }
  .page .header .mw .cont .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 .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .page .header .mw .cont .right_side .phone {
    margin: 0 15px;
  }
  .page .header .mw .cont .right_side .phone a {
    font-size: 15px;
  }
  .page .header .mw .cont .right_side .phone a .icon img {
    width: 15px;
  }
  .page .header .mw .cont .right_side .btn_b {
    display: none;
  }
  .page .header .mw .cont .right_side .o_xs_menu {
    display: block;
  }
  .page .header_offset {
    padding-top: 100px;
  }
  .page .xs_menu {
    display: block;
  }
  .page .main .mw {
    padding: 100px 1rem 60px;
  }
  .page .main .mw .main_cont .left_side {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .main .mw .main_cont .left_side .h1 {
    font-size: 52px;
    max-width: 550px;
    line-height: 60px;
    padding-bottom: 30px;
  }
  .page .main .mw .main_cont .left_side .desc p {
    font-size: 18px;
    max-width: 462px;
  }
  .page .main .mw .main_cont .left_side .desc::before {
    width: 22px;
    height: 24px;
    min-width: 22px;
    margin-right: 15px;
    top: 2px;
  }
  .page .m_title {
    padding-bottom: 30px;
  }
  .page .m_title .h2 {
    font-size: 36px;
  }
  .page .current_cars .mw {
    padding: 60px 10px 30px;
  }
  .page .current_cars .mw .m_title {
    padding-bottom: 30px;
    max-width: 400px;
  }
  .page .current_cars .mw .cont .filters {
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .page .current_cars .mw .cont .filters .filters__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .page .current_cars .mw .cont .filters .input-group label {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 16px;
  }
  .page .current_cars .mw .cont .filters .input-group input,
  .page .current_cars .mw .cont .filters .input-group select {
    padding: 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .page .current_cars .mw .cont .filters .input-group select {
    padding-right: 35px;
    background-size: 20px 20px;
  }
  .page .current_cars .mw .cont .filters .input-group .inp_line input {
    width: 48%;
  }
  .page .current_cars .mw .cont .filters .filters__actions {
    margin-top: 20px;
  }
  .page .current_cars .mw .cont .filters .filters__actions #resetFilters {
    font-size: 16px;
    line-height: 18px;
  }
  .page
    .current_cars
    .mw
    .cont
    .filters
    .filters__actions
    #resetFilters::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .page .current_cars .mw .cont .filters .filters__actions .btn {
    font-size: 16px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 12px;
  }
  .page .current_cars .mw .cont .cars__list {
    gap: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car {
    width: calc((100% - 20px) / 2);
    border-radius: 15px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__slides
    img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 10px;
    gap: 4px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 45px;
    height: 2px;
  }
  .page .current_cars .mw .cont .cars__list .car .title {
    font-size: 12px;
    line-height: 13.349px;
    border-radius: 14px;
    padding: 4px 8px;
    top: 14px;
    left: 14px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc {
    padding: 20px 15px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__title {
    font-size: 20px;
    line-height: 24px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__desc {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .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 .current_cars .mw .cont .cars__list .car .desc .line .car__price {
    font-size: 18px;
    margin-right: 10px;
    line-height: 24px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit {
    border-radius: 4.767px;
    padding: 3px 6px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit span {
    font-size: 12px;
    line-height: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c {
    padding-top: 20px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c {
    padding: 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .page .current_cars .mw .cont .cars__list .car:nth-child(3) {
    display: none;
  }
  .page .current_cars .mw .cont .show-all {
    width: 100%;
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .show-all .btn {
    padding: 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .page .current_cars .mw .cont .show-all .btn::after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    top: 0;
  }
  .page .current_cars .mw .cont .show-all .btn:hover {
    background: #043f26;
    color: #fff;
  }
  .page .current_cars .mw .cont .show-all .btn:hover::after {
    background: url(../images/arrow_right_white.svg) no-repeat center
      center/cover;
  }
  .page .current_cars .mw .cont .bottom_pagination {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 20px;
    margin: 0 5px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .next:after {
    width: 18px;
    height: 18px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .dont_want_waste_time .mw {
    padding: 30px 1rem;
  }
  .page .dont_want_waste_time .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .m_title {
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc {
    max-width: 375px;
    margin: 0 auto;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc p {
    font-size: 18px;
    text-align: center;
  }
  .page .dont_want_waste_time .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c {
    max-width: 248px;
    margin-right: 0;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .logo {
    display: none;
  }
  .page .dont_want_waste_time .mw .cont .right_side {
    position: relative;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 500px;
    margin-top: 30px;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img {
    width: 100%;
  }
  .page .dont_want_waste_time .mw .cont .logo {
    display: none;
  }
  .page .services .mw {
    padding: 30px 1rem 60px;
  }
  .page .services .mw .decor {
    width: 375px;
    right: -155px;
    bottom: 0;
    top: -80px;
    z-index: 1;
  }
  .page .services .mw .m_title p {
    max-width: 400px;
    margin-top: 15px;
    font-size: 18px;
  }
  .page .services .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 .services .mw .cont .card {
    border-radius: 20px;
  }
  .page .services .mw .cont .card .img img {
    border-radius: 20px 20px 0 0;
  }
  .page .services .mw .cont .card .desc {
    padding: 10px 20px 20px;
  }
  .page .services .mw .cont .card .desc .h5 {
    font-size: 15px;
  }
  .page .services .mw .cont .card .desc p {
    margin: 10px 14px;
    font-size: 14px;
  }
  .page .services .mw .cont .card .desc .btn_more {
    padding: 12px;
    font-size: 15px;
  }
  .page .trust_us .mw {
    padding: 60px 1rem 30px;
  }
  .page .trust_us .mw .m_title {
    max-width: 450px;
  }
  .page .trust_us .mw .cont .card {
    width: 48%;
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .page .trust_us .mw .cont .card .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 20px;
  }
  .page .trust_us .mw .cont .card .icon img {
    width: 30px;
  }
  .page .trust_us .mw .cont .card .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .trust_us .mw .cont .card p {
    font-size: 14px;
    max-width: 290px;
  }
  .page .trust_us .mw .cont .card .img {
    display: none;
  }
  .page .trust_us .mw .cont .card:nth-child(3) {
    width: 48%;
  }
  .page .trust_us .mw .cont .card:nth-child(5) {
    width: 48%;
  }
  .page .trust_us .mw .cont .card:nth-child(6) {
    width: 48%;
  }
  .page .how_the_purchase_work .mw {
    padding: 60px 1rem 30px;
  }
  .page .how_the_purchase_work .mw .top_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    max-width: 450px;
  }
  .page .how_the_purchase_work .mw .top_line .right_side {
    display: none;
  }
  .page .how_the_purchase_work .mw .cont .card {
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side {
    width: 8%;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 16px;
  }
  .page .how_the_purchase_work .mw .cont .card .center {
    width: 50%;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 18px;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 14px;
    margin-top: 15px;
    max-width: 250px;
  }
  .page .how_the_purchase_work .mw .cont .card .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 .how_the_purchase_work .mw .cont .card .right_side .btn_c {
    margin-top: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m {
    padding: 16px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card:nth-child(4) .img {
    max-width: 323px;
  }
  .page .how_the_purchase_work .mw .cont .card:nth-child(4) .img img {
    border-radius: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card:last-child .right_side .img img {
    border-radius: 10px;
  }
  .page .order_block .mw {
    padding: 0 1rem 60px;
  }
  .page .order_block .mw .cont {
    border-radius: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 20px;
  }
  .page .order_block .mw .cont .left_side {
    width: 100%;
  }
  .page .order_block .mw .cont .left_side .m_title {
    max-width: 530px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page .order_block .mw .cont .left_side .m_title .h2 {
    color: #fff;
    text-align: center;
  }
  .page .order_block .mw .cont .left_side .desc {
    padding-bottom: 30px;
    max-width: 450px;
    margin: 0 auto;
  }
  .page .order_block .mw .cont .left_side .desc p {
    font-size: 18px;
    text-align: center;
  }
  .page .order_block .mw .cont .left_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;
  }
  .page .order_block .mw .cont .left_side .btn_c .btn_m {
    max-width: 280px;
  }
  .page .order_block .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .order_block .mw .cont .right_side .img {
    max-width: 500px;
    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 .order_block .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .about .mw {
    padding: 60px 1rem 30px;
  }
  .page .about .mw .m_title {
    max-width: 550px;
    margin: 0 auto;
  }
  .page .about .mw .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .about .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .about .mw .cont .left_side .img {
    margin: 0 auto;
    max-width: 500px;
  }
  .page .about .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
  .page .about .mw .cont .right_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;
  }
  .page .about .mw .cont .right_side .m_title {
    padding-bottom: 30px;
  }
  .page .about .mw .cont .right_side .m_title .h2 {
    text-align: center;
  }
  .page .about .mw .cont .right_side .desc p {
    max-width: 580px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .page .about .mw .cont .right_side .btn_c {
    margin-top: 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;
  }
  .page .reviews .mw {
    padding: 30px 1rem 60px;
  }
  .page .reviews .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;
    padding-bottom: 30px;
  }
  .page .reviews .mw .top_line .left_side {
    max-width: 400px;
  }
  .page .reviews .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews {
    margin-left: 15px;
    width: 40px;
    height: 40px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews:after,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews:after {
    width: 18px;
    height: 18px;
  }
  .page .reviews .mw .reviews_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .page .reviews .mw .btn_c {
    margin-top: 30px;
  }
  .page .reviews .mw .btn_c .btn_m_c {
    padding: 18px;
    font-size: 16px;
  }
  .page .reviews .mw .btn_c .btn_m_c::after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    top: 0;
  }
  .page .news .mw {
    padding: 0 1rem 40px;
  }
  .page .news .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: 30px;
  }
  .page .news .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .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 .news .mw .top_line .right_side .btn_next_news,
  .page .news .mw .top_line .right_side .btn_prev_news {
    margin-left: 15px;
    width: 40px;
    height: 40px;
  }
  .page .news .mw .top_line .right_side .btn_next_news:after,
  .page .news .mw .top_line .right_side .btn_prev_news:after {
    width: 18px;
    height: 18px;
  }
  .page .news .mw .news_slider .card {
    padding: 15px 10px 20px;
  }
  .page .news .mw .news_slider .card .h5 {
    margin-top: 15px;
    font-size: 18px;
  }
  .page .news .mw .news_slider .card p {
    margin: 12px 0;
    font-size: 14px;
  }
  .page .news .mw .news_slider .card .btn_more {
    padding: 14px;
    font-size: 15px;
  }
  .page .any_ques .mw {
    padding: 60px 1rem 30px;
  }
  .page .any_ques .mw .cont {
    border-radius: 20px;
  }
  .page .any_ques .mw .cont .decor {
    position: absolute;
    width: 150px;
    right: -20px;
    top: -80px;
    z-index: 1;
  }
  .page .any_ques .mw .cont .left_side {
    padding: 50px 15px 400px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .cont .left_side .desc p {
    font-size: 18px;
    max-width: 370px;
  }
  .page .any_ques .mw .cont .left_side form {
    max-width: 100%;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp input,
  .page .any_ques .mw .cont .left_side form .inp textarea {
    height: 50px;
    font-size: 16px;
    line-height: 18px;
    padding: 16px;
  }
  .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
    height: 100px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin-bottom: 30px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    background: #fff;
    border: 2px solid #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;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/check.svg) no-repeat center center/cover;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #fff;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt a:hover {
    color: #f8d5b5;
    border-bottom: 1px solid #f8d5b5;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 280px;
  }
  .page .any_ques .mw .cont .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .any_ques .mw .cont .right_side .img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    bottom: -350px;
    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 {
    padding: 30px 1rem 20px;
  }
  .page .footer .top_cont .mw .t_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 .t_cont .left_side {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .footer .top_cont .mw .t_cont .left_side .logo {
    width: 180px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links {
    width: 32%;
  }
  .page .footer .top_cont .mw .t_cont .fast_links .h5,
  .page .footer .top_cont .mw .t_cont .fast_links h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li {
    margin-bottom: 5px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  .page .footer .top_cont .mw .cont {
    padding: 30px 0 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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .top_cont .mw .cont .card {
    width: 49%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    margin-bottom: 8px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 24.538px;
    line-height: 26.992px;
  }
  .page .footer .top_cont .mw .cont .card p {
    font-size: 17.527px;
    line-height: 22.785px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c {
    margin-top: 20px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m {
    font-size: 11.217px;
    line-height: 11.217px;
    padding: 6px;
    max-width: 116px;
  }
  .page .footer .top_cont .mw .cont .card .title {
    font-size: 12.62px;
    max-width: 120px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons {
    margin-top: 30px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li {
    margin-right: 8px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a img {
    width: 18px;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) {
    width: 49%;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) .btn_c .btn_m {
    max-width: 136px;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(3) {
    width: 49%;
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .row {
    width: 49%;
  }
  .page .footer .top_cont .mw .cont .row .card {
    width: 100%;
    margin-bottom: 14px;
    padding: 16px 12px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .num {
    font-size: 28px;
    margin-right: 10px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc small {
    font-size: 10px;
    line-height: 12px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .star {
    max-width: 80px;
    margin-top: 2px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .img {
    max-width: 30px;
  }
  .page .footer .top_cont .mw .b_cont {
    max-width: 1195px;
  }
  .page .footer .top_cont .mw .b_cont p {
    font-size: 14px;
    line-height: 24px;
  }
  .page .footer .bottom_cont .mw {
    padding: 20px 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%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 5px;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 14px;
  }
  .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li {
    margin-right: 0;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 14px;
  }
  .page .top_section .top_nav .mw {
    padding: 20px 1rem;
  }
  .page .top_section .top_nav .mw 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section .top_nav .mw ul li:after {
    font-size: 16px;
    margin: 0 5px;
  }
  .page .top_section .top_nav .mw ul li a {
    font-size: 16px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 1rem 50px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 50px;
    max-width: 500px;
    line-height: 55px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc p {
    font-size: 18px;
    max-width: 566px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc::before {
    width: 22px;
    height: 24px;
    min-width: 22px;
    margin-right: 12px;
    top: 0;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul {
    margin-top: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li {
    width: 32%;
    border-radius: 12px;
    padding: 15px 10px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon img {
    width: 15px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .h5 {
    margin: 15px 0 10px;
    font-size: 18px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li p {
    font-size: 12px;
    line-height: 14px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li:nth-child(4) {
    display: none;
  }
  .page
    .top_section
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li:nth-child(1)
    p {
    max-width: 148px;
  }
  .page
    .top_section
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li:nth-child(3)
    p {
    max-width: 170px;
  }
  .page .top_section_about .top_section_cont .mw {
    padding: 40px 1rem 60px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 40px;
    max-width: 550px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .desc {
    max-width: 500px;
  }
  .page .we_in_number .mw {
    padding: 60px 1rem 30px;
  }
  .page .we_in_number .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .we_in_number .mw .cont .left_side .card {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page .we_in_number .mw .cont .left_side .card .line {
    padding-bottom: 30px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title {
    padding-bottom: 0;
  }
  .page .we_in_number .mw .cont .left_side .card .line .logo {
    width: 114px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .logo img {
    width: 100%;
    height: auto;
  }
  .page .we_in_number .mw .cont .left_side .card .desc p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_side {
    width: 100%;
  }
  .page .we_in_number .mw .cont .right_side .m_title {
    padding-bottom: 30px;
  }
  .page .we_in_number .mw .cont .right_side .m_title .h3 {
    font-size: 36px;
  }
  .page .we_in_number .mw .cont .right_side ul li {
    border-radius: 18px;
    padding: 30px 20px;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num span {
    font-size: 52px;
    line-height: 30.8px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num small {
    font-size: 20px;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc {
    width: 310px;
    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_in_number .mw .cont .right_side ul li .desc p {
    font-size: 18px;
    max-width: 234px;
  }
  .page .we_in_number .mw .cont .right_side ul li:nth-child(3) .desc p {
    max-width: 310px;
  }
  .page .our_foundation_success .mw {
    padding: 30px 1rem 60px;
  }
  .page .our_foundation_success .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .our_foundation_success .mw .cont .decor {
    position: absolute;
    width: 770px;
    right: -250px;
    bottom: -20px;
    z-index: 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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .our_foundation_success .mw .cont .left_side {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .page .our_foundation_success .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .our_foundation_success .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 .our_foundation_success .mw .cont .left_side ul li {
    width: 49%;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row {
    border-radius: 20px;
    padding: 20px 15px 30px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin-bottom: 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc .h5 {
    font-size: 18px;
    max-width: 200px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc p {
    font-size: 14px;
  }
  .page .bg1 {
    padding: 0 0 60px;
  }
  .page .bg1 .we_listen .mw {
    padding: 60px 1rem 30px;
  }
  .page .bg1 .we_listen .mw .cont {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page .bg1 .we_listen .mw .cont .left_side {
    width: 100%;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title .h2 {
    text-align: center;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc {
    max-width: 420px;
    margin: 0 auto;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .page .bg1 .we_listen .mw .cont .left_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;
  }
  .page .bg1 .we_listen .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img {
    margin: 0 auto;
    max-width: 500px;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .bg1 .team .mw {
    padding: 30px 1rem 60px;
  }
  .page .bg1 .team .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;
    padding-bottom: 30px;
  }
  .page .bg1 .team .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc p {
    font-size: 16px;
    max-width: 500px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc::before {
    width: 22px;
    height: 24px;
    min-width: 22px;
    margin-right: 20px;
    top: 0;
  }
  .page .bg1 .team .mw .top_line .right_side {
    display: none;
  }
  .page .bg1 .team .mw .team_slider .card {
    border-radius: 15px;
    padding: 15px 12px;
  }
  .page .bg1 .team .mw .team_slider .card .img img {
    border-radius: 15px;
  }
  .page .bg1 .team .mw .team_slider .card .title {
    right: 10px;
    bottom: 10px;
    padding: 6px 12px;
  }
  .page .bg1 .team .mw .team_slider .card .title span {
    font-size: 12px;
  }
  .page .bg1 .team .mw .team_slider .card .desc {
    padding: 15px;
  }
  .page .bg1 .team .mw .team_slider .card .desc .h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .page .bg1 .team .mw .team_slider .card .desc p {
    font-size: 15px;
  }
  .page .bg1 .team .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .top_section_catalog .top_section_cont .mw {
    padding: 20px 1rem 60px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .h1 span {
    color: #fff;
    font-family: SuisseIntlRegular, sans-serif !important;
    font-weight: 400;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .desc {
    margin-top: 20px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .catalogs .mw {
    padding: 60px 1rem 30px;
  }
  .page .catalogs .mw .cont .left_side {
    width: 100%;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider {
    margin-bottom: 20px;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider .item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb {
    border-radius: 10px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb img {
    height: 100px;
    border-radius: 10px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb .badge {
    font-size: 35px;
  }
  .page .catalogs .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .catalogs .mw .cont .right_side .price {
    font-size: 50px;
    line-height: 46.191px;
    padding-bottom: 35px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount {
    padding: 15px;
    margin-right: 15px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount:last-child {
    margin-right: 0;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 15px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row .num {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row span {
    font-size: 12px;
  }
  .page .catalogs .mw .cont .right_side .btn_c {
    margin-top: 30px;
    max-width: 345px;
  }
  .page .catalogs .mw .cont .right_side .btn_c .btn_m {
    padding: 18px;
  }
  .page .catalogs .mw .cont .right_side .features {
    margin-top: 30px;
  }
  .page .catalogs .mw .cont .right_side .features .h3 {
    font-size: 32px;
    padding-bottom: 25px;
  }
  .page .catalogs .mw .cont .right_side .features ul li {
    width: 48%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .catalogs .mw .cont .right_side .features ul li .icon {
    width: 26px;
    min-width: 26px;
    margin-right: 10px;
  }
  .page .catalogs .mw .bottom_cont .card {
    width: 49%;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .page .catalogs .mw .bottom_cont .card:last-child {
    margin-bottom: 0;
  }
  .page .catalogs .mw .bottom_cont .card .num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-bottom: 10px;
  }
  .page .catalogs .mw .bottom_cont .card .num span {
    font-size: 13.846px;
    line-height: 12.308px;
  }
  .page .catalogs .mw .bottom_cont .card .desc .h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    height: 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .catalogs .mw .bottom_cont .card .desc p {
    font-size: 15px;
  }
  .page .catalogs .mw .bottom_cont .card:nth-child(2) .desc .h5 {
    max-width: 230px;
  }
  .page .equipment .mw {
    padding: 30px 1rem 60px;
  }
  .page .equipment .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .equipment .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .equipment .mw .cont .left_side .m_title .h2 {
    text-align: center;
  }
  .page .equipment .mw .cont .left_side .desc .h5 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .page .equipment .mw .cont .left_side .desc ul li {
    font-size: 16px;
    line-height: 20px;
    text-align: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .equipment .mw .cont .left_side .desc ul li::before {
    margin: 0 8px;
    width: 4px;
    height: 4px;
    min-width: 4px;
  }
  .page .equipment .mw .cont .right_side .img {
    position: absolute;
    top: 0;
    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;
    opacity: 0.1;
    right: 0;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
  }
  .page .bg2 {
    background: #000;
    padding: 60px 0 0;
  }
  .page .bg2 .trust_us .mw .m_title {
    max-width: 340px;
  }
  .page .bg2 .you_might_interested .mw {
    padding: 60px 1rem 20px;
  }
  .page .bg2 .you_might_interested .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;
    padding-bottom: 30px;
  }
  .page .bg2 .you_might_interested .mw .top_line .left_side {
    max-width: 650px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_next_interested,
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_prev_interested {
    margin-left: 12px;
    width: 40px;
    height: 40px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_next_interested:after,
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_prev_interested:after {
    width: 18px;
    height: 18px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car {
    border-radius: 15px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__slides
    img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 10px;
    gap: 4px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 45px;
    height: 2px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .title {
    font-size: 12px;
    line-height: 13.349px;
    border-radius: 14px;
    padding: 4px 8px;
    top: 14px;
    left: 14px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc {
    padding: 20px 15px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__title {
    font-size: 20px;
    line-height: 24px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__desc {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc .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
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__price {
    font-size: 18px;
    margin-right: 10px;
    line-height: 24px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit {
    border-radius: 4.767px;
    padding: 3px 6px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit
    span {
    font-size: 12px;
    line-height: 15px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc .btn_c {
    padding-top: 20px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .btn_c
    .btn_m_c {
    padding: 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .h1 {
    max-width: 700px;
    padding-bottom: 30px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .desc {
    max-width: 475px;
  }
  .page .bg3 {
    padding: 60px 0 0;
  }
  .page .bg3 .how_the_purchase_work .mw {
    padding: 60px 1rem;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .left_side .m_title {
    max-width: 400px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .left_side .m_title .h2 {
    color: #fff;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .left_side .m_title .h2 span {
    color: #f8d5b5;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side {
    max-width: 100%;
    width: 100%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card {
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side {
    width: 8%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side .num {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 16px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center {
    width: 50%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 18px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 14px;
    margin-top: 15px;
    max-width: 250px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .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 .bg3 .how_the_purchase_work .mw .cont .card .right_side .btn_c {
    margin-top: 10px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m {
    padding: 16px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(5) .right_side {
    margin-right: 0;
  }
  .page .bg3 .how_the_purchase_work .mw .info {
    max-width: 490px;
    font-size: 16px;
  }
  .page .bg3 .purchase_work .mw .top_line .left_side .m_title {
    max-width: 525px;
  }
  .page .bg3 .purchase_work .mw .top_line .right_side {
    max-width: 320px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .img {
    max-width: 140px;
    border-radius: 0;
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .img img {
    border-radius: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(2) .img {
    max-width: 360px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .img {
    max-width: 427px;
    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 .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side .img {
    max-width: 394px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .left_side .m_title {
    max-width: 560px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .right_side {
    max-width: 310px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .right_side {
    width: 40%;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .img {
    position: relative;
    width: 100%;
    top: 0;
    max-width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .img img {
    width: 100%;
    border-radius: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) {
    padding-bottom: 75px;
    margin-bottom: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) .img {
    max-width: 395px;
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) {
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) .img {
    width: 240px;
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side .img {
    max-width: 427px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side .img {
    max-width: 150px;
    border-radius: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side .img img {
    border-radius: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img {
    max-width: 554px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img img {
    border-radius: 0;
  }
  .page .trust .mw .m_title {
    max-width: 550px;
  }
  .page .trust .mw .cont .card {
    width: 49%;
    padding: 20px;
  }
  .page .trust .mw .cont .card .icon {
    margin-bottom: 25px;
  }
  .page .trust .mw .cont .card .desc .h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page .trust .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .trust .mw .cont .card:nth-child(3),
  .page .trust .mw .cont .card:nth-child(5),
  .page .trust .mw .cont .card:nth-child(6) {
    width: 49%;
  }
  .page .do_you_want_know .mw {
    padding: 60px 1rem 30px;
  }
  .page .do_you_want_know .mw .cont {
    border-radius: 20px;
    padding: 30px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .do_you_want_know .mw .cont .left_side {
    width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title .h2 {
    font-size: 35px;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 420px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp {
    width: 48%;
    margin-bottom: 15px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .h5 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp input,
  .page .do_you_want_know .mw .cont .left_side form .inp select {
    height: 42px;
    font-size: 14px;
    padding: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select:after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c {
    width: 100%;
    margin-top: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m {
    max-width: 200px;
    padding: 16px;
  }
  .page .do_you_want_know .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .do_you_want_know .mw .cont .right_side .img {
    margin: 0 auto;
    max-width: 500px;
  }
  .page .do_you_want_know .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .faq .mw {
    padding: 30px 1rem 60px;
  }
  .page .faq .mw .m_title {
    padding-bottom: 30px;
  }
  .page .faq .mw .accordion .accordion-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 12px 0 0;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 15px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .h1 {
    max-width: 880px;
    line-height: 50px;
    font-size: 50px;
    padding-bottom: 30px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .desc {
    max-width: 490px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side ul li p {
    max-width: 180px;
  }
  .page
    .top_section_commission
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li
    p:nth-child(3) {
    max-width: 180px;
  }
  .page .trust1 .mw .m_title {
    max-width: 550px;
  }
  .page .why_easier_trust .mw {
    padding: 30px 1rem;
  }
  .page .why_easier_trust .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .why_easier_trust .mw .cont .m_title {
    padding-bottom: 30px;
    text-align: center;
  }
  .page .why_easier_trust .mw .cont .row {
    max-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 .why_easier_trust .mw .cont .row .card {
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .page .why_easier_trust .mw .cont .row .card:last-child {
    margin-bottom: 0;
  }
  .page .why_easier_trust .mw .cont .row .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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .h5 {
    font-size: 25px;
    width: 100%;
    text-align: left;
  }
  .page .why_easier_trust .mw .cont .row .card .line .decor {
    width: 30px;
    max-width: 30px;
  }
  .page .why_easier_trust .mw .cont .row .card:nth-child(2) .line {
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card:nth-child(2) .line .h5 {
    width: 50%;
    text-align: left;
  }
  .page .why_easier_trust .mw .cont .row .card ul li {
    text-align: left;
    font-size: 14px;
    padding: 10px 14px;
    margin-bottom: 10px;
  }
  .page .easier_trust .mw .cont .m_title {
    max-width: 660px;
  }
  .page .easier_trust .mw .cont .row {
    width: 100%;
    max-width: 100%;
  }
  .page .easier_trust .mw .cont .row .card {
    width: 100%;
  }
  .page .easier_trust .mw .cont .row .card ul li {
    font-size: 14px;
  }
  .page .easier_trust .mw .cont .row .card:nth-child(2) {
    width: 100%;
  }
  .page .order_block1 .mw {
    padding: 60px 1rem;
  }
  .page .order_block1 .mw .cont .left_side .m_title {
    max-width: 540px;
    padding-bottom: 30px;
  }
  .page .order_block1 .mw .cont .left_side .desc {
    max-width: 375px;
  }
  .page .order_block1 .mw .cont .left_side .desc p b {
    color: #fff;
    font-weight: 400;
  }
  .page .order_block1 .mw .cont .left_side .btn_c {
    max-width: 280px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 280px;
  }
  .page .order_block1 .mw .cont .right_side {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .page .order_block1 .mw .cont .right_side .img {
    width: 100%;
  }
  .page .about_full .mw {
    padding: 60px 1rem;
  }
  .page .about_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;
  }
  .page .about_full .mw .cont .right_side .m_title {
    max-width: 500px;
    padding-bottom: 30px;
  }
  .page .about_full .mw .cont .right_side .desc .h5 {
    font-size: 16px;
    text-align: center;
  }
  .page .about_full .mw .cont .right_side .desc ul {
    margin-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .desc ul li {
    font-size: 16px;
    text-align: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .about_full .mw .cont .right_side .desc ul li::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 8px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 30px;
    max-width: 750px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .desc {
    max-width: 525px;
  }
  .page .content_none_section {
    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;
  }
  .page .content_none_section .decor {
    width: 1200px;
    left: -160px;
    bottom: -80px;
  }
  .page .content_none_section::before {
    height: 580px;
  }
  .page .content_none_section .content_none_section_cont .mw {
    padding: 0 1rem 80px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont {
    width: 100%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .h5 {
    font-size: 36px;
    max-width: 575px;
    line-height: 45px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .btn_c
    .btn_m {
    padding: 20px;
    font-size: 16px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    top: 0;
    max-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-bottom: 50px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img img {
    width: 100%;
    height: auto;
  }
  .page .privacy_policy .mw {
    padding: 60px 1rem;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .left_side {
    width: 100%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card {
    width: 49%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone {
    margin-bottom: 8px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone
    a {
    font-size: 22px;
    line-height: 24px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    p {
    font-size: 16px;
    line-height: 20px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .btn_c
    .btn_m {
    font-size: 11.217px;
    padding: 6px;
    max-width: 116px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .title {
    font-size: 12.62px;
    max-width: 120px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li {
    margin-right: 4px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a
    img {
    width: 16px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    p {
    font-size: 22px;
    line-height: 24px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    .email
    a {
    font-size: 16px;
    line-height: 20px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(3) {
    width: 32%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4) {
    width: 65%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c {
    margin-top: 10px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c
    .btn_m {
    max-width: 135px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .right_side
    .img
    img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .maps .mw {
    padding: 60px 1rem;
  }
  .page .maps .mw .map {
    height: 400px;
  }
  .page .maps .mw .map iframe {
    border-radius: 20px;
  }
  .page .articles .mw {
    padding: 60px 1rem;
  }
  .page .articles .mw .cont .left_side {
    width: 100%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 16px 0 14px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c {
    margin-top: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c .btn_m_c {
    max-width: 160px;
    padding: 16px;
    font-size: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .btn_c
    .btn_m_c::after {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 6px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 20px;
    margin: 0 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 18px;
    height: 18px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .articles .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .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 .sidebar .widget {
    margin-bottom: 20px;
    width: 100%;
  }
  .page .sidebar .widget:last-child {
    margin-bottom: 0;
  }
  .page .sidebar .widget .widget-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .page .sidebar .widget_search {
    width: 100%;
  }
  .page .sidebar .widget_search form input {
    height: 55px;
    padding: 15px;
    font-size: 16px;
  }
  .page .sidebar .widget_search form .search_btn {
    width: 14px;
    height: 14px;
    right: 15px;
  }
  .page .sidebar .widget_categories {
    width: 40%;
  }
  .page .sidebar .widget_categories .widget-title {
    color: #00ab77;
  }
  .page .sidebar .widget_categories ul li {
    margin-bottom: 5px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 18px;
  }
  .page .sidebar .widget_categories ul li a:before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    margin: 0 5px;
  }
  .page .sidebar .widget_recent_news {
    width: 55%;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date {
    font-size: 14px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 16px;
    max-width: 310px;
  }
  .page .sidebar .widget_tag_cloud {
    width: 40%;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page .sidebar .widget_contacts {
    width: 55%;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_contacts ul li a {
    font-size: 18px;
  }
  .page .article .mw {
    padding: 60px 1rem 30px;
  }
  .page .article .mw .cont {
    padding-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 30px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 10px;
  }
  .page .latest_news .mw {
    padding: 10px 1rem 60px;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .cont .new_card {
    width: 49%;
  }
  .page .latest_news .mw .cont .new_card:last-child {
    display: none;
  }
  .page .latest_news .mw .cont .new_card a .img {
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    max-width: 250px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn_c .btn_m {
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
  }
  .btn_c .btn_m::after {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-left: 10px;
  }
  .page .header .mw {
    padding: 2vh 1rem;
  }
  .page .header .mw .cont {
    padding: 15px 12px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 140px;
  }
  .page .header .mw .cont .nav {
    display: none;
  }
  .page .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a img {
    width: 12px;
  }
  .page .header .mw .cont .right_side .phone {
    margin: 0 15px;
  }
  .page .header .mw .cont .right_side .phone a {
    font-size: 15px;
  }
  .page .header .mw .cont .right_side .phone a .icon {
    margin-right: 5px;
  }
  .page .header .mw .cont .right_side .phone a .icon img {
    width: 15px;
  }
  .page .header .mw .cont .right_side .btn_b {
    margin-right: 15px;
  }
  .page .header .mw .cont .right_side .btn_b .btn_m {
    max-width: 200px;
    padding: 5px 5px 5px 20px;
    font-size: 13px;
  }
  .page .header .mw .cont .right_side .btn_b .btn_m .icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    min-width: 30px;
  }
  .page .header .mw .cont .right_side .btn_b .btn_m .icon img {
    width: 12px;
  }
  .page .header .mw .cont .right_side .o_xs_menu {
    display: block;
  }
  .page .xs_menu {
    display: block;
  }
  .page .main .mw {
    padding: 80px 1rem 60px;
  }
  .page .main .mw .main_cont .left_side {
    width: 45%;
  }
  .page .main .mw .main_cont .left_side .h1 {
    font-size: 45px;
    max-width: 600px;
    line-height: 50px;
    letter-spacing: -3.75px;
    padding-bottom: 40px;
  }
  .page .main .mw .main_cont .left_side .desc p {
    font-size: 18px;
    max-width: 340px;
  }
  .page .main .mw .main_cont .left_side .desc::before {
    width: 20px;
    height: 22px;
    min-width: 20px;
    margin-right: 12px;
    top: 0;
  }
  .page .main .mw .main_cont .right_side {
    width: 49%;
  }
  .page .main .mw .main_cont .right_side .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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page .main .mw .main_cont .right_side .btn_line .btn_c {
    margin-right: 10px;
  }
  .page .m_title {
    padding-bottom: 35px;
  }
  .page .m_title .h2 {
    font-size: 36px;
  }
  .page .current_cars .mw {
    padding: 60px 1rem 30px;
  }
  .page .current_cars .mw .m_title {
    padding-bottom: 35px;
  }
  .page .current_cars .mw .cont .filters {
    border-radius: 24px;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .page .current_cars .mw .cont .filters .filters__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .page .current_cars .mw .cont .filters .input-group label {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 16px;
  }
  .page .current_cars .mw .cont .filters .input-group input,
  .page .current_cars .mw .cont .filters .input-group select {
    padding: 15px 14px;
    font-size: 16px;
    line-height: 17px;
  }
  .page .current_cars .mw .cont .filters .input-group select {
    padding-right: 35px;
    background-size: 20px 20px;
  }
  .page .current_cars .mw .cont .filters .input-group .inp_line input {
    width: 48%;
  }
  .page .current_cars .mw .cont .filters .filters__actions {
    margin-top: 20px;
  }
  .page .current_cars .mw .cont .filters .filters__actions #resetFilters {
    font-size: 16px;
  }
  .page
    .current_cars
    .mw
    .cont
    .filters
    .filters__actions
    #resetFilters::before {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .page .current_cars .mw .cont .filters .filters__actions .btn {
    font-size: 16px;
    padding: 20px 15px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .cars__list {
    gap: 10px;
  }
  .page .current_cars .mw .cont .cars__list .car {
    width: calc((100% - 20px) / 3);
    border-radius: 15px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__slides
    img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 10px;
    gap: 4px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 40px;
    height: 2px;
  }
  .page .current_cars .mw .cont .cars__list .car .title {
    font-size: 11px;
    padding: 5px 10px;
    top: 10px;
    left: 10px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc {
    padding: 20px 12px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__title {
    font-size: 16px;
    line-height: 22px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__desc {
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__price {
    font-size: 16px;
    margin-right: 10px;
    line-height: 17.5px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit {
    padding: 3px 5px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit span {
    font-size: 12px;
    line-height: 15.6px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c {
    padding-top: 25px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c {
    padding: 14px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .show-all {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .show-all .btn {
    padding: 18px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .show-all .btn::after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    top: 2px;
  }
  .page .current_cars .mw .cont .bottom_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin: 0 5px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .next:after {
    width: 18px;
    height: 18px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .dont_want_waste_time .mw {
    padding: 30px 1rem;
  }
  .page .dont_want_waste_time .mw .cont {
    border-radius: 20px;
    padding: 40px 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 .dont_want_waste_time .mw .cont .left_side {
    width: 48%;
  }
  .page .dont_want_waste_time .mw .cont .left_side .m_title {
    max-width: 400px;
    padding-bottom: 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc {
    max-width: 350px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc p {
    font-size: 18px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line {
    margin-top: 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c {
    max-width: 200px;
    margin-right: 12px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .logo {
    max-width: 120px;
  }
  .page .dont_want_waste_time .mw .cont .right_side {
    width: 50%;
    position: relative;
    bottom: -3px;
    right: 0;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img {
    width: 100%;
  }
  .page .services .mw {
    padding: 30px 1rem 80px;
  }
  .page .services .mw .decor {
    position: absolute;
    width: 600px;
    right: -280px;
    top: -250px;
  }
  .page .services .mw .m_title .h2 span {
    color: #818181;
  }
  .page .services .mw .m_title p {
    margin-top: 15px;
    font-size: 18px;
    max-width: 400px;
  }
  .page .services .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 .services .mw .cont .card {
    border-radius: 20px;
  }
  .page .services .mw .cont .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
  .page .services .mw .cont .card .desc {
    padding: 14px 35px 24px;
  }
  .page .services .mw .cont .card .desc .h5 {
    font-size: 16px;
  }
  .page .services .mw .cont .card .desc p {
    margin: 12px 28px;
    font-size: 14px;
  }
  .page .services .mw .cont .card .desc .btn_more {
    padding: 15px;
    font-size: 16px;
  }
  .page .trust_us .mw {
    padding: 60px 1rem;
  }
  .page .trust_us .mw .m_title {
    max-width: 450px;
  }
  .page .trust_us .mw .cont .card {
    width: 49%;
    border-radius: 15px;
    padding: 20px;
  }
  .page .trust_us .mw .cont .card .icon {
    margin-bottom: 25px;
  }
  .page .trust_us .mw .cont .card .h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page .trust_us .mw .cont .card p {
    font-size: 14px;
  }
  .page .trust_us .mw .cont .card .img {
    display: none;
  }
  .page .trust_us .mw .cont .card:nth-child(3) {
    width: 49%;
  }
  .page .trust_us .mw .cont .card:nth-child(5) {
    width: 49%;
  }
  .page .trust_us .mw .cont .card:nth-child(6) {
    width: 49%;
  }
  .page .how_the_purchase_work .mw {
    padding: 60px 1rem 30px;
  }
  .page .how_the_purchase_work .mw .top_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title {
    max-width: 420px;
  }
  .page .how_the_purchase_work .mw .top_line .right_side .logo {
    max-width: 180px;
  }
  .page .how_the_purchase_work .mw .cont .card {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side {
    width: 5%;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num {
    border-radius: 6px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 20px;
  }
  .page .how_the_purchase_work .mw .cont .card .center {
    width: 45%;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 20px;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 16px;
    margin-top: 16px;
    max-width: 515px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side {
    width: 45%;
    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 .how_the_purchase_work .mw .cont .card .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;
    margin-top: 12px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #1a1714;
    color: #fff7ed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m::after {
    background: url(../images/arrow_right_beige.svg) no-repeat center
      center/cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m:hover {
    background: #f6e8d8;
    color: #1a1714;
  }
  .page
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m:hover::after {
    background: url(../images/arrow_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .order_block .mw {
    padding: 0 1rem 60px;
  }
  .page .order_block .mw .cont {
    border-radius: 20px;
    padding: 35px 30px;
  }
  .page .order_block .mw .cont .left_side {
    width: 50%;
  }
  .page .order_block .mw .cont .left_side .m_title {
    max-width: 630px;
    padding-bottom: 20px;
  }
  .page .order_block .mw .cont .left_side .m_title .h2 {
    font-size: 30px;
  }
  .page .order_block .mw .cont .left_side .desc {
    padding-bottom: 20px;
    max-width: 470px;
  }
  .page .order_block .mw .cont .left_side .desc p {
    font-size: 16px;
  }
  .page .order_block .mw .cont .left_side .btn_c .btn_m {
    max-width: 260px;
  }
  .page .order_block .mw .cont .right_side {
    width: 48%;
  }
  .page .order_block .mw .cont .right_side .img {
    max-width: 546px;
  }
  .page .order_block .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .about .mw {
    padding: 60px 1rem 30px;
  }
  .page .about .mw .cont .left_side {
    width: 48%;
  }
  .page .about .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .about .mw .cont .right_side {
    width: 48%;
  }
  .page .about .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .about .mw .cont .right_side .desc {
    margin-bottom: 20px;
  }
  .page .about .mw .cont .right_side .desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .reviews .mw {
    padding: 30px 1rem 60px;
  }
  .page .reviews .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;
    padding-bottom: 30px;
  }
  .page .reviews .mw .top_line .left_side {
    max-width: 400px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews {
    width: 45px;
    height: 45px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews:after,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews:after {
    width: 18px;
    height: 18px;
  }
  .page .reviews .mw .reviews_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .page .reviews .mw .btn_c {
    margin-top: 30px;
  }
  .page .reviews .mw .btn_c .btn_m_c {
    padding: 18px;
    font-size: 16px;
  }
  .page .reviews .mw .btn_c .btn_m_c::after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    top: 2px;
  }
  .page .news .mw {
    padding: 0 1rem 60px;
  }
  .page .news .mw .top_line {
    padding-bottom: 30px;
  }
  .page .news .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .news .mw .top_line .right_side .btn_next_news,
  .page .news .mw .top_line .right_side .btn_prev_news {
    width: 45px;
    height: 45px;
  }
  .page .news .mw .top_line .right_side .btn_next_news:after,
  .page .news .mw .top_line .right_side .btn_prev_news:after {
    width: 18px;
    height: 18px;
  }
  .page .news .mw .news_slider .card {
    border-radius: 12px;
    padding: 15px 12px 20px;
  }
  .page .news .mw .news_slider .card .img img {
    border-radius: 12px;
  }
  .page .news .mw .news_slider .card .h5 {
    margin-top: 15px;
    font-size: 15px;
  }
  .page .news .mw .news_slider .card p {
    margin: 12px 0;
    font-size: 14px;
  }
  .page .news .mw .news_slider .card .btn_more {
    padding: 12px;
    font-size: 15px;
  }
  .page .any_ques .mw {
    padding: 60px 1rem 30px;
  }
  .page .any_ques .mw .cont {
    border-radius: 20px;
  }
  .page .any_ques .mw .cont .decor {
    width: 150px;
    right: -20px;
    top: -10px;
    z-index: 2;
  }
  .page .any_ques .mw .cont .left_side {
    padding: 40px 20px;
    width: 60%;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side .desc {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side .desc p {
    font-size: 18px;
    max-width: 380px;
  }
  .page .any_ques .mw .cont .left_side form {
    max-width: 720px;
    position: relative;
    z-index: 2;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp input,
  .page .any_ques .mw .cont .left_side form .inp textarea {
    height: 50px;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 12px;
  }
  .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
    height: 80px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin-bottom: 25px;
  }
  .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 .txt {
    font-size: 14px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt a {
    font-size: 14px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 280px;
  }
  .page .any_ques .mw .cont .right_side {
    z-index: 1;
  }
  .page .any_ques .mw .cont .right_side .img {
    position: absolute;
    width: 500px;
    bottom: -220px;
    right: -70px;
  }
  .page .footer .top_cont .mw {
    padding: 30px 1rem 20px;
  }
  .page .footer .top_cont .mw .t_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 .t_cont .left_side {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .footer .top_cont .mw .t_cont .left_side .logo {
    width: 242px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links {
    width: 32%;
  }
  .page .footer .top_cont .mw .t_cont .fast_links .h5,
  .page .footer .top_cont .mw .t_cont .fast_links h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li {
    margin-bottom: 5px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li a {
    font-size: 16px;
  }
  .page .footer .top_cont .mw .cont {
    padding: 30px 0;
  }
  .page .footer .top_cont .mw .cont .card {
    width: 24%;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .page .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    margin-bottom: 8px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 16px;
    line-height: 18px;
  }
  .page .footer .top_cont .mw .cont .card p {
    font-size: 11px;
    line-height: 16px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c {
    margin-top: 20px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m {
    padding: 5px;
  }
  .page .footer .top_cont .mw .cont .card .title {
    font-size: 12px;
    max-width: 120px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons {
    margin-top: 20px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li {
    margin-right: 8px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a img {
    width: 15px;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) {
    width: 24%;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(3) {
    width: 24%;
  }
  .page .footer .top_cont .mw .cont .row {
    width: 24%;
  }
  .page .footer .top_cont .mw .cont .row .card {
    width: 100%;
    margin-bottom: 14px;
    padding: 12px 10px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .num {
    font-size: 20px;
    line-height: 22px;
    margin-right: 8px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc small {
    font-size: 11px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .star {
    width: 60px;
    max-width: 60px;
    margin-top: 0;
  }
  .page .footer .top_cont .mw .cont .row .card a .img {
    max-width: 25px;
  }
  .page .footer .top_cont .mw .b_cont {
    max-width: 1195px;
  }
  .page .footer .top_cont .mw .b_cont p {
    font-size: 14px;
    line-height: 24px;
  }
  .page .footer .bottom_cont .mw {
    padding: 20px 1rem;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 14px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li {
    margin-right: 8px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 14px;
  }
  .page .top_section .top_nav .mw {
    padding: 20px 1rem;
  }
  .page .top_section .top_nav .mw ul li:after {
    font-size: 15px;
    margin: 0 5px;
  }
  .page .top_section .top_nav .mw ul li a {
    font-size: 15px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 1rem 60px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 50px;
    max-width: 1100px;
    line-height: 55px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc p {
    font-size: 18px;
    max-width: 566px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc::before {
    width: 20px;
    height: 22px;
    min-width: 20px;
    margin-right: 12px;
    top: 2px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul {
    margin-top: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li {
    width: 23%;
    padding: 20px 15px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon img {
    width: 15px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .h5 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li p {
    font-size: 12px;
  }
  .page .top_section_about .top_section_cont .mw {
    padding: 20px 1rem 60px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side {
    width: 70%;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 40px;
    max-width: 500px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .desc {
    max-width: 550px;
  }
  .page .we_in_number .mw {
    padding: 60px 1rem 30px;
  }
  .page .we_in_number .mw .cont .left_side {
    width: 56%;
  }
  .page .we_in_number .mw .cont .left_side .card {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page .we_in_number .mw .cont .left_side .card .line {
    padding-bottom: 20px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title {
    max-width: 242px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title .h2 {
    font-size: 32px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .logo {
    width: 100px;
  }
  .page .we_in_number .mw .cont .left_side .card .desc p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_side {
    width: 42%;
    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 .we_in_number .mw .cont .right_side .m_title {
    padding-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_side .m_title .h3 {
    font-size: 26px;
  }
  .page .we_in_number .mw .cont .right_side ul li {
    border-radius: 15px;
    padding: 25px 15px;
    margin-bottom: 12px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num {
    margin-right: 20px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num span {
    font-size: 35px;
    line-height: 30.8px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num small {
    font-size: 20px;
    line-height: 30.8px;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc {
    width: 100%;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc p {
    font-size: 14px;
    max-width: 234px;
    line-height: 22px;
  }
  .page .we_in_number .mw .cont .right_side ul li:nth-child(3) .desc p {
    max-width: 310px;
  }
  .page .our_foundation_success .mw {
    padding: 30px 1rem 60px;
  }
  .page .our_foundation_success .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .our_foundation_success .mw .cont .decor {
    width: 100%;
    position: relative;
    bottom: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .our_foundation_success .mw .cont .left_side {
    width: 100%;
  }
  .page .our_foundation_success .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li {
    width: 32%;
    border-radius: 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row {
    border-radius: 20px;
    padding: 15px 12px 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 15px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num span {
    font-size: 16px;
    line-height: 24px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc .h5 {
    font-size: 16px;
    max-width: 200px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc p {
    font-size: 14px;
  }
  .page .bg1 {
    padding: 0 0 60px;
  }
  .page .bg1 .we_listen .mw {
    padding: 60px 1rem 30px;
  }
  .page .bg1 .we_listen .mw .cont {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page .bg1 .we_listen .mw .cont .left_side {
    width: 48%;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title {
    max-width: 360px;
    padding-bottom: 20px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title .h2 {
    font-size: 35px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc {
    max-width: 400px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page .bg1 .we_listen .mw .cont .right_side {
    width: 50%;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .bg1 .team .mw {
    padding: 30px 1rem 60px;
  }
  .page .bg1 .team .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;
    padding-bottom: 30px;
  }
  .page .bg1 .team .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title .h2 {
    color: #fff;
  }
  .page .bg1 .team .mw .top_line .left_side .desc p {
    font-size: 16px;
    max-width: 605px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc::before {
    width: 20px;
    height: 22px;
    min-width: 20px;
    margin-right: 12px;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team {
    margin-left: 15px;
    width: 45px;
    height: 45px;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team:after,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team:after {
    width: 18px;
    height: 18px;
  }
  .page .bg1 .team .mw .team_slider .card {
    border-radius: 16px;
    padding: 12px;
  }
  .page .bg1 .team .mw .team_slider .card .img img {
    border-radius: 16px;
  }
  .page .bg1 .team .mw .team_slider .card .title {
    right: 10px;
    bottom: 10px;
    padding: 6px 12px;
  }
  .page .bg1 .team .mw .team_slider .card .title span {
    font-size: 13px;
  }
  .page .bg1 .team .mw .team_slider .card .desc {
    padding: 15px;
  }
  .page .bg1 .team .mw .team_slider .card .desc .h5 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .page .bg1 .team .mw .team_slider .card .desc p {
    font-size: 15px;
  }
  .page .top_section_catalog .top_section_cont .mw {
    padding: 20px 1rem 60px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side {
    width: 48%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .desc {
    margin-top: 20px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side {
    width: 48%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .catalogs .mw {
    padding: 60px 1rem;
  }
  .page .catalogs .mw .cont .left_side {
    width: 55%;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider {
    margin-bottom: 20px;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb {
    border-radius: 10px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb .badge {
    font-size: 20px;
    line-height: 20px;
  }
  .page .catalogs .mw .cont .right_side {
    width: 42%;
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page .catalogs .mw .cont .right_side .price {
    font-size: 45px;
    line-height: 46.191px;
    padding-bottom: 25px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount {
    padding: 12px 8px;
    margin-right: 10px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 8px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check:after {
    width: 6px;
    height: 6px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row .num {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row span {
    font-size: 11px;
  }
  .page .catalogs .mw .cont .right_side .btn_c {
    margin-top: 20px;
  }
  .page .catalogs .mw .cont .right_side .btn_c .btn_m {
    padding: 18px 15px;
  }
  .page .catalogs .mw .cont .right_side .features {
    margin-top: 20px;
  }
  .page .catalogs .mw .cont .right_side .features .h3 {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .page .catalogs .mw .cont .right_side .features ul li {
    width: 49%;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .page .catalogs .mw .cont .right_side .features ul li .icon {
    width: 25px;
    min-width: 25px;
    margin-right: 8px;
  }
  .page .catalogs .mw .bottom_cont {
    margin-top: 25px;
  }
  .page .catalogs .mw .bottom_cont .card {
    border-radius: 15px;
    padding: 18px 15px;
  }
  .page .catalogs .mw .bottom_cont .card .num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-bottom: 10px;
  }
  .page .catalogs .mw .bottom_cont .card .num span {
    font-size: 12px;
    line-height: 12px;
  }
  .page .catalogs .mw .bottom_cont .card .desc .h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    height: 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .catalogs .mw .bottom_cont .card .desc p {
    font-size: 14px;
    line-height: 16px;
  }
  .page .equipment .mw {
    padding: 30px 1rem 60px;
  }
  .page .equipment .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .equipment .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .equipment .mw .cont .left_side .desc .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .page .equipment .mw .cont .left_side .desc ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .page .equipment .mw .cont .left_side .desc ul li::before {
    margin: 0 10px;
    width: 4px;
    height: 4px;
    min-width: 4px;
  }
  .page .equipment .mw .cont .right_side .img {
    position: absolute;
    top: 70px;
    opacity: 0.1;
    width: 852px;
    right: -235px;
  }
  .page .bg2 {
    background: #000;
    padding: 60px 0 0;
  }
  .page .bg2 .trust_us .mw .m_title {
    max-width: 600px;
  }
  .page .bg2 .you_might_interested .mw {
    padding: 60px 1rem 30px;
  }
  .page .bg2 .you_might_interested .mw .top_line {
    padding-bottom: 30px;
  }
  .page .bg2 .you_might_interested .mw .top_line .left_side {
    max-width: 650px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_next_interested,
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_prev_interested {
    margin-left: 12px;
    width: 45px;
    height: 45px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_next_interested:after,
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_prev_interested:after {
    width: 18px;
    height: 18px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car {
    border-radius: 15px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__slides
    img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 10px;
    gap: 4px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 40px;
    height: 2px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .title {
    font-size: 11px;
    padding: 5px 10px;
    top: 10px;
    left: 10px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc {
    padding: 20px 12px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__title {
    font-size: 16px;
    line-height: 22px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__desc {
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__price {
    font-size: 16px;
    margin-right: 10px;
    line-height: 17.5px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit {
    padding: 3px 5px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit
    span {
    font-size: 12px;
    line-height: 15.6px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc .btn_c {
    padding-top: 25px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .btn_c
    .btn_m_c {
    padding: 14px;
    font-size: 16px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .h1 {
    max-width: 700px;
    padding-bottom: 40px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .desc {
    max-width: 475px;
  }
  .page .bg3 {
    padding: 60px 0 0;
  }
  .page .bg3 .how_the_purchase_work .mw {
    padding: 60px 1rem;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side {
    max-width: 275px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p {
    font-size: 16px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p b {
    font-size: 16px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card {
    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;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side {
    width: 5%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side .num {
    border-radius: 6px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center {
    width: 45%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 16px;
    margin-top: 16px;
    max-width: 515px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .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 .bg3 .how_the_purchase_work .mw .cont .card .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;
    margin-top: 12px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .btn_c .btn_m {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #1a1714;
    color: #fff7ed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m::after {
    background: url(../images/arrow_right_beige.svg) no-repeat center
      center/cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m:hover {
    background: #f6e8d8;
    color: #1a1714;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m:hover::after {
    background: url(../images/arrow_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(5) .right_side {
    margin-right: 0;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(5)
    .right_side
    .img {
    max-width: 350px;
  }
  .page .bg3 .how_the_purchase_work .mw .info {
    max-width: 550px;
    font-size: 18px;
  }
  .page .bg3 .purchase_work .mw .top_line .left_side .m_title {
    max-width: 380px;
  }
  .page .bg3 .purchase_work .mw .top_line .right_side {
    max-width: 200px;
  }
  .page .bg3 .purchase_work .mw .cont .card .left_side {
    width: 5%;
  }
  .page .bg3 .purchase_work .mw .cont .card .left_side .num {
    border-radius: 6px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page .bg3 .purchase_work .mw .cont .card .left_side .num span {
    font-size: 20px;
  }
  .page .bg3 .purchase_work .mw .cont .card .center {
    width: 45%;
  }
  .page .bg3 .purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 20px;
  }
  .page .bg3 .purchase_work .mw .cont .card .center .desc p {
    font-size: 16px;
    margin-top: 16px;
    max-width: 515px;
  }
  .page .bg3 .purchase_work .mw .cont .card .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 .bg3 .purchase_work .mw .cont .card .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;
    margin-top: 12px;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .btn_c .btn_m {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #1a1714;
    color: #fff7ed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .btn_c .btn_m::after {
    background: url(../images/arrow_right_beige.svg) no-repeat center
      center/cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .btn_c .btn_m:hover {
    background: #f6e8d8;
    color: #1a1714;
  }
  .page
    .bg3
    .purchase_work
    .mw
    .cont
    .card
    .right_side
    .btn_c
    .btn_m:hover::after {
    background: url(../images/arrow_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .img {
    max-width: 140px;
    border-radius: 0;
    margin-right: 75px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .img img {
    border-radius: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(2) .img {
    max-width: 360px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .img {
    max-width: 427px;
    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 .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side .img {
    max-width: 150px;
    margin-right: 60px;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side {
    margin-right: 12px;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side .img {
    max-width: 394px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .left_side .m_title {
    max-width: 450px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .right_side {
    max-width: 250px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .img {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .img img {
    width: 100%;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) .img {
    max-width: 350px;
    margin-right: 10px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) {
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) .img {
    width: 150px;
    margin-right: 80px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side {
    margin-right: 14px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side .img {
    max-width: 380px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side {
    margin-right: 80px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img {
    max-width: 554px;
  }
  .page .trust .mw .m_title {
    max-width: 480px;
  }
  .page .trust .mw .cont .card {
    width: 32%;
    padding: 20px 15px;
  }
  .page .trust .mw .cont .card .icon {
    margin-bottom: 20px;
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .page .trust .mw .cont .card .icon img {
    width: 30px;
  }
  .page .trust .mw .cont .card .desc .h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .page .trust .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .trust .mw .cont .card:nth-child(3),
  .page .trust .mw .cont .card:nth-child(5),
  .page .trust .mw .cont .card:nth-child(6) {
    width: 32%;
  }
  .page .do_you_want_know .mw {
    padding: 60px 1rem 30px;
  }
  .page .do_you_want_know .mw .cont {
    border-radius: 20px;
    padding: 30px 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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .do_you_want_know .mw .cont .left_side {
    width: 48%;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title .h2 {
    font-size: 30px;
    max-width: 460px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title p {
    font-size: 16px;
    margin-top: 20px;
    max-width: 450px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp {
    width: 48%;
    margin-bottom: 12px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .h5 {
    font-size: 14px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp input,
  .page .do_you_want_know .mw .cont .left_side form .inp select {
    height: 40px;
    font-size: 14px;
    padding: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select:after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c {
    margin-top: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m {
    max-width: 180px;
    padding: 15px;
    border-radius: 10px;
  }
  .page .do_you_want_know .mw .cont .right_side {
    width: 50%;
  }
  .page .do_you_want_know .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .faq .mw {
    padding: 30px 1rem 60px;
  }
  .page .faq .mw .m_title {
    padding-bottom: 35px;
  }
  .page .faq .mw .accordion .accordion-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 12px 0 0;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 15px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .h1 {
    line-height: 54px;
    font-size: 50px;
    padding-bottom: 30px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .desc {
    max-width: 520px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side ul li p {
    max-width: 180px;
  }
  .page
    .top_section_commission
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li
    p:nth-child(3) {
    max-width: 180px;
  }
  .page .trust1 .mw .m_title {
    max-width: 550px;
  }
  .page .trust2 .mw .m_title {
    max-width: 470px;
  }
  .page .why_easier_trust .mw {
    padding: 30px 1rem;
  }
  .page .why_easier_trust .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .why_easier_trust .mw .cont .m_title {
    padding-bottom: 30px;
    max-width: 450px;
  }
  .page .why_easier_trust .mw .cont .row {
    max-width: 100%;
    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;
  }
  .page .why_easier_trust .mw .cont .row .card {
    width: 49%;
    border-radius: 20px;
    padding: 20px 15px;
    margin-right: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card:last-child {
    margin-right: 0;
  }
  .page .why_easier_trust .mw .cont .row .card .line {
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .icon {
    max-width: 30px;
  }
  .page .why_easier_trust .mw .cont .row .card:nth-child(2) {
    background: linear-gradient(93deg, #006647 1.5%, #1f1f1f 136.68%);
  }
  .page .why_easier_trust .mw .cont .row .card:nth-child(2) .line {
    margin-bottom: 8px;
  }
  .page .why_easier_trust .mw .cont .row .card ul li {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .page .order_block1 .mw {
    padding: 60px 1rem;
  }
  .page .order_block1 .mw .cont {
    padding: 0 20px;
  }
  .page .order_block1 .mw .cont .left_side .m_title {
    width: 400px;
    max-width: 540px;
    padding-bottom: 20px;
  }
  .page .order_block1 .mw .cont .left_side .desc {
    max-width: 375px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c {
    max-width: 250px;
    padding-top: 20px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 250px;
  }
  .page .order_block1 .mw .cont .right_side {
    position: relative;
    bottom: 0;
    top: 0;
    right: 30px;
  }
  .page .order_block1 .mw .cont .right_side .img {
    width: 600px;
  }
  .page .order_block1 .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .about_full .mw {
    padding: 60px 1rem;
  }
  .page .about_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;
  }
  .page .about_full .mw .cont .right_side .m_title {
    max-width: 560px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .desc .h5 {
    font-size: 16px;
  }
  .page .about_full .mw .cont .right_side .desc ul {
    margin-bottom: 16px;
  }
  .page .about_full .mw .cont .right_side .desc ul li {
    font-size: 16px;
  }
  .page .about_full .mw .cont .right_side .desc ul li::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 4px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 30px;
    max-width: 750px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .desc {
    max-width: 525px;
  }
  .page .content_none_section {
    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;
  }
  .page .content_none_section .decor {
    width: 2000px;
    left: -400px;
    bottom: -200px;
  }
  .page .content_none_section::before {
    height: 550px;
  }
  .page .content_none_section .content_none_section_cont .mw {
    padding: 0 1rem 80px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont {
    width: 100%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .h5 {
    font-size: 36px;
    max-width: 575px;
    line-height: 45px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .btn_c
    .btn_m {
    padding: 20px;
    font-size: 16px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    top: 0;
    max-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-bottom: 50px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img img {
    width: 100%;
    height: auto;
  }
  .page .privacy_policy .mw {
    padding: 60px 1rem;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 17px;
    padding-bottom: 30px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont {
    padding-top: 30px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .left_side {
    width: 49%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card {
    width: 49%;
    border-radius: 10px;
    padding: 15px 12px;
    margin-bottom: 15px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone
    a {
    font-size: 17px;
    line-height: 20px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    p {
    font-size: 14px;
    line-height: 15px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .btn_c
    .btn_m {
    font-size: 11.217px;
    padding: 6px;
    max-width: 116px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .title {
    font-size: 12px;
    max-width: 120px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li {
    margin-right: 8px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a
    img {
    width: 14px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    p {
    font-size: 17px;
    line-height: 20px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    .email
    a {
    font-size: 14px;
    line-height: 15px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(3) {
    width: 38%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4) {
    width: 60%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c {
    margin-top: 10px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c
    .btn_m {
    max-width: 135px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .right_side {
    width: 49%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .right_side
    .img
    img {
    border-radius: 20px;
  }
  .page .maps .mw {
    padding: 60px 1rem;
  }
  .page .maps .mw .map {
    height: 425px;
  }
  .page .maps .mw .map iframe {
    border-radius: 20px;
  }
  .page .articles .mw {
    padding: 60px 1rem;
  }
  .page .articles .mw .cont .left_side {
    width: 62%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 16px 0 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c {
    margin-top: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c .btn_m_c {
    max-width: 160px;
    padding: 16px;
    font-size: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .btn_c
    .btn_m_c::after {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 6px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin: 0 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 18px;
    height: 18px;
  }
  .page .articles .mw .cont .right_side {
    width: 35%;
  }
  .page .sidebar .widget {
    margin-bottom: 15px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page .sidebar .widget_search form input {
    height: 50px;
    padding: 18px 15px;
    font-size: 16px;
  }
  .page .sidebar .widget_search form .search_btn {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .page .sidebar .widget_categories ul li {
    margin-bottom: 4px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 18px;
  }
  .page .sidebar .widget_categories ul li a:before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    margin: 0 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 55px;
    min-width: 55px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img img {
    border-radius: 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date {
    font-size: 12px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_contacts ul li a {
    font-size: 18px;
  }
  .page .article .mw {
    padding: 60px 1rem 30px;
  }
  .page .article .mw .cont {
    padding-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h4,
  .page .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 30px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 6px 12px;
    font-size: 18px;
    margin-right: 10px;
  }
  .page .latest_news .mw {
    padding: 0 1rem 60px;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .cont .new_card {
    width: 32%;
  }
  .page .latest_news .mw .cont .new_card a .img {
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    max-width: 332px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .btn_c .btn_m {
    padding: 24px;
    font-size: 17px;
  }
  .btn_c .btn_m::after {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-left: 10px;
  }
  .page .header .mw {
    padding: 2vh 2rem;
  }
  .page .header .mw .cont {
    padding: 15px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 130px;
  }
  .page .header .mw .cont .nav .header_nav li {
    margin-right: 12px;
  }
  .page .header .mw .cont .nav .header_nav li.menu-item-has-children:after {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 2px;
  }
  .page .header .mw .cont .nav .header_nav li a {
    font-size: 14px;
  }
  .page .header .mw .cont .nav .header_nav li .sub-menu {
    width: 300px;
    padding: 15px;
  }
  .page .header .mw .cont .nav .header_nav li .sub-menu li a {
    padding: 10px 0;
  }
  .page .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 8px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a img {
    width: 16px;
  }
  .page .header .mw .cont .right_side .phone {
    margin: 0 12px;
  }
  .page .header .mw .cont .right_side .phone a {
    font-size: 14px;
  }
  .page .header .mw .cont .right_side .phone a .icon {
    margin-right: 5px;
  }
  .page .header .mw .cont .right_side .phone a .icon img {
    width: 15px;
  }
  .page .header .mw .cont .right_side .btn_b {
    display: none;
  }
  .page .main .mw {
    padding: 100px 2rem 70px;
  }
  .page .main .mw .main_cont .left_side {
    width: 45%;
  }
  .page .main .mw .main_cont .left_side .h1 {
    font-size: 50px;
    max-width: 500px;
    line-height: 55px;
    padding-bottom: 40px;
  }
  .page .main .mw .main_cont .left_side .desc p {
    font-size: 18px;
    max-width: 420px;
  }
  .page .main .mw .main_cont .left_side .desc::before {
    width: 24px;
    height: 26px;
    min-width: 24px;
    margin-right: 20px;
    top: 2px;
  }
  .page .main .mw .main_cont .right_side .btn_line .btn_c {
    margin-right: 15px;
  }
  .page .m_title {
    padding-bottom: 40px;
  }
  .page .m_title .h2 {
    font-size: 40px;
  }
  .page .current_cars .mw {
    padding: 60px 2rem 30px;
  }
  .page .current_cars .mw .m_title {
    padding-bottom: 30px;
  }
  .page .current_cars .mw .cont .filters {
    border-radius: 25px;
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  .page .current_cars .mw .cont .filters .filters__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .page .current_cars .mw .cont .filters .input-group label {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .page .current_cars .mw .cont .filters .input-group input,
  .page .current_cars .mw .cont .filters .input-group select {
    padding: 20px 14px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .filters .input-group select {
    padding-right: 35px;
    background-size: 20px 20px;
  }
  .page .current_cars .mw .cont .filters .filters__actions {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .filters .filters__actions #resetFilters {
    font-size: 16px;
    line-height: 18px;
  }
  .page
    .current_cars
    .mw
    .cont
    .filters
    .filters__actions
    #resetFilters::before {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .page .current_cars .mw .cont .filters .filters__actions .btn {
    font-size: 16px;
    padding: 20px 15px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .cars__list {
    gap: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car {
    width: calc((100% - 30px) / 3);
    border-radius: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car .car__slider-wrapper {
    width: 100%;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__slides
    img {
    border-radius: 15px 15px 0 0;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 10px;
    gap: 4px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 50px;
    height: 3px;
  }
  .page .current_cars .mw .cont .cars__list .car .title {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    top: 10px;
    left: 10px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc {
    padding: 20px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__title {
    font-size: 20px;
    line-height: 24px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__desc {
    font-size: 14px;
    margin: 16px 0;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__price {
    font-size: 20px;
    margin-right: 10px;
    line-height: 23px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit {
    padding: 4px 6px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit span {
    font-size: 14px;
    line-height: 16px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c {
    padding-top: 30px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c {
    padding: 14px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .show-all {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .show-all .btn {
    padding: 18px;
    font-size: 16px;
  }
  .page .current_cars .mw .cont .show-all .btn::after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    top: 4px;
  }
  .page .current_cars .mw .cont .bottom_pagination {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 18px;
    margin: 0 6px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .next:after {
    width: 18px;
    height: 18px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .dont_want_waste_time .mw {
    padding: 30px 2rem;
  }
  .page .dont_want_waste_time .mw .cont {
    border-radius: 25px;
    padding: 40px 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 .dont_want_waste_time .mw .cont .left_side .m_title {
    max-width: 460px;
    padding-bottom: 30px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc {
    max-width: 330px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc p {
    font-size: 18px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line {
    margin-top: 30px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c {
    max-width: 220px;
    margin-right: 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c .btn_m {
    padding: 16px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .logo {
    max-width: 120px;
  }
  .page .dont_want_waste_time .mw .cont .right_side {
    position: absolute;
    bottom: -3px;
    right: 0;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img {
    width: 580px;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .dont_want_waste_time .mw .cont .mob_cont {
    display: none;
  }
  .page .services .mw {
    padding: 30px 2rem 70px;
  }
  .page .services .mw .decor {
    width: 600px;
    right: -200px;
    top: -200px;
    bottom: 0;
  }
  .page .services .mw .m_title p {
    margin-top: 15px;
    font-size: 18px;
  }
  .page .services .mw .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
  .page .services .mw .cont .card {
    border-radius: 20px;
  }
  .page .services .mw .cont .card .img img {
    border-radius: 20px 20px 0 0;
  }
  .page .services .mw .cont .card .desc {
    padding: 10px 12px 20px;
  }
  .page .services .mw .cont .card .desc .h5 {
    font-size: 15px;
  }
  .page .services .mw .cont .card .desc p {
    margin: 12px 10px;
    font-size: 13px;
  }
  .page .services .mw .cont .card .desc .btn_more {
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .page .services .mw .mob_cont {
    display: none;
  }
  .page .services .mw .mob_cont .services_slider .card {
    border-radius: 30px;
    background: #fff;
  }
  .page .services .mw .mob_cont .services_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
  }
  .page .services .mw .mob_cont .services_slider .card .desc {
    padding: 14px 35px 24px;
  }
  .page .services .mw .mob_cont .services_slider .card .desc .h5 {
    color: #222;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page .services .mw .mob_cont .services_slider .card .desc p {
    margin: 12px 0;
    color: #787878;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .page .services .mw .mob_cont .services_slider .card .desc .btn_more {
    border-radius: 9.535px;
    background: #1f5533;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page .services .mw .mob_cont .services_slider .card .desc .btn_more:hover {
    background: #006647;
  }
  .page .services .mw .mob_cont .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .services .mw .mob_cont .btn_line .btn_next_services,
  .page .services .mw .mob_cont .btn_line .btn_prev_services {
    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: 50px;
    border: 1px solid #f8d5b5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
  }
  .page .services .mw .mob_cont .btn_line .btn_next_services:hover,
  .page .services .mw .mob_cont .btn_line .btn_prev_services:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  }
  .page .services .mw .mob_cont .btn_line .btn_next_services:after,
  .page .services .mw .mob_cont .btn_line .btn_prev_services:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_left_beige.svg) no-repeat center
      center/cover;
    position: absolute;
  }
  .page .services .mw .mob_cont .btn_line .btn_next_services {
    border-radius: 50px;
    background: #f8d5b5;
    margin-left: 15px;
  }
  .page .services .mw .mob_cont .btn_line .btn_next_services:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  }
  .page .services .mw .mob_cont .btn_line .btn_next_services:after {
    background: url(../images/chevron_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .trust_us .mw {
    padding: 70px 2rem 35px;
  }
  .page .trust_us .mw .m_title {
    max-width: 500px;
  }
  .page .trust_us .mw .cont .card {
    width: 24%;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .page .trust_us .mw .cont .card .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 25px;
  }
  .page .trust_us .mw .cont .card .icon img {
    width: 32px;
  }
  .page .trust_us .mw .cont .card .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .trust_us .mw .cont .card p {
    font-size: 14px;
    max-width: 290px;
    z-index: 2;
    position: relative;
  }
  .page .trust_us .mw .cont .card .img {
    position: absolute;
  }
  .page .trust_us .mw .cont .card:nth-child(3) {
    width: 48%;
  }
  .page .trust_us .mw .cont .card:nth-child(3) .img {
    width: 300px;
    right: -70px;
    top: 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;
    bottom: -40px;
    z-index: 1;
  }
  .page .trust_us .mw .cont .card:nth-child(5) {
    width: 40%;
  }
  .page .trust_us .mw .cont .card:nth-child(5) p {
    max-width: 200px;
  }
  .page .trust_us .mw .cont .card:nth-child(5) .img {
    width: 140px;
    top: 26px;
    right: 5px;
  }
  .page .how_the_purchase_work .mw {
    padding: 60px 2rem 30px;
  }
  .page .how_the_purchase_work .mw .top_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title {
    max-width: 550px;
  }
  .page .how_the_purchase_work .mw .top_line .right_side .logo {
    max-width: 150px;
  }
  .page .how_the_purchase_work .mw .cont .card {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side {
    width: 10%;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 20px;
  }
  .page .how_the_purchase_work .mw .cont .card .center {
    width: 40%;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 20px;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 16px;
    margin-top: 20px;
    max-width: 515px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side {
    width: 45%;
    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 .how_the_purchase_work .mw .cont .card .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;
    margin-top: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 380px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img img {
    border-radius: 15px;
  }
  .page .how_the_purchase_work .mw .cont .card:nth-child(4) .img {
    max-width: 323px;
  }
  .page .how_the_purchase_work .mw .cont .card:nth-child(4) .img img {
    border-radius: 10px;
  }
  .page .how_the_purchase_work .mw .cont .card:last-child .right_side .img img {
    border-radius: 10px;
  }
  .page .order_block .mw {
    padding: 30px 2rem 70px;
  }
  .page .order_block .mw .cont {
    border-radius: 25px;
    padding: 30px 30px 30px 40px;
  }
  .page .order_block .mw .cont .left_side {
    width: 48%;
  }
  .page .order_block .mw .cont .left_side .m_title {
    max-width: 600px;
    padding-bottom: 30px;
  }
  .page .order_block .mw .cont .left_side .m_title .h2 {
    font-size: 38px;
  }
  .page .order_block .mw .cont .left_side .desc {
    padding-bottom: 30px;
    max-width: 470px;
  }
  .page .order_block .mw .cont .left_side .desc p {
    font-size: 18px;
  }
  .page .order_block .mw .cont .left_side .btn_c .btn_m {
    max-width: 300px;
  }
  .page .order_block .mw .cont .right_side {
    width: 48%;
  }
  .page .order_block .mw .cont .right_side .img {
    max-width: 546px;
  }
  .page .order_block .mw .cont .right_side .img img {
    border-radius: 25px;
  }
  .page .about .mw {
    padding: 70px 2rem 35px;
  }
  .page .about .mw .cont .left_side {
    width: 48%;
  }
  .page .about .mw .cont .left_side .img img {
    border-radius: 25px;
  }
  .page .about .mw .cont .right_side {
    width: 48%;
  }
  .page .about .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .about .mw .cont .right_side .desc {
    margin-bottom: 20px;
  }
  .page .about .mw .cont .right_side .desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .reviews .mw {
    padding: 30px 2rem 60px;
  }
  .page .reviews .mw .top_line {
    padding-bottom: 35px;
  }
  .page .reviews .mw .top_line .left_side {
    max-width: 460px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews {
    width: 48px;
    height: 48px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews:after,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews:after {
    width: 18px;
    height: 18px;
  }
  .page .reviews .mw .reviews_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .page .reviews .mw .btn_c {
    margin-top: 35px;
  }
  .page .reviews .mw .btn_c .btn_m_c {
    padding: 15px;
    font-size: 16px;
  }
  .page .reviews .mw .btn_c .btn_m_c::after {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    top: 2px;
  }
  .page .news .mw {
    padding: 0 2rem 70px;
  }
  .page .news .mw .top_line {
    padding-bottom: 35px;
  }
  .page .news .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .news .mw .top_line .right_side .btn_next_news,
  .page .news .mw .top_line .right_side .btn_prev_news {
    margin-left: 15px;
    width: 48px;
    height: 48px;
  }
  .page .news .mw .top_line .right_side .btn_next_news:after,
  .page .news .mw .top_line .right_side .btn_prev_news:after {
    width: 18px;
    height: 18px;
  }
  .page .news .mw .news_slider .card {
    padding: 14px 12px 20px;
  }
  .page .news .mw .news_slider .card .img img {
    border-radius: 12px;
  }
  .page .news .mw .news_slider .card .h5 {
    margin-top: 18px;
    font-size: 18px;
  }
  .page .news .mw .news_slider .card p {
    margin: 12px 0;
    font-size: 14px;
  }
  .page .news .mw .news_slider .card .btn_more {
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .page .any_ques .mw {
    padding: 70px 2rem 35px;
  }
  .page .any_ques .mw .cont {
    border-radius: 25px;
  }
  .page .any_ques .mw .cont .decor {
    width: 190px;
    right: -30px;
    top: -30px;
    z-index: 2;
  }
  .page .any_ques .mw .cont .left_side {
    padding: 60px 25px 60px;
    width: 60%;
    position: relative;
    z-index: 2;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 25px;
  }
  .page .any_ques .mw .cont .left_side .desc {
    padding-bottom: 25px;
  }
  .page .any_ques .mw .cont .left_side .desc p {
    font-size: 18px;
    max-width: 380px;
  }
  .page .any_ques .mw .cont .left_side form {
    max-width: 720px;
  }
  .page .any_ques .mw .cont .left_side form .inp input,
  .page .any_ques .mw .cont .left_side form .inp textarea {
    height: 55px;
    font-size: 16px;
    line-height: 18px;
    padding: 18px;
  }
  .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
    height: 100px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt a {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 300px;
  }
  .page .any_ques .mw .cont .right_side .img {
    position: absolute;
    width: 530px;
    bottom: -220px;
    right: -40px;
    z-index: 1;
  }
  .page .any_ques .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .footer .top_cont .mw {
    padding: 35px 2rem 20px;
  }
  .page .footer .top_cont .mw .t_cont .left_side {
    width: 24%;
  }
  .page .footer .top_cont .mw .t_cont .left_side .logo {
    width: 200px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links {
    width: 24%;
  }
  .page .footer .top_cont .mw .t_cont .fast_links .h5,
  .page .footer .top_cont .mw .t_cont .fast_links h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li {
    margin-bottom: 5px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .page .footer .top_cont .mw .cont {
    padding: 30px 0 50px;
  }
  .page .footer .top_cont .mw .cont .card {
    width: 24%;
    padding: 20px 15px;
  }
  .page .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    margin-bottom: 5px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    font-size: 20px;
    line-height: 22px;
  }
  .page .footer .top_cont .mw .cont .card p {
    font-size: 14px;
    line-height: 18px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c {
    margin-top: 20px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m {
    font-size: 11.217px;
    line-height: 11.217px;
    padding: 6px;
    max-width: 116px;
  }
  .page .footer .top_cont .mw .cont .card .title {
    font-size: 12.62px;
    max-width: 120px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons {
    margin-top: 20px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li {
    margin-right: 5px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a img {
    width: 15px;
  }
  .page .footer .top_cont .mw .cont .row {
    width: 24%;
  }
  .page .footer .top_cont .mw .cont .row .card {
    margin-bottom: 10px;
    padding: 12px 10px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .num {
    font-size: 25px;
    line-height: 27.017px;
    margin-right: 10px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc small {
    font-size: 11px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .star {
    width: 90px;
    max-width: 90px;
    margin-top: 2px;
  }
  .page .footer .top_cont .mw .cont .row .card a .img {
    max-width: 30px;
  }
  .page .footer .top_cont .mw .b_cont {
    max-width: 900px;
  }
  .page .footer .top_cont .mw .b_cont p {
    font-size: 14px;
  }
  .page .footer .bottom_cont .mw {
    padding: 20px 2rem;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    font-size: 14px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li {
    margin-right: 8px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    font-size: 14px;
  }
  .page .top_section .top_nav .mw {
    padding: 20px 2rem;
  }
  .page .top_section .top_nav .mw ul li:after {
    font-size: 16px;
    margin: 0 5px;
  }
  .page .top_section .top_nav .mw ul li a {
    font-size: 16px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 2rem 60px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 60px;
    max-width: 1100px;
    line-height: 60px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc p {
    font-size: 18px;
    max-width: 566px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc::before {
    width: 24px;
    height: 26px;
    min-width: 24px;
    margin-right: 20px;
    top: 2px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul {
    margin-top: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li {
    width: 23%;
    padding: 20px 18px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .h5 {
    margin: 15px 0 10px;
    font-size: 17px;
    line-height: 20px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li p {
    font-size: 12px;
    line-height: 15px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li:nth-child(4) {
    width: 28%;
  }
  .page
    .top_section
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li:nth-child(1)
    p {
    max-width: 148px;
  }
  .page
    .top_section
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li:nth-child(3)
    p {
    max-width: 170px;
  }
  .page .top_section_about .top_section_cont .mw {
    padding: 20px 2rem 60px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side {
    width: 60%;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 50px;
    max-width: 442px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .desc {
    max-width: 480px;
  }
  .page .top_section_catalogs .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_catalogs .top_section_cont .mw .cont .left_side .h1 {
    max-width: 820px;
  }
  .page .we_in_number .mw {
    padding: 70px 2rem 35px;
  }
  .page .we_in_number .mw .cont .left_side {
    width: 56%;
  }
  .page .we_in_number .mw .cont .left_side .card {
    border-radius: 25px;
    padding: 30px 20px;
  }
  .page .we_in_number .mw .cont .left_side .card .line {
    padding-bottom: 20px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title {
    max-width: 280px;
    padding-bottom: 0;
  }
  .page .we_in_number .mw .cont .left_side .card .line .m_title .h2 {
    font-size: 36px;
  }
  .page .we_in_number .mw .cont .left_side .card .line .logo {
    width: 114px;
  }
  .page .we_in_number .mw .cont .left_side .card .desc p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_side {
    width: 42%;
  }
  .page .we_in_number .mw .cont .right_side .m_title {
    padding-bottom: 25px;
  }
  .page .we_in_number .mw .cont .right_side .m_title .h3 {
    font-size: 32px;
  }
  .page .we_in_number .mw .cont .right_side ul li {
    border-radius: 15px;
    padding: 25px 12px;
    margin-bottom: 15px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num {
    margin-right: 20px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num span {
    font-size: 38px;
    line-height: 30.8px;
  }
  .page .we_in_number .mw .cont .right_side ul li .num small {
    font-size: 20px;
    line-height: 30.8px;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc {
    width: 280px;
  }
  .page .we_in_number .mw .cont .right_side ul li .desc p {
    font-size: 16px;
    max-width: 234px;
    line-height: 18px;
  }
  .page .we_in_number .mw .cont .right_side ul li:nth-child(3) .desc p {
    max-width: 310px;
  }
  .page .our_foundation_success .mw {
    padding: 35px 2rem 70px;
  }
  .page .our_foundation_success .mw .cont {
    border-radius: 25px;
    padding: 50px 30px;
  }
  .page .our_foundation_success .mw .cont .decor {
    position: absolute;
    width: 770px;
    right: -250px;
    top: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
  }
  .page .our_foundation_success .mw .cont .decor img {
    width: 100%;
    height: auto;
  }
  .page .our_foundation_success .mw .cont .left_side {
    width: 90%;
    position: relative;
    z-index: 2;
  }
  .page .our_foundation_success .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li {
    width: 32%;
    border-radius: 25px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row {
    border-radius: 25px;
    padding: 20px 18px 40px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 15px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num span {
    font-size: 18px;
    line-height: 25px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc .h5 {
    font-size: 18px;
    max-width: 180px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc p {
    font-size: 15px;
  }
  .page .bg1 {
    padding: 0 0 70px;
  }
  .page .bg1 .we_listen .mw {
    padding: 70px 2rem 35px;
  }
  .page .bg1 .we_listen .mw .cont {
    border-radius: 26px;
    padding: 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 .bg1 .we_listen .mw .cont .left_side {
    width: 52%;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title {
    max-width: 100%;
    padding-bottom: 25px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title .h2 {
    font-size: 38px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc {
    max-width: 100%;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc p {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .page .bg1 .we_listen .mw .cont .right_side {
    width: 42%;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img img {
    border-radius: 25px;
  }
  .page .bg1 .team .mw {
    padding: 35px 2rem 70px;
  }
  .page .bg1 .team .mw .top_line {
    padding-bottom: 30px;
  }
  .page .bg1 .team .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc p {
    font-size: 18px;
    max-width: 550px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc::before {
    width: 24px;
    height: 26px;
    min-width: 24px;
    margin-right: 20px;
    top: 2px;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team {
    margin-left: 12px;
    width: 48px;
    height: 48px;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team:after,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team:after {
    width: 18px;
    height: 18px;
  }
  .page .bg1 .team .mw .team_slider .card {
    padding: 14px 12px;
  }
  .page .bg1 .team .mw .team_slider .card .img img {
    border-radius: 16px;
  }
  .page .bg1 .team .mw .team_slider .card .title {
    right: 10px;
    bottom: 10px;
    padding: 6px 12px;
  }
  .page .bg1 .team .mw .team_slider .card .title span {
    font-size: 14.017px;
  }
  .page .bg1 .team .mw .team_slider .card .desc {
    padding: 15px 10px;
  }
  .page .bg1 .team .mw .team_slider .card .desc .h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .page .bg1 .team .mw .team_slider .card .desc p {
    font-size: 15px;
  }
  .page .top_section_catalog .top_section_cont .mw {
    padding: 20px 2rem 70px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side {
    width: 45%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .h1 {
    margin-bottom: 15px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side {
    width: 55%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .catalogs .mw {
    padding: 70px 2rem 35px;
  }
  .page .catalogs .mw .cont .left_side {
    width: 55%;
    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 .catalogs .mw .cont .left_side .catalog_slider {
    margin-bottom: 20px;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider .item img {
    height: auto;
    border-radius: 20px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb {
    border-radius: 10px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb img {
    width: 100%;
    height: auto;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb .badge {
    font-size: 36px;
    font-weight: 500;
    line-height: 29.562px;
  }
  .page .catalogs .mw .cont .right_side {
    width: 42%;
    border-radius: 25px;
    padding: 30px 20px 10px;
  }
  .page .catalogs .mw .cont .right_side .price {
    font-size: 50px;
    line-height: 46.191px;
    padding-bottom: 25px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount {
    padding: 15px 12px;
    margin-right: 12px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 12px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row .num {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 4px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row span {
    font-size: 12px;
    line-height: 13.545px;
  }
  .page .catalogs .mw .cont .right_side .btn_c {
    margin-top: 20px;
  }
  .page .catalogs .mw .cont .right_side .btn_c .btn_m {
    padding: 15px;
  }
  .page .catalogs .mw .cont .right_side .features {
    margin-top: 20px;
  }
  .page .catalogs .mw .cont .right_side .features .h3 {
    font-size: 28px;
    line-height: 30.5px;
    padding-bottom: 20px;
  }
  .page .catalogs .mw .cont .right_side .features ul li {
    width: 49%;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .page .catalogs .mw .cont .right_side .features ul li .icon {
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
  }
  .page .catalogs .mw .bottom_cont {
    margin-top: 30px;
  }
  .page .catalogs .mw .bottom_cont .card {
    border-radius: 15px;
    padding: 18px 15px;
  }
  .page .catalogs .mw .bottom_cont .card .num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-bottom: 12px;
  }
  .page .catalogs .mw .bottom_cont .card .num span {
    font-size: 13px;
    line-height: 14px;
  }
  .page .catalogs .mw .bottom_cont .card .desc .h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    height: auto;
  }
  .page .catalogs .mw .bottom_cont .card .desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .page .catalogs .mw .bottom_cont .card:nth-child(2) .desc .h5 {
    max-width: 230px;
  }
  .page .equipment .mw {
    padding: 35px 2rem 70px;
  }
  .page .equipment .mw .cont {
    border-radius: 25px;
    padding: 50px 30px;
  }
  .page .equipment .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .equipment .mw .cont .left_side .desc .h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .page .equipment .mw .cont .left_side .desc ul li {
    font-size: 16px;
    line-height: 18px;
  }
  .page .equipment .mw .cont .left_side .desc ul li::before {
    margin: 0 10px;
    width: 4px;
    height: 4px;
    min-width: 4px;
  }
  .page .equipment .mw .cont .right_side .img {
    position: absolute;
    top: 80px;
    width: 700px;
    right: -235px;
  }
  .page .bg2 {
    background: #000;
    padding: 60px 0 0;
  }
  .page .bg2 .trust_us .mw {
    padding: 70px 2rem;
  }
  .page .bg2 .trust_us .mw .m_title {
    max-width: 360px;
  }
  .page .bg2 .you_might_interested .mw {
    padding: 70px 2rem 35px;
  }
  .page .bg2 .you_might_interested .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;
    padding-bottom: 30px;
  }
  .page .bg2 .you_might_interested .mw .top_line .left_side {
    max-width: 650px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_next_interested,
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_prev_interested {
    margin-left: 15px;
    width: 48px;
    height: 48px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_next_interested:after,
  .page
    .bg2
    .you_might_interested
    .mw
    .top_line
    .right_side
    .btn_prev_interested:after {
    width: 18px;
    height: 18px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car {
    border-radius: 15px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper {
    width: 100%;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__slides
    img {
    border-radius: 15px 15px 0 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots {
    bottom: 10px;
    gap: 4px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 50px;
    height: 3px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .title {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    top: 10px;
    left: 10px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc {
    padding: 20px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__title {
    font-size: 20px;
    line-height: 24px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__desc {
    font-size: 14px;
    margin: 16px 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__price {
    font-size: 20px;
    margin-right: 10px;
    line-height: 23px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit {
    padding: 4px 6px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit
    span {
    font-size: 14px;
    line-height: 16px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc .btn_c {
    padding-top: 30px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .btn_c
    .btn_m_c {
    padding: 14px;
    font-size: 16px;
  }
  .page .top_section_car {
    background: url(../images/top_section_bg2.jpg) no-repeat center center/cover;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side {
    width: 75%;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .h1 {
    max-width: 700px;
    padding-bottom: 40px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .desc {
    max-width: 475px;
  }
  .page .bg3 {
    padding: 70px 0 0;
  }
  .page .bg3 .how_the_purchase_work .mw {
    padding: 70px 2rem;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .left_side .m_title {
    max-width: 460px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side {
    max-width: 300px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p {
    font-size: 18px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p b {
    font-size: 18px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side {
    width: 10%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center {
    width: 40%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 16px;
    margin-top: 20px;
    max-width: 515px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side {
    width: 45%;
    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 .bg3 .how_the_purchase_work .mw .cont .card .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;
    margin-top: 10px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 380px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img img {
    border-radius: 15px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(2) .img {
    max-width: 360px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(4) .img {
    max-width: 415px;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(4)
    .center
    .desc
    p {
    max-width: 515px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card:nth-child(5) .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0;
  }
  .page
    .bg3
    .how_the_purchase_work
    .mw
    .cont
    .card:nth-child(5)
    .right_side
    .img {
    max-width: 340px;
    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 .bg3 .how_the_purchase_work .mw .cont .card:last-child .center .desc p {
    max-width: 460px;
  }
  .page .bg3 .how_the_purchase_work .mw .info {
    max-width: 560px;
    font-size: 18px;
  }
  .page .bg3 .purchase_work .mw .top_line .left_side .m_title {
    max-width: 450px;
  }
  .page .bg3 .purchase_work .mw .top_line .right_side {
    max-width: 250px;
  }
  .page .bg3 .purchase_work .mw .cont .card .left_side {
    width: 5%;
  }
  .page .bg3 .purchase_work .mw .cont .card .left_side .num {
    border-radius: 6px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page .bg3 .purchase_work .mw .cont .card .left_side .num span {
    font-size: 20px;
  }
  .page .bg3 .purchase_work .mw .cont .card .center {
    width: 45%;
  }
  .page .bg3 .purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 20px;
  }
  .page .bg3 .purchase_work .mw .cont .card .center .desc p {
    font-size: 15px;
    margin-top: 16px;
    max-width: 515px;
  }
  .page .bg3 .purchase_work .mw .cont .card .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 .bg3 .purchase_work .mw .cont .card .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;
    margin-top: 12px;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .img {
    max-width: 380px;
  }
  .page .bg3 .purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .img {
    max-width: 140px;
    border-radius: 0;
    margin-right: 75px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(3) .img img {
    border-radius: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(2) .img {
    max-width: 360px;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(5) .img {
    max-width: 427px;
    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 .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:nth-child(6) .right_side .img {
    max-width: 150px;
    margin-right: 80px;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work .mw .cont .card:last-child .right_side .img {
    max-width: 364px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .left_side .m_title {
    max-width: 550px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .right_side {
    max-width: 300px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .img {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(2) .img img {
    width: 100%;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(3) .img {
    max-width: 350px;
    margin-right: 10px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) {
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(4) .img {
    width: 150px;
    margin-right: 80px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side {
    margin-right: 14px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(5) .right_side .img {
    max-width: 380px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:nth-child(6) .right_side {
    margin-right: 80px;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side {
    margin-right: 0;
  }
  .page .bg3 .purchase_work1 .mw .cont .card:last-child .right_side .img {
    max-width: 554px;
  }
  .page .trust .mw {
    padding: 70px 2rem;
  }
  .page .trust .mw .m_title {
    max-width: 550px;
  }
  .page .trust .mw .cont .card {
    width: 32%;
    padding: 20px;
  }
  .page .trust .mw .cont .card .icon {
    margin-bottom: 30px;
  }
  .page .trust .mw .cont .card .desc .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .trust .mw .cont .card .desc p {
    font-size: 16px;
  }
  .page .trust .mw .cont .card:nth-child(3),
  .page .trust .mw .cont .card:nth-child(5),
  .page .trust .mw .cont .card:nth-child(6) {
    width: 32%;
  }
  .page .do_you_want_know .mw {
    padding: 70px 2rem 35px;
  }
  .page .do_you_want_know .mw .cont {
    border-radius: 25px;
    padding: 30px 25px;
  }
  .page .do_you_want_know .mw .cont .left_side {
    width: 42%;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title {
    padding-bottom: 25px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title .h2 {
    font-size: 35px;
    max-width: 460px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title p {
    font-size: 16px;
    margin-top: 20px;
    max-width: 450px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp {
    width: 48%;
    margin-bottom: 16px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp input,
  .page .do_you_want_know .mw .cont .left_side form .inp select {
    height: 42px;
    font-size: 14px;
    padding: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select:after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c {
    margin-top: 0;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m {
    max-width: 210px;
    padding: 16px;
  }
  .page .do_you_want_know .mw .cont .right_side {
    width: 52%;
  }
  .page .do_you_want_know .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  .page .faq .mw {
    padding: 30px 2rem 70px;
  }
  .page .faq .mw .m_title {
    padding-bottom: 40px;
  }
  .page .faq .mw .accordion .accordion-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 15px 0 0;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 15px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side {
    width: 75%;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .h1 {
    max-width: 550px;
    line-height: 55px;
    font-size: 50px;
    padding-bottom: 30px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .desc {
    max-width: 520px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side ul li p {
    max-width: 180px;
  }
  .page
    .top_section_commission
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li
    p:nth-child(3) {
    max-width: 180px;
  }
  .page .trust1 .mw .m_title {
    max-width: 795px;
  }
  .page .trust1 .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 .trust1 .mw .cont .card {
    width: 32%;
    margin-bottom: 20px;
    padding: 20px 20px 35px;
  }
  .page .trust1 .mw .cont .card .icon {
    margin-bottom: 42px;
  }
  .page .trust1 .mw .cont .card .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .trust1 .mw .cont .card p {
    font-size: 14px;
  }
  .page .trust1 .mw .cont .card .img {
    display: none;
  }
  .page .trust1 .mw .cont .card:nth-child(3) {
    width: 32%;
  }
  .page .trust1 .mw .cont .card:nth-child(5) {
    width: 32%;
  }
  .page .trust1 .mw .cont .card:nth-child(6) {
    width: 32%;
  }
  .page .trust2 .mw {
    padding: 60px 2rem;
  }
  .page .trust2 .mw .m_title {
    max-width: 560px;
  }
  .page .do_you_want .mw .cont .left_side .m_title .h2 {
    max-width: 100%;
  }
  .page .do_you_want .mw .cont .left_side .m_title p {
    max-width: 450px;
  }
  .page .why_easier_trust .mw {
    padding: 40px 2rem;
  }
  .page .why_easier_trust .mw .cont {
    border-radius: 25px;
    padding: 40px 20px;
  }
  .page .why_easier_trust .mw .cont .m_title {
    padding-bottom: 30px;
  }
  .page .why_easier_trust .mw .cont .row {
    max-width: 1100px;
    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 .why_easier_trust .mw .cont .row .card {
    width: 49%;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page .why_easier_trust .mw .cont .row .card .line {
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .h5 {
    font-size: 24px;
    line-height: 25px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .icon {
    max-width: 35px;
  }
  .page .why_easier_trust .mw .cont .row .card:nth-child(2) .line {
    margin-bottom: 6px;
  }
  .page .why_easier_trust .mw .cont .row .card ul li {
    font-size: 15px;
    padding: 10px 14px;
    margin-bottom: 10px;
  }
  .page .easier_trust .mw .cont .m_title {
    max-width: 660px;
  }
  .page .easier_trust .mw .cont .m_title .h2 span {
    color: #fc7375;
  }
  .page .easier_trust .mw .cont .row {
    width: 100%;
    max-width: 100%;
  }
  .page .easier_trust .mw .cont .row .card {
    width: 45%;
  }
  .page .easier_trust .mw .cont .row .card ul li {
    font-size: 17px;
  }
  .page .easier_trust .mw .cont .row .card:nth-child(2) {
    width: 52%;
  }
  .page .order_block1 .mw {
    padding: 70px 2rem;
  }
  .page .order_block1 .mw .cont .left_side .m_title {
    max-width: 540px;
    padding-bottom: 25px;
  }
  .page .order_block1 .mw .cont .left_side .desc {
    max-width: 375px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c {
    max-width: 280px;
    padding-top: 25px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 280px;
  }
  .page .order_block1 .mw .cont .right_side {
    position: absolute;
    bottom: -26px;
    right: -140px;
  }
  .page .order_block1 .mw .cont .right_side .img {
    width: 700px;
  }
  .page .about_full .mw {
    padding: 70px 2rem 50px;
  }
  .page .about_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;
  }
  .page .about_full .mw .cont .right_side .m_title {
    max-width: 560px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .desc .h5 {
    font-size: 16px;
  }
  .page .about_full .mw .cont .right_side .desc ul {
    margin-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .desc ul li {
    font-size: 16px;
  }
  .page .about_full .mw .cont .right_side .desc ul li::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 6px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side {
    width: 75%;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 30px;
    max-width: 600px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .desc {
    max-width: 525px;
  }
  .page .content_none_section {
    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;
  }
  .page .content_none_section .decor {
    width: 2000px;
    left: -400px;
    bottom: -200px;
  }
  .page .content_none_section::before {
    height: 550px;
  }
  .page .content_none_section .content_none_section_cont .mw {
    padding: 0 2rem 80px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont {
    width: 100%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .h5 {
    font-size: 36px;
    max-width: 575px;
    line-height: 45px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .btn_c
    .btn_m {
    padding: 20px;
    font-size: 16px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    top: 0;
    max-width: 1000px;
    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: 50px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .img img {
    width: 100%;
    height: auto;
  }
  .page .privacy_policy .mw {
    padding: 60px 2rem;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 35px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont {
    padding-top: 30px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .left_side {
    width: 46%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card {
    width: 49%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone {
    margin-bottom: 8px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .email
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .location
    a,
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .phone
    a {
    font-size: 20px;
    line-height: 22px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    p {
    font-size: 16px;
    line-height: 18px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .btn_c
    .btn_m {
    font-size: 11.217px;
    line-height: 11.217px;
    padding: 6px;
    max-width: 116px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .title {
    font-size: 12.62px;
    max-width: 120px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li {
    margin-right: 8px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card
    .soc_icons
    ul
    li
    a
    img {
    width: 18px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    p {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(2)
    .email
    a {
    font-size: 16px;
    line-height: 18px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(3) {
    width: 35%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4) {
    width: 62%;
    margin-bottom: 0;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c {
    margin-top: 10px;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .left_side
    .card:nth-child(4)
    .btn_c
    .btn_m {
    max-width: 135px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont .right_side {
    width: 52%;
  }
  .page
    .top_section_contacts
    .top_section_cont
    .mw
    .bottom_cont
    .right_side
    .img
    img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .maps .mw {
    padding: 70px 2rem;
  }
  .page .maps .mw .map {
    height: 450px;
  }
  .page .maps .mw .map iframe {
    border-radius: 20px;
  }
  .page .articles .mw {
    padding: 60px 2rem;
  }
  .page .articles .mw .cont .left_side {
    width: 65%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 16px 0 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c {
    margin-top: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c .btn_m_c {
    max-width: 160px;
    padding: 16px;
    font-size: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .btn_c
    .btn_m_c::after {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 6px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin: 0 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 18px;
    height: 18px;
  }
  .page .articles .mw .cont .right_side {
    width: 32%;
  }
  .page .sidebar .widget {
    margin-bottom: 15px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page .sidebar .widget_search form input {
    height: 55px;
    padding: 18px 15px;
    font-size: 16px;
  }
  .page .sidebar .widget_search form .search_btn {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .page .sidebar .widget_categories ul li {
    margin-bottom: 4px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 20px;
  }
  .page .sidebar .widget_categories ul li a:before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    margin: 0 8px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 65px;
    min-width: 65px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img img {
    border-radius: 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date {
    font-size: 14px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_contacts ul li a {
    font-size: 18px;
  }
  .page .article .mw {
    padding: 60px 2rem 30px;
  }
  .page .article .mw .cont {
    padding-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h4,
  .page .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 30px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 6px 12px;
    font-size: 18px;
    margin-right: 10px;
  }
  .page .latest_news .mw {
    padding: 0 2rem 60px;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .cont .new_card {
    width: 32%;
  }
  .page .latest_news .mw .cont .new_card a .img {
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    max-width: 260px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1301px) and (max-width: 1449px) {
  .btn_c .btn_m {
    padding: 24px;
    font-size: 18px;
  }
  .btn_c .btn_m::after {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-left: 10px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 160px;
  }
  .page .header .mw .cont .nav .header_nav li {
    margin-right: 20px;
  }
  .page .header .mw .cont .nav .header_nav li a {
    font-size: 15px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 6px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .page .header .mw .cont .right_side .soc_icons ul li a img {
    width: 20px;
  }
  .page .header .mw .cont .right_side .phone {
    margin: 0 20px;
  }
  .page .header .mw .cont .right_side .phone a {
    font-size: 15px;
  }
  .page .header .mw .cont .right_side .phone a .icon {
    margin-right: 5px;
  }
  .page .header .mw .cont .right_side .phone a .icon img {
    width: 16px;
  }
  .page .header .mw .cont .right_side .btn_b .btn_m {
    max-width: 200px;
    padding: 5px 5px 5px 15px;
    font-size: 13px;
  }
  .page .header .mw .cont .right_side .btn_b .btn_m .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page .header .mw .cont .right_side .btn_b .btn_m .icon img {
    width: 12px;
  }
  .page .main .mw {
    padding: 120px 2rem 80px;
  }
  .page .main .mw .main_cont .left_side {
    width: 45%;
  }
  .page .main .mw .main_cont .left_side .h1 {
    font-size: 70px;
    max-width: 600px;
    padding-bottom: 60px;
  }
  .page .main .mw .main_cont .left_side .desc p {
    font-size: 20px;
    max-width: 462px;
  }
  .page .main .mw .main_cont .left_side .desc::before {
    margin-right: 20px;
    top: 2px;
  }
  .page .main .mw .main_cont .right_side .btn_line .btn_c {
    margin-right: 15px;
  }
  .page .m_title {
    padding-bottom: 45px;
  }
  .page .m_title .h2 {
    font-size: 48px;
  }
  .page .current_cars .mw {
    padding: 70px 2rem 35px;
  }
  .page .current_cars .mw .m_title {
    padding-bottom: 40px;
  }
  .page .current_cars .mw .cont .filters {
    border-radius: 25px;
    padding: 50px 40px;
    margin-bottom: 50px;
  }
  .page .current_cars .mw .cont .filters .filters__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .page .current_cars .mw .cont .filters .input-group label {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 16px;
  }
  .page .current_cars .mw .cont .filters .input-group input,
  .page .current_cars .mw .cont .filters .input-group select {
    padding: 20px 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .page .current_cars .mw .cont .filters .input-group select {
    padding-right: 35px;
    background-size: 20px 20px;
  }
  .page .current_cars .mw .cont .filters .filters__actions {
    margin-top: 20px;
  }
  .page .current_cars .mw .cont .filters .filters__actions #resetFilters {
    font-size: 17px;
    line-height: 18px;
  }
  .page
    .current_cars
    .mw
    .cont
    .filters
    .filters__actions
    #resetFilters::before {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .page .current_cars .mw .cont .filters .filters__actions .btn {
    font-size: 16px;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 18px;
  }
  .page .current_cars .mw .cont .cars__list {
    gap: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car {
    width: calc((100% - 30px) / 3);
    border-radius: 20px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__slides
    img {
    border-radius: 20px 20px 0 0;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots {
    gap: 4px;
  }
  .page
    .current_cars
    .mw
    .cont
    .cars__list
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 70px;
  }
  .page .current_cars .mw .cont .cars__list .car .title {
    font-size: 13px;
    line-height: 13px;
    border-radius: 17px;
    padding: 4px 8px;
    top: 15px;
    left: 15px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc {
    padding: 20px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__title {
    font-size: 24px;
    line-height: 27px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .car__desc {
    font-size: 16px;
    line-height: 20.8px;
    margin: 16px 0;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__price {
    font-size: 24px;
    margin-right: 12px;
    line-height: 27.5px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit {
    padding: 4px 10px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .line .car__credit span {
    font-size: 16px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c {
    width: 100%;
    padding-top: 25px;
  }
  .page .current_cars .mw .cont .cars__list .car .desc .btn_c .btn_m_c {
    padding: 15px;
    font-size: 17px;
  }
  .page .current_cars .mw .cont .show-all {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .show-all .btn {
    padding: 18px;
    font-size: 17px;
  }
  .page .current_cars .mw .cont .show-all .btn::after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    top: 2px;
  }
  .page .current_cars .mw .cont .bottom_pagination {
    margin-top: 30px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin: 0 6px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .next:after {
    width: 18px;
    height: 18px;
  }
  .page .current_cars .mw .cont .bottom_pagination .pagination .prev:after {
    width: 18px;
    height: 18px;
  }
  .page .dont_want_waste_time .mw {
    padding: 35px 2rem;
  }
  .page .dont_want_waste_time .mw .cont {
    border-radius: 28px;
    padding: 40px;
    position: relative;
  }
  .page .dont_want_waste_time .mw .cont .left_side .m_title {
    max-width: 460px;
    padding-bottom: 35px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc {
    max-width: 375px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .desc p {
    font-size: 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line {
    margin-top: 30px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .btn_c {
    max-width: 220px;
    margin-right: 20px;
  }
  .page .dont_want_waste_time .mw .cont .left_side .line .logo {
    max-width: 160px;
  }
  .page .dont_want_waste_time .mw .cont .right_side {
    position: absolute;
    bottom: -3px;
    right: 0;
  }
  .page .dont_want_waste_time .mw .cont .right_side .img {
    width: 700px;
  }
  .page .services .mw .decor {
    width: 720px;
    right: -190px;
    top: -200px;
  }
  .page .services .mw .m_title p {
    margin-top: 15px;
    font-size: 20px;
  }
  .page .services .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 .services .mw .cont .card {
    border-radius: 25px;
  }
  .page .services .mw .cont .card .img img {
    border-radius: 25px 25px 0 0;
  }
  .page .services .mw .cont .card .desc {
    padding: 14px 15px 24px;
  }
  .page .services .mw .cont .card .desc .h5 {
    font-size: 16px;
  }
  .page .services .mw .cont .card .desc p {
    margin: 12px 28px;
    font-size: 14px;
  }
  .page .services .mw .cont .card .desc .btn_more {
    padding: 15px;
    font-size: 16px;
  }
  .page .trust_us .mw {
    padding: 70px 2rem 50px;
  }
  .page .trust_us .mw .m_title {
    max-width: 660px;
  }
  .page .trust_us .mw .cont .card {
    width: 24%;
    padding: 24px 20px;
    margin-bottom: 25px;
  }
  .page .trust_us .mw .cont .card .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-bottom: 25px;
  }
  .page .trust_us .mw .cont .card .icon img {
    width: 32px;
  }
  .page .trust_us .mw .cont .card .h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page .trust_us .mw .cont .card p {
    font-size: 14px;
    max-width: 290px;
  }
  .page .trust_us .mw .cont .card .img {
    position: absolute;
  }
  .page .trust_us .mw .cont .card:nth-child(3) {
    width: 48%;
  }
  .page .trust_us .mw .cont .card:nth-child(3) .img {
    width: 380px;
    top: -15px;
    right: -80px;
  }
  .page .trust_us .mw .cont .card:nth-child(5) {
    width: 40%;
  }
  .page .trust_us .mw .cont .card:nth-child(5) .img {
    width: 150px;
    top: 26px;
    right: 25px;
  }
  .page .how_the_purchase_work .mw {
    padding: 70px 2rem 30px;
  }
  .page .how_the_purchase_work .mw .top_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .how_the_purchase_work .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    max-width: 600px;
  }
  .page .how_the_purchase_work .mw .top_line .right_side .logo {
    max-width: 180px;
  }
  .page .how_the_purchase_work .mw .cont .card {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side {
    width: 15%;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .how_the_purchase_work .mw .cont .card .left_side .num span {
    font-size: 24px;
  }
  .page .how_the_purchase_work .mw .cont .card .center {
    width: 35%;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc .h5 {
    font-size: 24px;
  }
  .page .how_the_purchase_work .mw .cont .card .center .desc p {
    font-size: 18px;
    margin-top: 20px;
    max-width: 515px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .btn_c {
    margin-top: 12px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .how_the_purchase_work .mw .cont .card .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .order_block .mw .cont {
    border-radius: 28px;
    padding: 35px 35px 35px 60px;
  }
  .page .order_block .mw .cont .left_side {
    width: 58%;
  }
  .page .order_block .mw .cont .left_side .m_title {
    max-width: 600px;
    padding-bottom: 30px;
  }
  .page .order_block .mw .cont .left_side .desc {
    padding-bottom: 30px;
    max-width: 470px;
  }
  .page .order_block .mw .cont .left_side .desc p {
    font-size: 20px;
  }
  .page .order_block .mw .cont .left_side .btn_c .btn_m {
    max-width: 320px;
  }
  .page .order_block .mw .cont .right_side .img {
    max-width: 546px;
  }
  .page .order_block .mw .cont .right_side .img img {
    border-radius: 28px;
  }
  .page .about .mw {
    padding: 70px 2rem 35px;
  }
  .page .about .mw .cont .left_side .img img {
    border-radius: 28px;
  }
  .page .about .mw .cont .right_side .desc {
    max-width: 600px;
  }
  .page .about .mw .cont .right_side .desc p {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .page .reviews .mw {
    padding: 35px 2rem 70px;
  }
  .page .reviews .mw .top_line {
    padding-bottom: 45px;
  }
  .page .reviews .mw .top_line .left_side {
    max-width: 560px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews {
    margin-left: 15px;
    width: 48px;
    height: 48px;
  }
  .page .reviews .mw .top_line .right_side .btn_next_reviews:after,
  .page .reviews .mw .top_line .right_side .btn_prev_reviews:after {
    width: 18px;
    height: 18px;
  }
  .page .reviews .mw .reviews_slider .card .img img {
    border-radius: 10px;
  }
  .page .reviews .mw .btn_c {
    margin-top: 40px;
  }
  .page .reviews .mw .btn_c .btn_m_c {
    padding: 18px;
    font-size: 17px;
  }
  .page .reviews .mw .btn_c .btn_m_c::after {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    top: 4px;
  }
  .page .news .mw {
    padding: 0 2rem 70px;
  }
  .page .news .mw .top_line {
    padding-bottom: 40px;
  }
  .page .news .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .news .mw .top_line .right_side .btn_next_news,
  .page .news .mw .top_line .right_side .btn_prev_news {
    margin-left: 15px;
    width: 48px;
    height: 48px;
  }
  .page .news .mw .top_line .right_side .btn_next_news:after,
  .page .news .mw .top_line .right_side .btn_prev_news:after {
    width: 18px;
    height: 18px;
  }
  .page .news .mw .news_slider .card {
    padding: 15px 15px 20px;
  }
  .page .news .mw .news_slider .card .img img {
    border-radius: 15px;
  }
  .page .news .mw .news_slider .card .h5 {
    margin-top: 20px;
    font-size: 18px;
  }
  .page .news .mw .news_slider .card p {
    margin: 15px 0;
    font-size: 14px;
  }
  .page .news .mw .news_slider .card .btn_more {
    padding: 15px;
    font-size: 16px;
  }
  .page .any_ques .mw {
    padding: 70px 2rem 35px;
  }
  .page .any_ques .mw .cont .decor {
    width: 220px;
    right: 30px;
    top: -30px;
    z-index: 1;
  }
  .page .any_ques .mw .cont .left_side {
    padding: 60px 35px 60px;
  }
  .page .any_ques .mw .cont .left_side .m_title {
    padding-bottom: 25px;
  }
  .page .any_ques .mw .cont .left_side .desc {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .cont .left_side .desc p {
    font-size: 20px;
    max-width: 400px;
  }
  .page .any_ques .mw .cont .left_side form {
    max-width: 600px;
  }
  .page .any_ques .mw .cont .left_side form .inp {
    margin-bottom: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp input,
  .page .any_ques .mw .cont .left_side form .inp textarea {
    height: 60px;
    width: 100%;
    font-size: 18px;
    padding: 20px;
  }
  .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
    height: 110px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree {
    margin-bottom: 30px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 15px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .left_side form .inp_agree .txt a {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    max-width: 320px;
  }
  .page .any_ques .mw .cont .right_side .img {
    position: absolute;
    width: 600px;
    bottom: -260px;
    right: 20px;
  }
  .page .footer .top_cont {
    background: #000;
  }
  .page .footer .top_cont .mw {
    padding: 40px 2rem 20px;
  }
  .page .footer .top_cont .mw .t_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;
  }
  .page .footer .top_cont .mw .t_cont .left_side {
    width: 24%;
  }
  .page .footer .top_cont .mw .t_cont .left_side .logo {
    width: 242px;
  }
  .page .footer .top_cont .mw .t_cont .left_side .logo a img {
    width: 100%;
    height: auto;
  }
  .page .footer .top_cont .mw .t_cont .fast_links {
    width: 24%;
  }
  .page .footer .top_cont .mw .t_cont .fast_links .h5,
  .page .footer .top_cont .mw .t_cont .fast_links h5 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    margin-bottom: 20px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li {
    margin-bottom: 5px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li a {
    color: #787878;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
  }
  .page .footer .top_cont .mw .t_cont .fast_links ul li a:hover {
    color: #fff;
  }
  .page .footer .top_cont .mw .cont {
    padding: 40px 0 60px;
    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 .footer .top_cont .mw .cont .card {
    border-radius: 14.022px;
    background: #fff;
    width: 24%;
    padding: 20px;
    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 .footer .top_cont .mw .cont .card .location,
  .page .footer .top_cont .mw .cont .card .phone {
    margin-bottom: 8px;
  }
  .page .footer .top_cont .mw .cont .card .location a,
  .page .footer .top_cont .mw .cont .card .phone a {
    color: #000;
    font-size: 24.538px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.992px;
  }
  .page .footer .top_cont .mw .cont .card p {
    color: #787878;
    font-size: 17.527px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.785px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c {
    margin-top: 25px;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m {
    border-radius: 7.011px;
    background: #00ab77;
    font-size: 11.217px;
    font-weight: 400;
    line-height: 11.217px;
    padding: 6px;
    color: #fff;
    max-width: 116px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 0;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m::after {
    display: none;
  }
  .page .footer .top_cont .mw .cont .card .btn_c .btn_m:hover {
    background: #07c58c;
  }
  .page .footer .top_cont .mw .cont .card .title {
    color: #000;
    font-size: 12.62px;
    max-width: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.882px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons {
    margin-top: 42px;
  }
  .page .footer .top_cont .mw .cont .card .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: 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 ul li {
    margin-right: 8px;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons 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;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 42.033px;
    background: #00ab77;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a img {
    width: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
  }
  .page .footer .top_cont .mw .cont .card .soc_icons ul li a:hover {
    opacity: 0.8;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) {
    width: 32%;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(2) .btn_c .btn_m {
    max-width: 136px;
  }
  .page .footer .top_cont .mw .cont .card:nth-child(3) {
    width: 16%;
  }
  .page .footer .top_cont .mw .cont .row {
    width: 24%;
  }
  .page .footer .top_cont .mw .cont .row .card {
    width: 100%;
    margin-bottom: 14px;
    padding: 16px;
  }
  .page .footer .top_cont .mw .cont .row .card:last-child {
    margin-bottom: 0;
  }
  .page .footer .top_cont .mw .cont .row .card 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;
  }
  .page .footer .top_cont .mw .cont .row .card a .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: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .num {
    color: #000;
    font-size: 33.652px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.017px;
    margin-right: 12px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc small {
    color: #787878;
    font-size: 11.217px;
    font-style: normal;
    white-space: nowrap;
    font-weight: 400;
    line-height: 14.583px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .star {
    width: 105px;
    max-width: 105px;
    margin-top: 2px;
  }
  .page .footer .top_cont .mw .cont .row .card a .row .desc .star img {
    width: 100%;
    height: auto;
  }
  .page .footer .top_cont .mw .cont .row .card a .img {
    max-width: 35px;
  }
  .page .footer .top_cont .mw .cont .row .card a .img img {
    width: 100%;
    height: auto;
  }
  .page .footer .top_cont .mw .b_cont {
    max-width: 1195px;
  }
  .page .footer .top_cont .mw .b_cont p {
    color: #787878;
    -webkit-font-feature-settings:
      "salt" on,
      "liga" off;
    font-feature-settings:
      "salt" on,
      "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .page .footer .bottom_cont {
    background: #181818;
  }
  .page .footer .bottom_cont .mw {
    padding: 20px 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;
  }
  .page .footer .bottom_cont .mw .cont .left_side p {
    color: var(--Text-Gray-300, #d9dbe1);
    -webkit-font-feature-settings:
      "salt" on,
      "liga" off;
    font-feature-settings:
      "salt" on,
      "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .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: 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 {
    margin-right: 8px;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a {
    color: var(--Text-Gray-300, #d9dbe1);
    -webkit-font-feature-settings:
      "salt" on,
      "liga" off;
    font-feature-settings:
      "salt" on,
      "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li a:hover {
    color: #fff;
  }
  .page .footer .bottom_cont .mw .cont .right_side ul li:last-child {
    margin-top: 0;
  }
  .page .top_section .top_nav .mw {
    padding: 30px 2rem;
  }
  .page .top_section .top_nav .mw ul li:after {
    font-size: 16px;
    margin: 0 5px;
  }
  .page .top_section .top_nav .mw ul li a {
    font-size: 16px;
  }
  .page .top_section .top_section_cont .mw {
    padding: 20px 2rem 60px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 70px;
    max-width: 1100px;
    line-height: 69px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc p {
    font-size: 20px;
    max-width: 566px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side .desc::before {
    width: 24px;
    height: 26px;
    min-width: 24px;
    margin-right: 20px;
    top: 2px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul {
    margin-top: 35px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li {
    width: 23%;
    border-radius: 15px;
    padding: 20px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .icon img {
    width: 15px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li .h5 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .page .top_section .top_section_cont .mw .cont .left_side ul li p {
    font-size: 12px;
  }
  .page .top_section_about .top_section_cont .mw {
    padding: 50px 2rem 70px;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side {
    width: 45%;
  }
  .page .top_section_about .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 60px;
    max-width: 442px;
  }
  .page .top_section_catalogs .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .top_section_catalogs .top_section_cont .mw .cont .left_side .h1 {
    max-width: 920px;
  }
  .page .we_in_number .mw {
    padding: 80px 2rem 40px;
  }
  .page .our_foundation_success .mw .cont .decor {
    width: 1250px;
    right: -450px;
    top: 24px;
  }
  .page .our_foundation_success .mw .cont .left_side {
    position: relative;
    z-index: 2;
  }
  .page .our_foundation_success .mw .cont .left_side .m_title {
    padding-bottom: 40px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row {
    padding: 20px 18px 40px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .num span {
    font-size: 20px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc .h5 {
    font-size: 20px;
    max-width: 200px;
    margin-bottom: 15px;
  }
  .page .our_foundation_success .mw .cont .left_side ul li .row .desc p {
    font-size: 16px;
  }
  .page .bg1 .we_listen .mw .cont {
    border-radius: 30px;
    padding: 40px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .m_title {
    max-width: 360px;
    padding-bottom: 30px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc {
    max-width: 590px;
  }
  .page .bg1 .we_listen .mw .cont .left_side .desc p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .page .bg1 .we_listen .mw .cont .right_side .img img {
    border-radius: 25px;
  }
  .page .bg1 .team .mw {
    padding: 30px 2rem 80px;
  }
  .page .bg1 .team .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;
    padding-bottom: 30px;
  }
  .page .bg1 .team .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .bg1 .team .mw .top_line .left_side .m_title .h2 {
    color: #fff;
  }
  .page .bg1 .team .mw .top_line .left_side .desc {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .bg1 .team .mw .top_line .left_side .desc p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.6px;
    max-width: 605px;
  }
  .page .bg1 .team .mw .top_line .left_side .desc p b {
    color: #c1e9d0;
    font-weight: 600;
  }
  .page .bg1 .team .mw .top_line .left_side .desc::before {
    content: "";
    background: url(../images/quote.svg) no-repeat center center/cover;
    width: 26px;
    height: 29px;
    min-width: 26px;
    margin-right: 32px;
    top: 2px;
    position: relative;
    display: block;
  }
  .page .bg1 .team .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 .bg1 .team .mw .top_line .right_side .btn_next_team,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team {
    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;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #f5e5d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team:hover,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team:after,
  .page .bg1 .team .mw .top_line .right_side .btn_prev_team:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_left_beige.svg) no-repeat center
      center/cover;
    position: absolute;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team {
    border-radius: 50px;
    background: #f5e5d4;
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  }
  .page .bg1 .team .mw .top_line .right_side .btn_next_team:after {
    background: url(../images/chevron_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .bg1 .team .mw .team_slider .owl-nav {
    display: none;
  }
  .page .bg1 .team .mw .team_slider .card {
    border-radius: 20px;
    border: 1.101px solid #ececec;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f0f0f0),
      to(#fff)
    );
    background: linear-gradient(180deg, #f0f0f0 0, #fff 100%);
    padding: 16px;
  }
  .page .bg1 .team .mw .team_slider .card .row {
    position: relative;
  }
  .page .bg1 .team .mw .team_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .bg1 .team .mw .team_slider .card .title {
    position: absolute;
    right: 14px;
    bottom: 12px;
    padding: 8px 15px;
    border-radius: 10.513px;
    border: 0.876px solid rgba(106, 116, 76, 0.1);
    background: #00ab77;
  }
  .page .bg1 .team .mw .team_slider .card .title span {
    color: #fff;
    font-size: 14.017px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .page .bg1 .team .mw .team_slider .card .desc {
    padding: 20px 22px;
  }
  .page .bg1 .team .mw .team_slider .card .desc .h5 {
    color: #111;
    font-size: 26.419px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.528px;
    margin-bottom: 10px;
  }
  .page .bg1 .team .mw .team_slider .card .desc p {
    color: #787878;
    font-size: 17.612px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .page .bg1 .team .mw .mob_cont {
    display: none;
  }
  .page .bg1 .team .mw .mob_cont .btn_next_team,
  .page .bg1 .team .mw .mob_cont .btn_prev_team {
    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: 50px;
    border: 1px solid #f5e5d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
  }
  .page .bg1 .team .mw .mob_cont .btn_next_team:hover,
  .page .bg1 .team .mw .mob_cont .btn_prev_team:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  }
  .page .bg1 .team .mw .mob_cont .btn_next_team:after,
  .page .bg1 .team .mw .mob_cont .btn_prev_team:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_left_beige.svg) no-repeat center
      center/cover;
    position: absolute;
  }
  .page .bg1 .team .mw .mob_cont .btn_next_team {
    border-radius: 50px;
    background: #f5e5d4;
    margin-left: 15px;
  }
  .page .bg1 .team .mw .mob_cont .btn_next_team:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  }
  .page .bg1 .team .mw .mob_cont .btn_next_team:after {
    background: url(../images/chevron_right_dark.svg) no-repeat center
      center/cover;
  }
  .page .top_section_catalog .top_section_cont .mw {
    padding: 20px 2rem 90px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side {
    width: 32%;
    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 .top_section_catalog .top_section_cont .mw .cont .left_side .h1 {
    font-size: 65px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .left_side .desc p {
    font-size: 18px;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side {
    width: 65%;
  }
  .page .top_section_catalog .top_section_cont .mw .cont .right_side .img img {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .page .catalogs .mw {
    padding: 80px 2rem 40px;
  }
  .page .catalogs .mw .cont .left_side {
    width: 55%;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider {
    margin-bottom: 25px;
  }
  .page .catalogs .mw .cont .left_side .catalog_slider .item img {
    width: 100%;
    height: 480px;
    border-radius: 20px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb img {
    width: 100%;
    height: 100px;
  }
  .page .catalogs .mw .cont .left_side .catalogs_slider .thumb .badge {
    font-size: 41.6px;
    line-height: 29.562px;
    border-radius: 10px;
  }
  .page .catalogs .mw .cont .right_side {
    width: 42%;
    padding: 50px 50px 30px;
  }
  .page .catalogs .mw .cont .right_side .price {
    font-size: 65px;
    padding-bottom: 35px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount {
    padding: 18px;
    margin-right: 18px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 18px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row .num {
    font-size: 15.832px;
    margin-bottom: 4px;
  }
  .page .catalogs .mw .cont .right_side .discounts .discount .row span {
    font-size: 12.314px;
    line-height: 13.545px;
  }
  .page .catalogs .mw .cont .right_side .btn_c {
    margin-top: 30px;
  }
  .page .catalogs .mw .cont .right_side .btn_c .btn_m {
    padding: 20px;
  }
  .page .catalogs .mw .cont .right_side .features .h3 {
    font-size: 35px;
    padding-bottom: 30px;
  }
  .page .catalogs .mw .cont .right_side .features ul li {
    width: 49%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page .catalogs .mw .cont .right_side .features ul li .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
  }
  .page .catalogs .mw .bottom_cont {
    margin-top: 30px;
  }
  .page .catalogs .mw .bottom_cont .card {
    width: 32%;
    padding: 18px 25px;
  }
  .page .catalogs .mw .bottom_cont .card .num {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-bottom: 12px;
  }
  .page .catalogs .mw .bottom_cont .card .num span {
    font-size: 13.846px;
    line-height: 17.308px;
  }
  .page .catalogs .mw .bottom_cont .card .desc .h5 {
    font-size: 25px;
    height: 60px;
  }
  .page .catalogs .mw .bottom_cont .card .desc p {
    font-size: 16px;
  }
  .page .equipment .mw {
    padding: 40px 2rem 80px;
  }
  .page .equipment .mw .cont .left_side .m_title {
    padding-bottom: 40px;
  }
  .page .equipment .mw .cont .left_side .desc .h5 {
    font-size: 18px;
  }
  .page .equipment .mw .cont .left_side .desc ul li {
    font-size: 18px;
  }
  .page .equipment .mw .cont .left_side .desc ul li::before {
    margin: 0 12px;
    width: 4px;
    height: 4px;
    min-width: 4px;
  }
  .page .equipment .mw .cont .right_side .img {
    position: absolute;
    top: 70px;
    width: 852px;
    right: -235px;
  }
  .page .bg2 {
    padding: 80px 0 0;
  }
  .page .bg2 .trust_us .mw .m_title {
    max-width: 482px;
  }
  .page .bg2 .you_might_interested .mw {
    padding: 70px 2rem 40px;
  }
  .page .bg2 .you_might_interested .mw .top_line {
    padding-bottom: 30px;
  }
  .page .bg2 .you_might_interested .mw .top_line .left_side {
    max-width: 650px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car {
    border-radius: 20px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__slides
    img {
    border-radius: 20px 20px 0 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots {
    gap: 4px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .car__slider-wrapper
    .car__dots
    button {
    width: 70px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .title {
    font-size: 13px;
    line-height: 13px;
    border-radius: 17px;
    padding: 4px 8px;
    top: 15px;
    left: 15px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc {
    padding: 20px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__title {
    font-size: 24px;
    line-height: 27px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .car__desc {
    font-size: 16px;
    line-height: 20.8px;
    margin: 16px 0;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__price {
    font-size: 24px;
    margin-right: 12px;
    line-height: 27.5px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit {
    padding: 4px 10px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .line
    .car__credit
    span {
    font-size: 16px;
  }
  .page .bg2 .you_might_interested .mw .interested_slider .car .desc .btn_c {
    width: 100%;
    padding-top: 25px;
  }
  .page
    .bg2
    .you_might_interested
    .mw
    .interested_slider
    .car
    .desc
    .btn_c
    .btn_m_c {
    padding: 15px;
    font-size: 17px;
  }
  .page .top_section_car {
    background: url(../images/top_section_bg2.jpg) no-repeat center center/cover;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side {
    width: 75%;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .h1 {
    max-width: 700px;
    padding-bottom: 40px;
  }
  .page .top_section_car .top_section_cont .mw .cont .left_side .desc {
    max-width: 475px;
  }
  .page .bg3 {
    padding: 70px 0 0;
  }
  .page .bg3 .how_the_purchase_work .mw {
    padding: 70px 2rem;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side {
    max-width: 340px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p {
    font-size: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .top_line .right_side p b {
    font-size: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .left_side {
    width: 15%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .center {
    width: 40%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side {
    width: 45%;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .btn_c {
    margin-top: 12px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img {
    max-width: 452px;
  }
  .page .bg3 .how_the_purchase_work .mw .cont .card .right_side .img img {
    border-radius: 20px;
  }
  .page .bg3 .how_the_purchase_work .mw .info {
    max-width: 610px;
    font-size: 20px;
  }
  .page .bg3 .purchase_work .mw .top_line .left_side .m_title {
    max-width: 525px;
  }
  .page .bg3 .purchase_work .mw .top_line .right_side {
    max-width: 320px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .left_side .m_title {
    max-width: 700px;
  }
  .page .bg3 .purchase_work1 .mw .top_line .right_side {
    max-width: 310px;
  }
  .page .trust .mw .m_title {
    max-width: 630px;
  }
  .page .trust .mw .cont .card {
    width: 32%;
    padding: 20px;
  }
  .page .trust .mw .cont .card .icon {
    margin-bottom: 42px;
  }
  .page .trust .mw .cont .card .desc .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .trust .mw .cont .card .desc p {
    font-size: 16px;
  }
  .page .trust .mw .cont .card:nth-child(3),
  .page .trust .mw .cont .card:nth-child(5),
  .page .trust .mw .cont .card:nth-child(6) {
    width: 32%;
  }
  .page .do_you_want_know .mw {
    padding: 80px 2rem 40px;
  }
  .page .do_you_want_know .mw .cont {
    border-radius: 30px;
    background: #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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
  }
  .page .do_you_want_know .mw .cont .left_side {
    width: 42%;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title .h2 {
    line-height: normal;
    font-size: 40px;
    max-width: 460px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    max-width: 450px;
  }
  .page .do_you_want_know .mw .cont .left_side .m_title p b {
    color: #00ab77;
    font-weight: 500;
  }
  .page .do_you_want_know .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp {
    width: 48%;
    margin-bottom: 16px;
    position: relative;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .h5 {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp input,
  .page .do_you_want_know .mw .cont .left_side form .inp select {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    max-width: 100%;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
  }
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    input::-webkit-input-placeholder,
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    select::-webkit-input-placeholder {
    color: #222;
  }
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    input::-moz-placeholder,
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    select::-moz-placeholder {
    color: #222;
  }
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    input:-ms-input-placeholder,
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    select:-ms-input-placeholder {
    color: #222;
  }
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    input::-ms-input-placeholder,
  .page
    .do_you_want_know
    .mw
    .cont
    .left_side
    form
    .inp
    select::-ms-input-placeholder {
    color: #222;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp input::placeholder,
  .page .do_you_want_know .mw .cont .left_side form .inp select::placeholder {
    color: #222;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select {
    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 .do_you_want_know .mw .cont .left_side form .inp .inp_select:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_down_icon.svg) no-repeat center
      center/cover;
    position: absolute;
    right: 10px;
    pointer-events: none;
  }
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_select,
  .page .do_you_want_know .mw .cont .left_side form .inp .inp_txt {
    width: 100%;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c {
    margin-top: 20px;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m {
    max-width: 210px;
    border-radius: 16px;
    background: #00ab77;
    padding: 18px;
    color: #fff;
  }
  .page .do_you_want_know .mw .cont .left_side form .btn_c .btn_m::after {
    display: none;
  }
  .page .do_you_want_know .mw .cont .right_side {
    width: 52%;
  }
  .page .do_you_want_know .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .page .faq .mw {
    padding: 40px 2rem 80px;
  }
  .page .faq .mw .m_title {
    padding-bottom: 55px;
  }
  .page .faq .mw .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 .accordion .accordion-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #000;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .page .faq .mw .accordion .accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page .faq .mw .accordion .accordion-item:hover .plus {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
    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 .accordion .accordion-item .accordion-item-title .plus:after {
    content: "";
    width: 44px;
    height: 44px;
    position: relative;
    min-width: 44px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: url(../images/plus.svg) no-repeat center center/cover;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-content {
    display: none;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 15px 0 0;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    color: rgba(17, 17, 17, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .page .faq .mw .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 .top_section_commission {
    background: url(../images/top_section_bg3.jpg) no-repeat center center/cover;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side {
    width: 75%;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .h1 {
    max-width: 880px;
    line-height: 58px;
    font-size: 60px;
    padding-bottom: 40px;
  }
  .page
    .top_section_commission
    .top_section_cont
    .mw
    .cont
    .left_side
    .h1
    span {
    color: #c1e9d0;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side .desc {
    max-width: 465px;
  }
  .page .top_section_commission .top_section_cont .mw .cont .left_side ul li p {
    max-width: 180px;
  }
  .page
    .top_section_commission
    .top_section_cont
    .mw
    .cont
    .left_side
    ul
    li
    p:nth-child(3) {
    max-width: 180px;
  }
  .page .trust1 .mw .m_title {
    max-width: 795px;
  }
  .page .trust1 .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 .trust1 .mw .cont .card {
    width: 32%;
    margin-bottom: 20px;
    padding: 20px 20px 35px;
  }
  .page .trust1 .mw .cont .card .icon {
    margin-bottom: 42px;
  }
  .page .trust1 .mw .cont .card .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .trust1 .mw .cont .card p {
    font-size: 14px;
  }
  .page .trust1 .mw .cont .card .img {
    display: none;
  }
  .page .trust1 .mw .cont .card:nth-child(3) {
    width: 32%;
  }
  .page .trust1 .mw .cont .card:nth-child(5) {
    width: 32%;
  }
  .page .trust1 .mw .cont .card:nth-child(6) {
    width: 32%;
  }
  .page .trust2 .mw .m_title {
    max-width: 662px;
  }
  .page .do_you_want .mw .cont .left_side .m_title .h2 {
    max-width: 345px;
  }
  .page .do_you_want .mw .cont .left_side .m_title p {
    max-width: 450px;
  }
  .page .why_easier_trust .mw {
    padding: 40px 2rem;
  }
  .page .why_easier_trust .mw .cont {
    padding: 50px 40px;
  }
  .page .why_easier_trust .mw .cont .m_title {
    padding-bottom: 40px;
  }
  .page .why_easier_trust .mw .cont .row {
    max-width: 1100px;
  }
  .page .why_easier_trust .mw .cont .row .card {
    width: 49%;
    padding: 40px;
  }
  .page .why_easier_trust .mw .cont .row .card .line {
    margin-bottom: 20px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .h5 {
    font-size: 30px;
  }
  .page .why_easier_trust .mw .cont .row .card .line .icon {
    max-width: 40px;
  }
  .page .why_easier_trust .mw .cont .row .card ul li {
    font-size: 18px;
    padding: 10px 14px;
    margin-bottom: 10px;
  }
  .page .easier_trust .mw .cont .m_title {
    max-width: 660px;
  }
  .page .easier_trust .mw .cont .row {
    width: 100%;
    max-width: 100%;
  }
  .page .easier_trust .mw .cont .row .card ul li {
    font-size: 15px;
  }
  .page .order_block1 .mw {
    padding: 70px 2rem;
  }
  .page .order_block1 .mw .cont .left_side .m_title {
    max-width: 540px;
    padding-bottom: 30px;
  }
  .page .order_block1 .mw .cont .left_side .desc {
    max-width: 360px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c {
    max-width: 300px;
    padding-top: 30px;
  }
  .page .order_block1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 300px;
  }
  .page .order_block1 .mw .cont .right_side {
    position: absolute;
    bottom: -26px;
    right: -240px;
  }
  .page .order_block1 .mw .cont .right_side .img {
    width: 1000px;
  }
  .page .about_full .mw {
    padding: 70px 2rem;
  }
  .page .about_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;
  }
  .page .about_full .mw .cont .right_side {
    width: 50%;
  }
  .page .about_full .mw .cont .right_side .m_title {
    max-width: 560px;
    padding-bottom: 0;
  }
  .page .about_full .mw .cont .right_side .desc p b {
    color: #222;
    font-weight: 400;
  }
  .page .about_full .mw .cont .right_side .desc .h5 {
    font-size: 18px;
  }
  .page .about_full .mw .cont .right_side .desc ul {
    margin-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .desc ul li {
    font-size: 18px;
  }
  .page .about_full .mw .cont .right_side .desc ul li::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 8px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side {
    width: 75%;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .h1 {
    padding-bottom: 30px;
    max-width: 750px;
  }
  .page .top_section_car_abroad .top_section_cont .mw .cont .left_side .desc {
    max-width: 525px;
  }
  .page .privacy_policy .mw {
    padding: 70px 2rem 90px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 35px;
  }
  .page .top_section_contacts .top_section_cont .mw .bottom_cont {
    padding-top: 30px;
  }
  .page .maps .mw {
    padding: 60px 2rem;
  }
  .page .maps .mw .map {
    height: 500px;
  }
  .page .maps .mw .map iframe {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    padding-bottom: 50px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 20px;
    margin: 20px 0 14px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 17px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c {
    margin-top: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .btn_c .btn_m_c {
    max-width: 160px;
    padding: 16px 20px;
    font-size: 18px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .btn_c
    .btn_m_c::after {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 6px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page .articles .mw .cont .right_side {
    width: 30%;
  }
  .page .sidebar {
    width: 100%;
  }
  .page .sidebar .widget {
    margin-bottom: 20px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .page .sidebar .widget_search form input {
    width: 100%;
    height: 55px;
    padding: 20px 18px;
    font-size: 16px;
  }
  .page .sidebar .widget_search form .search_btn {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .page .sidebar .widget_categories ul li {
    margin-bottom: 5px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 20px;
  }
  .page .sidebar .widget_categories ul li a:before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    margin: 0 8px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 20px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 80px;
    min-width: 80px;
    margin-right: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date {
    font-size: 14px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 20px;
    max-width: 310px;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 6px 15px;
    font-size: 18px;
    margin-bottom: 12px;
    margin-right: 12px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 16px;
  }
  .page .sidebar .widget_contacts ul li a {
    font-size: 20px;
  }
  .page .article .mw {
    padding: 60px 2rem 30px;
  }
  .page .article .mw .cont {
    padding-bottom: 40px;
  }
  .page .article .mw .cont .left_side .img {
    margin-bottom: 40px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2 {
    font-size: 24px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h4,
  .page .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 20px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 30px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 6px 15px;
    font-size: 18px;
    margin-right: 10px;
  }
  .page .latest_news .mw {
    padding: 30px 2rem 70px;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .cont .new_card {
    width: 32%;
  }
  .page .latest_news .mw .cont .new_card a .img {
    margin-bottom: 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    max-width: 280px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 20px;
  }
}
