@charset "UTF-8";
@import url("../../../../../css2");
@import url(../../../../../css);
@import url(../../../../../css-1);
/* @font-face {
  font-family: SFProDisplayRegular;
  src: url(../fonts/SFProDisplay/Sf-Pro-Display-Regular.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SFProDisplayMedium;
  src: url(../fonts/SFProDisplay/Sf-Pro-Display-Medium.otf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SFProDisplaySemiBold;
  src: url(../fonts/SFProDisplay/Sf-Pro-Display-SemiBold.otf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlMedium;
  src: 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.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlLight;
  src: 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.ttf) format("truetype");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: SuisseIntlThin;
  src: url(../fonts/SuisseIntl/SuisseIntl-Thin.ttf) format("truetype");
  font-weight: 275;
  font-style: normal;
} */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: 0;
  font-family: SFProDisplayMedium, 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: 1350px;
  margin: 0 auto;
  position: relative;
}
.fancybox-slide:before {
  margin: 0 !important;
}
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  left: 50px;
  -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: #f67251;
  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;
}
.fancybox-bg {
  background: rgba(17, 17, 17, 0.9) !important;
  -webkit-backdrop-filter: blur(10px) !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: #404096;
  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: #404096;
}
.modal .m-content .c p a:hover {
  color: #f67251;
}
.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: 20px;
}
.modal .m-content .c form .btn_c .btn_m {
  background: #404096;
  color: #fff;
  padding: 18px 50px;
  border-radius: 10px;
}
.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: #404096;
}
.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: #404096;
}
.review_modal .m-content .c .LNG-GROUP {
  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: #404096;
  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: #404096;
  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 {
    left: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .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 .LNG-GROUP {
    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 .LNG-GROUP {
    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 {
    left: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .pulsating-btn {
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
  .pulsating-btn svg {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scrollup {
    left: 24px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .pulsating-btn {
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .pulsating-btn svg {
    width: 120px !important;
    height: 120px !important;
  }
}
.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;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999999999999999;
}
.anim-text-flow,
.anim-text-flow2 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12100e),
    color-stop(#fff),
    to(#12100e)
  );
  background: linear-gradient(90deg, #12100e, #fff, #12100e);
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-animation: animate 1s linear infinite;
  animation: animate 1s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@-webkit-keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.hero-text {
  font-size: 6vw;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition:
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}
.hero-text2 {
  font-size: 3vw;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition:
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}
.btn_c {
  width: 100%;
}
.btn_c .btn_m {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: 0 0;
  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;
}
.btn_c .btn_m .icon {
  width: 85px;
  height: 85px;
  min-width: 85px;
  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;
  background: #fff;
  border: 0.906px solid #fff;
  margin-right: 8px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_c .btn_m .icon img {
  width: 18px;
  height: auto;
}
.btn_c .btn_m span {
  border-radius: 8px;
  border: 0.906px solid rgba(255, 255, 255, 0.2);
  background: rgba(189, 189, 189, 0.05);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-size: 200% auto;
  color: #fff;
  padding: 30px 60px;
  white-space: nowrap;
  text-align: center;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.29px;
  max-width: 220px;
  height: 85px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_c .btn_m.black_btn .icon {
  border-radius: 8.449px;
  border: 1.408px solid rgba(255, 255, 255, 0.2);
  background: #292f3d;
  -webkit-backdrop-filter: blur(18.6446208954px);
  backdrop-filter: blur(18.6446208954px);
}
.btn_c .btn_m.black_btn span {
  border-radius: 8.449px;
  border: 1.408px solid rgba(255, 255, 255, 0.2);
  background: #292f3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(18.6446208954px);
  backdrop-filter: blur(18.6446208954px);
}
.btn_c .btn_m.black_btn:hover .icon {
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}
.btn_c .btn_m.black_btn:hover span {
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}
.btn_c .btn_m.orange_btn .icon {
  border-radius: 8.449px;
  border: 1.408px solid rgba(255, 255, 255, 0.2);
  background: #404096;
  -webkit-backdrop-filter: blur(18.6446208954px);
  backdrop-filter: blur(18.6446208954px);
}
.btn_c .btn_m.orange_btn span {
  border-radius: 8.449px;
  border: 1.408px solid rgba(255, 255, 255, 0.2);
  background: #404096;
  -webkit-backdrop-filter: blur(18.6446208954px);
  backdrop-filter: blur(18.6446208954px);
  display: -webkit-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;
}
.btn_c .btn_m.orange_btn:hover .icon {
  -webkit-box-shadow: 0 4px 25px rgba(248, 98, 60, 0.2);
  box-shadow: 0 4px 25px rgba(248, 98, 60, 0.2);
}
.btn_c .btn_m.orange_btn:hover span {
  -webkit-box-shadow: 0 4px 25px rgba(248, 98, 60, 0.2);
  box-shadow: 0 4px 25px rgba(248, 98, 60, 0.2);
}
.btn_c .btn_m:hover .icon {
  -webkit-box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
}
.btn_c .btn_m:hover span {
  -webkit-box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
}
.btn_b {
  width: 100%;
}
.btn_b .btn_m {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.05);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  background-size: 200% auto;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 14.502px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.29px;
  height: 100px;
  max-width: 410px;
  padding: 12px 16px 12px 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_b .btn_m .icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: -webkit-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: #fff;
  margin-left: 40px;
  border-radius: 8px;
}
.btn_b .btn_m .icon img {
  width: 16px;
  height: auto;
}
.btn_b .btn_m:hover {
  -webkit-box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
}
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;
}
.bg,
.black_bg,
.gray_bg,
.orange_bg,
.white_bg {
  padding: 20px;
}
.bg .bg_cont,
.bg .gray_bg_cont,
.black_bg .bg_cont,
.black_bg .gray_bg_cont,
.gray_bg .bg_cont,
.gray_bg .gray_bg_cont,
.orange_bg .bg_cont,
.orange_bg .gray_bg_cont,
.white_bg .bg_cont,
.white_bg .gray_bg_cont {
  background: url(../images/gray_bg.jpg) no-repeat center center/cover;
  border-radius: 25px;
}
.bg .white_bg_cont,
.black_bg .white_bg_cont,
.gray_bg .white_bg_cont,
.orange_bg .white_bg_cont,
.white_bg .white_bg_cont {
  background: #fff;
  border-radius: 25px;
}
.bg .orange_bg_cont,
.black_bg .orange_bg_cont,
.gray_bg .orange_bg_cont,
.orange_bg .orange_bg_cont,
.white_bg .orange_bg_cont {
  border-radius: 25px;
  background: url(../images/orange_bg.jpg) no-repeat center center/cover;
}
.bg .black_bg_cont,
.black_bg .black_bg_cont,
.gray_bg .black_bg_cont,
.orange_bg .black_bg_cont,
.white_bg .black_bg_cont {
  border-radius: 25px;
  background: url(../images/black_bg.jpg) no-repeat center center/cover;
}
.m_title {
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m_title .h2 {
  color: #222;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.55px;
}
.m_title .h2 b {
  font-family: SFProDisplayMedium, sans-serif !important;
  color: #404096;
  font-weight: 500;
}
.m_title p {
  color: rgba(255, 255, 255, 0.8);
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.88px;
  display: -webkit-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;
}
.m_title p b {
  color: #fff;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-weight: 400;
}
.text_grad_green {
  background: #404096;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .btn_c .btn_m .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 5px;
  }
  .btn_c .btn_m .icon img {
    width: 14px;
  }
  .btn_c .btn_m span {
    padding: 15px 30px;
    font-size: 18px;
    max-width: 200px;
    height: 50px;
  }
  .btn_b .btn_m {
    font-size: 14px;
    height: 60px;
    max-width: 300px;
    padding: 12px 14px 12px 20px;
  }
  .btn_b .btn_m .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-left: 15px;
  }
  .btn_b .btn_m .icon img {
    width: 12px;
  }
  .bg,
  .black_bg,
  .gray_bg,
  .orange_bg,
  .white_bg {
    padding: 5px;
  }
  .bg .bg_cont,
  .bg .gray_bg_cont,
  .black_bg .bg_cont,
  .black_bg .gray_bg_cont,
  .gray_bg .bg_cont,
  .gray_bg .gray_bg_cont,
  .orange_bg .bg_cont,
  .orange_bg .gray_bg_cont,
  .white_bg .bg_cont,
  .white_bg .gray_bg_cont {
    border-radius: 20px;
  }
  .bg .white_bg_cont,
  .black_bg .white_bg_cont,
  .gray_bg .white_bg_cont,
  .orange_bg .white_bg_cont,
  .white_bg .white_bg_cont {
    border-radius: 20px;
  }
  .bg .orange_bg_cont,
  .black_bg .orange_bg_cont,
  .gray_bg .orange_bg_cont,
  .orange_bg .orange_bg_cont,
  .white_bg .orange_bg_cont {
    border-radius: 20px;
  }
  .bg .black_bg_cont,
  .black_bg .black_bg_cont,
  .gray_bg .black_bg_cont,
  .orange_bg .black_bg_cont,
  .white_bg .black_bg_cont {
    border-radius: 20px;
  }
  .m_title {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m_title .h2 {
    font-size: 2.1rem;
    letter-spacing: -2.55px;
  }
  .m_title p {
    font-size: 1.1rem;
    line-height: 24px;
    letter-spacing: -0.28px;
    display: -webkit-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;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn_c .btn_m .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 5px;
  }
  .btn_c .btn_m .icon img {
    width: 14px;
  }
  .btn_c .btn_m span {
    padding: 15px 30px;
    font-size: 18px;
    max-width: 220px;
    height: 50px;
  }
  .btn_b .btn_m {
    font-size: 14px;
    height: 60px;
    max-width: 300px;
    padding: 12px 14px 12px 20px;
  }
  .btn_b .btn_m .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-left: 15px;
  }
  .btn_b .btn_m .icon img {
    width: 12px;
  }
  .bg,
  .black_bg,
  .gray_bg,
  .orange_bg,
  .white_bg {
    padding: 10px;
  }
  .bg .bg_cont,
  .bg .gray_bg_cont,
  .black_bg .bg_cont,
  .black_bg .gray_bg_cont,
  .gray_bg .bg_cont,
  .gray_bg .gray_bg_cont,
  .orange_bg .bg_cont,
  .orange_bg .gray_bg_cont,
  .white_bg .bg_cont,
  .white_bg .gray_bg_cont {
    border-radius: 20px;
  }
  .bg .white_bg_cont,
  .black_bg .white_bg_cont,
  .gray_bg .white_bg_cont,
  .orange_bg .white_bg_cont,
  .white_bg .white_bg_cont {
    border-radius: 20px;
  }
  .bg .orange_bg_cont,
  .black_bg .orange_bg_cont,
  .gray_bg .orange_bg_cont,
  .orange_bg .orange_bg_cont,
  .white_bg .orange_bg_cont {
    border-radius: 20px;
  }
  .bg .black_bg_cont,
  .black_bg .black_bg_cont,
  .gray_bg .black_bg_cont,
  .orange_bg .black_bg_cont,
  .white_bg .black_bg_cont {
    border-radius: 20px;
  }
  .m_title {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m_title .h2 {
    font-size: 2.2rem;
    letter-spacing: -3.153px;
    letter-spacing: -1.55px;
  }
  .m_title p {
    font-size: 1.2rem;
    line-height: 24px;
    letter-spacing: -0.28px;
    display: -webkit-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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn_c .btn_m .icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    margin-right: 6px;
  }
  .btn_c .btn_m .icon img {
    width: 14px;
  }
  .btn_c .btn_m span {
    padding: 20px 50px;
    font-size: 18px;
    max-width: 200px;
    height: 65px;
  }
  .btn_b .btn_m {
    font-size: 14px;
    height: 70px;
    max-width: 340px;
    padding: 12px 15px 12px 25px;
  }
  .btn_b .btn_m .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-left: 20px;
  }
  .btn_b .btn_m .icon img {
    width: 14px;
  }
  .bg,
  .black_bg,
  .gray_bg,
  .orange_bg,
  .white_bg {
    padding: 12px;
  }
  .bg .bg_cont,
  .bg .gray_bg_cont,
  .black_bg .bg_cont,
  .black_bg .gray_bg_cont,
  .gray_bg .bg_cont,
  .gray_bg .gray_bg_cont,
  .orange_bg .bg_cont,
  .orange_bg .gray_bg_cont,
  .white_bg .bg_cont,
  .white_bg .gray_bg_cont {
    border-radius: 20px;
  }
  .bg .white_bg_cont,
  .black_bg .white_bg_cont,
  .gray_bg .white_bg_cont,
  .orange_bg .white_bg_cont,
  .white_bg .white_bg_cont {
    border-radius: 20px;
  }
  .bg .orange_bg_cont,
  .black_bg .orange_bg_cont,
  .gray_bg .orange_bg_cont,
  .orange_bg .orange_bg_cont,
  .white_bg .orange_bg_cont {
    border-radius: 20px;
  }
  .bg .black_bg_cont,
  .black_bg .black_bg_cont,
  .gray_bg .black_bg_cont,
  .orange_bg .black_bg_cont,
  .white_bg .black_bg_cont {
    border-radius: 20px;
  }
  .m_title {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m_title .h2 {
    font-size: 50px;
    letter-spacing: -2.55px;
  }
  .m_title p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.88px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .btn_c .btn_m .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 8px;
  }
  .btn_c .btn_m .icon img {
    width: 16px;
  }
  .btn_c .btn_m span {
    padding: 24px 50px;
    font-size: 18px;
    max-width: 200px;
    height: 70px;
  }
  .btn_b .btn_m {
    font-size: 14px;
    height: 80px;
    max-width: 360px;
    padding: 12px 16px 12px 48px;
  }
  .btn_b .btn_m .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-left: 20px;
  }
  .btn_b .btn_m .icon img {
    width: 15px;
  }
  .bg,
  .black_bg,
  .gray_bg,
  .orange_bg,
  .white_bg {
    padding: 16px;
  }
  .m_title {
    padding-bottom: 50px;
  }
  .m_title .h2 {
    font-size: 60px;
    letter-spacing: -3.55px;
  }
  .m_title p {
    font-size: 20px;
    line-height: 30px;
  }
}
.header {
  z-index: 99999999;
  width: calc(100% - 40px);
  position: fixed;
  left: 20px;
  right: 20px;
  border-radius: 30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}
.header .mw {
  padding: 20px 2vh;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .mw .top_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;
}
.header .mw .top_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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .top_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;
}
.header .mw .top_cont .left_side .logo a img {
  width: 140px;
  min-width: 140px;
}
.header .mw .top_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;
}
.header .mw .top_cont .right_side .soc_icons {
  margin-right: 72px;
}
.header .mw .top_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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .top_cont .right_side .soc_icons ul li {
  margin-right: 4px;
}
.header .mw .top_cont .right_side .soc_icons ul li:last-child {
  margin-right: 0;
}
.header .mw .top_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;
  border-radius: 7px;
  border: 0.4px solid rgba(255, 255, 255, 0.6);
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.header .mw .top_cont .right_side .soc_icons ul li a img {
  width: 20px;
  height: auto;
}
.header .mw .top_cont .right_side .soc_icons ul li a:hover {
  background: rgba(217, 217, 217, 0.4);
}
.header .mw .top_cont .right_side .phone {
  margin-right: 56px;
}
.header .mw .top_cont .right_side .phone a {
  color: #fff;
  text-align: center;
  font-family: SFProDisplaySemiBold, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header .mw .top_cont .right_side .phone a .icon {
  border-radius: 7px;
  border: 1px solid rgba(244, 119, 68, 0);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 40px;
  height: 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;
  margin-right: 14px;
}
.header .mw .top_cont .right_side .phone a .icon img {
  width: 15px;
  height: auto;
}
.header .mw .top_cont .right_side .phone a:hover {
  color: #404096;
}
.header .mw .top_cont .right_side .btn_c .btn_m .icon {
  height: 55px;
  min-width: 55px;
  width: 55px;
  margin-right: 5px;
  border-radius: 5px;
}
.header .mw .top_cont .right_side .btn_c .btn_m .icon img {
  width: 12px;
}
.header .mw .top_cont .right_side .btn_c .btn_m span {
  max-width: 185px;
  height: 55px;
  padding: 20px 30px;
  font-size: 14px;
  border-radius: 5px;
}
.header .mw .top_cont .right_side .o_xs_menu {
  display: none;
}
.header .mw .top_cont .right_side .o_xs_menu img {
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  height: 30px;
}
.header .mw hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 20px 0 0;
}
.header .mw .bottom_cont {
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .mw .bottom_cont .nav {
  background: rgba(255, 255, 255, 0.1);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .mw .bottom_cont .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header .mw .bottom_cont .nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .mw .bottom_cont .nav ul li.current-menu-item a {
  color: #404096;
}
.header .mw .bottom_cont .nav ul li a {
  color: #fff;
  text-align: center;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: -0.32px;
}
.header .mw .bottom_cont .nav ul li a:hover {
  color: #404096;
}
.header.out {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}
.header_offset {
  padding-top: 200px;
}
.sticky {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(5px) !important;
  transform: translateY(5px) !important;
}
.sticky .mw {
  padding: 10px 2vh;
}
.sticky .mw hr {
  margin: 15px 0 0;
}
.sticky .mw .bottom_cont {
  margin-top: 15px;
}
.sticky .mw .bottom_cont .nav {
  height: 40px;
}
.xs_menu {
  width: 100%;
  top: -100vh;
  left: 0;
  right: 0;
  position: fixed;
  height: 100vh;
  z-index: 9999999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  background: #111;
}
.xs_menu .xs_cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  z-index: 999999;
  padding: 20px;
  padding-bottom: 100px;
}
.xs_menu .xs_cont .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;
}
.xs_menu .xs_cont .logo {
  position: relative;
  max-width: 150px;
  margin-top: 6px;
}
.xs_menu .xs_cont .logo img {
  width: 100%;
  height: auto;
}
.xs_menu .xs_cont .c_xs_menu {
  position: relative;
}
.xs_menu .xs_cont .c_xs_menu img {
  width: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 24px;
}
.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;
}
.xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
  opacity: 1;
}
.xs_menu .xs_cont ul {
  margin-top: 60px;
  margin-bottom: 40px;
}
.xs_menu .xs_cont ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.xs_menu .xs_cont ul li.current-menu-item a {
  color: #404096;
}
.xs_menu .xs_cont ul 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.xs_menu .xs_cont ul li.menu-item-has-children:hover a {
  color: #404096;
}
.xs_menu .xs_cont ul li.menu-item-has-children:hover a:after {
  background: url(../images/chevron_down_hover.svg) no-repeat center
    center/cover;
}
.xs_menu .xs_cont ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.xs_menu .xs_cont ul li.menu-item-has-children:hover .sub-menu li a {
  color: #a5a5a5;
}
.xs_menu .xs_cont ul li.menu-item-has-children.active a {
  color: #404096;
}
.xs_menu .xs_cont ul 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;
}
.xs_menu .xs_cont ul li.menu-item-has-children.active .sub-menu {
  opacity: 1;
  visibility: visible;
}
.xs_menu .xs_cont ul li.menu-item-has-children.active .sub-menu li a {
  color: #a5a5a5;
}
.xs_menu .xs_cont ul li.menu-item-has-children a:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/chevron-down.svg) no-repeat center center/cover;
  position: relative;
  margin-left: 8px;
  min-width: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.xs_menu .xs_cont 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: 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: 16px 0;
  cursor: pointer;
}
.xs_menu .xs_cont ul li a:hover {
  color: #404096 !important;
}
.xs_menu .xs_cont ul li .sub-menu {
  position: relative;
  width: 100%;
  z-index: 33;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  padding-top: 0;
  margin: 0;
  margin-bottom: 16px;
}
.xs_menu .xs_cont ul li .sub-menu.active {
  display: block;
}
.xs_menu .xs_cont ul li .sub-menu li {
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 0;
}
.xs_menu .xs_cont ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.xs_menu .xs_cont ul li .sub-menu li a {
  height: auto;
  width: 100%;
  display: block;
  opacity: 0.6;
  padding: 0;
  margin-bottom: 6px;
}
.xs_menu .xs_cont ul li .sub-menu li a:last-child {
  margin-bottom: 0;
}
.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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.xs_menu .xs_cont .soc_icons ul li {
  margin-right: 12px;
  border-bottom: 0;
  width: auto;
}
.xs_menu .xs_cont .soc_icons ul li a {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #404096;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xs_menu .xs_cont .soc_icons ul li a img {
  width: 20px;
}
.xs_menu .xs_cont .soc_icons ul li a:hover {
  background: rgba(248, 98, 60, 0.4);
}
.xs_menu .xs_cont .soc_icons ul li:last-child {
  margin-right: 0;
}
.xs_menu .xs_cont .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.xs_menu .xs_cont .phone a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.xs_menu .xs_cont .phone a .icon {
  border-radius: 10px;
  background: #404096;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.xs_menu .xs_cont .phone a .icon img {
  width: 16px;
  height: auto;
}
.xs_menu .xs_cont .phone a:hover {
  color: #404096;
}
.xs_menu .xs_cont .phone a:hover .icon {
  background: #404096;
}
.xs_menu .xs_cont .btn_c {
  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;
}
.xs_menu .xs_cont .btn_c .btn_m span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.xs_menu.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}
.header1 {
  background: #fff;
}
.header1 .mw .top_cont .right_side .soc_icons ul li a {
  background: #404096;
}
.header1 .mw .top_cont .right_side .soc_icons ul li a:hover {
  background: rgba(248, 98, 60, 0.4);
}
.header1 .mw .top_cont .right_side .phone a {
  color: #0e0e0e;
}
.header1 .mw .top_cont .right_side .phone a .icon {
  background: #404096;
}
.header1 .mw hr {
  background: rgba(14, 14, 14, 0.1);
}
.header1 .mw .bottom_cont .nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.header1 .mw .bottom_cont .nav ul li a {
  color: #0e0e0e;
}
.header1 .mw .bottom_cont .nav ul li::after {
  background: rgba(14, 14, 14, 0.1);
}
@media (max-width: 575px) {
  .header {
    width: calc(100% - 10px);
    left: 5px;
    right: 5px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-radius: 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;
  }
  .header .mw {
    padding: 20px 1rem;
    position: relative;
    z-index: 2;
  }
  .header .mw .top_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;
  }
  .header .mw .top_cont .left_side .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw .top_cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .top_cont .right_side .soc_icons {
    margin-right: 15px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li {
    margin-right: 4px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a img {
    width: 15px;
  }
  .header .mw .top_cont .right_side .phone {
    display: none;
  }
  .header .mw .top_cont .right_side .btn_c {
    display: none;
  }
  .header .mw .top_cont .right_side .o_xs_menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw hr {
    display: none;
  }
  .header .mw .bottom_cont {
    display: none;
  }
  .header_offset {
    padding-top: 80px;
  }
  .sticky {
    display: -webkit-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;
  }
  .sticky .mw {
    padding: 10px 1rem;
  }
  .xs_menu {
    display: block;
  }
  .xs_menu.active {
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header1 {
    height: auto;
  }
  .header1 .mw {
    padding: 20px 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header {
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw {
    padding: 1rem;
  }
  .header .mw .top_cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .top_cont .right_side .soc_icons {
    margin-right: 20px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li {
    margin-right: 4px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a img {
    width: 20px;
  }
  .header .mw .top_cont .right_side .phone {
    margin-right: 20px;
  }
  .header .mw .top_cont .right_side .phone a {
    font-size: 16px;
  }
  .header .mw .top_cont .right_side .phone a .icon {
    width: 35px;
    height: 35px;
    margin-right: 14px;
  }
  .header .mw .top_cont .right_side .phone a .icon img {
    width: 14px;
  }
  .header .mw .top_cont .right_side .btn_c {
    display: none;
  }
  .header .mw .top_cont .right_side .o_xs_menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw hr {
    display: none;
  }
  .header .mw .bottom_cont {
    display: none;
  }
  .header_offset {
    padding-top: 80px;
  }
  .sticky .mw {
    padding: 1rem;
  }
  .xs_menu {
    display: block;
  }
  .xs_menu.active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
  }
  .header1 {
    height: auto;
  }
  .header1 .mw {
    padding: 1.2rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw {
    padding: 20px 1rem;
  }
  .header .mw .top_cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .top_cont .right_side .soc_icons {
    margin-right: 20px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li {
    margin-right: 4px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a img {
    width: 18px;
  }
  .header .mw .top_cont .right_side .phone {
    margin-right: 20px;
  }
  .header .mw .top_cont .right_side .phone a {
    font-size: 15px;
  }
  .header .mw .top_cont .right_side .phone a .icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .header .mw .top_cont .right_side .phone a .icon img {
    width: 14px;
  }
  .header .mw .top_cont .right_side .btn_c .btn_m .icon {
    height: 35px;
    min-width: 35px;
    width: 35px;
    margin-right: 5px;
  }
  .header .mw .top_cont .right_side .btn_c .btn_m .icon img {
    width: 12px;
  }
  .header .mw .top_cont .right_side .btn_c .btn_m span {
    max-width: 150px;
    height: 35px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .header .mw hr {
    margin: 20px 0 0;
  }
  .header .mw .bottom_cont .nav {
    height: 40px;
  }
  .header .mw .bottom_cont .nav ul li a {
    font-size: 14px;
    letter-spacing: -0.32px;
  }
  .header .mw .bottom_cont .nav ul li::after {
    display: none;
  }
  .header_offset {
    padding-top: 150px;
  }
  .sticky .mw {
    padding: 10px 2vh;
  }
  .header1 .mw {
    padding: 20px 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    left: 16px;
    width: calc(100% - 32px);
    right: 16px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw {
    padding: 15px 2rem;
  }
  .header .mw .top_cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .top_cont .right_side .soc_icons {
    margin-right: 40px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li {
    margin-right: 4px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .header .mw .top_cont .right_side .soc_icons ul li a img {
    width: 18px;
  }
  .header .mw .top_cont .right_side .phone {
    margin-right: 40px;
  }
  .header .mw .top_cont .right_side .phone a {
    font-size: 15px;
  }
  .header .mw .top_cont .right_side .phone a .icon {
    width: 38px;
    height: 38px;
    margin-right: 14px;
  }
  .header .mw .top_cont .right_side .phone a .icon img {
    width: 14px;
  }
  .header .mw .top_cont .right_side .btn_c .btn_m .icon {
    height: 45px;
    min-width: 45px;
    width: 45px;
    margin-right: 5px;
  }
  .header .mw .top_cont .right_side .btn_c .btn_m .icon img {
    width: 12px;
  }
  .header .mw .top_cont .right_side .btn_c .btn_m span {
    max-width: 165px;
    height: 45px;
    padding: 15px 30px;
    font-size: 14px;
  }
  .header .mw hr {
    margin: 15px 0 0;
  }
  .header .mw .bottom_cont .nav {
    height: 40px;
  }
  .header .mw .bottom_cont .nav ul li a {
    font-size: 15px;
  }
  .header .mw .bottom_cont .nav ul li::after {
    height: 40px;
    left: 80px;
  }
  .header .mw .bottom_cont .nav ul li:nth-child(2)::after {
    left: 90px;
  }
  .header .mw .bottom_cont .nav ul li:nth-child(3)::after {
    left: 120px;
  }
  .header .mw .bottom_cont .nav ul li:nth-child(4)::after {
    left: 135px;
  }
  .header .mw .bottom_cont .nav ul li:nth-child(5)::after {
    left: 95px;
  }
  .header .mw .bottom_cont .nav ul li:nth-child(6)::after {
    left: 70px;
  }
  .header_offset {
    padding-top: 160px;
  }
  .sticky .mw {
    padding: 10px 2rem;
  }
  .header1 .mw {
    padding: 1rem 2rem;
  }
}
body {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
html.has-scroll-smooth {
  overflow: hidden;
}
[data-scroll-container] {
  will-change: transform;
}
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
}
.page-transition.active {
  opacity: 1;
  visibility: visible;
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media screen and (max-width: 1024px) {
  .fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body,
html {
  background: #f1f1f1;
}
.page {
  background: #f1f1f1;
  position: relative;
}
.page .main_bg {
  padding: 20px;
  position: relative;
  z-index: 99;
}
.page .main_bg .main_slider {
  height: 100%;
}
.page .main_bg .main_slider .owl-nav {
  display: none;
}
.page .main_bg .main_bg_cont {
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 160px;
  padding-bottom: 160px;
  min-height: 850px;
}
.page .main_bg .main_bg_cont::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_decor.png) no-repeat center center/cover;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
}
.page .main_bg .main_bg_cont .main_cont {
  position: relative;
  z-index: 3;
}
.page .main_bg .main_bg_cont .main_cont .mw {
  padding: 100px 2vh 50px;
}
.page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 {
  color: #fff;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 71.571px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.481px;
  letter-spacing: -5.01px;
  max-width: 880px;
  padding-bottom: 40px;
}
.page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 b {
  font-family: SFProDisplayMedium, sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
}
.page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 span {
  color: #e0e0e0;
  font-family: SFProDisplayRegular, sans-serif !important;
}
.page .main_bg .main_bg_cont .main_cont .mw .main_card p {
  color: #fff;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 23px;
  font-style: normal;
  max-width: 520px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.69px;
  padding-bottom: 40px;
}
.page .main_bg .main_bg_cont .main_cont .mw .owl-nav {
  display: none;
}
.page .main_bg .bottom_line {
  position: absolute;
  bottom: 70px;
  z-index: 333;
  width: 100%;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}
.page .main_bg .bottom_line .mw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 2vh;
}
.page .main_bg .bottom_line .left_side .btn_b {
  width: 100%;
}
.page .main_bg .bottom_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 .main_bg .bottom_line .right_side .btn_next_main,
.page .main_bg .bottom_line .right_side .btn_prev_main {
  display: -webkit-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;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.page .main_bg .bottom_line .right_side .btn_next_main:hover,
.page .main_bg .bottom_line .right_side .btn_prev_main: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 .main_bg .bottom_line .right_side .btn_next_main:after,
.page .main_bg .bottom_line .right_side .btn_prev_main:after {
  content: "";
  width: 7px;
  height: 15px;
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
  position: absolute;
}
.page .main_bg .bottom_line .right_side .btn_next_main {
  margin-left: 15px;
}
.page .main_bg .bottom_line .right_side .btn_next_main: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 .main_bg .bottom_line .right_side .btn_next_main:after {
  background: url(../images/chevron_left.svg) no-repeat center center/cover;
}
.page .services {
  position: relative;
}
.page .services .decor {
  top: -23px;
  position: absolute;
  width: 1217px;
  left: -274px;
  z-index: 1;
}
.page .services .decor img {
  width: 100%;
  height: auto;
}
.page .services .mw {
  padding: 30px 2vh 70px;
}
.page .services .mw .m_title {
  display: -webkit-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;
  border-bottom: 1px solid rgba(6, 6, 6, 0.3);
  padding-bottom: 42px;
  margin-bottom: 65px;
  z-index: 2;
  position: relative;
}
.page .services .mw .m_title::before {
  content: "";
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 2px;
  background: #404096;
}
.page .services .mw .m_title .h2 {
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .services .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .services .mw .cont .left_side {
  width: 30%;
}
.page .services .mw .cont .left_side .decor_text {
  color: #404096;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 54.461px;
  font-style: normal;
  font-weight: 500;
  line-height: 51.349px;
  letter-spacing: -3.268px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  left: -180px;
}
.page .services .mw .cont .right_side {
  width: 68%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.page .service_card {
  position: relative;
  height: 320px;
  z-index: 2;
}
.page .service_card a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 320px;
}
.page .service_card a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    192.41deg,
    rgba(0, 0, 0, 0) 33.83%,
    rgba(0, 0, 0, 0.92) 105.68%
  );
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .service_card a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    201.58deg,
    rgba(0, 0, 0, 0) -4.91%,
    rgba(0, 0, 0, 0.92) 99.43%
  );
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .service_card a:hover:after {
  opacity: 1;
}
.page .service_card a .desc {
  position: absolute;
  z-index: 3;
  padding: 35px;
  bottom: 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .service_card a .desc .title {
  color: #fff;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  max-width: 195px;
  letter-spacing: -0.6px;
  display: block;
}
.page .service_card a .desc .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.page .service_card a .desc .btn_more img {
  width: 20px;
  height: auto;
}
.page .service_card:nth-child(5) a .desc .title {
  max-width: 100%;
}
.page .we_deliver_goods .gray_bg_cont .mw {
  padding: 75px 2vh 95px;
}
.page .we_deliver_goods .gray_bg_cont .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;
  padding-bottom: 75px;
}
.page .we_deliver_goods .gray_bg_cont .mw .top_line .icon {
  max-width: 225px;
  margin-top: 14px;
}
.page .we_deliver_goods .gray_bg_cont .mw .top_line .icon img {
  width: 100%;
  height: auto;
}
.page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 {
  max-width: 798px;
  font-size: 55px;
  line-height: 68px;
  letter-spacing: -3.3px;
}
.page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 span {
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 b {
  margin-left: 220px;
}
.page .we_deliver_goods .gray_bg_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 .we_deliver_goods .gray_bg_cont .mw .cont .left_side {
  width: 32%;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img {
  max-width: 365px;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .right_side {
  width: 66%;
  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;
  border-top: 1px solid rgba(34, 34, 34, 0.3);
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding-bottom: 35px;
  padding-top: 35px;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding-bottom: 40px;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card p {
  color: #222;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.8px;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card p span {
  font-weight: 400;
  font-family: SuisseIntlRegular, sans-serif !important;
}
.page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page .service .mw {
  padding: 50px 2vh 55px;
}
.page .service .mw .m_title {
  padding-bottom: 28px;
}
.page .service .mw .m_title .h2 {
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 50px;
  letter-spacing: -3px;
}
.page .service .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;
  padding-bottom: 75px;
}
.page .service .mw .top_line .l_side {
  width: 50%;
}
.page .service .mw .top_line .l_side p {
  color: #000;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  max-width: 617px;
  font-weight: 450;
  line-height: 32px;
  letter-spacing: -0.8px;
}
.page .service .mw .top_line .l_side p span {
  font-family: SuisseIntlLight, sans-serif !important;
  font-weight: 300;
}
.page .service .mw .top_line .r_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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page .service .mw .top_line .r_side .h5 {
  font-family: SuisseIntlLight, sans-serif !important;
  font-weight: 300;
  color: #000;
  font-size: 25px;
  font-style: normal;
  line-height: 34px;
  letter-spacing: -1px;
  max-width: 318px;
}
.page .service .mw .top_line .r_side .h5 b {
  font-family: SuisseIntlRegular, sans-serif !important;
  font-weight: 400;
}
.page .service .mw .top_line .r_side::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  background: rgba(6, 6, 6, 0.3);
}
.page .service .mw .cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 20px;
  
}
.page .service .mw .cont .card {
  border-radius: 30px;
  border: 1px solid rgba(165, 165, 165, 0.4);
  background: #fff;
  padding: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .service .mw .cont .card .desc {
  padding: 15px 17px 36px;
}
.page .service .mw .cont .card .desc .h5 {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 180px;
  height: 46px;
  letter-spacing: -0.8px;
}
.page .service .mw .cont .card .desc p {
  color: #000;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 16px;
  height: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.64px;
  margin-top: 20px;
}
.page .service .mw .cont .card .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}
.page .service .mw .cont .card .img img {
  width: 243px;
  border-radius: 20px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 162px;
}
.page .service .mw .cont .card .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.page .service .mw .cont .card:nth-child(5) .desc .h5,
.page .service .mw .cont .card:nth-child(8) .desc .h5 {
  max-width: 100%;
}
/* .page .service .mw .cont .card:last-child {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */
/* .page .service .mw .cont .card:last-child .img {
  max-width: 180px;
  border-radius: 0;
} */
/* .page .service .mw .cont .card:last-child .img img {
  width: 100%;
  height: auto;
  border-radius: 0;
} */
/* .page .service .mw .cont .card:last-child .img:hover img {
  -webkit-transform: none;
  transform: none;
} */
.page .service .mw .cont .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .why_choose_us .bg_cont {
  background: url(../images/why_choose_us_bg.jpg) no-repeat center center/cover;
}
.page .why_choose_us .bg_cont .mw {
  padding: 62px 2vh 92px;
}
.page .why_choose_us .bg_cont .mw .m_title .h2 {
  color: #fff;
  max-width: 550px;
  font-family: SFProDisplayMedium, sans-serif !important;
}
.page .why_choose_us .bg_cont .mw .m_title p {
  margin-bottom: 16px;
  max-width: 488px;
}
.page .why_choose_us .bg_cont .mw .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 25px;
}
.page .why_choose_us .bg_cont .mw .cont .card {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  padding: 30px 30px 35px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .why_choose_us .bg_cont .mw .cont .card::before {
  content: "";
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 35px;
  right: 30px;
}
.page .why_choose_us .bg_cont .mw .cont .card .icon {
  max-width: 40px;
  padding-bottom: 25px;
}
.page .why_choose_us .bg_cont .mw .cont .card .icon img {
  width: 100%;
  height: auto;
}
.page .why_choose_us .bg_cont .mw .cont .card .desc .h5 {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  padding-bottom: 10px;
}
.page .why_choose_us .bg_cont .mw .cont .card .desc p {
  color: #fff;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.page .why_choose_us .bg_cont .mw .cont .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .about {
  padding: 4px 20px 10px;
}
.page .about .white_bg_cont .mw {
  padding: 40px 2vh;
}
.page .about .white_bg_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 .about .white_bg_cont .mw .cont .left_side {
  width: 49%;
}
.page .about .white_bg_cont .mw .cont .left_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .about .white_bg_cont .mw .cont .right_side {
  width: 49%;
  background: url(../images/about_bg.jpg) no-repeat center center/cover;
  border-radius: 30px;
  padding: 35px 50px 50px;
  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 .white_bg_cont .mw .cont .right_side .m_title {
  padding-bottom: 30px;
}
.page .about .white_bg_cont .mw .cont .right_side .m_title .h2 {
  font-size: 55px;
  font-family: SFProDisplayMedium, sans-serif !important;
}
.page .about .white_bg_cont .mw .cont .right_side .desc {
  max-width: 586px;
  padding-bottom: 55px;
}
.page .about .white_bg_cont .mw .cont .right_side .desc p {
  color: #000;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 25px;
  letter-spacing: -0.48px;
}
.page .about .white_bg_cont .mw .cont .right_side .desc p b {
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .about .white_bg_cont .mw .cont .right_side .desc .h5 {
  color: #000;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 25px;
  letter-spacing: -0.48px;
}
.page .about .white_bg_cont .mw .cont .right_side .desc ul li {
  color: #000;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .about .white_bg_cont .mw .cont .right_side .desc ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  min-width: 5px;
  background: #000;
  border-radius: 50%;
  top: 10px;
  margin-right: 5px;
  display: block;
  position: relative;
}
.page .map .orange_bg_cont .mw {
  padding: 80px 2vh 125px;
}
.page .map .orange_bg_cont .mw .m_title {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 115px;
}
.page .map .orange_bg_cont .mw .m_title .h2 {
  color: #fff;
  text-align: center;
}
.page .map .orange_bg_cont .mw .m_title .h2 b {
  color: #fff;
}
.page .map .orange_bg_cont .mw .cont .img {
  margin: 0 auto;
  max-width: 1240px;
}
.page .map .orange_bg_cont .mw .cont .img img {
  width: 100%;
  height: auto;
}
.page .main_directions .mw {
  padding: 30px 2vh 60px;
}
.page .main_directions .mw .m_title {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(6, 6, 6, 0.3);
  margin-bottom: 65px;
}
.page .main_directions .mw .m_title .h2 {
  font-family: "SF Pro DisplayMedium", sans-serif !important;
  font-weight: 500;
  letter-spacing: -4.55px;
  max-width: 700px;
}
.page .main_directions .mw .m_title .h2 b {
  color: #959595;
  letter-spacing: -4.55px;
}
.page .main_directions .mw .m_title p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 420px;
  padding-bottom: 20px;
}
.page .main_directions .mw .m_title p b {
  color: #000;
}
.page .main_directions .mw .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.page .main_directions .mw .cont .card {
  border-radius: 8px;
  border: 1px solid rgba(208, 208, 208, 0.25);
  background: #fff;
  padding: 24px 35px 30px 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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .main_directions .mw .cont .card .icon {
  width: 84px;
  height: 84px;
  min-width: 84px;
  border-radius: 7.467px;
  background: rgba(248, 98, 60, 0.12);
  margin-right: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .main_directions .mw .cont .card .icon img {
  width: 55px;
  height: auto;
}
.page .main_directions .mw .cont .card .desc .h5 {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  padding-bottom: 15px;
}
.page .main_directions .mw .cont .card .desc p {
  color: rgba(0, 0, 0, 0.6);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.42px;
}
.page .main_directions .mw .cont .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .benefits .black_bg_cont .mw {
  padding: 65px 2vh;
}
.page .benefits .black_bg_cont .mw .m_title {
  max-width: 1262px;
  padding-bottom: 70px;
}
.page .benefits .black_bg_cont .mw .m_title .h2 {
  font-size: 48px;
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-weight: 450;
  line-height: 57px;
  letter-spacing: -2.88px;
}
.page .benefits .black_bg_cont .mw .m_title .h2 b {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  position: relative;
}
.page .benefits .black_bg_cont .mw .m_title .h2 b span {
  color: #404096;
  position: relative;
}
.page .benefits .black_bg_cont .mw .m_title .h2 b span::after {
  content: "*";
  color: rgba(255, 255, 255, 0.3);
  font-family: SuisseIntlThin, sans-serif !important;
  font-size: 116.86px;
  font-style: normal;
  right: -40px;
  top: -10px;
  font-weight: 275;
  line-height: 138.772px;
  position: absolute;
  letter-spacing: -7.012px;
}
.page .benefits .black_bg_cont .mw .cont {
  position: relative;
}
.page .benefits .black_bg_cont .mw .cont .img {
  width: 100%;
  overflow: hidden;
  border-radius: 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;
}
.page .benefits .black_bg_cont .mw .cont .img img {
  width: 100%;
  border-radius: 25px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .benefits .black_bg_cont .mw .cont .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.page .benefits .black_bg_cont .mw .cont .icon {
  position: absolute;
  border-radius: 30px;
  background: #404096;
  width: 230px;
  min-width: 230px;
  right: 17px;
  bottom: 17px;
  height: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .benefits .black_bg_cont .mw .cont .icon img {
  width: 140px;
  height: auto;
}
.page .stages_our_work .mw {
  padding: 50px 2vh 60px;
}
.page .stages_our_work .mw .m_title .h2 {
  max-width: 1000px;
  font-size: 60px;
  font-family: SFProDisplayMedium, sans-serif !important;
}
.page .stages_our_work .mw .m_title p {
  color: #000;
  padding-bottom: 10px;
  max-width: 230px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.9px;
}
.page .stages_our_work .mw .m_title p span {
  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 .stages_our_work .mw .m_title p span::before {
  content: "";
  width: 11px;
  height: 11px;
  min-width: 11px;
  position: relative;
  top: 9px;
  margin-right: 20px;
  border-radius: 2px;
  background: #404096;
}
.page .stages_our_work .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 .stages_our_work .mw .cont .left_side {
  width: 48%;
}
.page .stages_our_work .mw .cont .left_side .img {
  width: 100%;
  border-radius: 25px;
}
.page .stages_our_work .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.page .stages_our_work .mw .cont .right_side {
  width: 50%;
  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 .stages_our_work .mw .cont .right_side ul {
  border-top: 1px solid rgba(6, 6, 6, 0.2);
  padding-top: 8px;
}
.page .stages_our_work .mw .cont .right_side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(6, 6, 6, 0.2);
  padding-bottom: 38px;
  margin-bottom: 12px;
  position: relative;
}
.page .stages_our_work .mw .cont .right_side ul li .num {
  margin-right: 65px;
}
.page .stages_our_work .mw .cont .right_side ul li .num span {
  color: rgba(0, 0, 0, 0.2);
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 148.6%;
  letter-spacing: -0.68px;
}
.page .stages_our_work .mw .cont .right_side ul li .desc {
  margin-top: 24px;
  max-width: 540px;
}
.page .stages_our_work .mw .cont .right_side ul li .desc .h5 {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 20px;
}
.page .stages_our_work .mw .cont .right_side ul li .desc p {
  color: rgba(0, 0, 0, 0.6);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.6%;
  letter-spacing: -0.56px;
}
.page .stages_our_work .mw .cont .right_side ul li::after {
  content: "";
  border-radius: 2px;
  background: #404096;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 21px;
  right: 0;
}
.page .faq .gray_bg_cont .mw {
  padding: 90px 2vh 95px;
}
.page .faq .gray_bg_cont .mw .m_title {
  padding-bottom: 68px;
}
.page .faq .gray_bg_cont .mw .m_title .h2 {
  font-size: 50px;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .faq .gray_bg_cont .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 .gray_bg_cont .mw .accordion .accordion-item {
  width: 100%;
  border-radius: 21.163px;
  background: #fff;
  margin-bottom: 20px;
}
.page .faq .gray_bg_cont .mw .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.page .faq .gray_bg_cont .mw .accordion .accordion-item .accordion-item-title {
  position: relative;
  background: #fff;
  border-radius: 21.163px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-title
  .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1d1d;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.1px;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-title
  .line
  .num {
  border-radius: 11px;
  background: rgba(217, 217, 217, 0.26);
  margin-right: 40px;
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: -webkit-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
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-title
  .line
  .num
  span {
  color: #404096;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 79.36px;
  letter-spacing: -1.25px;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-title
  .plus {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: rgba(231, 91, 58, 0.1);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-title
  .plus:after {
  content: "";
  position: relative;
  background: url(../images/plus.svg) no-repeat center center/cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: block;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-title:hover
  .plus:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-content {
  display: none;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont {
  padding: 15px 15px 30px;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #a5a5a5;
  padding-bottom: 15px;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p
  b {
  color: #404096;
}
.page
  .faq
  .gray_bg_cont
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p:last-child {
  padding-bottom: 0;
}
.page .faq .gray_bg_cont .mw .accordion .active .accordion-item-title:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation: 5s plus_anim linear infinite;
  animation: 5s plus_anim linear infinite;
  background: url(../images/plus_hover.svg) no-repeat center center/cover;
}
@-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 .any_ques {
  padding: 50px 20px 25px;
  margin-top: 30px;
}
.page .any_ques .white_bg_cont {
  border-radius: 30px;
}
.page .any_ques .white_bg_cont .mw {
  padding: 32px 2vh;
}
.page .any_ques .white_bg_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 .any_ques .white_bg_cont .mw .cont .left_side {
  width: 45%;
}
.page .any_ques .white_bg_cont .mw .cont .left_side .m_title {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .any_ques .white_bg_cont .mw .cont .left_side .m_title .h2 {
  font-size: 45px;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .any_ques .white_bg_cont .mw .cont .left_side .m_title p {
  display: -webkit-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;
  padding-top: 25px;
}
.page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span {
  max-width: 440px;
  color: #7a7a7a;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span b {
  color: #000;
  font-size: 24px;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .any_ques .white_bg_cont .mw .cont .left_side form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .any_ques .white_bg_cont .mw .cont .left_side form .inp {
  width: 49%;
  margin-bottom: 20px;
}
.page .any_ques .white_bg_cont .mw .cont .left_side form .inp input,
.page .any_ques .white_bg_cont .mw .cont .left_side form .inp textarea {
  border-radius: 9.529px;
  border: 0.953px solid rgba(102, 102, 102, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 65px;
  background-color: transparent;
  width: 100%;
  color: rgba(71, 71, 71, 0.4);
  font-family: Manrope, sans-serif !important;
  font-size: 17.152px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.172px;
  padding: 15px;
}
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-webkit-input-placeholder,
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-webkit-input-placeholder {
  color: rgba(71, 71, 71, 0.2);
}
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-moz-placeholder,
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-moz-placeholder {
  color: rgba(71, 71, 71, 0.2);
}
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input:-ms-input-placeholder,
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea:-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.2);
}
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-ms-input-placeholder,
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.2);
}
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::placeholder,
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::placeholder {
  color: rgba(71, 71, 71, 0.2);
}
.page .any_ques .white_bg_cont .mw .cont .left_side form .inp:nth-child(1) {
  width: 100%;
}
.page .any_ques .white_bg_cont .mw .cont .left_side form .inp_textarea {
  width: 100%;
}
.page
  .any_ques
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_textarea
  textarea {
  height: 120px;
  resize: none;
}
.page .any_ques .white_bg_cont .mw .cont .left_side form .btn_c {
  padding-top: 22px;
}
.page .any_ques .white_bg_cont .mw .cont .right_side {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .any_ques .white_bg_cont .mw .cont .right_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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}
.page .any_ques .white_bg_cont .mw .cont .right_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .footer .white_bg_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(250, 250, 250, 0.8);
  -webkit-backdrop-filter: blur(47px);
  backdrop-filter: blur(47px);
}
.page .footer .white_bg_cont .mw {
  padding: 65px 2vh 40px;
  z-index: 2;
}
.page .footer .white_bg_cont .mw .top_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;
  padding-bottom: 60px;
}
.page .footer .white_bg_cont .mw .top_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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .footer .white_bg_cont .mw .top_cont .left_side .logo {
  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-right: 75px;
  margin-top: 6px;
}
.page .footer .white_bg_cont .mw .top_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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .white_bg_cont .mw .top_cont .left_side .logo a img {
  width: 190px;
  min-width: 190px;
  height: auto;
}
.page .footer .white_bg_cont .mw .top_cont .left_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 .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li {
  margin-right: 12px;
}
.page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #c0c0c0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a img {
  width: 20px;
}
.page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a:hover {
  background: rgba(248, 98, 60, 0.4);
}
.page .footer .white_bg_cont .mw .top_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 .footer .white_bg_cont .mw .top_cont .right_side p {
  color: #0d0d0d;
  font-size: 26px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 500;
  line-height: 140%;
  margin-right: 76px;
  letter-spacing: -1.56px;
}
.page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m .icon {
  height: 55px;
  width: 55px;
  min-width: 55px;
  border-radius: 5px;
}
.page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m .icon img {
  width: 12px;
}
.page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m span {
  height: 55px;
  border-radius: 5px;
  max-width: 182px;
  padding: 18px 30px;
  font-size: 14px;
}
.page .footer .white_bg_cont .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .footer .white_bg_cont .mw .cont .l_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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
}
.page .footer .white_bg_cont .mw .cont .l_side .fast_links {
  width: 49%;
}
.page .footer .white_bg_cont .mw .cont .r_side .fast_links {
  border-radius: 20px;
  background: #404096;
  padding: 25px 45px 30px;
}
.page .footer .white_bg_cont .mw .cont .r_side .fast_links .h5 {
  color: #fff;
}
.page .footer .white_bg_cont .mw .cont .r_side .desc p {
  color: #fff;
  -webkit-font-feature-settings:
    "salt" on,
    "liga" off;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.page .footer .white_bg_cont .mw .cont .r_side .desc p a {
  color: #fff;
}
.page .footer .white_bg_cont .mw .cont .fast_links .h5 {
  color: #0d0d0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.page .footer .white_bg_cont .mw .cont .fast_links ul li {
  margin-bottom: 10px;
}
.page .footer .white_bg_cont .mw .cont .fast_links ul li:last-child {
  margin-bottom: 0;
}
.page .footer .white_bg_cont .mw .cont .fast_links ul li a {
  color: #737373;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.page .footer .white_bg_cont .mw .cont .fast_links ul li a:hover {
  color: #404096;
}
.page .footer .white_bg_cont .mw .cont .fast_links:nth-child(2) ul li {
  margin-bottom: 16px;
}
.page .footer .white_bg_cont .mw .cont .fast_links .contacts_list {
  padding-bottom: 24px;
}
.page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li {
  margin-bottom: 24px;
}
.page .footer .white_bg_cont .mw .cont .fast_links .contacts_list 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;
  color: #fff;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  max-width: 255px;
  letter-spacing: -0.42px;
}
.page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a .icon {
  width: 24px;
  display: -webkit-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: 24px;
  min-width: 24px;
  margin-right: 8px;
}
.page
  .footer
  .white_bg_cont
  .mw
  .cont
  .fast_links
  .contacts_list
  li
  a
  .icon
  img {
  width: 100%;
}
.page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a:hover {
  color: #ffc8ba;
}
.page .footer .white_bg_cont .mw hr {
  border: none;
  height: 1px;
  background: rgba(13, 13, 13, 0.15);
  width: 100%;
  margin: 30px 0;
}
.page .footer .white_bg_cont .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: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .white_bg_cont .mw .bottom_cont .left_side p {
  color: #676767;
  -webkit-font-feature-settings:
    "salt" on,
    "liga" off;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page .footer .white_bg_cont .mw .bottom_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: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .footer .white_bg_cont .mw .bottom_cont .right_side ul li {
  margin-left: 8px;
}
.page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a {
  color: #676767;
  -webkit-font-feature-settings:
    "salt" on,
    "liga" off;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a b {
  font-family: SFProDisplayBold, sans-serif !important;
  font-weight: 700;
}
.page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a:hover {
  color: #404096;
}
.page .footer .white_bg_cont .mw .bottom_cont .right_side a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed #fff;
}
.page .footer .white_bg_cont .mw .bottom_cont .right_side a:hover {
  color: #fff;
}
.page .top_section {
  position: relative;
}
.page .top_section .decor {
  position: absolute;
  left: -214px;
  width: 2840px;
  top: -1300px;
  opacity: 0.02;
}
.page .top_section .decor img {
  width: 100%;
  height: auto;
}
.page .top_section .mw {
  padding: 20px 2vh 40px;
}
.page .top_section .mw .top_section_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;
  border-bottom: 1px solid rgba(6, 6, 6, 0.15);
  padding-bottom: 34px;
}
.page .top_section .mw .top_section_cont .h1 {
  color: #222;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 45px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -2.7px;
}
.page .top_section .mw .top_section_cont .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .top_section .mw .top_section_cont .top_nav ul::before {
  content: "";
  border-radius: 2px;
  background: #404096;
  width: 11px;
  height: 11px;
  min-width: 11px;
  position: relative;
  margin-right: 28px;
  display: block;
}
.page .top_section .mw .top_section_cont .top_nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .top_section .mw .top_section_cont .top_nav ul li:last-child:after {
  display: none;
}
.page .top_section .mw .top_section_cont .top_nav ul li:after {
  content: "/";
  color: #202020;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  margin: 0 5px;
}
.page .top_section .mw .top_section_cont .top_nav ul li a {
  color: #202020;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  white-space: nowrap;
}
.page .top_section .mw .top_section_cont .top_nav ul li a:hover {
  color: #404096;
}
.page .top_section .mw .top_section_cont .top_nav ul li a:active {
  color: #404096;
}
.page .there_is_non_standard_task .mw {
  padding: 45px 2vh 30px;
}
.page .there_is_non_standard_task .mw .cont .img {
  width: 100%;
  border-radius: 30px;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.28);
  position: relative;
}
.page .there_is_non_standard_task .mw .cont .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 3px solid rgba(255, 255, 255, 0.28);
}
.page .there_is_non_standard_task .mw .cont .card {
  border-radius: 30px;
  background: #fff;
  margin-top: -30px;
  z-index: 2;
  position: relative;
  padding: 55px 80px 100px;
}
.page .there_is_non_standard_task .mw .cont .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;
  padding-bottom: 62px;
}
.page .there_is_non_standard_task .mw .cont .card .line .m_title {
  padding-bottom: 0;
}
.page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 {
  color: #2d2d2d;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: -3.5px;
}
.page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 b {
  font-size: 50px;
  color: #000;
}
.page .there_is_non_standard_task .mw .cont .card .line .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: 24px;
  max-width: 242px;
}
.page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m .icon {
  height: 55px;
  min-width: 55px;
  width: 55px;
  margin-right: 5px;
  border-radius: 5px;
}
.page
  .there_is_non_standard_task
  .mw
  .cont
  .card
  .line
  .btn_c
  .btn_m
  .icon
  img {
  width: 12px;
}
.page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m span {
  max-width: 185px;
  height: 55px;
  padding: 20px 30px;
  font-size: 14px;
  border-radius: 5px;
}
.page .there_is_non_standard_task .mw .cont .card .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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .there_is_non_standard_task .mw .cont .card .desc p {
  color: #676767;
  max-width: 605px;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 30px;
  letter-spacing: -1.1px;
}
.page .there_is_non_standard_task .mw .cont .card .desc p b {
  color: #000;
  font-family: SuisseIntlBook, sans-serif !important;
  font-weight: 450;
}
.page .there_is_non_standard_task .mw .cont .card .desc::before {
  content: "";
  border-radius: 2px;
  background: #404096;
  width: 18px;
  height: 18px;
  min-width: 18px;
  position: relative;
  display: block;
}
.page .articles .mw,
.page_articles .articles .mw {
  padding: 15px 2vh 40px;
}
.page .articles .mw .cont,
.page_articles .articles .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .articles .mw .cont .left_side,
.page_articles .articles .mw .cont .left_side {
  width: 65%;
}
.page .articles .mw .cont .left_side .articles_cont,
.page_articles .articles .mw .cont .left_side .articles_cont {
  position: relative;
}
.page .articles .mw .cont .left_side .articles_cont .article,
.page_articles .articles .mw .cont .left_side .articles_cont .article {
  width: 100%;
  padding-bottom: 60px;
}
.page .articles .mw .cont .left_side .articles_cont .article:last-child,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article:last-child {
  padding-bottom: 0;
}
.page .articles .mw .cont .left_side .articles_cont .article .img,
.page_articles .articles .mw .cont .left_side .articles_cont .article .img {
  width: 100%;
  border-radius: 20px;
  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,
.page_articles
  .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,
.page_articles .articles .mw .cont .left_side .articles_cont .article .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .articles .mw .cont .left_side .articles_cont .article .data,
.page_articles .articles .mw .cont .left_side .articles_cont .article .data {
  color: rgba(0, 0, 0, 0.5);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin: 22px 0 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page .articles .mw .cont .left_side .articles_cont .article .data::after,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .data::after {
  content: "";
  border-radius: 2px;
  background: #404096;
  width: 11px;
  height: 11px;
  min-width: 11px;
  position: relative;
  display: block;
}
.page .articles .mw .cont .left_side .articles_cont .article .article_title,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .article_title {
  display: inline-block;
  margin-bottom: 12px;
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .article_title:hover,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .article_title:hover {
  color: #404096;
}
.page .articles .mw .cont .left_side .articles_cont .article .small_desc p,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .small_desc
  p {
  color: rgba(0, 0, 0, 0.7);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont {
  margin-top: 32px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn {
  border-radius: 6.053px;
  border: 1.009px solid rgba(255, 255, 255, 0.2);
  background: #404096;
  -webkit-backdrop-filter: blur(13.3569984436px);
  backdrop-filter: blur(13.3569984436px);
  color: #fff;
  text-align: center;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-size: 17.253px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.345px;
  padding: 20px 60px;
  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;
  max-width: 205px;
}
.page .articles .mw .cont .left_side .bottom_pagination,
.page_articles .articles .mw .cont .left_side .bottom_pagination {
  margin-top: 60px;
  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,
.page_articles .articles .mw .cont .left_side .bottom_pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .articles .mw .cont .left_side .bottom_pagination .pagination .nav-links,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .nav-links {
  display: -webkit-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,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers {
  width: 50px;
  height: 50px;
  background: rgba(182, 182, 182, 0.1);
  border: 1px solid rgba(182, 182, 182, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(34, 34, 34, 0.2);
  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,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers.current,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers:hover {
  background: #404096;
  border: 1px solid #404096;
  color: #404096;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:hover:after,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:hover:after {
  background: url(../images/chevron_right_orange.svg) no-repeat center
    center/cover;
}
.page .articles .mw .cont .left_side .bottom_pagination .pagination .next:after,
.page_articles
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:after {
  content: "";
  background: url(../images/chevron_right_dark.svg) no-repeat center
    center/cover;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .articles .mw .cont .right_side,
.page_articles .articles .mw .cont .right_side {
  width: 32%;
}
.page .sidebar,
.page_articles .sidebar {
  width: 100%;
}
.page .sidebar .widget,
.page_articles .sidebar .widget {
  margin-bottom: 30px;
  width: 100%;
}
.page .sidebar .widget:last-child,
.page_articles .sidebar .widget:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget .widget-title,
.page_articles .sidebar .widget .widget-title {
  color: #000;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: -0.66px;
  display: inline-block;
  margin-bottom: 32px;
}
.page .sidebar .widget_search,
.page_articles .sidebar .widget_search {
  width: 100%;
}
.page .sidebar .widget_search form,
.page_articles .sidebar .widget_search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .sidebar .widget_search form input,
.page_articles .sidebar .widget_search form input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #ececec;
  padding: 18px 20px;
}
.page .sidebar .widget_search form .search_btn,
.page_articles .sidebar .widget_search form .search_btn {
  position: absolute;
  width: 21px;
  height: 21px;
  min-width: 21;
  min-height: 21px;
  background: url(../images/search.svg) no-repeat center center/cover;
  right: 25px;
  opacity: 0.7;
  padding: 0;
}
.page .sidebar .widget_search form .search_btn:hover,
.page_articles .sidebar .widget_search form .search_btn:hover {
  opacity: 1;
}
.page .sidebar .widget_categories ul li,
.page_articles .sidebar .widget_categories ul li {
  margin-bottom: 6px;
}
.page .sidebar .widget_categories ul li:last-child,
.page_articles .sidebar .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget_categories ul li a,
.page_articles .sidebar .widget_categories ul li a {
  color: #303030;
  font-family: SuisseIntlLight, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.66px;
  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 .sidebar .widget_categories ul li a:before,
.page_articles .sidebar .widget_categories ul li a:before {
  content: "";
  height: 8px;
  width: 8px;
  min-width: 8px;
  border-radius: 50%;
  position: relative;
  background: #404096;
  margin: 0 8px;
}
.page .sidebar .widget_categories ul li a:hover,
.page_articles .sidebar .widget_categories ul li a:hover {
  color: #404096;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.page .sidebar .widget_categories ul li a:hover::before,
.page_articles .sidebar .widget_categories ul li a:hover::before {
  background: #404096;
}
.page .sidebar .widget_recent_news .recent_news .article_min,
.page_articles .sidebar .widget_recent_news .recent_news .article_min {
  margin-bottom: 25px;
}
.page .sidebar .widget_recent_news .recent_news .article_min:last-child,
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget_recent_news .recent_news .article_min a,
.page_articles .sidebar .widget_recent_news .recent_news .article_min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .img,
.page_articles .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,
.page_articles
  .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,
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a
  .desc
  .date {
  color: #000;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-bottom: 5px;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .desc .title,
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a
  .desc
  .title {
  color: #000;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .sidebar .widget_recent_news .recent_news .article_min a:hover .title,
.page_articles
  .sidebar
  .widget_recent_news
  .recent_news
  .article_min
  a:hover
  .title {
  color: #404096;
}
.page .sidebar .widget_tag_cloud .tags,
.page_articles .sidebar .widget_tag_cloud .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .sidebar .widget_tag_cloud .tags a,
.page_articles .sidebar .widget_tag_cloud .tags a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  background: #3b3b3b;
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: -0.66px;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-right: 20px;
}
.page .sidebar .widget_tag_cloud .tags a:hover,
.page_articles .sidebar .widget_tag_cloud .tags a:hover {
  background: #404096;
  color: #fff;
}
.page .sidebar .widget_contacts,
.page_articles .sidebar .widget_contacts {
  display: none;
}
.page .article .mw,
.page_articles .article .mw {
  padding: 15px 2vh 85px;
}
.page .article .mw .top_line,
.page_articles .article .mw .top_line {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 60px 65px 60px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .article .mw .top_line .h2,
.page_articles .article .mw .top_line .h2 {
  color: #161616;
  text-align: center;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.page .article .mw .top_line .date,
.page_articles .article .mw .top_line .date {
  color: #161616;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.66px;
}
.page .article .mw .cont,
.page_articles .article .mw .cont {
  padding-top: 60px;
}
.page .article .mw .cont .left_side .img,
.page_articles .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: 20px;
  margin-bottom: 35px;
}
.page .article .mw .cont .left_side .img img,
.page_articles .article .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont,
.page_articles .article .mw .cont .left_side .article_desc_cont {
  width: 100%;
  padding: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .h2,
.page .article .mw .cont .left_side .article_desc_cont h2,
.page_articles .article .mw .cont .left_side .article_desc_cont .h2,
.page_articles .article .mw .cont .left_side .article_desc_cont h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont .h2:last-child,
.page .article .mw .cont .left_side .article_desc_cont h2:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont .h2:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont h2:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .h3,
.page .article .mw .cont .left_side .article_desc_cont h3,
.page_articles .article .mw .cont .left_side .article_desc_cont .h3,
.page_articles .article .mw .cont .left_side .article_desc_cont h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont .h3 b,
.page .article .mw .cont .left_side .article_desc_cont .h3 strong,
.page .article .mw .cont .left_side .article_desc_cont h3 b,
.page .article .mw .cont .left_side .article_desc_cont h3 strong,
.page_articles .article .mw .cont .left_side .article_desc_cont .h3 b,
.page_articles .article .mw .cont .left_side .article_desc_cont .h3 strong,
.page_articles .article .mw .cont .left_side .article_desc_cont h3 b,
.page_articles .article .mw .cont .left_side .article_desc_cont h3 strong {
  color: #2d2d2d;
}
.page .article .mw .cont .left_side .article_desc_cont .h3:last-child,
.page .article .mw .cont .left_side .article_desc_cont h3:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont .h3:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont h3:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont b,
.page .article .mw .cont .left_side .article_desc_cont strong,
.page_articles .article .mw .cont .left_side .article_desc_cont b,
.page_articles .article .mw .cont .left_side .article_desc_cont strong {
  font-weight: 700;
  color: #2d2d2d;
}
.page .article .mw .cont .left_side .article_desc_cont p,
.page_articles .article .mw .cont .left_side .article_desc_cont p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #545454;
  padding-bottom: 15px;
}
.page .article .mw .cont .left_side .article_desc_cont p:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont p:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .wp-block-quote,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote {
  padding-bottom: 25px;
}
.page
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote:last-child,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .wp-block-quote p,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote
  p {
  display: -webkit-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 .article .mw .cont .left_side .article_desc_cont .wp-block-quote p:before,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote
  p:before {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 25px;
  height: 24px;
  margin-right: 20px;
  min-width: 25px;
  top: -30px;
  position: relative;
}
.page .article .mw .cont .left_side .article_desc_cont .wp-block-quote p:after,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote
  p:after {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 25px;
  height: 24px;
  margin-right: 20px;
  min-width: 25px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  bottom: -30px;
  position: relative;
}
.page .article .mw .cont .left_side .article_desc_cont .wp-block-quote cite,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-quote
  cite {
  color: #404096;
}
.page .article .mw .cont .left_side .article_desc_cont ol,
.page .article .mw .cont .left_side .article_desc_cont ul,
.page_articles .article .mw .cont .left_side .article_desc_cont ol,
.page_articles .article .mw .cont .left_side .article_desc_cont ul {
  padding-bottom: 30px;
}
.page .article .mw .cont .left_side .article_desc_cont ol:last-child,
.page .article .mw .cont .left_side .article_desc_cont ul:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont ol:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont ul:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont ol li,
.page .article .mw .cont .left_side .article_desc_cont ul li,
.page_articles .article .mw .cont .left_side .article_desc_cont ol li,
.page_articles .article .mw .cont .left_side .article_desc_cont ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #545454;
  position: relative;
  padding-bottom: 15px;
  padding-left: 35px;
  vertical-align: middle;
}
.page .article .mw .cont .left_side .article_desc_cont ol li a,
.page .article .mw .cont .left_side .article_desc_cont ul li a,
.page_articles .article .mw .cont .left_side .article_desc_cont ol li a,
.page_articles .article .mw .cont .left_side .article_desc_cont ul li a {
  color: #404096;
}
.page .article .mw .cont .left_side .article_desc_cont ol li a:hover,
.page .article .mw .cont .left_side .article_desc_cont ul li a:hover,
.page_articles .article .mw .cont .left_side .article_desc_cont ol li a:hover,
.page_articles .article .mw .cont .left_side .article_desc_cont ul li a:hover {
  color: #fa8a6d;
}
.page .article .mw .cont .left_side .article_desc_cont ol li:before,
.page .article .mw .cont .left_side .article_desc_cont ul li:before,
.page_articles .article .mw .cont .left_side .article_desc_cont ol li:before,
.page_articles .article .mw .cont .left_side .article_desc_cont ul li:before {
  content: "";
  background: url(../images/line.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto;
}
.page .article .mw .cont .left_side .article_desc_cont ol li:last-child,
.page .article .mw .cont .left_side .article_desc_cont ul li:last-child,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  ol
  li:last-child,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  ul
  li:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .wptb-row a,
.page_articles .article .mw .cont .left_side .article_desc_cont .wptb-row a {
  color: #404096;
}
.page .article .mw .cont .left_side .article_desc_cont .wptb-row a:hover,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wptb-row
  a:hover {
  color: #fa8a6d;
}
.page .article .mw .cont .left_side .article_desc_cont .img,
.page .article .mw .cont .left_side .article_desc_cont .wp-block-image,
.page_articles .article .mw .cont .left_side .article_desc_cont .img,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-image {
  width: 100%;
  margin-bottom: 25px;
}
.page .article .mw .cont .left_side .article_desc_cont .img img,
.page .article .mw .cont .left_side .article_desc_cont .wp-block-image img,
.page_articles .article .mw .cont .left_side .article_desc_cont .img img,
.page_articles
  .article
  .mw
  .cont
  .left_side
  .article_desc_cont
  .wp-block-image
  img {
  width: 100%;
  height: auto !important;
  border-radius: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont .h4,
.page .article .mw .cont .left_side .article_desc_cont h4,
.page_articles .article .mw .cont .left_side .article_desc_cont .h4,
.page_articles .article .mw .cont .left_side .article_desc_cont h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 159%;
  margin-bottom: 25px;
  color: #2d2d2d;
}
.page .article .mw .cont .left_side .article_desc_cont .h4:last-child,
.page .article .mw .cont .left_side .article_desc_cont h4:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont .h4:last-child,
.page_articles .article .mw .cont .left_side .article_desc_cont h4:last-child {
  padding-bottom: 0;
}
.page .article .mw .cont .left_side .article_desc_cont a,
.page_articles .article .mw .cont .left_side .article_desc_cont a {
  color: #404096;
  border-bottom: 1px dashed #404096;
}
.page .article .mw .cont .left_side .article_desc_cont a:hover,
.page_articles .article .mw .cont .left_side .article_desc_cont a:hover {
  color: #404096;
  border-bottom-color: #404096;
}
.page .article .mw .cont .left_side .bottom_line,
.page_articles .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,
.page_articles .article .mw .cont .left_side .bottom_line .tags a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  background: #3b3b3b;
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: -0.66px;
  white-space: nowrap;
  margin-right: 20px;
}
.page .article .mw .cont .left_side .bottom_line .tags a:hover,
.page_articles .article .mw .cont .left_side .bottom_line .tags a:hover {
  background: #404096;
  color: #fff;
}
.page .latest_news .mw,
.page_articles .latest_news .mw {
  padding: 60px 2vh 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.page .latest_news .mw .m_title,
.page_articles .latest_news .mw .m_title {
  padding-bottom: 60px;
}
.page .latest_news .mw .m_title .h2,
.page_articles .latest_news .mw .m_title .h2 {
  font-size: 35px;
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 35px;
  letter-spacing: -1.4px;
}
.page .latest_news .mw .m_title .h2 b,
.page_articles .latest_news .mw .m_title .h2 b {
  font-family: SuisseIntlMedium, sans-serif !important;
}
.page .latest_news .mw .cont,
.page_articles .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,
.page_articles .latest_news .mw .cont .new_card {
  width: 31%;
  max-width: 410px;
}
.page .latest_news .mw .cont .new_card a,
.page_articles .latest_news .mw .cont .new_card a {
  display: block;
}
.page .latest_news .mw .cont .new_card a .img,
.page_articles .latest_news .mw .cont .new_card a .img {
  width: 100%;
  border-radius: 20px;
}
.page .latest_news .mw .cont .new_card a .img img,
.page_articles .latest_news .mw .cont .new_card a .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .top_section,
.page_about .top_section {
  position: relative;
}
.page .about_full,
.page_about .about_full {
  position: relative;
  z-index: 2;
}
.page .about_full .mw,
.page_about .about_full .mw {
  padding: 30px 2vh 22px;
}
.page .about_full .mw .m_title .h2,
.page_about .about_full .mw .m_title .h2 {
  max-width: 673px;
  color: #000;
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -4.55px;
}
.page .about_full .mw .cont,
.page_about .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,
.page_about .about_full .mw .cont .left_side {
  width: 42%;
}
.page .about_full .mw .cont .left_side .img,
.page_about .about_full .mw .cont .left_side .img {
  max-width: 550px;
}
.page .about_full .mw .cont .left_side .img img,
.page_about .about_full .mw .cont .left_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .about_full .mw .cont .right_side,
.page_about .about_full .mw .cont .right_side {
  width: 55%;
  background: url(../images/about_bg.jpg) no-repeat center center/cover;
  border-radius: 30px;
  padding: 55px 60px 65px 75px;
  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_full .mw .cont .right_side p,
.page_about .about_full .mw .cont .right_side p {
  color: rgba(0, 0, 0, 0.6);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.page .about_full .mw .cont .right_side p b,
.page_about .about_full .mw .cont .right_side p b {
  color: #000;
  font-family: "Suisse IntlBook", sans-serif !important;
  font-weight: 450;
}
.page .about_full .mw .cont .right_side .h5,
.page_about .about_full .mw .cont .right_side .h5 {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.54px;
}
.page .about_full .mw .cont .right_side ul li,
.page_about .about_full .mw .cont .right_side ul li {
  color: #000;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.54px;
  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 .about_full .mw .cont .right_side ul li::before,
.page_about .about_full .mw .cont .right_side ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  min-width: 6px;
  background: #000;
  border-radius: 50%;
  top: 12px;
  margin: 0 8px;
  display: block;
  position: relative;
}
.page .we_in_numbers,
.page_about .we_in_numbers {
  position: relative;
}
.page .we_in_numbers .mw,
.page_about .we_in_numbers .mw {
  padding: 22px 2vh 155px;
  position: relative;
}
.page .we_in_numbers .mw .decor,
.page_about .we_in_numbers .mw .decor {
  position: absolute;
  width: 1200px;
  right: -265px;
  top: -100px;
}
.page .we_in_numbers .mw .decor img,
.page_about .we_in_numbers .mw .decor img {
  width: 100%;
  height: auto;
}
.page .we_in_numbers .mw .decor1,
.page_about .we_in_numbers .mw .decor1 {
  position: absolute;
  width: 1030px;
  left: -352px;
  top: -120px;
  opacity: 0.05;
}
.page .we_in_numbers .mw .decor1 img,
.page_about .we_in_numbers .mw .decor1 img {
  width: 100%;
  height: auto;
}
.page .we_in_numbers .mw .m_title,
.page_about .we_in_numbers .mw .m_title {
  z-index: 5;
  position: relative;
}
.page .we_in_numbers .mw .m_title .h2,
.page_about .we_in_numbers .mw .m_title .h2 {
  font-family: SfProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .we_in_numbers .mw .cont,
.page_about .we_in_numbers .mw .cont {
  z-index: 5;
  position: relative;
}
.page .we_in_numbers .mw .cont ul,
.page_about .we_in_numbers .mw .cont ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 18px;
  max-width: 1055px;
  position: relative;
  z-index: 2;
}
.page .we_in_numbers .mw .cont ul li,
.page_about .we_in_numbers .mw .cont ul li {
  max-width: 520px;
  border-radius: 20px;
  background: #fff;
  padding: 0 35px;
}
.page .we_in_numbers .mw .cont ul li:nth-child(4),
.page_about .we_in_numbers .mw .cont ul li:nth-child(4) {
  max-width: 297px;
}
.page .we_in_numbers .mw .cont ul li .num,
.page_about .we_in_numbers .mw .cont ul li .num {
  position: relative;
  top: -15px;
}
.page .we_in_numbers .mw .cont ul li .num span,
.page_about .we_in_numbers .mw .cont ul li .num span {
  color: #404096;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -10.85px;
}
.page .we_in_numbers .mw .cont ul li p,
.page_about .we_in_numbers .mw .cont ul li p {
  bottom: 30px;
  position: relative;
  color: #202020;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.page .our_team .mw,
.page_about .our_team .mw {
  padding: 80px 2vh 50px;
}
.page .our_team .mw .cont,
.page_about .our_team .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 .our_team .mw .cont .left_side,
.page_about .our_team .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 .our_team .mw .cont .left_side .card,
.page_about .our_team .mw .cont .left_side .card {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(72px);
  backdrop-filter: blur(72px);
  padding: 60px 40px;
  height: 450px;
  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;
  z-index: 3;
}
.page .our_team .mw .cont .left_side .card .m_title,
.page_about .our_team .mw .cont .left_side .card .m_title {
  padding-bottom: 0;
}
.page .our_team .mw .cont .left_side .card .m_title .h2,
.page_about .our_team .mw .cont .left_side .card .m_title .h2 {
  color: #000;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 50px;
  font-style: normal;
  font-weight: 450;
  line-height: 75px;
  letter-spacing: -3.5px;
}
.page .our_team .mw .cont .left_side .card p,
.page_about .our_team .mw .cont .left_side .card p {
  color: #7c7c7c;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.8px;
}
.page .our_team .mw .cont .left_side .card p b,
.page_about .our_team .mw .cont .left_side .card p b {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .our_team .mw .cont .left_side .decor_text,
.page_about .our_team .mw .cont .left_side .decor_text {
  color: #404096;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 54.461px;
  font-style: normal;
  display: -webkit-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;
  font-weight: 500;
  line-height: 51.349px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: -3.268px;
  text-transform: uppercase;
  position: relative;
  left: -185px;
  top: -102px;
}
.page .our_team .mw .cont .left_side .decor_text span,
.page_about .our_team .mw .cont .left_side .decor_text span {
  margin-right: 102px;
}
.page .our_team .mw .cont .left_side .decor_text::after,
.page_about .our_team .mw .cont .left_side .decor_text::after {
  content: "";
  border-radius: 2px;
  background: #404096;
  width: 11px;
  min-width: 11px;
  height: 11px;
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.page .our_team .mw .cont .right_side,
.page_about .our_team .mw .cont .right_side {
  width: 66%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
}
.page .our_team .mw .cont .right_side .card,
.page_about .our_team .mw .cont .right_side .card {
  border-radius: 20px;
  border: 1px solid #ababab;
  -webkit-backdrop-filter: blur(72px);
  backdrop-filter: blur(72px);
  padding: 16px 18px 38px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .our_team .mw .cont .right_side .card .desc .img,
.page_about .our_team .mw .cont .right_side .card .desc .img {
  width: 100%;
  border-radius: 20px;
  padding-bottom: 15px;
}
.page .our_team .mw .cont .right_side .card .desc .img img,
.page_about .our_team .mw .cont .right_side .card .desc .img img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #fff;
  height: auto;
}
.page .our_team .mw .cont .right_side .card .desc .h5,
.page_about .our_team .mw .cont .right_side .card .desc .h5 {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.64px;
  padding-bottom: 15px;
}
.page .our_team .mw .cont .right_side .card .desc p,
.page_about .our_team .mw .cont .right_side .card .desc p {
  color: #6f6f6f;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  padding-bottom: 10px;
}
.page .our_team .mw .cont .right_side .card ul li,
.page_about .our_team .mw .cont .right_side .card ul li {
  margin-bottom: 5px;
}
.page .our_team .mw .cont .right_side .card ul li a,
.page_about .our_team .mw .cont .right_side .card ul li a {
  color: #1b1b1b;
  font-family: SuisseIntlLight, sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.3px;
  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 .our_team .mw .cont .right_side .card ul li a::before,
.page_about .our_team .mw .cont .right_side .card ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  margin-right: 15px;
  position: relative;
  border-radius: 1px;
  background: #404096;
  display: block;
}
.page .our_team .mw .cont .right_side .card:hover,
.page_about .our_team .mw .cont .right_side .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .services_full .mw,
.page_services .services_full .mw {
  padding: 25px 2vh 80px;
}
.page .services_full .mw .row,
.page_services .services_full .mw .row {
  padding-bottom: 80px;
}
.page .services_full .mw .row .m_title,
.page_services .services_full .mw .row .m_title {
  display: -webkit-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;
  position: relative;
}
.page .services_full .mw .row .m_title .h2,
.page_services .services_full .mw .row .m_title .h2 {
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .services_full .mw .row .m_title::before,
.page_services .services_full .mw .row .m_title::before {
  content: "";
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  min-width: 16px;
  position: relative;
  display: block;
}
.page .services_full .mw .row .cont,
.page_services .services_full .mw .row .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 18px;
}
.page .services_full .mw .row .cont .service_card,
.page_services .services_full .mw .row .cont .service_card {
  position: relative;
  height: 305px;
  z-index: 2;
  margin-bottom: 18px;
}
.page .services_full .mw .row:last-child,
.page_services .services_full .mw .row:last-child {
  padding-bottom: 0;
}
.page .any_ques,
.page_services .any_ques {
  padding: 10px 20px 30px;
}
.page .auto_delivery .mw,
.page_service .auto_delivery .mw {
  padding: 20px 2vh 50px;
}
.page .auto_delivery .mw .cont,
.page_service .auto_delivery .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 .auto_delivery .mw .cont .left_side,
.page_service .auto_delivery .mw .cont .left_side {
  width: 50%;
}
.page .auto_delivery .mw .cont .left_side .img,
.page_service .auto_delivery .mw .cont .left_side .img {
  max-width: 615px;
}
.page .auto_delivery .mw .cont .left_side .img img,
.page_service .auto_delivery .mw .cont .left_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .auto_delivery .mw .cont .right_side,
.page_service .auto_delivery .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 .auto_delivery .mw .cont .right_side .m_title,
.page_service .auto_delivery .mw .cont .right_side .m_title {
  display: -webkit-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;
  position: relative;
}
.page .auto_delivery .mw .cont .right_side .m_title .h2,
.page_service .auto_delivery .mw .cont .right_side .m_title .h2 {
  max-width: 430px;
}
.page .auto_delivery .mw .cont .right_side .m_title::before,
.page_service .auto_delivery .mw .cont .right_side .m_title::before {
  content: "";
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  min-width: 16px;
  position: relative;
  display: block;
  top: 26px;
}
.page .auto_delivery .mw .cont .right_side .desc p,
.page_service .auto_delivery .mw .cont .right_side .desc p {
  color: #000;
  font-family: SFProDisplayRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.72px;
  padding-bottom: 30px;
}
.page .auto_delivery .mw .cont .right_side .desc p b,
.page_service .auto_delivery .mw .cont .right_side .desc p b {
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .auto_delivery .mw .cont .right_side .desc p:last-child,
.page_service .auto_delivery .mw .cont .right_side .desc p:last-child {
  padding-bottom: 0;
}
.page .auto_delivery_stages .mw,
.page_service .auto_delivery_stages .mw {
  padding: 50px 2vh 35px;
}
.page .auto_delivery_stages .mw .cont,
.page_service .auto_delivery_stages .mw .cont {
  background: url(../images/auto_delivery_stages_bg.jpg) no-repeat center
    center/cover;
  border-radius: 25px;
  padding: 60px 80px;
}
.page .auto_delivery_stages .mw .cont .line,
.page_service .auto_delivery_stages .mw .cont .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: 82px;
}
.page .auto_delivery_stages .mw .cont .line .m_title,
.page_service .auto_delivery_stages .mw .cont .line .m_title {
  padding-bottom: 0;
}
.page .auto_delivery_stages .mw .cont .line .m_title .h2,
.page_service .auto_delivery_stages .mw .cont .line .m_title .h2 {
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 45px;
  font-weight: 450;
  letter-spacing: -3.15px;
}
.page .auto_delivery_stages .mw .cont .line .icon,
.page_service .auto_delivery_stages .mw .cont .line .icon {
  max-width: 160px;
}
.page .auto_delivery_stages .mw .cont .line .icon img,
.page_service .auto_delivery_stages .mw .cont .line .icon img {
  width: 100%;
  height: auto;
}
.page .auto_delivery_stages .mw .cont ul,
.page_service .auto_delivery_stages .mw .cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  padding-bottom: 62px;
}
.page .auto_delivery_stages .mw .cont ul li,
.page_service .auto_delivery_stages .mw .cont ul li {
  border-bottom: 0.789px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 14px;
}
.page .auto_delivery_stages .mw .cont ul li .h5,
.page_service .auto_delivery_stages .mw .cont ul li .h5 {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 14px;
}
.page .auto_delivery_stages .mw .cont ul li .desc,
.page_service .auto_delivery_stages .mw .cont ul li .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .auto_delivery_stages .mw .cont ul li .desc .num,
.page_service .auto_delivery_stages .mw .cont ul li .desc .num {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #fff;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .auto_delivery_stages .mw .cont ul li .desc .num span,
.page_service .auto_delivery_stages .mw .cont ul li .desc .num span {
  color: #e96645;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.page .auto_delivery_stages .mw .cont ul li .desc p,
.page_service .auto_delivery_stages .mw .cont ul li .desc p {
  color: #fff;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.56px;
}
.page .auto_delivery_stages .mw .cont ul li:nth-child(9),
.page_service .auto_delivery_stages .mw .cont ul li:nth-child(9) {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.page .auto_delivery_stages .mw .cont .img img,
.page_service .auto_delivery_stages .mw .cont .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .benefits_auto_delivery .mw,
.page_service .benefits_auto_delivery .mw {
  padding: 35px 2vh 45px;
}
.page .benefits_auto_delivery .mw .m_title,
.page_service .benefits_auto_delivery .mw .m_title {
  display: -webkit-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;
}
.page .benefits_auto_delivery .mw .m_title .h2,
.page_service .benefits_auto_delivery .mw .m_title .h2 {
  color: #292f3d;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 50px;
  font-weight: 450;
  letter-spacing: -3.5px;
  max-width: 502px;
}
.page .benefits_auto_delivery .mw .m_title .h2 b,
.page_service .benefits_auto_delivery .mw .m_title .h2 b {
  color: #000;
  font-family: "Suisse IntlMedium", sans-serif !important;
  font-weight: 500;
  letter-spacing: -3.5px;
}
.page .benefits_auto_delivery .mw .m_title::before,
.page_service .benefits_auto_delivery .mw .m_title::before {
  content: "";
  background: url(../images/arrow_right_black.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  min-width: 16px;
  position: relative;
  display: block;
}
.page .benefits_auto_delivery .mw .cont,
.page_service .benefits_auto_delivery .mw .cont {
  background: url(../images/benefits_auto_delivery_bg.jpg) no-repeat center
    center/cover;
  border-radius: 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: 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;
  padding: 85px 80px;
}
.page .benefits_auto_delivery .mw .cont .card,
.page_service .benefits_auto_delivery .mw .cont .card {
  width: 23%;
  border-radius: 25px;
  background: #fff;
  padding: 30px 30px 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .benefits_auto_delivery .mw .cont .card .icon,
.page_service .benefits_auto_delivery .mw .cont .card .icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 10px;
  background: #292f3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .benefits_auto_delivery .mw .cont .card .icon img,
.page_service .benefits_auto_delivery .mw .cont .card .icon img {
  width: 55px;
  height: auto;
}
.page .benefits_auto_delivery .mw .cont .card .h5,
.page_service .benefits_auto_delivery .mw .cont .card .h5 {
  padding: 25px 0 20px;
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}
.page .benefits_auto_delivery .mw .cont .card p,
.page_service .benefits_auto_delivery .mw .cont .card p {
  color: rgba(0, 0, 0, 0.8);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.64px;
  max-width: 156px;
}
.page .benefits_auto_delivery .mw .cont .card:hover,
.page_service .benefits_auto_delivery .mw .cont .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .find_out_cost,
.page_service .find_out_cost {
  padding: 30px 20px 20px;
}
.page .find_out_cost .orange_bg_cont .mw,
.page_service .find_out_cost .orange_bg_cont .mw {
  padding: 70px 2vh 95px;
}
.page .find_out_cost .orange_bg_cont .mw .cont,
.page_service .find_out_cost .orange_bg_cont .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .find_out_cost .orange_bg_cont .mw .cont .left_side,
.page_service .find_out_cost .orange_bg_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 .find_out_cost .orange_bg_cont .mw .cont .left_side .icon,
.page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .icon {
  max-width: 160px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .left_side .icon img,
.page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .icon img {
  width: 100%;
  height: auto;
}
.page .find_out_cost .orange_bg_cont .mw .cont .left_side .img,
.page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img {
  max-width: 365px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .left_side .img img,
.page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side {
  width: 66%;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title {
  display: -webkit-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;
  position: relative;
  padding-bottom: 92px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title .h2,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .m_title
  .h2 {
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 55px;
  font-weight: 450;
  line-height: 68px;
  letter-spacing: -3.3px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title .h2 b,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .m_title
  .h2
  b {
  color: rgba(255, 255, 255, 0.8);
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title::after,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .m_title::after {
  content: "";
  border-radius: 2px;
  background: #fff;
  top: 18px;
  width: 11px;
  height: 11px;
  min-width: 11px;
  position: relative;
  display: block;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p {
  color: #fff;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -1.04px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a b,
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p b,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a b,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p b {
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a span,
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p span,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a span,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .desc
  p
  span {
  border-bottom: 1px solid #fff;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a:hover a,
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p:hover a,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .desc
  a:hover
  a,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .desc
  p:hover
  a {
  color: #ffc8ba;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .title,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .title {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 52px;
  padding-top: 45px;
  margin-top: 42px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .title span,
.page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .title span {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.8px;
}
.page .find_out_cost .orange_bg_cont .mw .cont .right_side .title span b,
.page_service
  .find_out_cost
  .orange_bg_cont
  .mw
  .cont
  .right_side
  .title
  span
  b {
  color: #ffc8ba;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
}
.page .auto_delivery .mw,
.page_service1 .auto_delivery .mw {
  padding: 20px 2vh 70px;
}
.page .auto_delivery .mw .cont .right_side .m_title .h2,
.page_service1 .auto_delivery .mw .cont .right_side .m_title .h2 {
  max-width: 570px;
}
.page .auto_delivery .mw .cont .right_side .desc p span,
.page_service1 .auto_delivery .mw .cont .right_side .desc p span {
  color: rgba(0, 0, 0, 0.7);
  font-family: SFProDisplayMedium, sans-serif !important;
  font-weight: 500;
}
.page .service .mw .top_line,
.page_service1 .service .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;
  border-bottom: 1px solid rgba(6, 6, 6, 0.15);
  padding-bottom: 62px;
  margin-bottom: 75px;
}
.page .service .mw .top_line .img,
.page_service1 .service .mw .top_line .img {
  max-width: 150px;
}
.page .service .mw .top_line .img img,
.page_service1 .service .mw .top_line .img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.page .service .mw .top_line .m_title,
.page_service1 .service .mw .top_line .m_title {
  padding-bottom: 0;
  max-width: 762px;
}
.page .service .mw .top_line .m_title .h2,
.page_service1 .service .mw .top_line .m_title .h2 {
  color: #7d7d7d;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -4.55px;
  font-size: 65px;
}
.page .service .mw .top_line .m_title .h2 b,
.page_service1 .service .mw .top_line .m_title .h2 b {
  color: #000;
}
.page .calculation_of_applications,
.page_calculation .calculation_of_applications {
  padding: 35px 20px 25px;
}
.page .calculation_of_applications .white_bg_cont .mw,
.page_calculation .calculation_of_applications .white_bg_cont .mw {
  padding: 32px 2vh;
}
.page .calculation_of_applications .white_bg_cont .mw .cont,
.page_calculation .calculation_of_applications .white_bg_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 .calculation_of_applications .white_bg_cont .mw .cont .left_side,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side {
  width: 58%;
  border-radius: 20px;
  background: #222;
  padding: 34px 40px;
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side .m_title,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .m_title {
  padding-bottom: 32px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .m_title
  .h2,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .m_title
  .h2 {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 65px;
  font-weight: 500;
  line-height: 117.338%;
  letter-spacing: -4.55px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .m_title
  .h2
  b,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .m_title
  .h2
  b {
  color: rgba(255, 255, 255, 0.76);
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side p,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  p {
  color: #fff;
  font-family: "Suisse IntlRegular", sans-serif !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 151.4%;
  letter-spacing: -0.76px;
  padding-bottom: 28px;
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side p b,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  p
  b {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Suisse IntlRegular", sans-serif !important;
  font-weight: 400;
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side .h6,
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side a,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .h6,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  a {
  color: #fff;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  max-width: 635px;
  line-height: 171.4%;
  letter-spacing: -0.72px;
  padding-bottom: 34px;
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side .h6 span,
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side a span,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  .h6
  span,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  a
  span {
  border-bottom: 1px solid #fff;
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side form,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form {
  width: 100%;
}
.page .calculation_of_applications .white_bg_cont .mw .cont .left_side form .h5,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .h5 {
  color: #fff;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 22px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_line,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .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: 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
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp {
  width: 31%;
  margin: 0 1%;
  margin-bottom: 40px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input,
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  background-color: transparent;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.6px;
  padding: 14px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-webkit-input-placeholder,
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-webkit-input-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-webkit-input-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-moz-placeholder,
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-moz-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-moz-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input:-ms-input-placeholder,
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea:-ms-input-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input:-ms-input-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-ms-input-placeholder,
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-ms-input-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::-ms-input-placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::placeholder,
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  input::placeholder,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .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;
  width: 31%;
  margin: 0 1%;
  margin-bottom: 12px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input:checked
  ~ .inp_check:after,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input:checked
  ~ .inp_check:after {
  opacity: 1;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  .inp_check,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  .inp_check {
  border-radius: 4px;
  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: 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;
  margin-right: 12px;
  position: relative;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  .inp_check:after,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .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
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  .txt,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  .txt {
  color: rgba(255, 255, 255, 0.8);
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.56px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input[type="checkbox"],
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input[type="checkbox"] {
  display: none;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_check,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_check {
  border-radius: 4px;
  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: 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;
  margin-right: 12px;
  position: relative;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_check:after,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .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
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input[type="checkbox"]:checked
  + .inp_check::after,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_agree
  input[type="checkbox"]:checked
  + .inp_check::after {
  opacity: 1;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_textarea,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_textarea {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 45px;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_textarea
  textarea,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .inp_textarea
  textarea {
  height: 120px;
  resize: none;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c {
  width: 100%;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c
  .btn_m,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c
  .btn_m {
  width: 100%;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c
  .btn_m
  span,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c
  .btn_m
  span {
  background: #fff;
  -webkit-backdrop-filter: blur(18.6446208954px);
  backdrop-filter: blur(18.6446208954px);
  color: #cd5d40;
  font-size: 22px;
  letter-spacing: -0.44px;
  padding: 52px;
  max-width: 100%;
  width: 100%;
  -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;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c
  .btn_m
  span:hover,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .left_side
  form
  .btn_c
  .btn_m
  span:hover {
  -webkit-box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 25px rgba(255, 255, 255, 0.2);
}
.page .calculation_of_applications .white_bg_cont .mw .cont .right_side,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .right_side {
  width: 40%;
  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 .calculation_of_applications .white_bg_cont .mw .cont .right_side .img,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .right_side
  .img {
  width: 100%;
}
.page
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .right_side
  .img
  img,
.page_calculation
  .calculation_of_applications
  .white_bg_cont
  .mw
  .cont
  .right_side
  .img
  img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page .privacy_policy .mw,
.page_policy .privacy_policy .mw {
  padding: 40px 2vh 90px;
}
.page .privacy_policy .mw .cont .desc .h3,
.page .privacy_policy .mw .cont .desc h3,
.page_policy .privacy_policy .mw .cont .desc .h3,
.page_policy .privacy_policy .mw .cont .desc h3 {
  font-size: 26px;
  color: #4218c9;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 140%;
}
.page .privacy_policy .mw .cont .desc .h5,
.page .privacy_policy .mw .cont .desc h5,
.page_policy .privacy_policy .mw .cont .desc .h5,
.page_policy .privacy_policy .mw .cont .desc h5 {
  color: #000;
  font-family: SuisseIntlMedium, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
  padding-bottom: 24px;
}
.page .privacy_policy .mw .cont .desc p,
.page_policy .privacy_policy .mw .cont .desc p {
  color: rgba(0, 0, 0, 0.7);
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.54px;
  padding-bottom: 52px;
}
.page .privacy_policy .mw .cont .desc p:last-child,
.page_policy .privacy_policy .mw .cont .desc p:last-child {
  padding-bottom: 0;
}
.page .contact .mw,
.page_contacts .contact .mw {
  padding: 20px 2vh 30px;
}
.page .contact .mw .cont,
.page_contacts .contact .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 .contact .mw .cont .left_side,
.page_contacts .contact .mw .cont .left_side {
  width: 49%;
  background: url(../images/contacts_bg.jpg) no-repeat center center/cover;
  border-radius: 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 .contact .mw .cont .left_side .contacts_list,
.page_contacts .contact .mw .cont .left_side .contacts_list {
  padding: 60px 50px 0;
}
.page .contact .mw .cont .left_side .contacts_list li,
.page_contacts .contact .mw .cont .left_side .contacts_list li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .contact .mw .cont .left_side .contacts_list li:last-child,
.page_contacts .contact .mw .cont .left_side .contacts_list li:last-child {
  padding-bottom: 0;
}
.page .contact .mw .cont .left_side .contacts_list li .icon,
.page_contacts .contact .mw .cont .left_side .contacts_list li .icon {
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
}
.page .contact .mw .cont .left_side .contacts_list li .icon img,
.page_contacts .contact .mw .cont .left_side .contacts_list li .icon img {
  width: 100%;
  height: auto;
}
.page .contact .mw .cont .left_side .contacts_list li a,
.page .contact .mw .cont .left_side .contacts_list li span,
.page_contacts .contact .mw .cont .left_side .contacts_list li a,
.page_contacts .contact .mw .cont .left_side .contacts_list li span {
  color: #3c3c3c;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.page .contact .mw .cont .left_side .contacts_list li a:hover,
.page .contact .mw .cont .left_side .contacts_list li span:hover,
.page_contacts .contact .mw .cont .left_side .contacts_list li a:hover,
.page_contacts .contact .mw .cont .left_side .contacts_list li span:hover {
  color: #404096;
}
.page .contact .mw .cont .left_side .contacts_list li .h5,
.page_contacts .contact .mw .cont .left_side .contacts_list li .h5 {
  color: #676767;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.page .contact .mw .cont .left_side .contacts_list li p,
.page_contacts .contact .mw .cont .left_side .contacts_list li p {
  font-family: SuisseIntlRegular, sans-serif !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.page .contact .mw .cont .left_side .h4,
.page_contacts .contact .mw .cont .left_side .h4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 95px 0 95px;
  color: #404096;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.page .contact .mw .cont .left_side .contact_list,
.page_contacts .contact .mw .cont .left_side .contact_list {
  padding: 0 50px;
}
.page .contact .mw .cont .left_side .contact_list li,
.page_contacts .contact .mw .cont .left_side .contact_list li {
  padding-bottom: 0;
}
.page .contact .mw .cont .left_side .contact_list li .icon,
.page_contacts .contact .mw .cont .left_side .contact_list li .icon {
  width: 28px;
  min-width: 28px;
}
.page .contact .mw .cont .left_side .contact_list li p,
.page_contacts .contact .mw .cont .left_side .contact_list li p {
  color: #3c3c3c;
  font-family: SuisseIntlLight, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-right: 5px;
  letter-spacing: -0.72px;
}
.page .contact .mw .cont .left_side .contact_list li a,
.page_contacts .contact .mw .cont .left_side .contact_list li a {
  color: #000;
  font-family: SuisseIntlBook, sans-serif !important;
  font-weight: 450;
}
.page .contact .mw .cont .left_side .soc_icons,
.page_contacts .contact .mw .cont .left_side .soc_icons {
  padding: 0 50px 60px;
}
.page .contact .mw .cont .left_side .soc_icons ul,
.page_contacts .contact .mw .cont .left_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 .contact .mw .cont .left_side .soc_icons ul li,
.page_contacts .contact .mw .cont .left_side .soc_icons ul li {
  margin-right: 12px;
}
.page .contact .mw .cont .left_side .soc_icons ul li a,
.page_contacts .contact .mw .cont .left_side .soc_icons ul li a {
  width: 70px;
  height: 70px;
  border-radius: 12.488px;
  background: #404096;
  -webkit-backdrop-filter: blur(21.408000946px);
  backdrop-filter: blur(21.408000946px);
  display: -webkit-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 .contact .mw .cont .left_side .soc_icons ul li a img,
.page_contacts .contact .mw .cont .left_side .soc_icons ul li a img {
  width: 28px;
  height: auto;
}
.page .contact .mw .cont .left_side .soc_icons ul li a:hover,
.page_contacts .contact .mw .cont .left_side .soc_icons ul li a:hover {
  background: rgba(248, 98, 60, 0.4);
}
.page .contact .mw .cont .right_side,
.page_contacts .contact .mw .cont .right_side {
  width: 49%;
}
.page .contact .mw .cont .right_side .img,
.page_contacts .contact .mw .cont .right_side .img {
  border-radius: 40px;
  width: 100%;
}
.page .contact .mw .cont .right_side .img img,
.page_contacts .contact .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(63, 63, 63, 0.3);
  border-radius: 40px;
}
.page .gray_bg,
.page_contacts .gray_bg {
  padding: 20px 20px 0;
}
.page .gray_bg .gray_bg_cont .map,
.page_contacts .gray_bg .gray_bg_cont .map {
  position: relative;
  height: 480px;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 30px;
}
.page .gray_bg .gray_bg_cont .map iframe,
.page_contacts .gray_bg .gray_bg_cont .map iframe {
  border-radius: 30px;
}
.page .content_none_section,
.page_404 .content_none_section {
  min-height: 100vh;
  height: 100%;
  position: relative;
  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;
  overflow: hidden;
}
.page .content_none_section .decor_text,
.page_404 .content_none_section .decor_text {
  position: absolute;
  color: rgba(248, 98, 60, 0.05);
  text-align: center;
  font-family: SuisseIntlBook, sans-serif !important;
  font-size: 772.094px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: -38.605px;
  top: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.page .content_none_section .decor,
.page_404 .content_none_section .decor {
  position: absolute;
  width: 1450px;
  right: -120px;
  top: -60px;
}
.page .content_none_section .decor img,
.page_404 .content_none_section .decor img {
  opacity: 0.9;
  width: 100%;
  height: auto;
}
.page .content_none_section .content_none_section_cont,
.page_404 .content_none_section .content_none_section_cont {
  position: relative;
  width: 100%;
}
.page .content_none_section .content_none_section_cont .mw,
.page_404 .content_none_section .content_none_section_cont .mw {
  padding: 6rem 2vh 2rem;
}
.page .content_none_section .content_none_section_cont .mw .cont,
.page_404 .content_none_section .content_none_section_cont .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .content_none_section .content_none_section_cont .mw .cont .left_side,
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.page .content_none_section .content_none_section_cont .mw .cont .left_side .h5,
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .h5 {
  color: #404096;
  text-align: center;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 309.091px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -15.455px;
}
.page .content_none_section .content_none_section_cont .mw .cont .left_side p,
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  p {
  color: #000;
  text-align: center;
  font-family: SuisseIntlRegular, sans-serif !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.25px;
}
.page .content_none_section .content_none_section_cont .mw .cont .right_side,
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .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
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .btn_c,
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .btn_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .btn_c
  .btn_m
  span,
.page_404
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .btn_c
  .btn_m
  span {
  max-width: 182px;
  height: 54px;
  color: #fff;
  font-size: 14.502px;
}
@media (max-width: 575px) {
  .page {
    overflow-x: hidden;
  }
  .page .main_bg {
    padding: 5px;
  }
  .page .main_bg .main_bg_cont {
    border-radius: 20px;
    padding-top: 120px;
    min-height: 600px;
  }
  .page .main_bg .main_bg_cont::after {
    border-radius: 20px;
  }
  .page .main_bg .main_bg_cont .main_cont {
    position: relative;
  }
  .page .main_bg .main_bg_cont .main_cont .mw {
    padding: 1rem 1rem;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 {
    font-size: 32px;
    line-height: 40.481px;
    text-align: center;
    letter-spacing: -3.01px;
    max-width: 880px;
    padding-bottom: 20px;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card p {
    font-size: 18px;
    text-align: center;
    max-width: 100%;
    line-height: 28px;
    letter-spacing: -0.69px;
    padding-bottom: 30px;
  }
  .page .main_bg .bottom_line {
    bottom: 30px;
  }
  .page .main_bg .bottom_line .mw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .main_bg .bottom_line .left_side {
    width: 100%;
  }
  .page .main_bg .bottom_line .left_side .btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main_bg .bottom_line .right_side {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main,
  .page .main_bg .bottom_line .right_side .btn_prev_main {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main:after,
  .page .main_bg .bottom_line .right_side .btn_prev_main:after {
    width: 5px;
    height: 12px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main {
    margin-left: 15px;
  }
  .page .services .decor {
    top: -100px;
    width: 500px;
    left: -280px;
  }
  .page .services .decor img {
    width: 100%;
    height: auto;
  }
  .page .services .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .services .mw .m_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .services .mw .m_title::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .page .services .mw .cont .left_side {
    width: 100%;
  }
  .page .services .mw .cont .left_side .decor_text {
    display: none;
  }
  .page .services .mw .cont .right_side {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .service_card {
    height: 250px;
  }
  .page .service_card a {
    border-radius: 10px;
    height: 250px;
  }
  .page .service_card a:before {
    border-radius: 10px;
  }
  .page .service_card a:after {
    border-radius: 10px;
  }
  .page .service_card a .desc {
    padding: 20px;
  }
  .page .service_card a .desc .title {
    font-size: 18px;
    line-height: 24px;
    max-width: 195px;
  }
  .page .service_card a .desc .btn_more {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .service_card a .desc .btn_more img {
    width: 16px;
    height: auto;
  }
  .page .service_card:nth-child(5) a .desc .title {
    max-width: 300px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .we_deliver_goods .gray_bg_cont .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: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .icon {
    max-width: 180px;
    margin: 0 auto;
    margin-top: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title {
    padding-bottom: 0;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -3.3px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 b {
    margin-left: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 30px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img {
    max-width: 365px;
    margin: 0 auto;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side {
    width: 100%;
    border-top: 0;
    padding-bottom: 30px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    letter-spacing: -0.8px;
  }
  .page
    .we_deliver_goods
    .gray_bg_cont
    .mw
    .cont
    .right_side
    .card:first-child {
    padding-top: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page .service .mw {
    padding: 3rem 1rem;
  }
  .page .service .mw .m_title {
    padding-bottom: 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;
  }
  .page .service .mw .m_title .h2 {
    font-size: 35px;
    text-align: center;
    letter-spacing: -3px;
  }
  .page .service .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: 30px;
  }
  .page .service .mw .top_line .l_side {
    width: 100%;
  }
  .page .service .mw .top_line .l_side p {
    font-size: 18px;
    text-align: center;
    max-width: 100%;
    line-height: 25px;
  }
  .page .service .mw .top_line .r_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
  }
  .page .service .mw .top_line .r_side .h5 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    text-align: center;
  }
  .page .service .mw .top_line .r_side::before {
    display: none;
  }
  .page .service .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
  }
  .page .service .mw .cont .card {
    border-radius: 20px;
    padding: 12px;
    width: 100%;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .service .mw .cont .card .desc {
    padding: 15px;
  }
  .page .service .mw .cont .card .desc .h5 {
    font-size: 18px;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  .page .service .mw .cont .card .desc p {
    font-size: 15px;
    height: auto;
    line-height: 21px;
    text-align: center;
    margin-top: 15px;
  }
  .page .service .mw .cont .card .img {
    border-radius: 15px;
  }
  .page .service .mw .cont .card .img img {
    border-radius: 15px;
  }
  /* .page .service .mw .cont .card:last-child {
    border-radius: 20px;
    height: 280px;
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
  } */
  /* .page .service .mw .cont .card:last-child .img {
    max-width: 160px;
  } */
  .page .why_choose_us .bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .why_choose_us .bg_cont .mw .m_title .h2 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .page .why_choose_us .bg_cont .mw .m_title p {
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
  }
  .page .why_choose_us .bg_cont .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card {
    padding: 25px 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card::before {
    width: 22px;
    height: 22px;
    top: 25px;
    right: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .icon {
    max-width: 35px;
    padding-bottom: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc .h5 {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .about {
    padding: 10px 5px 5px;
  }
  .page .about .white_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .about .white_bg_cont .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .about .white_bg_cont .mw .cont .left_side .img {
    margin: 0 auto;
    max-width: 410px;
  }
  .page .about .white_bg_cont .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side {
    width: 100%;
    border-radius: 20px;
    padding: 30px 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title .h2 {
    font-size: 35px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc p {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc .h5 {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li {
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li::before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    top: 7px;
    margin-right: 5px;
  }
  .page .map .orange_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .map .orange_bg_cont .mw .m_title {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page .map .orange_bg_cont .mw .m_title .h2 {
    font-size: 32px;
  }
  .page .map .orange_bg_cont .mw .cont .img {
    margin: 0 auto;
    max-width: 100%;
  }
  .page .main_directions .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .main_directions .mw .m_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .main_directions .mw .m_title .h2 {
    letter-spacing: -2.55px;
    max-width: 100%;
    text-align: center;
  }
  .page .main_directions .mw .m_title .h2 b {
    letter-spacing: -2.55px;
  }
  .page .main_directions .mw .m_title p {
    padding-top: 20px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .page .main_directions .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .main_directions .mw .cont .card {
    margin: 0 auto;
    max-width: 410px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .main_directions .mw .cont .card .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main_directions .mw .cont .card .icon img {
    width: 30px;
  }
  .page .main_directions .mw .cont .card .desc {
    margin-top: 20px;
  }
  .page .main_directions .mw .cont .card .desc .h5 {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .page .main_directions .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .benefits .black_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .benefits .black_bg_cont .mw .m_title {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.88px;
    text-align: center;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 b {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.88px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 b span::after {
    display: none;
  }
  .page .benefits .black_bg_cont .mw .cont .img {
    border-radius: 14px;
  }
  .page .benefits .black_bg_cont .mw .cont .img img {
    border-radius: 14px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon {
    border-radius: 5px;
    background: #404096;
    width: 100px;
    min-width: 100px;
    right: 10px;
    bottom: 10px;
    height: 30px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon img {
    width: 50px;
  }
  .page .stages_our_work .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .stages_our_work .mw .m_title .h2 {
    max-width: 100%;
    font-size: 35px;
    margin: 0 auto;
    text-align: center;
  }
  .page .stages_our_work .mw .m_title p {
    padding-bottom: 0;
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: -0.9px;
  }
  .page .stages_our_work .mw .m_title p span {
    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 .stages_our_work .mw .m_title p span::before {
    display: none;
  }
  .page .stages_our_work .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 30px;
  }
  .page .stages_our_work .mw .cont .left_side .img {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .right_side {
    width: 100%;
  }
  .page .stages_our_work .mw .cont .right_side ul {
    padding-top: 8px;
  }
  .page .stages_our_work .mw .cont .right_side ul li {
    padding-bottom: 25px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num {
    margin-right: 0;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num span {
    font-size: 16px;
    line-height: 148.6%;
    letter-spacing: -0.68px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc {
    margin-top: 15px;
    max-width: 100%;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc .h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc p {
    font-size: 14px;
  }
  .page .stages_our_work .mw .cont .right_side ul li::after {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 0;
  }
  .page .stages_our_work .mw .cont .right_side .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .page .faq .gray_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .faq .gray_bg_cont .mw .m_title {
    padding-bottom: 30px;
  }
  .page .faq .gray_bg_cont .mw .m_title .h2 {
    font-size: 40px;
  }
  .page .faq .gray_bg_cont .mw .accordion .accordion-item {
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .page .faq .gray_bg_cont .mw .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 15px;
    padding: 15px 10px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 18px;
    padding-right: 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 10px;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    min-width: 40px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 18px;
    line-height: 24px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 10px 10px 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .page .any_ques {
    padding: 10px 5px;
  }
  .page .any_ques .white_bg_cont {
    border-radius: 20px;
  }
  .page .any_ques .white_bg_cont .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title .h2 {
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p {
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span {
    max-width: 100%;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span b {
    font-size: 18px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp {
    width: 100%;
    margin-bottom: 15px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp input,
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp textarea {
    height: 45px;
    font-size: 15px;
    padding: 12px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp_textarea {
    width: 100%;
  }
  .page
    .any_ques
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .btn_c {
    padding-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 .any_ques .white_bg_cont .mw .cont .right_side {
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .any_ques .white_bg_cont .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;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .footer {
    padding: 5px 5px 15px;
  }
  .page .footer .white_bg_cont {
    border-radius: 20px;
  }
  .page .footer .white_bg_cont .mw {
    padding: 3rem 1rem 2rem;
  }
  .page .footer .white_bg_cont .mw .top_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;
    padding-bottom: 30px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: 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 .footer .white_bg_cont .mw .top_cont .left_side .logo {
    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-right: 0;
    margin-top: 6px;
  }
  .page .footer .white_bg_cont .mw .top_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 .footer .white_bg_cont .mw .top_cont .left_side .logo a img {
    width: 180px;
    min-width: 180px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons {
    margin-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a {
    width: 35px;
    height: 35px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a img {
    width: 18px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .left_side
    .soc_icons
    ul
    li:last-child {
    margin-right: 0;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side p {
    font-size: 22px;
    margin-right: 0;
    text-align: center;
    letter-spacing: -1.56px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c {
    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;
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m .icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .right_side
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m span {
    height: 45px;
    max-width: 150px;
    padding: 15px 20px;
  }
  .page .footer .white_bg_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .white_bg_cont .mw .cont .l_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .l_side .fast_links {
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .r_side {
    margin: 0 auto;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .fast_links {
    border-radius: 15px;
    padding: 30px 15px;
    height: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .desc {
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .desc p {
    font-size: 15px;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links {
    margin-top: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links:first-child {
    margin-top: 0;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li a {
    font-size: 16px;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links:nth-child(2) ul li {
    margin-bottom: 16px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list {
    padding-bottom: 0;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li {
    margin-bottom: 24px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list 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;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a .icon {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    margin-right: 5px;
  }
  .page .footer .white_bg_cont .mw hr {
    margin: 30px 0;
  }
  .page .footer .white_bg_cont .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: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .left_side {
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .left_side p {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side {
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .bottom_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: 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 .footer .white_bg_cont .mw .bottom_cont .right_side ul li {
    margin-left: 8px;
    margin-top: 10px;
    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 .footer .white_bg_cont .mw .bottom_cont .right_side ul li:first-child {
    margin-left: 0;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side a {
    font-size: 15px;
    text-align: center;
  }
  .page .top_section .mw {
    padding: 20px 1rem 20px;
  }
  .page .top_section .mw .top_section_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;
    padding-bottom: 30px;
  }
  .page .top_section .mw .top_section_cont .h1 {
    font-size: 35px;
    width: 100%;
  }
  .page .top_section .mw .top_section_cont .top_nav {
    padding-top: 20px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .top_section .mw .top_section_cont .top_nav ul::before {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 12px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li:after {
    font-size: 16px;
    margin: 0 5px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 16px;
  }
  .page .there_is_non_standard_task .mw {
    padding: 0 1rem 20px;
  }
  .page .there_is_non_standard_task .mw .cont .img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .img img {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .card {
    border-radius: 10px;
    margin-top: -10px;
    padding: 30px 15px;
  }
  .page .there_is_non_standard_task .mw .cont .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: 0;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title {
    padding-bottom: 0;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 b {
    font-size: 30px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .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;
    padding: 30px;
    max-width: 220px;
    margin: 0 auto;
  }
  .page
    .there_is_non_standard_task
    .mw
    .cont
    .card
    .line
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m span {
    max-width: 160px;
    padding: 20px 30px;
    font-size: 14px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc p {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc::before {
    display: none;
  }
  .page .articles .mw,
  .page_articles .articles .mw {
    padding: 2rem 1rem;
  }
  .page .articles .mw .cont .left_side,
  .page_articles .articles .mw .cont .left_side {
    width: 100%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article,
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 14px;
    margin: 15px 0;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data::after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .data::after {
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title,
  .page_articles
    .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,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .small_desc
    p {
    font-size: 15px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont {
    margin-top: 15px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    padding: 12px 30px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination .pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 12px;
    height: 12px;
  }
  .page .articles .mw .cont .right_side,
  .page_articles .articles .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
  .page .sidebar .widget,
  .page_articles .sidebar .widget {
    margin-bottom: 30px;
  }
  .page .sidebar .widget .widget-title,
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page .sidebar .widget_search form input,
  .page_articles .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories ul li a,
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_categories ul li a:before,
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 6px;
    min-width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
  }
  .page .sidebar .widget_tag_cloud .tags a,
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .article .mw,
  .page_articles .article .mw {
    padding: 2rem 1rem;
  }
  .page .article .mw .top_line,
  .page_articles .article .mw .top_line {
    border-radius: 15px;
    padding: 30px 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;
  }
  .page .article .mw .top_line .h2,
  .page_articles .article .mw .top_line .h2 {
    font-size: 20px;
    width: 100%;
    text-align: left;
  }
  .page .article .mw .top_line .date,
  .page_articles .article .mw .top_line .date {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
  .page .article .mw .cont,
  .page_articles .article .mw .cont {
    padding-top: 30px;
  }
  .page .article .mw .cont .left_side .img,
  .page_articles .article .mw .cont .left_side .img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img,
  .page_articles .article .mw .cont .left_side .img img {
    border-radius: 10px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2,
  .page .article .mw .cont .left_side .article_desc_cont h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h3,
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h3,
  .page_articles .article .mw .cont .left_side .article_desc_cont h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p,
  .page_articles .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .wp-block-quote,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote {
    padding-bottom: 25px;
  }
  .page
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote:last-child,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote:last-child {
    padding-bottom: 0;
  }
  .page .article .mw .cont .left_side .article_desc_cont .wp-block-quote p,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote
    p {
    font-size: 14px;
  }
  .page
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote
    p:before,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote
    p:before {
    width: 25px;
    height: 24px;
    margin-right: 10px;
    min-width: 25px;
    top: -70px;
  }
  .page
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote
    p:after,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-quote
    p:after {
    width: 25px;
    height: 24px;
    margin-right: 20px;
    min-width: 25px;
    bottom: -70px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ol li,
  .page .article .mw .cont .left_side .article_desc_cont ul li,
  .page_articles .article .mw .cont .left_side .article_desc_cont ol li,
  .page_articles .article .mw .cont .left_side .article_desc_cont ul li {
    font-size: 14px;
    line-height: 159%;
    padding-left: 36px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ol li:before,
  .page .article .mw .cont .left_side .article_desc_cont ul li:before,
  .page_articles .article .mw .cont .left_side .article_desc_cont ol li:before,
  .page_articles .article .mw .cont .left_side .article_desc_cont ul li:before {
    width: 21px;
    height: 21px;
    min-width: 21px;
    top: 0;
  }
  .page .article .mw .cont .left_side .article_desc_cont .img,
  .page .article .mw .cont .left_side .article_desc_cont .wp-block-image,
  .page_articles .article .mw .cont .left_side .article_desc_cont .img,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-image {
    margin-bottom: 25px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .img img,
  .page .article .mw .cont .left_side .article_desc_cont .wp-block-image img,
  .page_articles .article .mw .cont .left_side .article_desc_cont .img img,
  .page_articles
    .article
    .mw
    .cont
    .left_side
    .article_desc_cont
    .wp-block-image
    img {
    height: 185px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h4,
  .page .article .mw .cont .left_side .article_desc_cont h4,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h4,
  .page_articles .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 21px;
    line-height: 159%;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .bottom_line,
  .page_articles .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 0;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  .page .article .mw .cont .left_side .bottom_line .tags,
  .page_articles .article .mw .cont .left_side .bottom_line .tags {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a,
  .page_articles .article .mw .cont .left_side .bottom_line .tags a {
    font-size: 14px;
    margin: 0 6px 6px;
  }
  .page .latest_news .mw,
  .page_articles .latest_news .mw {
    padding: 2rem 1rem;
  }
  .page .latest_news .mw .m_title,
  .page_articles .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .m_title .h2,
  .page_articles .latest_news .mw .m_title .h2 {
    text-align: center;
  }
  .page .latest_news .mw .cont,
  .page_articles .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .latest_news .mw .cont .new_card,
  .page_articles .latest_news .mw .cont .new_card {
    width: 100%;
    margin-bottom: 24px;
  }
  .page .latest_news .mw .cont .new_card:last-child,
  .page_articles .latest_news .mw .cont .new_card:last-child {
    margin-bottom: 0;
  }
  .page .latest_news .mw .cont .new_card a .img,
  .page_articles .latest_news .mw .cont .new_card a .img {
    width: 100%;
  }
  .page .top_section .decor,
  .page_about .top_section .decor {
    left: -214px;
    width: 1840px;
    top: -800px;
  }
  .page .about_full .mw,
  .page_about .about_full .mw {
    padding: 2rem 1rem;
  }
  .page .about_full .mw .m_title .h2,
  .page_about .about_full .mw .m_title .h2 {
    max-width: 100%;
    line-height: 40px;
    font-size: 35px;
    letter-spacing: -1.55px;
  }
  .page .about_full .mw .cont,
  .page_about .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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .about_full .mw .cont .left_side,
  .page_about .about_full .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 30px;
  }
  .page .about_full .mw .cont .left_side .img,
  .page_about .about_full .mw .cont .left_side .img {
    max-width: 410px;
    margin: 0 auto;
  }
  .page .about_full .mw .cont .left_side .img img,
  .page_about .about_full .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
  .page .about_full .mw .cont .right_side,
  .page_about .about_full .mw .cont .right_side {
    width: 100%;
    border-radius: 20px;
    padding: 30px 15px;
    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_full .mw .cont .right_side p,
  .page_about .about_full .mw .cont .right_side p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .h5,
  .page_about .about_full .mw .cont .right_side .h5 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side ul li,
  .page_about .about_full .mw .cont .right_side ul li {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-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 ul li::before,
  .page_about .about_full .mw .cont .right_side ul li::before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    top: 10px;
    margin: 0 4px;
  }
  .page .we_in_numbers .mw,
  .page_about .we_in_numbers .mw {
    padding: 2rem 1rem 3rem;
    position: relative;
  }
  .page .we_in_numbers .mw .decor,
  .page_about .we_in_numbers .mw .decor {
    width: 600px;
    right: -350px;
    top: -140px;
    z-index: 1;
  }
  .page .we_in_numbers .mw .decor1,
  .page_about .we_in_numbers .mw .decor1 {
    width: 630px;
    left: -450px;
    top: -180px;
  }
  .page .we_in_numbers .mw .m_title,
  .page_about .we_in_numbers .mw .m_title {
    z-index: 2;
    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 .we_in_numbers .mw .m_title .h2,
  .page_about .we_in_numbers .mw .m_title .h2 {
    text-align: center;
  }
  .page .we_in_numbers .mw .cont ul,
  .page_about .we_in_numbers .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 18px;
    max-width: 410px;
    margin: 0 auto;
  }
  .page .we_in_numbers .mw .cont ul li,
  .page_about .we_in_numbers .mw .cont ul li {
    max-width: 100%;
    border-radius: 15px;
    padding: 10px 20px 0;
  }
  .page .we_in_numbers .mw .cont ul li:nth-child(4),
  .page_about .we_in_numbers .mw .cont ul li:nth-child(4) {
    max-width: 100%;
  }
  .page .we_in_numbers .mw .cont ul li .num,
  .page_about .we_in_numbers .mw .cont ul li .num {
    top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .we_in_numbers .mw .cont ul li .num span,
  .page_about .we_in_numbers .mw .cont ul li .num span {
    font-size: 90px;
    text-align: center;
    letter-spacing: -8.85px;
  }
  .page .we_in_numbers .mw .cont ul li p,
  .page_about .we_in_numbers .mw .cont ul li p {
    bottom: 20px;
    position: relative;
    font-size: 18px;
    text-align: center;
  }
  .page .our_team .mw,
  .page_about .our_team .mw {
    padding: 2rem 1rem;
  }
  .page .our_team .mw .cont .left_side,
  .page_about .our_team .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .our_team .mw .cont .left_side .card,
  .page_about .our_team .mw .cont .left_side .card {
    border-radius: 15px;
    padding: 30px 20px;
    height: auto;
    margin: 0 auto;
    max-width: 410px;
    margin-bottom: 20px;
  }
  .page .our_team .mw .cont .left_side .card .m_title,
  .page_about .our_team .mw .cont .left_side .card .m_title {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .our_team .mw .cont .left_side .card .m_title .h2,
  .page_about .our_team .mw .cont .left_side .card .m_title .h2 {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -3.5px;
  }
  .page .our_team .mw .cont .left_side .card p,
  .page_about .our_team .mw .cont .left_side .card p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .our_team .mw .cont .left_side .decor_text,
  .page_about .our_team .mw .cont .left_side .decor_text {
    display: none;
  }
  .page .our_team .mw .cont .right_side,
  .page_about .our_team .mw .cont .right_side {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .our_team .mw .cont .right_side .card,
  .page_about .our_team .mw .cont .right_side .card {
    border-radius: 15px;
    padding: 15px 12px;
    height: auto;
  }
  .page .our_team .mw .cont .right_side .card .desc .img,
  .page_about .our_team .mw .cont .right_side .card .desc .img {
    border-radius: 15px;
    padding-bottom: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc .img img,
  .page_about .our_team .mw .cont .right_side .card .desc .img img {
    border-radius: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc .h5,
  .page_about .our_team .mw .cont .right_side .card .desc .h5 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .page .our_team .mw .cont .right_side .card .desc p,
  .page_about .our_team .mw .cont .right_side .card .desc p {
    font-size: 14px;
    text-align: center;
  }
  .page .our_team .mw .cont .right_side .card ul,
  .page_about .our_team .mw .cont .right_side .card ul {
    padding-top: 20px;
  }
  .page .our_team .mw .cont .right_side .card ul li,
  .page_about .our_team .mw .cont .right_side .card ul li {
    margin-bottom: 5px;
  }
  .page .our_team .mw .cont .right_side .card ul li a,
  .page_about .our_team .mw .cont .right_side .card ul li a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .our_team .mw .cont .right_side .card ul li a::before,
  .page_about .our_team .mw .cont .right_side .card ul li a::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 10px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7),
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) {
    border-radius: 15px;
    height: 300px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7) .icon,
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) .icon {
    max-width: 160px;
  }
  .page .services_full .mw,
  .page_services .services_full .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .services_full .mw .row,
  .page_services .services_full .mw .row {
    padding-bottom: 30px;
  }
  .page .services_full .mw .row .m_title,
  .page_services .services_full .mw .row .m_title {
    display: -webkit-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 .services_full .mw .row .m_title .h2,
  .page_services .services_full .mw .row .m_title .h2 {
    font-size: 28px;
  }
  .page .services_full .mw .row .m_title::before,
  .page_services .services_full .mw .row .m_title::before {
    width: 12px;
    height: 12px;
    bottom: 10px;
    min-width: 12px;
  }
  .page .services_full .mw .row .cont,
  .page_services .services_full .mw .row .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 18px;
  }
  .page .services_full .mw .row .cont .service_card,
  .page_services .services_full .mw .row .cont .service_card {
    height: 250px;
  }
  .page .services_full .mw .row:last-child,
  .page_services .services_full .mw .row:last-child {
    padding-bottom: 0;
  }
  .page .any_ques,
  .page_services .any_ques {
    padding: 10px 5px 20px;
  }
  .page .auto_delivery .mw,
  .page_service .auto_delivery .mw {
    padding: 2rem 1rem;
  }
  .page .auto_delivery .mw .cont .left_side,
  .page_service .auto_delivery .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .auto_delivery .mw .cont .left_side .img,
  .page_service .auto_delivery .mw .cont .left_side .img {
    max-width: 410px;
    margin: 0 auto;
  }
  .page .auto_delivery .mw .cont .left_side .img img,
  .page_service .auto_delivery .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 15px;
    height: auto;
  }
  .page .auto_delivery .mw .cont .right_side,
  .page_service .auto_delivery .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 .auto_delivery .mw .cont .right_side .m_title,
  .page_service .auto_delivery .mw .cont .right_side .m_title {
    display: -webkit-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;
    position: relative;
    padding-bottom: 20px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 100%;
  }
  .page .auto_delivery .mw .cont .right_side .m_title::before,
  .page_service .auto_delivery .mw .cont .right_side .m_title::before {
    display: none;
  }
  .page .auto_delivery .mw .cont .right_side .desc p,
  .page_service .auto_delivery .mw .cont .right_side .desc p {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page .auto_delivery_stages .mw,
  .page_service .auto_delivery_stages .mw {
    padding: 2rem 1rem;
  }
  .page .auto_delivery_stages .mw .cont,
  .page_service .auto_delivery_stages .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .auto_delivery_stages .mw .cont .line,
  .page_service .auto_delivery_stages .mw .cont .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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .page .auto_delivery_stages .mw .cont .line .m_title,
  .page_service .auto_delivery_stages .mw .cont .line .m_title {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 10px;
  }
  .page .auto_delivery_stages .mw .cont .line .m_title .h2,
  .page_service .auto_delivery_stages .mw .cont .line .m_title .h2 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: -1.15px;
  }
  .page .auto_delivery_stages .mw .cont .line .icon,
  .page_service .auto_delivery_stages .mw .cont .line .icon {
    max-width: 140px;
    margin: 0 auto;
  }
  .page .auto_delivery_stages .mw .cont .line .icon img,
  .page_service .auto_delivery_stages .mw .cont .line .icon img {
    width: 100%;
    height: auto;
  }
  .page .auto_delivery_stages .mw .cont ul,
  .page_service .auto_delivery_stages .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: 400px;
  }
  .page .auto_delivery_stages .mw .cont ul li,
  .page_service .auto_delivery_stages .mw .cont ul li {
    padding-bottom: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .h5,
  .page_service .auto_delivery_stages .mw .cont ul li .h5 {
    font-size: 16px;
    text-align: center;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc,
  .page_service .auto_delivery_stages .mw .cont ul li .desc {
    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 .auto_delivery_stages .mw .cont ul li .desc .num,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 0;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num span,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num span {
    font-size: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc p,
  .page_service .auto_delivery_stages .mw .cont ul li .desc p {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
  }
  .page .auto_delivery_stages .mw .cont .btn_c,
  .page_service .auto_delivery_stages .mw .cont .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 .auto_delivery_stages .mw .cont .img img,
  .page_service .auto_delivery_stages .mw .cont .img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .benefits_auto_delivery .mw,
  .page_service .benefits_auto_delivery .mw {
    padding: 2rem 1rem;
  }
  .page .benefits_auto_delivery .mw .m_title .h2,
  .page_service .benefits_auto_delivery .mw .m_title .h2 {
    font-size: 30px;
    max-width: 100%;
    text-align: center;
    letter-spacing: -1.5px;
  }
  .page .benefits_auto_delivery .mw .m_title .h2 b,
  .page_service .benefits_auto_delivery .mw .m_title .h2 b {
    letter-spacing: -1.5px;
  }
  .page .benefits_auto_delivery .mw .m_title::before,
  .page_service .benefits_auto_delivery .mw .m_title::before {
    display: none;
  }
  .page .benefits_auto_delivery .mw .cont,
  .page_service .benefits_auto_delivery .mw .cont {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .page .benefits_auto_delivery .mw .cont .card,
  .page_service .benefits_auto_delivery .mw .cont .card {
    width: 100%;
    border-radius: 20px;
    padding: 20px 15px 30px;
    margin: 0 auto;
    max-width: 410px;
    margin-bottom: 25px;
  }
  .page .benefits_auto_delivery .mw .cont .card:last-child,
  .page_service .benefits_auto_delivery .mw .cont .card:last-child {
    margin-bottom: 0;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon,
  .page_service .benefits_auto_delivery .mw .cont .card .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon img,
  .page_service .benefits_auto_delivery .mw .cont .card .icon img {
    width: 45px;
  }
  .page .benefits_auto_delivery .mw .cont .card .h5,
  .page_service .benefits_auto_delivery .mw .cont .card .h5 {
    padding: 20px 0 15px;
    font-size: 20px;
  }
  .page .benefits_auto_delivery .mw .cont .card p,
  .page_service .benefits_auto_delivery .mw .cont .card p {
    font-size: 16px;
    max-width: 100%;
  }
  .page .find_out_cost,
  .page_service .find_out_cost {
    padding: 20px 5px 20px;
  }
  .page .find_out_cost .orange_bg_cont .mw,
  .page_service .find_out_cost .orange_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont,
  .page_service .find_out_cost .orange_bg_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 .find_out_cost .orange_bg_cont .mw .cont .left_side,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 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 .find_out_cost .orange_bg_cont .mw .cont .left_side .icon,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .icon {
    max-width: 150px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 20px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img {
    max-width: 365px;
    margin: 0 auto;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side {
    width: 100%;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title {
    display: -webkit-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;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title .h2,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title
    .h2 {
    font-size: 2rem;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -2px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title::after,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title::after {
    display: none;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.04px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .title {
    padding-bottom: 30px;
    padding-top: 30px;
    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 .find_out_cost .orange_bg_cont .mw .cont .right_side .title span,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .title
    span {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .auto_delivery .mw,
  .page_service1 .auto_delivery .mw {
    padding: 2rem 1rem 0;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service1 .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 100%;
  }
  .page .service .mw .top_line,
  .page_service1 .service .mw .top_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .service .mw .top_line .img,
  .page_service1 .service .mw .top_line .img {
    display: none;
  }
  .page .service .mw .top_line .m_title,
  .page_service1 .service .mw .top_line .m_title {
    padding-bottom: 0;
    max-width: 100%;
  }
  .page .service .mw .top_line .m_title .h2,
  .page_service1 .service .mw .top_line .m_title .h2 {
    line-height: 45px;
    letter-spacing: -2px;
    font-size: 2rem;
  }
  .page .calculation_of_applications,
  .page_calculation .calculation_of_applications {
    padding: 10px 5px 20px;
  }
  .page .calculation_of_applications .white_bg_cont .mw,
  .page_calculation .calculation_of_applications .white_bg_cont .mw {
    padding: 2rem 1rem;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side {
    width: 100%;
    border-radius: 15px;
    padding: 30px 10px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title {
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2 {
    font-size: 35px;
    text-align: center;
    letter-spacing: -2.55px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side p,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side .h6,
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side a,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .h6,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    a {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp {
    width: 100%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea {
    height: 45px;
    font-size: 14px;
    padding: 12px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 1%;
    margin-bottom: 10px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 8px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt {
    font-size: 14px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
    resize: none;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c {
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m {
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span {
    font-size: 16px;
    padding: 30px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .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 .calculation_of_applications .white_bg_cont .mw .cont .right_side .img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .top_section .mw .top_section_cont .h1,
  .page_policy .top_section .mw .top_section_cont .h1 {
    font-size: 32px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul,
  .page_policy .top_section .mw .top_section_cont .top_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li:after,
  .page_policy .top_section .mw .top_section_cont .top_nav ul li:after {
    font-size: 14px;
    margin: 0 5px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a,
  .page_policy .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 14px;
  }
  .page .privacy_policy .mw,
  .page_policy .privacy_policy .mw {
    padding: 2rem 1rem;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3,
  .page_policy .privacy_policy .mw .cont .desc .h3,
  .page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5,
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 18px;
    line-height: 28px;
  }
  .page .privacy_policy .mw .cont .desc p,
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .page .contact .mw,
  .page_contacts .contact .mw {
    padding: 2rem 1rem;
  }
  .page .contact .mw .cont .left_side,
  .page_contacts .contact .mw .cont .left_side {
    width: 100%;
    border-radius: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list,
  .page_contacts .contact .mw .cont .left_side .contacts_list {
    padding: 30px 15px;
  }
  .page .contact .mw .cont .left_side .contacts_list li,
  .page_contacts .contact .mw .cont .left_side .contacts_list li {
    padding-bottom: 15px;
  }
  .page .contact .mw .cont .left_side .contacts_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .icon {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .page .contact .mw .cont .left_side .contacts_list li a,
  .page .contact .mw .cont .left_side .contacts_list li span,
  .page_contacts .contact .mw .cont .left_side .contacts_list li a,
  .page_contacts .contact .mw .cont .left_side .contacts_list li span {
    font-size: 20px;
    text-align: center;
  }
  .page .contact .mw .cont .left_side .contacts_list li .h5,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .h5 {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list li p,
  .page_contacts .contact .mw .cont .left_side .contacts_list li p {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .h4,
  .page_contacts .contact .mw .cont .left_side .h4 {
    padding: 20px 15px;
    font-size: 22px;
  }
  .page .contact .mw .cont .left_side .contact_list,
  .page_contacts .contact .mw .cont .left_side .contact_list {
    padding: 0 15px;
  }
  .page .contact .mw .cont .left_side .contact_list li,
  .page_contacts .contact .mw .cont .left_side .contact_list li {
    padding-bottom: 0;
  }
  .page .contact .mw .cont .left_side .contact_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contact_list li .icon {
    width: 20px;
    min-width: 20px;
  }
  .page .contact .mw .cont .left_side .contact_list li p,
  .page_contacts .contact .mw .cont .left_side .contact_list li p {
    font-size: 20px;
    margin-right: 5px;
  }
  .page .contact .mw .cont .left_side .soc_icons,
  .page_contacts .contact .mw .cont .left_side .soc_icons {
    padding: 20px 15px 30px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a {
    width: 50px;
    height: 50px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a img,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a img {
    width: 22px;
  }
  .page .contact .mw .cont .right_side,
  .page_contacts .contact .mw .cont .right_side {
    width: 100%;
    padding-top: 30px;
  }
  .page .contact .mw .cont .right_side .img,
  .page_contacts .contact .mw .cont .right_side .img {
    border-radius: 20px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .contact .mw .cont .right_side .img img,
  .page_contacts .contact .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .gray_bg,
  .page_contacts .gray_bg {
    padding: 10px 5px 0;
  }
  .page .gray_bg .gray_bg_cont .map,
  .page_contacts .gray_bg .gray_bg_cont .map {
    height: 350px;
    border-radius: 20px;
  }
  .page .gray_bg .gray_bg_cont .map iframe,
  .page_contacts .gray_bg .gray_bg_cont .map iframe {
    border-radius: 20px;
  }
  .page .content_none_section .decor_text,
  .page_404 .content_none_section .decor_text {
    font-size: 420px;
    letter-spacing: -29.651px;
    top: 350px;
  }
  .page .content_none_section .decor,
  .page_404 .content_none_section .decor {
    width: 1000px;
    right: -250px;
    top: -50px;
  }
  .page .content_none_section .content_none_section_cont .mw,
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 6rem 1rem;
  }
  .page .content_none_section .content_none_section_cont .mw .cont,
  .page_404 .content_none_section .content_none_section_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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 .content_none_section .content_none_section_cont .mw .cont .left_side,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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
    .left_side
    .h5,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 180px;
    line-height: 80%;
    display: -webkit-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;
    position: relative;
    letter-spacing: -18.534px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side p,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    padding-top: 30px;
    font-size: 20px;
    max-width: 358px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 32px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span {
    width: 200px;
    max-width: 200px;
    height: 50px;
    font-size: 14.502px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page {
    overflow-x: hidden;
  }
  .page .main_bg {
    padding: 10px;
    position: relative;
    z-index: 2;
  }
  .page .main_bg .main_bg_cont {
    border-radius: 20px;
    padding-top: 120px;
    min-height: 700px;
  }
  .page .main_bg .main_bg_cont::after {
    border-radius: 20px;
  }
  .page .main_bg .main_bg_cont .main_cont {
    position: relative;
  }
  .page .main_bg .main_bg_cont .main_cont .mw {
    padding: 3rem 1rem 4rem;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 {
    font-size: 38px;
    line-height: 45.481px;
    text-align: center;
    letter-spacing: -3.01px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card p {
    font-size: 18px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 28px;
    letter-spacing: -0.69px;
    padding-bottom: 30px;
  }
  .page .main_bg .bottom_line {
    bottom: 30px;
  }
  .page .main_bg .bottom_line .mw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .main_bg .bottom_line .left_side {
    width: 100%;
  }
  .page .main_bg .bottom_line .left_side .btn_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main_bg .bottom_line .right_side {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main,
  .page .main_bg .bottom_line .right_side .btn_prev_main {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main:after,
  .page .main_bg .bottom_line .right_side .btn_prev_main:after {
    width: 6px;
    height: 14px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main {
    margin-left: 15px;
  }
  .page .services .decor {
    top: -120px;
    width: 800px;
    left: -280px;
    z-index: 1;
  }
  .page .services .decor img {
    width: 100%;
    height: auto;
  }
  .page .services .mw {
    position: relative;
    z-index: 1;
    padding: 2rem 1rem 3rem;
  }
  .page .services .mw .m_title {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .page .services .mw .m_title::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .page .services .mw .cont .left_side {
    width: 100%;
  }
  .page .services .mw .cont .left_side .decor_text {
    display: none;
  }
  .page .services .mw .cont .right_side {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .service_card {
    height: 250px;
  }
  .page .service_card a {
    border-radius: 10px;
    height: 260px;
  }
  .page .service_card a:before {
    border-radius: 10px;
  }
  .page .service_card a:after {
    border-radius: 10px;
  }
  .page .service_card a .desc {
    padding: 20px;
  }
  .page .service_card a .desc .title {
    font-size: 17px;
    line-height: 24px;
    max-width: 160px;
  }
  .page .service_card a .desc .btn_more {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .page .service_card a .desc .btn_more img {
    width: 16px;
    height: auto;
  }
  .page .service_card:nth-child(5) a .desc .title {
    max-width: 300px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .we_deliver_goods .gray_bg_cont .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: 25px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .icon {
    max-width: 180px;
    margin: 0 auto;
    margin-top: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title {
    padding-bottom: 0;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -3.3px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 b {
    margin-left: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 30px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img {
    max-width: 380px;
    margin: 0 auto;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side {
    width: 100%;
    border-top: 0;
    padding-bottom: 30px;
    padding-top: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    letter-spacing: -0.8px;
  }
  .page
    .we_deliver_goods
    .gray_bg_cont
    .mw
    .cont
    .right_side
    .card:first-child {
    padding-top: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page .service .mw {
    padding: 3rem 1rem;
  }
  .page .service .mw .m_title {
    padding-bottom: 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;
  }
  .page .service .mw .m_title .h2 {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: -3px;
  }
  .page .service .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: 30px;
  }
  .page .service .mw .top_line .l_side {
    width: 100%;
  }
  .page .service .mw .top_line .l_side p {
    font-size: 20px;
    text-align: center;
    max-width: 100%;
    line-height: 25px;
  }
  .page .service .mw .top_line .r_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
  }
  .page .service .mw .top_line .r_side .h5 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    text-align: center;
  }
  .page .service .mw .top_line .r_side::before {
    display: none;
  }
  .page .service .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 .service .mw .cont .card {
    border-radius: 20px;
    padding: 12px;
    width: 100%;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .service .mw .cont .card .desc {
    padding: 15px 10px;
  }
  .page .service .mw .cont .card .desc .h5 {
    font-size: 17px;
    max-width: 100%;
    height: 40px;
    text-align: center;
  }
  .page .service .mw .cont .card .desc p {
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    text-align: center;
    margin-top: 15px;
  }
  .page .service .mw .cont .card .img {
    border-radius: 15px;
  }
  .page .service .mw .cont .card .img img {
    border-radius: 15px;
  }
  .page .service .mw .cont .card:last-child {
    border-radius: 20px;
    height: auto;
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
  }
  /* .page .service .mw .cont .card:last-child .img {
    max-width: 160px;
  } */
  .page .why_choose_us .bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .why_choose_us .bg_cont .mw .m_title .h2 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .page .why_choose_us .bg_cont .mw .m_title p {
    padding-top: 20px;
    margin-bottom: 0;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .page .why_choose_us .bg_cont .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 .why_choose_us .bg_cont .mw .cont .card {
    padding: 25px 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card::before {
    width: 22px;
    height: 22px;
    top: 25px;
    right: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .icon {
    max-width: 35px;
    padding-bottom: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc .h5 {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .about {
    padding: 10px 5px 5px;
  }
  .page .about .white_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .about .white_bg_cont .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .about .white_bg_cont .mw .cont .left_side .img {
    margin: 0 auto;
    max-width: 500px;
  }
  .page .about .white_bg_cont .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side {
    width: 100%;
    border-radius: 20px;
    padding: 30px 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title .h2 {
    font-size: 35px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc p {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc .h5 {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li {
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li::before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    top: 7px;
    margin-right: 5px;
  }
  .page .map .orange_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .map .orange_bg_cont .mw .m_title {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .page .map .orange_bg_cont .mw .m_title .h2 {
    font-size: 2.4rem;
  }
  .page .map .orange_bg_cont .mw .cont .img {
    margin: 0 auto;
    max-width: 100%;
  }
  .page .main_directions .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .main_directions .mw .m_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .main_directions .mw .m_title .h2 {
    letter-spacing: -2.55px;
    max-width: 100%;
  }
  .page .main_directions .mw .m_title .h2 b {
    letter-spacing: -2.55px;
  }
  .page .main_directions .mw .m_title p {
    padding-top: 20px;
    max-width: 100%;
    padding-bottom: 0;
  }
  .page .main_directions .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 .main_directions .mw .cont .card {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .main_directions .mw .cont .card .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main_directions .mw .cont .card .icon img {
    width: 30px;
  }
  .page .main_directions .mw .cont .card .desc {
    margin-top: 20px;
  }
  .page .main_directions .mw .cont .card .desc .h5 {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .page .main_directions .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .benefits .black_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .benefits .black_bg_cont .mw .m_title {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.88px;
    text-align: center;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 b {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.88px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 b span::after {
    display: none;
  }
  .page .benefits .black_bg_cont .mw .cont .img {
    border-radius: 14px;
  }
  .page .benefits .black_bg_cont .mw .cont .img img {
    border-radius: 14px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon {
    border-radius: 5px;
    background: #404096;
    width: 150px;
    min-width: 150px;
    right: 15px;
    bottom: 15px;
    height: 50px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon img {
    width: 70px;
  }
  .page .stages_our_work .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .stages_our_work .mw .m_title .h2 {
    max-width: 100%;
    font-size: 2.2rem;
  }
  .page .stages_our_work .mw .m_title p {
    padding-bottom: 0;
    padding-top: 20px;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 24px;
    letter-spacing: -0.9px;
  }
  .page .stages_our_work .mw .m_title p span {
    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 .stages_our_work .mw .m_title p span::before {
    display: none;
  }
  .page .stages_our_work .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 30px;
  }
  .page .stages_our_work .mw .cont .left_side .img {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .right_side {
    width: 100%;
  }
  .page .stages_our_work .mw .cont .right_side ul {
    padding-top: 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: 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;
    border-top: 0;
  }
  .page .stages_our_work .mw .cont .right_side ul li {
    width: 49%;
    padding-bottom: 25px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .stages_our_work .mw .cont .right_side ul li:nth-child(1),
  .page .stages_our_work .mw .cont .right_side ul li:nth-child(2) {
    border-top: 1px solid rgba(6, 6, 6, 0.2);
    padding-top: 10px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num {
    margin-right: 0;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num span {
    font-size: 16px;
    line-height: 148.6%;
    letter-spacing: -0.68px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc {
    margin-top: 15px;
    max-width: 100%;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc .h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc p {
    font-size: 14px;
  }
  .page .stages_our_work .mw .cont .right_side ul li::after {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 0;
  }
  .page .stages_our_work .mw .cont .right_side .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .page .faq .gray_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .faq .gray_bg_cont .mw .m_title {
    padding-bottom: 30px;
  }
  .page .faq .gray_bg_cont .mw .m_title .h2 {
    font-size: 2.2rem;
  }
  .page .faq .gray_bg_cont .mw .accordion .accordion-item {
    border-radius: 15px;
    margin-bottom: 18px;
  }
  .page .faq .gray_bg_cont .mw .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 18px;
    padding-right: 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 10px;
    width: 45px;
    border-radius: 5px;
    height: 45px;
    min-width: 45px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 20px;
    line-height: 24px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 10px 10px 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 1.1rem;
    padding-bottom: 12px;
  }
  .page .any_ques {
    padding: 15px 10px;
  }
  .page .any_ques .white_bg_cont {
    border-radius: 20px;
  }
  .page .any_ques .white_bg_cont .mw {
    padding: 2rem 1rem 3rem;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title {
    padding-bottom: 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title .h2 {
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p {
    padding-top: 20px;
    font-size: 1.1rem;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span {
    max-width: 100%;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span b {
    font-size: 1.2rem;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp {
    width: 100%;
    margin-bottom: 15px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp input,
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp textarea {
    height: 48px;
    font-size: 16px;
    padding: 12px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp_textarea {
    width: 100%;
  }
  .page
    .any_ques
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .btn_c {
    padding-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 .any_ques .white_bg_cont .mw .cont .right_side {
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .any_ques .white_bg_cont .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;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 500px;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .footer {
    padding: 10px 10px 15px;
  }
  .page .footer .white_bg_cont {
    border-radius: 20px;
  }
  .page .footer .white_bg_cont .mw {
    padding: 3rem 1rem 2rem;
  }
  .page .footer .white_bg_cont .mw .top_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;
    padding-bottom: 30px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: 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 .footer .white_bg_cont .mw .top_cont .left_side .logo {
    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-right: 0;
    margin-top: 6px;
  }
  .page .footer .white_bg_cont .mw .top_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 .footer .white_bg_cont .mw .top_cont .left_side .logo a img {
    width: 180px;
    min-width: 180px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons {
    margin-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a {
    width: 35px;
    height: 35px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a img {
    width: 18px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .left_side
    .soc_icons
    ul
    li:last-child {
    margin-right: 0;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side p {
    font-size: 22px;
    margin-right: 0;
    text-align: center;
    letter-spacing: -1.56px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c {
    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;
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m .icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .right_side
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m span {
    height: 45px;
    max-width: 150px;
    padding: 15px 20px;
  }
  .page .footer .white_bg_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .white_bg_cont .mw .cont .l_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .l_side .fast_links {
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .r_side {
    margin: 0 auto;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .fast_links {
    border-radius: 15px;
    padding: 30px 15px;
    height: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .desc {
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .desc p {
    font-size: 15px;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links {
    margin-top: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links:first-child {
    margin-top: 0;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li a {
    font-size: 16px;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links:nth-child(2) ul li {
    margin-bottom: 16px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list {
    padding-bottom: 0;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li {
    margin-bottom: 24px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list 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;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a .icon {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    margin-right: 5px;
  }
  .page .footer .white_bg_cont .mw hr {
    margin: 30px 0;
  }
  .page .footer .white_bg_cont .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: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .left_side {
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .left_side p {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side {
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .bottom_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: 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 .footer .white_bg_cont .mw .bottom_cont .right_side ul li {
    margin-left: 8px;
    margin-top: 10px;
    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 .footer .white_bg_cont .mw .bottom_cont .right_side ul li:first-child {
    margin-left: 0;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
    text-align: center;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side a {
    font-size: 15px;
    text-align: center;
  }
  .page .top_section .mw {
    padding: 2rem 1rem;
  }
  .page .top_section .mw .top_section_cont {
    padding-bottom: 30px;
  }
  .page .top_section .mw .top_section_cont .h1 {
    font-size: 36px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .top_section .mw .top_section_cont .top_nav ul::before {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 12px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li:after {
    font-size: 18px;
    margin: 0 5px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 18px;
  }
  .page .there_is_non_standard_task .mw {
    padding: 0 1rem 20px;
  }
  .page .there_is_non_standard_task .mw .cont .img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .img img {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .card {
    border-radius: 10px;
    margin-top: -10px;
    padding: 30px 15px;
  }
  .page .there_is_non_standard_task .mw .cont .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: 0;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title {
    padding-bottom: 0;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 b {
    font-size: 30px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .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;
    padding: 30px;
    max-width: 220px;
    margin: 0 auto;
  }
  .page
    .there_is_non_standard_task
    .mw
    .cont
    .card
    .line
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m span {
    max-width: 160px;
    padding: 20px 30px;
    font-size: 14px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc p {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc::before {
    display: none;
  }
  .page .articles .mw,
  .page_articles .articles .mw {
    padding: 2rem 1rem;
  }
  .page .articles .mw .cont .left_side,
  .page_articles .articles .mw .cont .left_side {
    width: 100%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article,
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 14px;
    margin: 15px 0;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data::after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .data::after {
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title,
  .page_articles
    .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,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .small_desc
    p {
    font-size: 15px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont {
    margin-top: 15px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    padding: 12px 30px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination .pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 12px;
    height: 12px;
  }
  .page .articles .mw .cont .right_side,
  .page_articles .articles .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
  .page .sidebar,
  .page_articles .sidebar {
    display: -webkit-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .sidebar .widget,
  .page_articles .sidebar .widget {
    margin-bottom: 30px;
  }
  .page .sidebar .widget .widget-title,
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
  }
  .page .sidebar .widget_search,
  .page_articles .sidebar .widget_search {
    width: 100%;
  }
  .page .sidebar .widget_search form input,
  .page_articles .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories,
  .page_articles .sidebar .widget_categories {
    width: 50%;
  }
  .page .sidebar .widget_categories ul li a,
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_categories ul li a:before,
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 18px;
    min-width: 18px;
    margin-right: 4px;
  }
  .page .sidebar .widget_recent_news,
  .page_articles .sidebar .widget_recent_news {
    width: 50%;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
  }
  .page .sidebar .widget_tag_cloud .tags a,
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .article .mw,
  .page_articles .article .mw {
    padding: 2rem 1rem;
  }
  .page .article .mw .top_line,
  .page_articles .article .mw .top_line {
    border-radius: 15px;
    padding: 30px 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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .article .mw .top_line .h2,
  .page_articles .article .mw .top_line .h2 {
    font-size: 20px;
    text-align: left;
    max-width: 300px;
  }
  .page .article .mw .top_line .date,
  .page_articles .article .mw .top_line .date {
    font-size: 16px;
  }
  .page .article .mw .cont,
  .page_articles .article .mw .cont {
    padding-top: 30px;
  }
  .page .article .mw .cont .left_side .img,
  .page_articles .article .mw .cont .left_side .img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img,
  .page_articles .article .mw .cont .left_side .img img {
    border-radius: 10px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2,
  .page .article .mw .cont .left_side .article_desc_cont h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h3,
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h3,
  .page_articles .article .mw .cont .left_side .article_desc_cont h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p,
  .page_articles .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .bottom_line,
  .page_articles .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 0;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  .page .article .mw .cont .left_side .bottom_line .tags,
  .page_articles .article .mw .cont .left_side .bottom_line .tags {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a,
  .page_articles .article .mw .cont .left_side .bottom_line .tags a {
    font-size: 14px;
    margin: 0 6px 6px;
  }
  .page .latest_news .mw,
  .page_articles .latest_news .mw {
    padding: 2rem 1rem;
  }
  .page .latest_news .mw .m_title,
  .page_articles .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .m_title .h2,
  .page_articles .latest_news .mw .m_title .h2 {
    text-align: center;
  }
  .page .latest_news .mw .cont,
  .page_articles .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;
  }
  .page .latest_news .mw .cont .new_card,
  .page_articles .latest_news .mw .cont .new_card {
    width: 48%;
    margin-bottom: 24px;
  }
  .page .latest_news .mw .cont .new_card:last-child,
  .page_articles .latest_news .mw .cont .new_card:last-child {
    display: none;
  }
  .page .latest_news .mw .cont .new_card a .img,
  .page_articles .latest_news .mw .cont .new_card a .img {
    width: 100%;
  }
  .page .top_section .decor,
  .page_about .top_section .decor {
    left: -214px;
    width: 1840px;
    top: -800px;
  }
  .page .about_full .mw,
  .page_about .about_full .mw {
    padding: 1rem;
  }
  .page .about_full .mw .m_title .h2,
  .page_about .about_full .mw .m_title .h2 {
    max-width: 100%;
    line-height: 40px;
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  .page .about_full .mw .cont,
  .page_about .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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .about_full .mw .cont .left_side,
  .page_about .about_full .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 30px;
  }
  .page .about_full .mw .cont .left_side .img,
  .page_about .about_full .mw .cont .left_side .img {
    max-width: 500px;
    margin: 0 auto;
  }
  .page .about_full .mw .cont .left_side .img img,
  .page_about .about_full .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
  .page .about_full .mw .cont .right_side,
  .page_about .about_full .mw .cont .right_side {
    width: 100%;
    border-radius: 20px;
    padding: 30px 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 .about_full .mw .cont .right_side p,
  .page_about .about_full .mw .cont .right_side p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .h5,
  .page_about .about_full .mw .cont .right_side .h5 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side ul li,
  .page_about .about_full .mw .cont .right_side ul li {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-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 ul li::before,
  .page_about .about_full .mw .cont .right_side ul li::before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    top: 10px;
    margin: 0 4px;
  }
  .page .we_in_numbers .mw,
  .page_about .we_in_numbers .mw {
    padding: 2rem 1rem 3rem;
    position: relative;
  }
  .page .we_in_numbers .mw .decor,
  .page_about .we_in_numbers .mw .decor {
    width: 700px;
    right: -220px;
    top: -140px;
    z-index: 1;
  }
  .page .we_in_numbers .mw .decor1,
  .page_about .we_in_numbers .mw .decor1 {
    width: 630px;
    left: -450px;
    top: -180px;
  }
  .page .we_in_numbers .mw .m_title,
  .page_about .we_in_numbers .mw .m_title {
    z-index: 2;
    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 .we_in_numbers .mw .m_title .h2,
  .page_about .we_in_numbers .mw .m_title .h2 {
    text-align: center;
  }
  .page .we_in_numbers .mw .cont ul,
  .page_about .we_in_numbers .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    row-gap: 18px;
  }
  .page .we_in_numbers .mw .cont ul li,
  .page_about .we_in_numbers .mw .cont ul li {
    max-width: 100%;
    border-radius: 15px;
    padding: 10px 20px 0;
  }
  .page .we_in_numbers .mw .cont ul li:nth-child(4),
  .page_about .we_in_numbers .mw .cont ul li:nth-child(4) {
    max-width: 100%;
  }
  .page .we_in_numbers .mw .cont ul li .num,
  .page_about .we_in_numbers .mw .cont ul li .num {
    top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .we_in_numbers .mw .cont ul li .num span,
  .page_about .we_in_numbers .mw .cont ul li .num span {
    font-size: 90px;
    text-align: center;
    letter-spacing: -8.85px;
  }
  .page .we_in_numbers .mw .cont ul li p,
  .page_about .we_in_numbers .mw .cont ul li p {
    bottom: 20px;
    position: relative;
    font-size: 18px;
    text-align: center;
  }
  .page .our_team .mw,
  .page_about .our_team .mw {
    padding: 2rem 1rem;
  }
  .page .our_team .mw .cont .left_side,
  .page_about .our_team .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .our_team .mw .cont .left_side .card,
  .page_about .our_team .mw .cont .left_side .card {
    border-radius: 15px;
    padding: 50px 30px;
    height: auto;
    margin-bottom: 20px;
  }
  .page .our_team .mw .cont .left_side .card .m_title,
  .page_about .our_team .mw .cont .left_side .card .m_title {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .our_team .mw .cont .left_side .card .m_title .h2,
  .page_about .our_team .mw .cont .left_side .card .m_title .h2 {
    font-size: 2.5rem;
    line-height: 55px;
    text-align: center;
    letter-spacing: -3.5px;
  }
  .page .our_team .mw .cont .left_side .card p,
  .page_about .our_team .mw .cont .left_side .card p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .our_team .mw .cont .left_side .decor_text,
  .page_about .our_team .mw .cont .left_side .decor_text {
    display: none;
  }
  .page .our_team .mw .cont .right_side,
  .page_about .our_team .mw .cont .right_side {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
  .page .our_team .mw .cont .right_side .card,
  .page_about .our_team .mw .cont .right_side .card {
    border-radius: 15px;
    padding: 15px 12px;
    height: auto;
  }
  .page .our_team .mw .cont .right_side .card .desc .img,
  .page_about .our_team .mw .cont .right_side .card .desc .img {
    border-radius: 15px;
    padding-bottom: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc .img img,
  .page_about .our_team .mw .cont .right_side .card .desc .img img {
    border-radius: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc .h5,
  .page_about .our_team .mw .cont .right_side .card .desc .h5 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .page .our_team .mw .cont .right_side .card .desc p,
  .page_about .our_team .mw .cont .right_side .card .desc p {
    font-size: 14px;
    text-align: center;
  }
  .page .our_team .mw .cont .right_side .card ul,
  .page_about .our_team .mw .cont .right_side .card ul {
    padding-top: 20px;
  }
  .page .our_team .mw .cont .right_side .card ul li,
  .page_about .our_team .mw .cont .right_side .card ul li {
    margin-bottom: 5px;
  }
  .page .our_team .mw .cont .right_side .card ul li a,
  .page_about .our_team .mw .cont .right_side .card ul li a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .our_team .mw .cont .right_side .card ul li a::before,
  .page_about .our_team .mw .cont .right_side .card ul li a::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 10px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7),
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) {
    border-radius: 15px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7) .icon,
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) .icon {
    max-width: 160px;
  }
  .page .services_full .mw,
  .page_services .services_full .mw {
    padding: 1rem 1rem 3rem;
  }
  .page .services_full .mw .row,
  .page_services .services_full .mw .row {
    padding-bottom: 30px;
  }
  .page .services_full .mw .row .m_title,
  .page_services .services_full .mw .row .m_title {
    display: -webkit-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 .services_full .mw .row .m_title .h2,
  .page_services .services_full .mw .row .m_title .h2 {
    font-size: 2.2rem;
  }
  .page .services_full .mw .row .m_title::before,
  .page_services .services_full .mw .row .m_title::before {
    width: 12px;
    height: 12px;
    bottom: 10px;
    min-width: 12px;
  }
  .page .services_full .mw .row .cont,
  .page_services .services_full .mw .row .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .services_full .mw .row .cont .service_card,
  .page_services .services_full .mw .row .cont .service_card {
    width: 49%;
    height: 250px;
  }
  .page .services_full .mw .row:last-child,
  .page_services .services_full .mw .row:last-child {
    padding-bottom: 0;
  }
  .page .any_ques,
  .page_services .any_ques {
    padding: 10px 5px 20px;
  }
  .page .auto_delivery .mw,
  .page_service .auto_delivery .mw {
    padding: 1rem 1rem 2rem;
  }
  .page .auto_delivery .mw .cont .left_side,
  .page_service .auto_delivery .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .auto_delivery .mw .cont .left_side .img,
  .page_service .auto_delivery .mw .cont .left_side .img {
    max-width: 500px;
    margin: 0 auto;
  }
  .page .auto_delivery .mw .cont .left_side .img img,
  .page_service .auto_delivery .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 15px;
    height: auto;
  }
  .page .auto_delivery .mw .cont .right_side,
  .page_service .auto_delivery .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 .auto_delivery .mw .cont .right_side .m_title,
  .page_service .auto_delivery .mw .cont .right_side .m_title {
    display: -webkit-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;
    position: relative;
    padding-bottom: 20px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 100%;
  }
  .page .auto_delivery .mw .cont .right_side .m_title::before,
  .page_service .auto_delivery .mw .cont .right_side .m_title::before {
    display: none;
  }
  .page .auto_delivery .mw .cont .right_side .desc p,
  .page_service .auto_delivery .mw .cont .right_side .desc p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .auto_delivery_stages .mw,
  .page_service .auto_delivery_stages .mw {
    padding: 2rem 1rem;
  }
  .page .auto_delivery_stages .mw .cont,
  .page_service .auto_delivery_stages .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .auto_delivery_stages .mw .cont .line,
  .page_service .auto_delivery_stages .mw .cont .line {
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .auto_delivery_stages .mw .cont .line .m_title,
  .page_service .auto_delivery_stages .mw .cont .line .m_title {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 10px;
  }
  .page .auto_delivery_stages .mw .cont .line .m_title .h2,
  .page_service .auto_delivery_stages .mw .cont .line .m_title .h2 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: -2.15px;
  }
  .page .auto_delivery_stages .mw .cont .line .icon,
  .page_service .auto_delivery_stages .mw .cont .line .icon {
    width: 100%;
    max-width: 150px;
  }
  .page .auto_delivery_stages .mw .cont .line .icon img,
  .page_service .auto_delivery_stages .mw .cont .line .icon img {
    width: 100%;
    height: auto;
  }
  .page .auto_delivery_stages .mw .cont ul,
  .page_service .auto_delivery_stages .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
    padding-bottom: 30px;
  }
  .page .auto_delivery_stages .mw .cont ul li,
  .page_service .auto_delivery_stages .mw .cont ul li {
    padding-bottom: 25px;
  }
  .page .auto_delivery_stages .mw .cont ul li .h5,
  .page_service .auto_delivery_stages .mw .cont ul li .h5 {
    font-size: 18px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num span,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num span {
    font-size: 16px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc p,
  .page_service .auto_delivery_stages .mw .cont ul li .desc p {
    margin-top: 12px;
    font-size: 16px;
  }
  .page .auto_delivery_stages .mw .cont .img img,
  .page_service .auto_delivery_stages .mw .cont .img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .benefits_auto_delivery .mw,
  .page_service .benefits_auto_delivery .mw {
    padding: 1rem;
  }
  .page .benefits_auto_delivery .mw .m_title .h2,
  .page_service .benefits_auto_delivery .mw .m_title .h2 {
    font-size: 2rem;
    max-width: 100%;
    letter-spacing: -1.5px;
  }
  .page .benefits_auto_delivery .mw .m_title .h2 b,
  .page_service .benefits_auto_delivery .mw .m_title .h2 b {
    letter-spacing: -1.5px;
  }
  .page .benefits_auto_delivery .mw .m_title::before,
  .page_service .benefits_auto_delivery .mw .m_title::before {
    display: none;
  }
  .page .benefits_auto_delivery .mw .cont,
  .page_service .benefits_auto_delivery .mw .cont {
    border-radius: 20px;
    padding: 50px 20px 30px;
  }
  .page .benefits_auto_delivery .mw .cont .card,
  .page_service .benefits_auto_delivery .mw .cont .card {
    width: 49%;
    border-radius: 20px;
    padding: 20px 15px 30px;
    margin-bottom: 25px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon,
  .page_service .benefits_auto_delivery .mw .cont .card .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon img,
  .page_service .benefits_auto_delivery .mw .cont .card .icon img {
    width: 45px;
  }
  .page .benefits_auto_delivery .mw .cont .card .h5,
  .page_service .benefits_auto_delivery .mw .cont .card .h5 {
    padding: 20px 0 15px;
    font-size: 20px;
  }
  .page .benefits_auto_delivery .mw .cont .card p,
  .page_service .benefits_auto_delivery .mw .cont .card p {
    font-size: 16px;
    max-width: 100%;
  }
  .page .find_out_cost,
  .page_service .find_out_cost {
    padding: 20px 10px;
  }
  .page .find_out_cost .orange_bg_cont .mw,
  .page_service .find_out_cost .orange_bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont,
  .page_service .find_out_cost .orange_bg_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 .find_out_cost .orange_bg_cont .mw .cont .left_side,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 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 .find_out_cost .orange_bg_cont .mw .cont .left_side .icon,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .icon {
    max-width: 150px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 20px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img {
    max-width: 365px;
    margin: 0 auto;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side {
    width: 100%;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title {
    display: -webkit-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;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title .h2,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title
    .h2 {
    font-size: 2rem;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -2px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title::after,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title::after {
    display: none;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.04px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .title {
    padding-bottom: 30px;
    padding-top: 30px;
    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 .find_out_cost .orange_bg_cont .mw .cont .right_side .title span,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .title
    span {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .auto_delivery .mw,
  .page_service1 .auto_delivery .mw {
    padding: 2rem 1rem 0;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service1 .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 100%;
  }
  .page .service .mw .top_line,
  .page_service1 .service .mw .top_line {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page .service .mw .top_line .img,
  .page_service1 .service .mw .top_line .img {
    display: none;
  }
  .page .service .mw .top_line .m_title,
  .page_service1 .service .mw .top_line .m_title {
    padding-bottom: 0;
    max-width: 100%;
  }
  .page .service .mw .top_line .m_title .h2,
  .page_service1 .service .mw .top_line .m_title .h2 {
    text-align: left;
    line-height: 45px;
    letter-spacing: -2.55px;
    font-size: 32px;
  }
  .page .calculation_of_applications,
  .page_calculation .calculation_of_applications {
    padding: 2rem 10px 20px;
  }
  .page .calculation_of_applications .white_bg_cont .mw,
  .page_calculation .calculation_of_applications .white_bg_cont .mw {
    padding: 2rem 1rem;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side {
    width: 100%;
    border-radius: 15px;
    padding: 40px 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title {
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2 {
    font-size: 2.2rem;
    letter-spacing: -2.55px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side p,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side .h6,
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side a,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .h6,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    a {
    font-size: 18px;
    max-width: 500px;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp {
    width: 31%;
    margin-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea {
    height: 45px;
    font-size: 14px;
    padding: 12px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .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;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 10px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 8px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt {
    font-size: 14px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
    resize: none;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c {
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m {
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span {
    font-size: 16px;
    padding: 30px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side .img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img {
    width: 49%;
    padding-top: 15px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .page .top_section .mw .top_section_cont .h1,
  .page_policy .top_section .mw .top_section_cont .h1 {
    font-size: 32px;
  }
  .page .top_section .mw .top_section_cont .top_nav,
  .page_policy .top_section .mw .top_section_cont .top_nav {
    padding-top: 20px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul,
  .page_policy .top_section .mw .top_section_cont .top_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li:after,
  .page_policy .top_section .mw .top_section_cont .top_nav ul li:after {
    font-size: 14px;
    margin: 0 5px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a,
  .page_policy .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 14px;
  }
  .page .privacy_policy .mw,
  .page_policy .privacy_policy .mw {
    padding: 1rem 1rem 3rem;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3,
  .page_policy .privacy_policy .mw .cont .desc .h3,
  .page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5,
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 18px;
    line-height: 28px;
  }
  .page .privacy_policy .mw .cont .desc p,
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .page .contact .mw,
  .page_contacts .contact .mw {
    padding: 1rem;
  }
  .page .contact .mw .cont .left_side,
  .page_contacts .contact .mw .cont .left_side {
    width: 100%;
    border-radius: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list,
  .page_contacts .contact .mw .cont .left_side .contacts_list {
    padding: 30px 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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .contact .mw .cont .left_side .contacts_list li,
  .page_contacts .contact .mw .cont .left_side .contacts_list li {
    padding-bottom: 15px;
    width: 49%;
  }
  .page .contact .mw .cont .left_side .contacts_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .icon {
    width: 18px;
    min-width: 18px;
    margin-right: 10px;
  }
  .page .contact .mw .cont .left_side .contacts_list li a,
  .page .contact .mw .cont .left_side .contacts_list li span,
  .page_contacts .contact .mw .cont .left_side .contacts_list li a,
  .page_contacts .contact .mw .cont .left_side .contacts_list li span {
    font-size: 18px;
    text-align: center;
  }
  .page .contact .mw .cont .left_side .contacts_list li .h5,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .h5 {
    font-size: 18px;
  }
  .page .contact .mw .cont .left_side .contacts_list li p,
  .page_contacts .contact .mw .cont .left_side .contacts_list li p {
    font-size: 18px;
  }
  .page .contact .mw .cont .left_side .h4,
  .page_contacts .contact .mw .cont .left_side .h4 {
    padding: 20px 15px;
    font-size: 22px;
  }
  .page .contact .mw .cont .left_side .contact_list,
  .page_contacts .contact .mw .cont .left_side .contact_list {
    padding: 0 15px;
  }
  .page .contact .mw .cont .left_side .contact_list li,
  .page_contacts .contact .mw .cont .left_side .contact_list li {
    padding-bottom: 0;
  }
  .page .contact .mw .cont .left_side .contact_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contact_list li .icon {
    width: 20px;
    min-width: 20px;
  }
  .page .contact .mw .cont .left_side .contact_list li p,
  .page_contacts .contact .mw .cont .left_side .contact_list li p {
    font-size: 20px;
    margin-right: 5px;
  }
  .page .contact .mw .cont .left_side .soc_icons,
  .page_contacts .contact .mw .cont .left_side .soc_icons {
    padding: 20px 15px 30px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a {
    width: 50px;
    height: 50px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a img,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a img {
    width: 22px;
  }
  .page .contact .mw .cont .right_side,
  .page_contacts .contact .mw .cont .right_side {
    width: 100%;
    padding-top: 30px;
  }
  .page .contact .mw .cont .right_side .img,
  .page_contacts .contact .mw .cont .right_side .img {
    border-radius: 20px;
    margin: 0 auto;
    max-width: 450px;
  }
  .page .contact .mw .cont .right_side .img img,
  .page_contacts .contact .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .gray_bg,
  .page_contacts .gray_bg {
    padding: 15px 10px 0;
  }
  .page .gray_bg .gray_bg_cont .map,
  .page_contacts .gray_bg .gray_bg_cont .map {
    height: 400px;
    border-radius: 20px;
  }
  .page .gray_bg .gray_bg_cont .map iframe,
  .page_contacts .gray_bg .gray_bg_cont .map iframe {
    border-radius: 20px;
  }
  .page .content_none_section .decor_text,
  .page_404 .content_none_section .decor_text {
    font-size: 600px;
    letter-spacing: -29.651px;
    top: 250px;
  }
  .page .content_none_section .decor,
  .page_404 .content_none_section .decor {
    width: 1400px;
    right: -250px;
    top: -350px;
  }
  .page .content_none_section .content_none_section_cont .mw,
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 6rem 1rem;
  }
  .page .content_none_section .content_none_section_cont .mw .cont,
  .page_404 .content_none_section .content_none_section_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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 .content_none_section .content_none_section_cont .mw .cont .left_side,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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
    .left_side
    .h5,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 320px;
    line-height: 80%;
    display: -webkit-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;
    position: relative;
    letter-spacing: -18.534px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side p,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    padding-top: 40px;
    font-size: 24px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span {
    width: 220px;
    max-width: 220px;
    height: 60px;
    font-size: 16.502px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page {
    overflow-x: hidden;
  }
  .page .main_bg {
    padding: 12px;
    position: relative;
  }
  .page .main_bg .main_bg_cont {
    border-radius: 20px;
    min-height: 760px;
  }
  .page .main_bg .main_bg_cont::after {
    border-radius: 20px;
  }
  .page .main_bg .main_bg_cont .main_cont {
    position: relative;
  }
  .page .main_bg .main_bg_cont .main_cont .mw {
    padding: 4rem 1rem;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 {
    font-size: 50.571px;
    line-height: 52.481px;
    letter-spacing: -3.01px;
    max-width: 640px;
    padding-bottom: 30px;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card p {
    font-size: 20px;
    max-width: 450px;
    padding-bottom: 30px;
  }
  .page .main_bg .bottom_line {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
  }
  .page .main_bg .bottom_line .left_side .btn_b {
    width: 100%;
  }
  .page .main_bg .bottom_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 .main_bg .bottom_line .right_side .btn_next_main,
  .page .main_bg .bottom_line .right_side .btn_prev_main {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main:after,
  .page .main_bg .bottom_line .right_side .btn_prev_main:after {
    width: 6px;
    height: 14px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main {
    margin-left: 12px;
  }
  .page .services .decor {
    top: -23px;
    width: 800px;
    left: -274px;
    z-index: 1;
  }
  .page .services .mw {
    padding: 30px 1rem 50px;
  }
  .page .services .mw .m_title {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .page .services .mw .m_title::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .page .services .mw .cont .left_side {
    width: 10%;
    display: -webkit-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 .services .mw .cont .left_side .decor_text {
    font-size: 40.461px;
    left: -60px;
    bottom: 50px;
  }
  .page .services .mw .cont .right_side {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .service_card {
    height: 280px;
  }
  .page .service_card a {
    height: 280px;
  }
  .page .service_card a .desc {
    padding: 20px 15px;
  }
  .page .service_card a .desc .title {
    font-size: 18px;
    line-height: 24px;
    max-width: 195px;
  }
  .page .service_card a .desc .btn_more {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
  .page .service_card a .desc .btn_more img {
    width: 18px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw {
    padding: 50px 1rem 40px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line {
    padding-bottom: 45px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .icon {
    max-width: 150px;
    margin-top: 10px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 {
    max-width: 550px;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1.3px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 b {
    margin-left: 120px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side {
    width: 32%;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img {
    max-width: 365px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side {
    width: 66%;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card p {
    font-size: 16px;
    line-height: 24px;
  }
  .page .service .mw {
    padding: 40px 1rem;
  }
  .page .service .mw .m_title {
    padding-bottom: 20px;
  }
  .page .service .mw .m_title .h2 {
    font-size: 45px;
  }
  .page .service .mw .top_line {
    padding-bottom: 40px;
  }
  .page .service .mw .top_line .l_side {
    width: 50%;
  }
  .page .service .mw .top_line .l_side p {
    font-size: 18px;
    max-width: 617px;
    line-height: 25px;
  }
  .page .service .mw .top_line .r_side {
    width: 40%;
  }
  .page .service .mw .top_line .r_side .h5 {
    font-size: 22px;
    line-height: 30px;
    max-width: 260px;
  }
  .page .service .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .service .mw .cont .card {
    border-radius: 15px;
    padding: 12px;
  }
  .page .service .mw .cont .card .desc {
    padding: 12px 10px 20px;
  }
  .page .service .mw .cont .card .desc .h5 {
    font-size: 18px;
    max-width: 180px;
    height: 55px;
  }
  .page .service .mw .cont .card .desc p {
    font-size: 15px;
    height: 55px;
    margin-top: 20px;
  }
  .page .service .mw .cont .card .img {
    border-radius: 15px;
  }
  .page .service .mw .cont .card .img img {
    border-radius: 15px;
  }
  /* .page .service .mw .cont .card:last-child {
    display: none;
  } */
  .page .why_choose_us .bg_cont .mw {
    padding: 50px 1rem;
  }
  .page .why_choose_us .bg_cont .mw .m_title {
    display: -webkit-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 .why_choose_us .bg_cont .mw .m_title .h2 {
    max-width: 450px;
  }
  .page .why_choose_us .bg_cont .mw .m_title p {
    max-width: 300px;
    font-size: 16px;
    padding-top: 10px;
    line-height: 24px;
  }
  .page .why_choose_us .bg_cont .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card {
    padding: 20px 15px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card::before {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 15px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .icon {
    max-width: 30px;
    padding-bottom: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc .h5 {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .about {
    padding: 4px 12px 10px;
  }
  .page .about .white_bg_cont .mw {
    padding: 40px 1rem;
  }
  .page .about .white_bg_cont .mw .cont .left_side {
    width: 49%;
  }
  .page .about .white_bg_cont .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side {
    width: 49%;
    border-radius: 20px;
    padding: 30px 15px 30px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title .h2 {
    font-size: 45px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc p {
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc .h5 {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li::before {
    height: 5px;
    width: 5px;
    min-width: 5px;
    top: 7px;
    margin-right: 5px;
  }
  .page .map .orange_bg_cont .mw {
    padding: 50px 1rem;
  }
  .page .map .orange_bg_cont .mw .m_title {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .page .map .orange_bg_cont .mw .m_title .h2 {
    font-size: 45px;
  }
  .page .map .orange_bg_cont .mw .cont .img {
    margin: 0 auto;
    max-width: 100%;
  }
  .page .main_directions .mw {
    padding: 30px 1rem 40px;
  }
  .page .main_directions .mw .m_title {
    padding-bottom: 40px;
    margin-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .main_directions .mw .m_title .h2 {
    font-size: 45px;
    letter-spacing: -2.55px;
    max-width: 700px;
  }
  .page .main_directions .mw .m_title .h2 b {
    letter-spacing: -2.55px;
  }
  .page .main_directions .mw .m_title p {
    max-width: 320px;
    padding-bottom: 0;
  }
  .page .main_directions .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .main_directions .mw .cont .card {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .main_directions .mw .cont .card .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 0;
  }
  .page .main_directions .mw .cont .card .icon img {
    width: 40px;
  }
  .page .main_directions .mw .cont .card .desc {
    padding-top: 15px;
  }
  .page .main_directions .mw .cont .card .desc .h5 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .page .main_directions .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .benefits .black_bg_cont .mw {
    padding: 50px 1rem;
  }
  .page .benefits .black_bg_cont .mw .m_title {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -1.88px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 b span::after {
    display: none;
  }
  .page .benefits .black_bg_cont .mw .cont .img {
    border-radius: 20px;
  }
  .page .benefits .black_bg_cont .mw .cont .img img {
    border-radius: 20px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon {
    border-radius: 15px;
    width: 200px;
    min-width: 200px;
    right: 15px;
    bottom: 15px;
    height: 80px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon img {
    width: 120px;
  }
  .page .stages_our_work .mw {
    padding: 40px 1rem;
  }
  .page .stages_our_work .mw .m_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .stages_our_work .mw .m_title .h2 {
    max-width: 100%;
    font-size: 50px;
  }
  .page .stages_our_work .mw .m_title p {
    padding-top: 20px;
    padding-bottom: 0;
    max-width: 100%;
    font-size: 18px;
  }
  .page .stages_our_work .mw .m_title p span::before {
    margin-right: 15px;
  }
  .page .stages_our_work .mw .cont .left_side {
    width: 48%;
  }
  .page .stages_our_work .mw .cont .left_side .img {
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .right_side ul {
    padding-top: 8px;
  }
  .page .stages_our_work .mw .cont .right_side ul li {
    padding-bottom: 20px;
    margin-bottom: 12px;
    position: relative;
  }
  .page .stages_our_work .mw .cont .right_side ul li:last-child {
    margin-bottom: 40px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num {
    margin-right: 15px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num span {
    font-size: 16px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc {
    margin-top: 20px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc .h5 {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc p {
    font-size: 14px;
  }
  .page .stages_our_work .mw .cont .right_side ul li::after {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .page .faq .gray_bg_cont .mw {
    padding: 50px 1rem;
  }
  .page .faq .gray_bg_cont .mw .m_title {
    padding-bottom: 40px;
  }
  .page .faq .gray_bg_cont .mw .m_title .h2 {
    font-size: 50px;
  }
  .page .faq .gray_bg_cont .mw .accordion .accordion-item {
    border-radius: 15px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title {
    border-radius: 15pxpx;
    padding: 15px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 22px;
    line-height: 30px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 15px 15px 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page .any_ques {
    padding: 30px 12px 20px;
  }
  .page .any_ques .white_bg_cont {
    border-radius: 20px;
  }
  .page .any_ques .white_bg_cont .mw {
    padding: 32px 1rem;
  }
  .page .any_ques .white_bg_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title .h2 {
    font-size: 38px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span {
    max-width: 440px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span b {
    font-size: 18px;
    line-height: 24px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp {
    width: 49%;
    margin-bottom: 15px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp input,
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp textarea {
    height: 45px;
    font-size: 15px;
    padding: 12px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp_textarea {
    width: 100%;
  }
  .page
    .any_ques
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .btn_c {
    padding-top: 10px;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side {
    width: 50%;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side .img {
    border-radius: 15px;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side .img img {
    border-radius: 15px;
  }
  .page .footer .white_bg_cont {
    border-radius: 20px;
  }
  .page .footer .white_bg_cont .mw {
    padding: 40px 1rem 30px;
  }
  .page .footer .white_bg_cont .mw .top_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;
    padding-bottom: 40px;
  }
  .page .footer .white_bg_cont .mw .top_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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .logo {
    display: -webkit-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;
    margin-top: 6px;
    width: 49%;
  }
  .page .footer .white_bg_cont .mw .top_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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .logo a img {
    width: 160px;
    min-width: 160px;
    height: auto;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons {
    width: 49%;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 12px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .left_side
    .soc_icons
    ul
    li:last-child {
    margin-right: 0;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
  }
  .page .footer .white_bg_cont .mw .top_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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding-top: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side p {
    width: 49%;
    font-size: 25px;
    margin-right: 0;
    letter-spacing: -1px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m .icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .right_side
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m span {
    height: 45px;
    border-radius: 5px;
    max-width: 150px;
    padding: 15px 20px;
    font-size: 14px;
  }
  .page .footer .white_bg_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .footer .white_bg_cont .mw .cont .l_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .page .footer .white_bg_cont .mw .cont .l_side .fast_links {
    width: 49%;
  }
  .page .footer .white_bg_cont .mw .cont .r_side {
    padding-top: 30px;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .fast_links {
    border-radius: 18px;
    padding: 25px;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .desc p {
    font-size: 15px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .h5 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li {
    margin-bottom: 10px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li a {
    font-size: 18px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links:nth-child(2) ul li {
    margin-bottom: 12px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list {
    padding-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li {
    margin-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a {
    font-size: 14px;
    line-height: 24px;
    max-width: 255px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 8px;
  }
  .page .footer .white_bg_cont .mw hr {
    margin: 30px 0;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .left_side p {
    font-size: 14px;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side ul li {
    margin-left: 8px;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
  }
  .page .top_section .mw {
    padding: 20px 1rem;
  }
  .page .top_section .mw .top_section_cont {
    padding-bottom: 30px;
  }
  .page .top_section .mw .top_section_cont .h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-right: 15px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li:after {
    font-size: 17px;
    margin: 0 5px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 17px;
  }
  .page .there_is_non_standard_task .mw {
    padding: 20px 1rem;
  }
  .page .there_is_non_standard_task .mw .cont .img {
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .img img {
    border-radius: 15px;
    border: 3px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .card {
    border-radius: 15px;
    margin-top: -20px;
    padding: 25px 15px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line {
    padding-bottom: 30px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title {
    max-width: 460px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -2.5px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 b {
    font-size: 40px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .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: 0;
    max-width: 242px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m .icon {
    height: 55px;
    min-width: 55px;
    width: 55px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m span {
    max-width: 160px;
    height: 55px;
    padding: 20px 30px;
    font-size: 14px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc p {
    max-width: 550px;
    font-size: 20px;
    line-height: 25px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc::before {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
  .page .articles .mw,
  .page_articles .articles .mw {
    padding: 40px 1rem 40px;
  }
  .page .articles .mw .cont .left_side,
  .page_articles .articles .mw .cont .left_side {
    width: 60%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article,
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 10px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 14px;
    margin: 15px 0;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data::after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .data::after {
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title,
  .page_articles
    .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,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .small_desc
    p {
    font-size: 15px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont {
    margin-top: 15px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 15.253px;
    padding: 15px 36px;
    max-width: 170px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination .pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 18px;
    height: 18px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 18px;
    height: 18px;
  }
  .page .articles .mw .cont .right_side,
  .page_articles .articles .mw .cont .right_side {
    width: 36%;
  }
  .page .sidebar .widget,
  .page_articles .sidebar .widget {
    margin-bottom: 20px;
  }
  .page .sidebar .widget .widget-title,
  .page_articles .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page .sidebar .widget_search,
  .page_articles .sidebar .widget_search {
    width: 100%;
  }
  .page .sidebar .widget_search form input,
  .page_articles .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories ul li a,
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_categories ul li a:before,
  .page_articles .sidebar .widget_categories ul li a:before {
    width: 6px;
    min-width: 6px;
    height: 6px;
    margin-right: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
  }
  .page .sidebar .widget_tag_cloud .tags a,
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .article .mw,
  .page_articles .article .mw {
    padding: 40px 1rem;
  }
  .page .article .mw .top_line,
  .page_articles .article .mw .top_line {
    border-radius: 15px;
    padding: 40px 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .article .mw .top_line .h2,
  .page_articles .article .mw .top_line .h2 {
    font-size: 22px;
    text-align: left;
    max-width: 500px;
  }
  .page .article .mw .top_line .date,
  .page_articles .article .mw .top_line .date {
    font-size: 18px;
  }
  .page .article .mw .cont,
  .page_articles .article .mw .cont {
    padding-top: 40px;
  }
  .page .article .mw .cont .left_side .img,
  .page_articles .article .mw .cont .left_side .img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img,
  .page_articles .article .mw .cont .left_side .img img {
    border-radius: 10px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h1,
  .page .article .mw .cont .left_side .article_desc_cont .h2,
  .page .article .mw .cont .left_side .article_desc_cont h1,
  .page .article .mw .cont .left_side .article_desc_cont h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h1,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont h1,
  .page_articles .article .mw .cont .left_side .article_desc_cont h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h3,
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h3,
  .page_articles .article .mw .cont .left_side .article_desc_cont h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h4,
  .page_articles .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h5,
  .page_articles .article .mw .cont .left_side .article_desc_cont h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h6,
  .page_articles .article .mw .cont .left_side .article_desc_cont h6 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li,
  .page_articles .article .mw .cont .left_side .article_desc_cont ul li {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p,
  .page_articles .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .bottom_line,
  .page_articles .article .mw .cont .left_side .bottom_line {
    padding: 20px 0;
    margin-top: 10px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a,
  .page_articles .article .mw .cont .left_side .bottom_line .tags a {
    font-size: 14px;
    margin-right: 6px;
    border-radius: 2px;
  }
  .page .latest_news .mw,
  .page_articles .latest_news .mw {
    padding: 40px 1rem;
  }
  .page .latest_news .mw .m_title,
  .page_articles .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .cont .new_card,
  .page_articles .latest_news .mw .cont .new_card {
    width: 32%;
  }
  .page .latest_news .mw .cont .new_card a .img,
  .page_articles .latest_news .mw .cont .new_card a .img {
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .img img,
  .page_articles .latest_news .mw .cont .new_card a .img img {
    border-radius: 15px;
  }
  .page .top_section .decor,
  .page_about .top_section .decor {
    left: -214px;
    width: 2840px;
    top: -1300px;
  }
  .page .about_full .mw,
  .page_about .about_full .mw {
    padding: 20px 1rem;
  }
  .page .about_full .mw .m_title .h2,
  .page_about .about_full .mw .m_title .h2 {
    max-width: 670px;
    line-height: 50px;
    letter-spacing: -3.55px;
  }
  .page .about_full .mw .cont .left_side,
  .page_about .about_full .mw .cont .left_side {
    width: 42%;
  }
  .page .about_full .mw .cont .left_side .img,
  .page_about .about_full .mw .cont .left_side .img {
    max-width: 100%;
  }
  .page .about_full .mw .cont .left_side .img img,
  .page_about .about_full .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 15px;
  }
  .page .about_full .mw .cont .right_side,
  .page_about .about_full .mw .cont .right_side {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .page .about_full .mw .cont .right_side p,
  .page_about .about_full .mw .cont .right_side p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .h5,
  .page_about .about_full .mw .cont .right_side .h5 {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 24px;
  }
  .page .about_full .mw .cont .right_side ul li,
  .page_about .about_full .mw .cont .right_side ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .page .about_full .mw .cont .right_side ul li::before,
  .page_about .about_full .mw .cont .right_side ul li::before {
    height: 6px;
    width: 6px;
    min-width: 6px;
    top: 12px;
    margin: 0 8px;
  }
  .page .we_in_numbers .mw,
  .page_about .we_in_numbers .mw {
    padding: 20px 1rem 50px;
  }
  .page .we_in_numbers .mw .decor,
  .page_about .we_in_numbers .mw .decor {
    width: 800px;
    right: -265px;
    top: -150px;
  }
  .page .we_in_numbers .mw .decor1,
  .page_about .we_in_numbers .mw .decor1 {
    width: 900px;
    left: -300px;
    top: -300px;
  }
  .page .we_in_numbers .mw .cont ul,
  .page_about .we_in_numbers .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 100%;
  }
  .page .we_in_numbers .mw .cont ul li,
  .page_about .we_in_numbers .mw .cont ul li {
    max-width: 100%;
    border-radius: 15px;
    padding: 0 30px;
  }
  .page .we_in_numbers .mw .cont ul li:nth-child(4),
  .page_about .we_in_numbers .mw .cont ul li:nth-child(4) {
    max-width: 60%;
  }
  .page .we_in_numbers .mw .cont ul li .num,
  .page_about .we_in_numbers .mw .cont ul li .num {
    top: -15px;
  }
  .page .we_in_numbers .mw .cont ul li .num span,
  .page_about .we_in_numbers .mw .cont ul li .num span {
    font-size: 80px;
    letter-spacing: -10.85px;
  }
  .page .we_in_numbers .mw .cont ul li p,
  .page_about .we_in_numbers .mw .cont ul li p {
    bottom: 20px;
    font-size: 18px;
  }
  .page .our_team .mw,
  .page_about .our_team .mw {
    padding: 40px 1rem 30px;
  }
  .page .our_team .mw .cont .left_side,
  .page_about .our_team .mw .cont .left_side {
    width: 38%;
  }
  .page .our_team .mw .cont .left_side .card,
  .page_about .our_team .mw .cont .left_side .card {
    border-radius: 15px;
    padding: 20px 15px;
    height: auto;
  }
  .page .our_team .mw .cont .left_side .card .m_title .h2,
  .page_about .our_team .mw .cont .left_side .card .m_title .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .page .our_team .mw .cont .left_side .card p,
  .page_about .our_team .mw .cont .left_side .card p {
    font-size: 18px;
    line-height: 25px;
    padding-top: 20px;
  }
  .page .our_team .mw .cont .left_side .decor_text,
  .page_about .our_team .mw .cont .left_side .decor_text {
    font-size: 40.461px;
    line-height: 45.349px;
    letter-spacing: -2.268px;
    left: -120px;
    top: -95px;
  }
  .page .our_team .mw .cont .left_side .decor_text span,
  .page_about .our_team .mw .cont .left_side .decor_text span {
    margin-right: 80px;
  }
  .page .our_team .mw .cont .left_side .decor_text::after,
  .page_about .our_team .mw .cont .left_side .decor_text::after {
    width: 10px;
    min-width: 10px;
    height: 10px;
  }
  .page .our_team .mw .cont .right_side,
  .page_about .our_team .mw .cont .right_side {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .page .our_team .mw .cont .right_side .card,
  .page_about .our_team .mw .cont .right_side .card {
    border-radius: 15px;
    padding: 10px;
    height: auto;
  }
  .page .our_team .mw .cont .right_side .card .desc,
  .page_about .our_team .mw .cont .right_side .card .desc {
    padding-bottom: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc .img,
  .page_about .our_team .mw .cont .right_side .card .desc .img {
    border-radius: 10px;
    padding-bottom: 10px;
  }
  .page .our_team .mw .cont .right_side .card .desc .img img,
  .page_about .our_team .mw .cont .right_side .card .desc .img img {
    border-radius: 10px;
  }
  .page .our_team .mw .cont .right_side .card .desc .h5,
  .page_about .our_team .mw .cont .right_side .card .desc .h5 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc p,
  .page_about .our_team .mw .cont .right_side .card .desc p {
    font-size: 14px;
  }
  .page .our_team .mw .cont .right_side .card ul li,
  .page_about .our_team .mw .cont .right_side .card ul li {
    margin-bottom: 5px;
  }
  .page .our_team .mw .cont .right_side .card ul li a,
  .page_about .our_team .mw .cont .right_side .card ul li a {
    font-size: 15px;
  }
  .page .our_team .mw .cont .right_side .card ul li a::before,
  .page_about .our_team .mw .cont .right_side .card ul li a::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-right: 10px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7),
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) {
    border-radius: 10px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7) .icon,
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) .icon {
    max-width: 160px;
  }
  .page .services_full .mw,
  .page_services .services_full .mw {
    padding: 25px 1rem 50px;
  }
  .page .services_full .mw .row,
  .page_services .services_full .mw .row {
    padding-bottom: 40px;
  }
  .page .services_full .mw .row .m_title,
  .page_services .services_full .mw .row .m_title {
    padding-bottom: 40px;
  }
  .page .services_full .mw .row .m_title .h2,
  .page_services .services_full .mw .row .m_title .h2 {
    font-size: 45px;
  }
  .page .services_full .mw .row .m_title::before,
  .page_services .services_full .mw .row .m_title::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .page .services_full .mw .row .cont,
  .page_services .services_full .mw .row .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .services_full .mw .row .cont .service_card,
  .page_services .services_full .mw .row .cont .service_card {
    position: relative;
    height: 300px;
  }
  .page .any_ques,
  .page_services .any_ques {
    padding: 10px 12px 20px;
  }
  .page .auto_delivery .mw,
  .page_service .auto_delivery .mw {
    padding: 20px 1rem 30px;
  }
  .page .auto_delivery .mw .cont .left_side,
  .page_service .auto_delivery .mw .cont .left_side {
    width: 50%;
  }
  .page .auto_delivery .mw .cont .left_side .img,
  .page_service .auto_delivery .mw .cont .left_side .img {
    max-width: 615px;
  }
  .page .auto_delivery .mw .cont .left_side .img img,
  .page_service .auto_delivery .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .auto_delivery .mw .cont .right_side,
  .page_service .auto_delivery .mw .cont .right_side {
    width: 48%;
  }
  .page .auto_delivery .mw .cont .right_side .m_title,
  .page_service .auto_delivery .mw .cont .right_side .m_title {
    padding-bottom: 30px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 265px;
    font-size: 40px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title::before,
  .page_service .auto_delivery .mw .cont .right_side .m_title::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    top: 15px;
  }
  .page .auto_delivery .mw .cont .right_side .desc p,
  .page_service .auto_delivery .mw .cont .right_side .desc p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .page .auto_delivery_stages .mw,
  .page_service .auto_delivery_stages .mw {
    padding: 30px 1rem;
  }
  .page .auto_delivery_stages .mw .cont,
  .page_service .auto_delivery_stages .mw .cont {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .page .auto_delivery_stages .mw .cont .line,
  .page_service .auto_delivery_stages .mw .cont .line {
    padding-bottom: 50px;
  }
  .page .auto_delivery_stages .mw .cont .line .m_title .h2,
  .page_service .auto_delivery_stages .mw .cont .line .m_title .h2 {
    font-size: 42px;
    letter-spacing: -2.15px;
  }
  .page .auto_delivery_stages .mw .cont .line .icon,
  .page_service .auto_delivery_stages .mw .cont .line .icon {
    max-width: 160px;
  }
  .page .auto_delivery_stages .mw .cont ul,
  .page_service .auto_delivery_stages .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    padding-bottom: 40px;
  }
  .page .auto_delivery_stages .mw .cont ul li,
  .page_service .auto_delivery_stages .mw .cont ul li {
    padding-bottom: 30px;
  }
  .page .auto_delivery_stages .mw .cont ul li .h5,
  .page_service .auto_delivery_stages .mw .cont ul li .h5 {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num span,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num span {
    font-size: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc p,
  .page_service .auto_delivery_stages .mw .cont ul li .desc p {
    font-size: 14px;
  }
  .page .auto_delivery_stages .mw .cont .img img,
  .page_service .auto_delivery_stages .mw .cont .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .benefits_auto_delivery .mw,
  .page_service .benefits_auto_delivery .mw {
    padding: 30px 1rem;
  }
  .page .benefits_auto_delivery .mw .m_title,
  .page_service .benefits_auto_delivery .mw .m_title {
    padding-bottom: 30px;
  }
  .page .benefits_auto_delivery .mw .m_title .h2,
  .page_service .benefits_auto_delivery .mw .m_title .h2 {
    font-size: 45px;
    max-width: 420px;
  }
  .page .benefits_auto_delivery .mw .m_title::before,
  .page_service .benefits_auto_delivery .mw .m_title::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .page .benefits_auto_delivery .mw .cont,
  .page_service .benefits_auto_delivery .mw .cont {
    border-radius: 20px;
    padding: 50px 20px 30px;
  }
  .page .benefits_auto_delivery .mw .cont .card,
  .page_service .benefits_auto_delivery .mw .cont .card {
    width: 49%;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon,
  .page_service .benefits_auto_delivery .mw .cont .card .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon img,
  .page_service .benefits_auto_delivery .mw .cont .card .icon img {
    width: 50px;
    height: auto;
  }
  .page .benefits_auto_delivery .mw .cont .card .h5,
  .page_service .benefits_auto_delivery .mw .cont .card .h5 {
    padding: 20px 0;
    font-size: 20px;
  }
  .page .benefits_auto_delivery .mw .cont .card p,
  .page_service .benefits_auto_delivery .mw .cont .card p {
    font-size: 16px;
    max-width: 100%;
  }
  .page .find_out_cost,
  .page_service .find_out_cost {
    padding: 20px 12px;
  }
  .page .find_out_cost .orange_bg_cont .mw,
  .page_service .find_out_cost .orange_bg_cont .mw {
    padding: 50px 1rem;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont,
  .page_service .find_out_cost .orange_bg_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .icon,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .icon {
    max-width: 160px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img {
    max-width: 365px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title .h2,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title
    .h2 {
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -2.3px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title::after,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title::after {
    top: 18px;
    width: 11px;
    height: 11px;
    min-width: 11px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p {
    font-size: 20px;
    line-height: 30px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .title {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .title span,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .title
    span {
    font-size: 20px;
    line-height: 30px;
  }
  .page .auto_delivery .mw,
  .page_service1 .auto_delivery .mw {
    padding: 20px 1rem 50px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service1 .auto_delivery .mw .cont .right_side .m_title .h2 {
    font-size: 38px;
    max-width: 320px;
  }
  .page .service .mw .top_line,
  .page_service1 .service .mw .top_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page .service .mw .top_line .img,
  .page_service1 .service .mw .top_line .img {
    max-width: 150px;
  }
  .page .service .mw .top_line .img img,
  .page_service1 .service .mw .top_line .img img {
    border-radius: 15px;
  }
  .page .service .mw .top_line .m_title,
  .page_service1 .service .mw .top_line .m_title {
    max-width: 478px;
  }
  .page .service .mw .top_line .m_title .h2,
  .page_service1 .service .mw .top_line .m_title .h2 {
    line-height: 65px;
    font-size: 52px;
  }
  .page .calculation_of_applications,
  .page_calculation .calculation_of_applications {
    padding: 20px 12px;
  }
  .page .calculation_of_applications .white_bg_cont .mw,
  .page_calculation .calculation_of_applications .white_bg_cont .mw {
    padding: 30px 1rem;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont,
  .page_calculation .calculation_of_applications .white_bg_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 .calculation_of_applications .white_bg_cont .mw .cont .left_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side {
    width: 58%;
    border-radius: 15px;
    padding: 20px 15px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title {
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2 {
    font-size: 40px;
    letter-spacing: -2.55px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side p,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side .h6,
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side a,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .h6,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    a {
    font-size: 17px;
    max-width: 635px;
    padding-bottom: 25px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5 {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea {
    height: 45px;
    font-size: 14px;
    padding: 14px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree {
    width: 48%;
    margin: 0 1%;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt {
    font-size: 14px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
    resize: none;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c {
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m {
    width: 100%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span {
    font-size: 18px;
    padding: 30px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side .img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img {
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img {
    border-radius: 15px;
  }
  .page .top_section .mw .top_section_cont .h1,
  .page_policy .top_section .mw .top_section_cont .h1 {
    width: 55%;
    font-size: 35px;
  }
  .page .top_section .mw .top_section_cont .top_nav,
  .page_policy .top_section .mw .top_section_cont .top_nav {
    width: 45%;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a,
  .page_policy .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 14px;
  }
  .page .privacy_policy .mw,
  .page_policy .privacy_policy .mw {
    padding: 30px 1rem 40px;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3,
  .page_policy .privacy_policy .mw .cont .desc .h3,
  .page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 24px;
    color: #4218c9;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 140%;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5,
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .page .privacy_policy .mw .cont .desc p,
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .page .contact .mw,
  .page_contacts .contact .mw {
    padding: 20px 1rem 30px;
  }
  .page .contact .mw .cont .left_side,
  .page_contacts .contact .mw .cont .left_side {
    border-radius: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list,
  .page_contacts .contact .mw .cont .left_side .contacts_list {
    padding: 40px 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list li,
  .page_contacts .contact .mw .cont .left_side .contacts_list li {
    padding-bottom: 15px;
  }
  .page .contact .mw .cont .left_side .contacts_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .icon {
    width: 20px;
    min-width: 20px;
    margin-right: 15px;
  }
  .page .contact .mw .cont .left_side .contacts_list li a,
  .page .contact .mw .cont .left_side .contacts_list li span,
  .page_contacts .contact .mw .cont .left_side .contacts_list li a,
  .page_contacts .contact .mw .cont .left_side .contacts_list li span {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list li .h5,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .h5 {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list li p,
  .page_contacts .contact .mw .cont .left_side .contacts_list li p {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .h4,
  .page_contacts .contact .mw .cont .left_side .h4 {
    padding: 40px 20px 0;
    font-size: 24px;
  }
  .page .contact .mw .cont .left_side .contact_list,
  .page_contacts .contact .mw .cont .left_side .contact_list {
    padding: 20px;
  }
  .page .contact .mw .cont .left_side .contact_list li,
  .page_contacts .contact .mw .cont .left_side .contact_list li {
    padding-bottom: 0;
  }
  .page .contact .mw .cont .left_side .contact_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contact_list li .icon {
    width: 24px;
    min-width: 24px;
  }
  .page .contact .mw .cont .left_side .contact_list li p,
  .page_contacts .contact .mw .cont .left_side .contact_list li p {
    font-size: 20px;
    margin-right: 5px;
  }
  .page .contact .mw .cont .left_side .soc_icons,
  .page_contacts .contact .mw .cont .left_side .soc_icons {
    padding: 20px 20px 40px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a {
    width: 60px;
    height: 60px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a img,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a img {
    width: 25px;
  }
  .page .contact .mw .cont .right_side,
  .page_contacts .contact .mw .cont .right_side {
    width: 49%;
  }
  .page .contact .mw .cont .right_side .img,
  .page_contacts .contact .mw .cont .right_side .img {
    border-radius: 20px;
  }
  .page .contact .mw .cont .right_side .img img,
  .page_contacts .contact .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .gray_bg,
  .page_contacts .gray_bg {
    padding: 10px 12px 0;
  }
  .page .gray_bg .gray_bg_cont .map,
  .page_contacts .gray_bg .gray_bg_cont .map {
    height: 400px;
    border-radius: 20px;
  }
  .page .gray_bg .gray_bg_cont .map iframe,
  .page_contacts .gray_bg .gray_bg_cont .map iframe {
    border-radius: 20px;
  }
  .page .content_none_section .decor_text,
  .page_404 .content_none_section .decor_text {
    font-size: 760px;
    letter-spacing: -38.605px;
  }
  .page .content_none_section .decor,
  .page_404 .content_none_section .decor {
    width: 1000px;
    right: -120px;
    top: -60px;
  }
  .page .content_none_section .content_none_section_cont .mw,
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 80px 1rem 40px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont,
  .page_404 .content_none_section .content_none_section_cont .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 280.091px;
    letter-spacing: -15.455px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side p,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    text-align: left;
    font-size: 24px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side {
    width: 40%;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span {
    max-width: 180px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .page .main_bg {
    padding: 16px;
    position: relative;
  }
  .page .main_bg .main_bg_cont {
    border-radius: 25px;
  }
  .page .main_bg .main_bg_cont::after {
    border-radius: 25px;
  }
  .page .main_bg .main_bg_cont .main_cont .mw {
    padding: 5rem 2rem 3rem;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card .h1 {
    font-size: 60.571px;
    line-height: 67.481px;
    letter-spacing: -4.01px;
    max-width: 760px;
    padding-bottom: 35px;
  }
  .page .main_bg .main_bg_cont .main_cont .mw .main_card p {
    font-size: 22px;
    max-width: 520px;
    line-height: 29px;
    padding-bottom: 35px;
  }
  .page .main_bg .bottom_line {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }
  .page .main_bg .bottom_line .mw {
    padding: 0 2rem;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main,
  .page .main_bg .bottom_line .right_side .btn_prev_main {
    width: 55px;
    height: 55px;
    min-width: 5px;
  }
  .page .main_bg .bottom_line .right_side .btn_next_main:after,
  .page .main_bg .bottom_line .right_side .btn_prev_main:after {
    width: 6px;
    height: 14px;
  }
  .page .services .decor {
    top: -100px;
    width: 1100px;
    left: -274px;
  }
  .page .services .mw {
    padding: 2rem 2rem 4rem;
    position: relative;
  }
  .page .services .mw .m_title {
    padding-bottom: 35px;
    margin-bottom: 55px;
  }
  .page .services .mw .cont .left_side {
    width: 20%;
  }
  .page .services .mw .cont .left_side .decor_text {
    font-size: 45.461px;
    line-height: 40.349px;
    letter-spacing: -2.268px;
    left: -90px;
    bottom: 70px;
  }
  .page .services .mw .cont .right_side {
    width: 78%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .service_card {
    height: 280px;
  }
  .page .service_card a {
    height: 280px;
  }
  .page .service_card a .desc {
    padding: 20px;
  }
  .page .service_card a .desc .title {
    font-size: 18px;
    max-width: 195px;
  }
  .page .service_card a .desc .btn_more {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page .service_card a .desc .btn_more img {
    width: 18px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw {
    padding: 4rem 2rem 5rem;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line {
    padding-bottom: 50px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .icon {
    max-width: 200px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 {
    max-width: 680px;
    font-size: 50px;
    line-height: 60px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .top_line .m_title .h2 b {
    margin-left: 160px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side {
    width: 32%;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img {
    max-width: 365px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .page
    .we_deliver_goods
    .gray_bg_cont
    .mw
    .cont
    .right_side
    .card:first-child {
    padding-top: 0;
  }
  .page .we_deliver_goods .gray_bg_cont .mw .cont .right_side .card p {
    font-size: 18px;
    line-height: 29 6px;
  }
  .page .service .mw {
    padding: 4rem 2rem;
  }
  .page .service .mw .m_title {
    padding-bottom: 25px;
  }
  .page .service .mw .m_title .h2 {
    font-size: 48px;
  }
  .page .service .mw .top_line {
    padding-bottom: 50px;
  }
  .page .service .mw .top_line .l_side {
    width: 50%;
  }
  .page .service .mw .top_line .l_side p {
    font-size: 18px;
    max-width: 617px;
    line-height: 24px;
  }
  .page .service .mw .top_line .r_side .h5 {
    font-size: 22px;
    line-height: 30px;
    max-width: 260px;
  }
  .page .service .mw .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .service .mw .cont .card {
    border-radius: 20px;
    padding: 12px;
  }
  .page .service .mw .cont .card .desc {
    padding: 10px 12px 20px;
  }
  .page .service .mw .cont .card .desc .h5 {
    font-size: 18px;
    max-width: 180px;
    height: 54px;
  }
  .page .service .mw .cont .card .desc p {
    font-size: 14px;
    height: 60px;
    margin-top: 20px;
  }
  .page .service .mw .cont .card .img {
    border-radius: 15px;
  }
  .page .service .mw .cont .card .img img {
    border-radius: 15px;
  }
  .page .service .mw .cont .card:last-child {
    border-radius: 20px;
  }
  /* .page .service .mw .cont .card:last-child .img {
    max-width: 160px;
  } */
  .page .why_choose_us .bg_cont .mw {
    padding: 4rem 2rem 5rem;
  }
  .page .why_choose_us .bg_cont .mw .m_title .h2 {
    max-width: 550px;
  }
  .page .why_choose_us .bg_cont .mw .m_title p {
    margin-bottom: 16px;
    max-width: 380px;
  }
  .page .why_choose_us .bg_cont .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card {
    padding: 20px 20px 25px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card::before {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .icon {
    max-width: 30px;
    padding-bottom: 20px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc .h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .why_choose_us .bg_cont .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .about {
    padding: 4px 16px 10px;
  }
  .page .about .white_bg_cont .mw {
    padding: 40px 2vh;
  }
  .page .about .white_bg_cont .mw .cont .left_side {
    width: 49%;
  }
  .page .about .white_bg_cont .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 25px;
  }
  .page .about .white_bg_cont .mw .cont .right_side {
    border-radius: 25px;
    padding: 25px 30px 30px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title {
    padding-bottom: 25px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .m_title .h2 {
    font-size: 50px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc {
    max-width: 100%;
    padding-bottom: 35px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc .h5 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .about .white_bg_cont .mw .cont .right_side .desc ul li {
    font-size: 16px;
  }
  .page .map .orange_bg_cont .mw {
    padding: 4rem 2rem 5rem;
  }
  .page .map .orange_bg_cont .mw .m_title {
    max-width: 750px;
    padding-bottom: 80px;
  }
  .page .map .orange_bg_cont .mw .m_title .h2 {
    font-size: 55px;
  }
  .page .main_directions .mw {
    padding: 2rem 2rem 3rem;
  }
  .page .main_directions .mw .m_title {
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
  .page .main_directions .mw .m_title .h2 {
    letter-spacing: -4px;
    max-width: 700px;
    font-size: 55px;
  }
  .page .main_directions .mw .m_title .h2 b {
    letter-spacing: -4px;
  }
  .page .main_directions .mw .m_title p {
    max-width: 380px;
    padding-bottom: 20px;
  }
  .page .main_directions .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
  .page .main_directions .mw .cont .card {
    padding: 20px 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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .main_directions .mw .cont .card .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
  }
  .page .main_directions .mw .cont .card .icon img {
    width: 45px;
  }
  .page .main_directions .mw .cont .card .desc .h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .main_directions .mw .cont .card .desc p {
    font-size: 14px;
  }
  .page .benefits .black_bg_cont .mw {
    padding: 4rem 2rem;
  }
  .page .benefits .black_bg_cont .mw .m_title {
    max-width: 900px;
    padding-bottom: 60px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2.88px;
  }
  .page .benefits .black_bg_cont .mw .m_title .h2 b span::after {
    content: "*";
    font-size: 80px;
    right: -40px;
    top: -22px;
  }
  .page .benefits .black_bg_cont .mw .cont .img {
    border-radius: 20px;
  }
  .page .benefits .black_bg_cont .mw .cont .img img {
    border-radius: 20px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon {
    border-radius: 15px;
    width: 200px;
    min-width: 200px;
    right: 15px;
    bottom: 15px;
    height: 100px;
  }
  .page .benefits .black_bg_cont .mw .cont .icon img {
    width: 120px;
  }
  .page .stages_our_work .mw {
    padding: 4rem 2rem;
  }
  .page .stages_our_work .mw .m_title .h2 {
    max-width: 1000px;
    font-size: 50px;
  }
  .page .stages_our_work .mw .m_title p {
    padding-bottom: 10px;
    max-width: 230px;
    font-size: 17px;
  }
  .page .stages_our_work .mw .m_title p span::before {
    margin-right: 15px;
  }
  .page .stages_our_work .mw .cont .left_side .img {
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .stages_our_work .mw .cont .right_side ul {
    padding-bottom: 20px;
  }
  .page .stages_our_work .mw .cont .right_side ul li {
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num {
    margin-right: 25px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .num span {
    font-size: 17px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc {
    margin-top: 20px;
    max-width: 500px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc .h5 {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .page .stages_our_work .mw .cont .right_side ul li .desc p {
    font-size: 14px;
  }
  .page .stages_our_work .mw .cont .right_side ul li::after {
    width: 9px;
    height: 9px;
    top: 10px;
  }
  .page .faq .gray_bg_cont .mw {
    padding: 4rem 2rem;
  }
  .page .faq .gray_bg_cont .mw .m_title {
    padding-bottom: 50px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line {
    font-size: 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .line
    .num
    span {
    font-size: 22px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-title
    .plus:after {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 10px 15px 20px;
  }
  .page
    .faq
    .gray_bg_cont
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 18px;
  }
  .page .any_ques {
    padding: 30px 16px 20px;
  }
  .page .any_ques .white_bg_cont {
    border-radius: 25px;
  }
  .page .any_ques .white_bg_cont .mw {
    padding: 2rem;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side {
    width: 45%;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title {
    padding-bottom: 30px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title .h2 {
    font-size: 40px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p {
    padding-top: 20px;
    font-size: 22px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span {
    max-width: 440px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side .m_title p span b {
    font-size: 22px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp {
    width: 49%;
    margin-bottom: 16px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp input,
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp textarea {
    height: 55px;
    font-size: 16px;
    padding: 15px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .inp_textarea {
    width: 100%;
  }
  .page
    .any_ques
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 100px;
  }
  .page .any_ques .white_bg_cont .mw .cont .left_side form .btn_c {
    padding-top: 10px;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side {
    width: 50%;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side .img {
    border-radius: 20px;
  }
  .page .any_ques .white_bg_cont .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .footer .white_bg_cont {
    border-radius: 25px;
  }
  .page .footer .white_bg_cont .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .footer .white_bg_cont .mw .top_cont {
    padding-bottom: 50px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .logo {
    margin-right: 20px;
    margin-top: 6px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .logo a img {
    width: 160px;
    min-width: 160px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 12px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
  }
  .page .footer .white_bg_cont .mw .top_cont .left_side .soc_icons ul li a img {
    width: 20px;
  }
  .page .footer .white_bg_cont .mw .top_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 .footer .white_bg_cont .mw .top_cont .right_side p {
    font-size: 24px;
    margin-right: 20px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m .icon {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .page
    .footer
    .white_bg_cont
    .mw
    .top_cont
    .right_side
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .footer .white_bg_cont .mw .top_cont .right_side .btn_c .btn_m span {
    height: 45px;
    max-width: 160px;
    padding: 15px 20px;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .fast_links {
    border-radius: 15px;
    padding: 20px 25px;
  }
  .page .footer .white_bg_cont .mw .cont .r_side .desc p {
    font-size: 15px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links ul li a {
    font-size: 16px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links:nth-child(2) ul li {
    margin-bottom: 12px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list {
    padding-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li {
    margin-bottom: 20px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a {
    font-size: 14px;
    max-width: 255px;
  }
  .page .footer .white_bg_cont .mw .cont .fast_links .contacts_list li a .icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  .page .footer .white_bg_cont .mw hr {
    margin: 25px 0;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .left_side p {
    font-size: 14px;
  }
  .page .footer .white_bg_cont .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
  }
  .page .top_section .mw {
    padding: 30px 2rem 20px;
  }
  .page .top_section .mw .top_section_cont {
    padding-bottom: 30px;
  }
  .page .top_section .mw .top_section_cont .h1 {
    font-size: 42px;
    letter-spacing: -2.7px;
  }
  .page .top_section .mw .top_section_cont .top_nav {
    margin-top: 20px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-right: 20px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li:after {
    font-size: 17px;
  }
  .page .top_section .mw .top_section_cont .top_nav ul li a {
    font-size: 17px;
  }
  .page .there_is_non_standard_task .mw {
    padding: 20px 2rem;
  }
  .page .there_is_non_standard_task .mw .cont .img {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .img img {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.28);
  }
  .page .there_is_non_standard_task .mw .cont .card {
    border-radius: 20px;
    margin-top: -20px;
    padding: 40px 40px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line {
    padding-bottom: 30px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -3.5px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .m_title .h2 b {
    font-size: 40px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c {
    margin-top: 20px;
    max-width: 220px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m .icon {
    height: 45px;
    min-width: 45px;
    width: 45px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .page
    .there_is_non_standard_task
    .mw
    .cont
    .card
    .line
    .btn_c
    .btn_m
    .icon
    img {
    width: 12px;
  }
  .page .there_is_non_standard_task .mw .cont .card .line .btn_c .btn_m span {
    max-width: 150px;
    height: 45px;
    padding: 15px 20px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc p {
    max-width: 550px;
    font-size: 20px;
    line-height: 30px;
  }
  .page .there_is_non_standard_task .mw .cont .card .desc::before {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
  .page .articles .mw,
  .page_articles .articles .mw {
    padding: 20px 2rem 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article,
  .page_articles .articles .mw .cont .left_side .articles_cont .article {
    padding-bottom: 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .img
    img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data,
  .page_articles .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data::after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .data::after {
    width: 9px;
    height: 9px;
    min-width: 9px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .article_title {
    font-size: 24px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .small_desc
    p {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont {
    margin-top: 20px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 16.253px;
    padding: 15px 40px;
    max-width: 180px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination .pagination,
  .page_articles .articles .mw .cont .left_side .bottom_pagination .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px 5px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 18px;
    height: 18px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after,
  .page_articles
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 18px;
    height: 18px;
  }
  .page .sidebar,
  .page_articles .sidebar {
    width: 100%;
  }
  .page .sidebar .widget,
  .page_articles .sidebar .widget {
    margin-bottom: 40px;
    width: 100%;
  }
  .page .sidebar .widget:last-child,
  .page_articles .sidebar .widget:last-child {
    margin-bottom: 0;
  }
  .page .sidebar .widget .widget-title,
  .page_articles .sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page .sidebar .widget_search form input,
  .page_articles .sidebar .widget_search form input {
    height: 40px;
    padding: 10px 48px;
  }
  .page .sidebar .widget_search form .search_btn,
  .page_articles .sidebar .widget_search form .search_btn {
    width: 16px;
    height: 16px;
    left: 10px;
  }
  .page .sidebar .widget_categories ul li a,
  .page_articles .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_categories ul li a:before,
  .page_articles .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,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 20px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img,
  .page_articles .sidebar .widget_recent_news .recent_news .article_min a .img {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
    border-radius: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .img img,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .img
    img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .date,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title,
  .page_articles
    .sidebar
    .widget_recent_news
    .recent_news
    .article_min
    a
    .desc
    .title {
    font-size: 16px;
  }
  .page .sidebar .widget_tag_cloud .tags a,
  .page_articles .sidebar .widget_tag_cloud .tags a {
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .page .sidebar .widget_contacts ul li,
  .page_articles .sidebar .widget_contacts ul li {
    margin-bottom: 10px;
  }
  .page .sidebar .widget_contacts ul li a,
  .page .sidebar .widget_contacts ul li p,
  .page_articles .sidebar .widget_contacts ul li a,
  .page_articles .sidebar .widget_contacts ul li p {
    font-size: 16px;
  }
  .page .article .mw,
  .page_articles .article .mw {
    padding: 20px 2rem 50px;
  }
  .page .article .mw .top_line,
  .page_articles .article .mw .top_line {
    border-radius: 15px;
    padding: 40px 25px;
  }
  .page .article .mw .top_line .h2,
  .page_articles .article .mw .top_line .h2 {
    text-align: left;
    font-size: 28px;
  }
  .page .article .mw .top_line .date,
  .page_articles .article .mw .top_line .date {
    font-size: 20px;
  }
  .page .article .mw .cont,
  .page_articles .article .mw .cont {
    padding-top: 40px;
  }
  .page .article .mw .cont .left_side .img,
  .page_articles .article .mw .cont .left_side .img {
    border-radius: 30px;
    margin-bottom: 25px;
  }
  .page .article .mw .cont .left_side .img img,
  .page_articles .article .mw .cont .left_side .img img {
    border-radius: 30px;
  }
  .page .article .mw .cont .left_side .article_desc_cont .h2,
  .page_articles .article .mw .cont .left_side .article_desc_cont .h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p,
  .page_articles .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
    padding-bottom: 14px;
  }
  .page .article .mw .cont .left_side .bottom_line,
  .page_articles .article .mw .cont .left_side .bottom_line {
    margin-top: 20px;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a,
  .page_articles .article .mw .cont .left_side .bottom_line .tags a {
    padding: 8px 15px;
    font-size: 16px;
    margin-right: 15px;
  }
  .page .latest_news .mw,
  .page_articles .latest_news .mw {
    padding: 50px 2rem;
  }
  .page .latest_news .mw .m_title,
  .page_articles .latest_news .mw .m_title {
    padding-bottom: 40px;
  }
  .page .latest_news .mw .m_title .h2,
  .page_articles .latest_news .mw .m_title .h2 {
    font-size: 35px;
  }
  .page .latest_news .mw .cont .new_card,
  .page_articles .latest_news .mw .cont .new_card {
    width: 31%;
  }
  .page .latest_news .mw .cont .new_card a .img,
  .page_articles .latest_news .mw .cont .new_card a .img {
    border-radius: 15px;
  }
  .page .latest_news .mw .cont .new_card a .img img,
  .page_articles .latest_news .mw .cont .new_card a .img img {
    border-radius: 15px;
  }
  .page .top_section .decor,
  .page_about .top_section .decor {
    left: -214px;
    width: 2540px;
    top: -1300px;
  }
  .page .about_full .mw,
  .page_about .about_full .mw {
    padding: 20px 2rem;
  }
  .page .about_full .mw .m_title .h2,
  .page_about .about_full .mw .m_title .h2 {
    max-width: 640px;
    line-height: 65px;
    letter-spacing: -4.55px;
  }
  .page .about_full .mw .cont .left_side,
  .page_about .about_full .mw .cont .left_side {
    width: 42%;
  }
  .page .about_full .mw .cont .left_side .img,
  .page_about .about_full .mw .cont .left_side .img {
    max-width: 550px;
  }
  .page .about_full .mw .cont .left_side .img img,
  .page_about .about_full .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .about_full .mw .cont .right_side,
  .page_about .about_full .mw .cont .right_side {
    border-radius: 20px;
    padding: 40px 30px;
  }
  .page .about_full .mw .cont .right_side p,
  .page_about .about_full .mw .cont .right_side p {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side .h5,
  .page_about .about_full .mw .cont .right_side .h5 {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .page .about_full .mw .cont .right_side ul li,
  .page_about .about_full .mw .cont .right_side ul li {
    font-size: 17px;
  }
  .page .about_full .mw .cont .right_side ul li::before,
  .page_about .about_full .mw .cont .right_side ul li::before {
    height: 6px;
    width: 6px;
    min-width: 6px;
    top: 10px;
  }
  .page .we_in_numbers .mw,
  .page_about .we_in_numbers .mw {
    padding: 20px 2rem 5rem;
    position: relative;
  }
  .page .we_in_numbers .mw .decor,
  .page_about .we_in_numbers .mw .decor {
    width: 900px;
    right: -265px;
    top: -120px;
  }
  .page .we_in_numbers .mw .decor1,
  .page_about .we_in_numbers .mw .decor1 {
    width: 900px;
    left: -352px;
    top: -280px;
  }
  .page .we_in_numbers .mw .cont ul,
  .page_about .we_in_numbers .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 800px;
  }
  .page .we_in_numbers .mw .cont ul li,
  .page_about .we_in_numbers .mw .cont ul li {
    max-width: 100%;
    border-radius: 15px;
    padding: 0 25px;
  }
  .page .we_in_numbers .mw .cont ul li:nth-child(4),
  .page_about .we_in_numbers .mw .cont ul li:nth-child(4) {
    max-width: 240px;
  }
  .page .we_in_numbers .mw .cont ul li .num,
  .page_about .we_in_numbers .mw .cont ul li .num {
    top: -15px;
  }
  .page .we_in_numbers .mw .cont ul li .num span,
  .page_about .we_in_numbers .mw .cont ul li .num span {
    font-size: 80px;
  }
  .page .we_in_numbers .mw .cont ul li p,
  .page_about .we_in_numbers .mw .cont ul li p {
    bottom: 20px;
    font-size: 18px;
  }
  .page .our_team .mw,
  .page_about .our_team .mw {
    padding: 60px 2rem 40px;
  }
  .page .our_team .mw .cont .left_side,
  .page_about .our_team .mw .cont .left_side {
    width: 32%;
  }
  .page .our_team .mw .cont .left_side .card,
  .page_about .our_team .mw .cont .left_side .card {
    border-radius: 15px;
    padding: 30px 20px;
    height: 320px;
  }
  .page .our_team .mw .cont .left_side .card .m_title .h2,
  .page_about .our_team .mw .cont .left_side .card .m_title .h2 {
    font-size: 40px;
    line-height: 65px;
    letter-spacing: -3.5px;
  }
  .page .our_team .mw .cont .left_side .card p,
  .page_about .our_team .mw .cont .left_side .card p {
    font-size: 18px;
    line-height: 24px;
  }
  .page .our_team .mw .cont .left_side .decor_text,
  .page_about .our_team .mw .cont .left_side .decor_text {
    font-size: 40.461px;
    line-height: 45.349px;
    left: -145px;
    top: -95px;
  }
  .page .our_team .mw .cont .left_side .decor_text span,
  .page_about .our_team .mw .cont .left_side .decor_text span {
    margin-right: 95px;
  }
  .page .our_team .mw .cont .left_side .decor_text::after,
  .page_about .our_team .mw .cont .left_side .decor_text::after {
    width: 11px;
    min-width: 11px;
    height: 11px;
  }
  .page .our_team .mw .cont .right_side,
  .page_about .our_team .mw .cont .right_side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .our_team .mw .cont .right_side .card,
  .page_about .our_team .mw .cont .right_side .card {
    border-radius: 15px;
    padding: 15px 12px;
    height: 320px;
  }
  .page .our_team .mw .cont .right_side .card .desc .img,
  .page_about .our_team .mw .cont .right_side .card .desc .img {
    border-radius: 15px;
    padding-bottom: 10px;
  }
  .page .our_team .mw .cont .right_side .card .desc .img img,
  .page_about .our_team .mw .cont .right_side .card .desc .img img {
    border-radius: 15px;
  }
  .page .our_team .mw .cont .right_side .card .desc .h5,
  .page_about .our_team .mw .cont .right_side .card .desc .h5 {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .page .our_team .mw .cont .right_side .card .desc p,
  .page_about .our_team .mw .cont .right_side .card .desc p {
    font-size: 14px;
  }
  .page .our_team .mw .cont .right_side .card ul li,
  .page_about .our_team .mw .cont .right_side .card ul li {
    margin-bottom: 5px;
  }
  .page .our_team .mw .cont .right_side .card ul li a,
  .page_about .our_team .mw .cont .right_side .card ul li a {
    font-size: 14px;
  }
  .page .our_team .mw .cont .right_side .card ul li a::before,
  .page_about .our_team .mw .cont .right_side .card ul li a::before {
    width: 5px;
    height: 5px;
    min-width: 5px;
    margin-right: 10px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7),
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) {
    border-radius: 15px;
  }
  .page .our_team .mw .cont .right_side .card:nth-child(7) .icon,
  .page_about .our_team .mw .cont .right_side .card:nth-child(7) .icon {
    max-width: 140px;
  }
  .page .our_team .mw .cont .right_side .card:hover,
  .page_about .our_team .mw .cont .right_side .card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .page .services_full .mw,
  .page_services .services_full .mw {
    padding: 20px 2rem 3rem;
  }
  .page .services_full .mw .row,
  .page_services .services_full .mw .row {
    padding-bottom: 50px;
  }
  .page .services_full .mw .row .cont,
  .page_services .services_full .mw .row .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
  .page .services_full .mw .row .cont .service_card,
  .page_services .services_full .mw .row .cont .service_card {
    height: 280px;
  }
  .page .services_full .mw .row:last-child,
  .page_services .services_full .mw .row:last-child {
    padding-bottom: 0;
  }
  .page .any_ques,
  .page_services .any_ques {
    padding: 10px 16px 25px;
  }
  .page .auto_delivery .mw,
  .page_service .auto_delivery .mw {
    padding: 20px 2rem 40px;
  }
  .page .auto_delivery .mw .cont .left_side,
  .page_service .auto_delivery .mw .cont .left_side {
    width: 50%;
  }
  .page .auto_delivery .mw .cont .left_side .img img,
  .page_service .auto_delivery .mw .cont .left_side .img img {
    width: 100%;
    border-radius: 20px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title,
  .page_service .auto_delivery .mw .cont .right_side .m_title {
    padding-bottom: 30px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 370px;
    font-size: 55px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title::before,
  .page_service .auto_delivery .mw .cont .right_side .m_title::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    top: 20px;
  }
  .page .auto_delivery .mw .cont .right_side .desc p,
  .page_service .auto_delivery .mw .cont .right_side .desc p {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .page .auto_delivery_stages .mw,
  .page_service .auto_delivery_stages .mw {
    padding: 3rem 2rem 2rem;
  }
  .page .auto_delivery_stages .mw .cont,
  .page_service .auto_delivery_stages .mw .cont {
    border-radius: 20px;
    padding: 40px 30px;
  }
  .page .auto_delivery_stages .mw .cont .line,
  .page_service .auto_delivery_stages .mw .cont .line {
    padding-bottom: 50px;
  }
  .page .auto_delivery_stages .mw .cont .line .m_title .h2,
  .page_service .auto_delivery_stages .mw .cont .line .m_title .h2 {
    font-size: 45px;
  }
  .page .auto_delivery_stages .mw .cont .line .icon,
  .page_service .auto_delivery_stages .mw .cont .line .icon {
    max-width: 150px;
  }
  .page .auto_delivery_stages .mw .cont ul,
  .page_service .auto_delivery_stages .mw .cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 40px;
  }
  .page .auto_delivery_stages .mw .cont ul li,
  .page_service .auto_delivery_stages .mw .cont ul li {
    padding-bottom: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .h5,
  .page_service .auto_delivery_stages .mw .cont ul li .h5 {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc .num span,
  .page_service .auto_delivery_stages .mw .cont ul li .desc .num span {
    font-size: 14px;
  }
  .page .auto_delivery_stages .mw .cont ul li .desc p,
  .page_service .auto_delivery_stages .mw .cont ul li .desc p {
    font-size: 14px;
  }
  .page .auto_delivery_stages .mw .cont .img img,
  .page_service .auto_delivery_stages .mw .cont .img img {
    border-radius: 20px;
  }
  .page .benefits_auto_delivery .mw,
  .page_service .benefits_auto_delivery .mw {
    padding: 20px 2rem 2rem;
  }
  .page .benefits_auto_delivery .mw .m_title .h2,
  .page_service .benefits_auto_delivery .mw .m_title .h2 {
    font-size: 45px;
    max-width: 420px;
  }
  .page .benefits_auto_delivery .mw .m_title::before,
  .page_service .benefits_auto_delivery .mw .m_title::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .page .benefits_auto_delivery .mw .cont,
  .page_service .benefits_auto_delivery .mw .cont {
    border-radius: 20px;
    padding: 40px 30px;
  }
  .page .benefits_auto_delivery .mw .cont .card,
  .page_service .benefits_auto_delivery .mw .cont .card {
    width: 23%;
    border-radius: 20px;
    padding: 20px 15px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon,
  .page_service .benefits_auto_delivery .mw .cont .card .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .page .benefits_auto_delivery .mw .cont .card .icon img,
  .page_service .benefits_auto_delivery .mw .cont .card .icon img {
    width: 45px;
  }
  .page .benefits_auto_delivery .mw .cont .card .h5,
  .page_service .benefits_auto_delivery .mw .cont .card .h5 {
    padding: 20px 0 15px;
    font-size: 18px;
  }
  .page .benefits_auto_delivery .mw .cont .card p,
  .page_service .benefits_auto_delivery .mw .cont .card p {
    font-size: 15px;
    max-width: 100%;
  }
  .page .find_out_cost,
  .page_service .find_out_cost {
    padding: 20px 16px;
  }
  .page .find_out_cost .orange_bg_cont .mw,
  .page_service .find_out_cost .orange_bg_cont .mw {
    padding: 60px 2rem 80px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .icon,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .icon {
    max-width: 150px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .left_side .img img,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .left_side .img img {
    border-radius: 15px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title {
    padding-bottom: 40px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title .h2,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title
    .h2 {
    font-size: 45px;
    max-width: 400px;
    line-height: 55px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .m_title::after,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .m_title::after {
    top: 18px;
    width: 11px;
    height: 11px;
    min-width: 11px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc a,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .desc p {
    font-size: 22px;
    line-height: 33px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .title,
  .page_service .find_out_cost .orange_bg_cont .mw .cont .right_side .title {
    padding-bottom: 40px;
    padding-top: 30px;
    margin-top: 30px;
  }
  .page .find_out_cost .orange_bg_cont .mw .cont .right_side .title span,
  .page_service
    .find_out_cost
    .orange_bg_cont
    .mw
    .cont
    .right_side
    .title
    span {
    font-size: 20px;
    line-height: 25px;
  }
  .page .auto_delivery .mw,
  .page_service1 .auto_delivery .mw {
    padding: 20px 2rem 50px;
  }
  .page .auto_delivery .mw .cont .right_side .m_title .h2,
  .page_service1 .auto_delivery .mw .cont .right_side .m_title .h2 {
    max-width: 400px;
    font-size: 50px;
  }
  .page .service .mw,
  .page_service1 .service .mw {
    padding: 20px 2rem 40px;
  }
  .page .service .mw .top_line,
  .page_service1 .service .mw .top_line {
    padding-bottom: 40px;
    margin-bottom: 45px;
  }
  .page .service .mw .top_line .img,
  .page_service1 .service .mw .top_line .img {
    max-width: 140px;
  }
  .page .service .mw .top_line .img img,
  .page_service1 .service .mw .top_line .img img {
    border-radius: 12px;
  }
  .page .service .mw .top_line .m_title,
  .page_service1 .service .mw .top_line .m_title {
    max-width: 610px;
  }
  .page .service .mw .top_line .m_title .h2,
  .page_service1 .service .mw .top_line .m_title .h2 {
    line-height: 65px;
    font-size: 55px;
  }
  .page .calculation_of_applications,
  .page_calculation .calculation_of_applications {
    padding: 20px 16px;
  }
  .page .calculation_of_applications .white_bg_cont .mw,
  .page_calculation .calculation_of_applications .white_bg_cont .mw {
    padding: 32px 2rem;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side {
    width: 58%;
    border-radius: 15px;
    padding: 30px 35px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title {
    padding-bottom: 30px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .m_title
    .h2 {
    font-size: 50px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side p,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 17px;
    padding-bottom: 24px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side .h6,
  .page .calculation_of_applications .white_bg_cont .mw .cont .left_side a,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    .h6,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    a {
    font-size: 16px;
    max-width: 635px;
    padding-bottom: 24px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .h5 {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    input,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp
    textarea {
    height: 45px;
    font-size: 14px;
    padding: 14px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree {
    width: 48%;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .inp_check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 10px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_agree
    .txt {
    font-size: 14px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .inp_textarea
    textarea {
    height: 110px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .left_side
    form
    .btn_c
    .btn_m
    span {
    font-size: 20px;
    padding: 30px;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .page .calculation_of_applications .white_bg_cont .mw .cont .right_side .img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img {
    width: 100%;
    padding-bottom: 20px;
  }
  .page
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img,
  .page_calculation
    .calculation_of_applications
    .white_bg_cont
    .mw
    .cont
    .right_side
    .img
    img {
    border-radius: 15px;
  }
  .page .privacy_policy .mw,
  .page_policy .privacy_policy .mw {
    padding: 20px 2rem 40px;
  }
  .page .privacy_policy .mw .cont .desc .h3,
  .page .privacy_policy .mw .cont .desc h3,
  .page_policy .privacy_policy .mw .cont .desc .h3,
  .page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 24px;
    color: #4218c9;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 140%;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5,
  .page_policy .privacy_policy .mw .cont .desc .h5,
  .page_policy .privacy_policy .mw .cont .desc h5 {
    font-size: 22px;
    padding-bottom: 18px;
  }
  .page .privacy_policy .mw .cont .desc p,
  .page_policy .privacy_policy .mw .cont .desc p {
    font-size: 17px;
    padding-bottom: 24px;
  }
  .page .contact .mw,
  .page_contacts .contact .mw {
    padding: 20px 2rem 30px;
  }
  .page .contact .mw .cont .left_side,
  .page_contacts .contact .mw .cont .left_side {
    width: 49%;
    border-radius: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list,
  .page_contacts .contact .mw .cont .left_side .contacts_list {
    padding: 30px 20px 0;
  }
  .page .contact .mw .cont .left_side .contacts_list li,
  .page_contacts .contact .mw .cont .left_side .contacts_list li {
    padding-bottom: 10px;
  }
  .page .contact .mw .cont .left_side .contacts_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .icon {
    width: 20px;
    min-width: 20px;
    margin-right: 12px;
  }
  .page .contact .mw .cont .left_side .contacts_list li a,
  .page .contact .mw .cont .left_side .contacts_list li span,
  .page_contacts .contact .mw .cont .left_side .contacts_list li a,
  .page_contacts .contact .mw .cont .left_side .contacts_list li span {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list li .h5,
  .page_contacts .contact .mw .cont .left_side .contacts_list li .h5 {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .contacts_list li p,
  .page_contacts .contact .mw .cont .left_side .contacts_list li p {
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .h4,
  .page_contacts .contact .mw .cont .left_side .h4 {
    padding: 20px;
    font-size: 20px;
  }
  .page .contact .mw .cont .left_side .contact_list,
  .page_contacts .contact .mw .cont .left_side .contact_list {
    padding: 0 20px;
  }
  .page .contact .mw .cont .left_side .contact_list li .icon,
  .page_contacts .contact .mw .cont .left_side .contact_list li .icon {
    width: 24px;
    min-width: 24px;
  }
  .page .contact .mw .cont .left_side .contact_list li p,
  .page_contacts .contact .mw .cont .left_side .contact_list li p {
    font-size: 20px;
    margin-right: 5px;
  }
  .page .contact .mw .cont .left_side .soc_icons,
  .page_contacts .contact .mw .cont .left_side .soc_icons {
    padding: 20px 20px 30px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li {
    margin-right: 12px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a {
    width: 50px;
    height: 50px;
  }
  .page .contact .mw .cont .left_side .soc_icons ul li a img,
  .page_contacts .contact .mw .cont .left_side .soc_icons ul li a img {
    width: 20px;
  }
  .page .contact .mw .cont .right_side .img,
  .page_contacts .contact .mw .cont .right_side .img {
    border-radius: 20px;
  }
  .page .contact .mw .cont .right_side .img img,
  .page_contacts .contact .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .gray_bg,
  .page_contacts .gray_bg {
    padding: 20px 16px 0;
  }
  .page .gray_bg .gray_bg_cont .map,
  .page_contacts .gray_bg .gray_bg_cont .map {
    height: 400px;
    border-radius: 20px;
  }
  .page .gray_bg .gray_bg_cont .map iframe,
  .page_contacts .gray_bg .gray_bg_cont .map iframe {
    border-radius: 20px;
  }
  .page .content_none_section .decor_text,
  .page_404 .content_none_section .decor_text {
    font-size: 700px;
    top: 40px;
  }
  .page .content_none_section .decor,
  .page_404 .content_none_section .decor {
    width: 1400px;
    right: -120px;
    top: -60px;
  }
  .page .content_none_section .content_none_section_cont .mw,
  .page_404 .content_none_section .content_none_section_cont .mw {
    padding: 6rem 2rem 2rem;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .h5 {
    font-size: 300px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side p,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    p {
    font-size: 24px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span,
  .page_404
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .btn_c
    .btn_m
    span {
    max-width: 170px;
    height: 50px;
  }
}

.article_desc_cont .wp-block-table {
  margin-bottom: 40px;
}
