@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap" rel="stylesheet');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  font-family: "Onest", sans-serif !important;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
hr {
  margin: 0;
  padding: 0;
}

.card {
  border: none;
}

a,
input,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
input:hover,
button:hover {
  outline: none;
  text-decoration: none;
}

input[type="submit"],
button {
  border: none;
  cursor: pointer;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  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: #e74010;
  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: 0px 30px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 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: 0px 40px 60px rgba(109, 109, 109, 0.25);
  box-shadow: 0px 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: bold;
  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: #e74010;
  font-family: "GilroyBlack", sans-serif !important;
}
.modal .m-content .c p {
  font-style: normal;
  font-weight: normal;
  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: #e74010;
}
.modal .m-content .c p a:hover {
  color: #613fe5;
}
.modal .m-content .c p:last-child {
  padding-bottom: 0;
}
.modal .m-content .c .h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #222222;
  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: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
}
.modal .m-content .c form {
  width: 100%;
  max-width: 500px;
}
.modal .m-content .c form .inp {
  margin-bottom: 20px;
}
.modal .m-content .c form input,
.modal .m-content .c form textarea {
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  height: 50px;
  background-color: transparent !important;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #505050;
  padding: 15px;
}
.modal .m-content .c form input::-webkit-input-placeholder,
.modal .m-content .c form textarea::-webkit-input-placeholder {
  color: #828282;
}
.modal .m-content .c form input::-moz-placeholder,
.modal .m-content .c form textarea::-moz-placeholder {
  color: #828282;
}
.modal .m-content .c form input:-ms-input-placeholder,
.modal .m-content .c form textarea:-ms-input-placeholder {
  color: #828282;
}
.modal .m-content .c form input::-ms-input-placeholder,
.modal .m-content .c form textarea::-ms-input-placeholder {
  color: #828282;
}
.modal .m-content .c form input::placeholder,
.modal .m-content .c form textarea::placeholder {
  color: #828282;
}
.modal .m-content .c form .btn_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.modal .m-content .c form .btn_c .btn_m {
  background: #e74010;
  color: #fff;
}
.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: #e74010;
}
.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: bold;
  padding-bottom: 16px;
}
.review_modal .m-content .c .h3 span,
.review_modal .m-content .c h3 span {
  color: #e74010;
}
.review_modal .m-content .c .company {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #505050;
  padding-bottom: 32px;
}
.review_modal .m-content .c .full_review {
  padding-bottom: 32px;
}
.review_modal .m-content .c .full_review p {
  font-size: 16px;
  text-align: left;
  padding-bottom: 16px;
}
.review_modal .m-content .c .full_review p:last-child {
  padding-bottom: 0;
}
.review_modal .m-content .c .video_review {
  width: 100%;
}
.review_modal .m-content .c .video_review a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.review_modal .m-content .c .video_review a::after {
  content: "";
  background: rgba(17, 17, 17, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 15px;
}
.review_modal .m-content .c .video_review a img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.review_modal .m-content .c .video_review a .play {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.review_modal .m-content .c .video_review a .play img {
  border-radius: 0;
}
.review_modal .m-content .c .btn_c {
  display: none;
}
.review_modal .m-content .c .btn_c .btn_m {
  background: #e74010;
  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: #e74010;
  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 ul li,
  .modal .m-content .c p {
    font-size: 16px;
  }
  .modal .m-content .c .success_h3 {
    font-size: 30px;
  }
  .modal .m-content .c form input {
    height: 45px;
    padding: 12px;
    font-size: 16px;
  }
  .review_modal .m-content .c .h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .review_modal .m-content .c .company {
    font-size: 16px;
    padding-bottom: 22px;
  }
  .review_modal .m-content .c .full_review {
    padding-bottom: 22px;
  }
  .review_modal .m-content .c .full_review p {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .review_modal .m-content .c .video_review a .play {
    width: 60px;
    height: 60px;
  }
  .review_modal .m-content .c .fast_links {
    margin-top: 22px;
  }
  .review_modal .m-content .c .fast_links .h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .review_modal .m-content .c .fast_links ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .review_modal .m-content .c .fast_links ul li:last-child {
    margin-bottom: 0;
  }
  .review_modal .m-content .c .fast_links ul li a {
    font-size: 14px;
  }
  .review_modal .m-content .c .fast_links ul li a img {
    margin-right: 10px;
    width: 20px;
  }
  #order_modal2 .m-content .c {
    padding: 0 20px 50px;
  }
  #order_modal2 .m-content .c .team_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
  }
  #order_modal2 .m-content .c .team_img svg {
    height: auto;
    width: 120%;
  }
  .pulsating-btn {
    bottom: 30px; /* Расположение кнопки снизу */
    right: 10px; /* Расположение кнопки справа */
    width: 50px;
    height: 50px;
  }
  .pulsating-btn svg {
    width: 120px !important;
    height: 120px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .review_modal .m-content .c .h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .review_modal .m-content .c .company {
    font-size: 16px;
    padding-bottom: 22px;
  }
  .review_modal .m-content .c .full_review {
    padding-bottom: 22px;
  }
  .review_modal .m-content .c .full_review p {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .review_modal .m-content .c .video_review a .play {
    width: 60px;
    height: 60px;
  }
  .review_modal .m-content .c .fast_links {
    margin-top: 22px;
  }
  .review_modal .m-content .c .fast_links .h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .review_modal .m-content .c .fast_links ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .review_modal .m-content .c .fast_links ul li:last-child {
    margin-bottom: 0;
  }
  .review_modal .m-content .c .fast_links ul li a {
    font-size: 14px;
  }
  .review_modal .m-content .c .fast_links ul li a img {
    margin-right: 10px;
    width: 20px;
  }
  #order_modal2 .m-content .c {
    padding: 0 20px 50px;
  }
  #order_modal2 .m-content .c .team_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
  }
  #order_modal2 .m-content .c .team_img svg {
    height: auto;
    width: 120%;
  }
  .scrollup {
    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: #f00 !important;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.header {
  z-index: 9999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  height: 140px;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .mw {
  padding: 30px 2rem;
  position: relative;
  z-index: 2;
}
.header .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(60, 60, 60, 0.12);
  background: #fff;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  padding: 14px 18px;
}
.header .mw .cont .left_side .logo a {
  display: inline-block;
  cursor: pointer;
}
.header .mw .cont .left_side .logo a img {
  width: 150px;
  min-width: 150px;
  height: auto;
  display: block;
}
.header .mw .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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .cont .nav ul li {
  position: relative;
  margin-right: 36px;
}
.header .mw .cont .nav ul li a {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .mw .cont .nav ul li a:hover {
  color: #e74010;
}
.header .mw .cont .nav ul li:last-child {
  margin-right: 0;
}
.header .mw .cont .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .cont .right_side .soc_icons {
  margin-right: 40px;
}
.header .mw .cont .right_side .soc_icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mw .cont .right_side .soc_icons ul li {
  margin-right: 8px;
}
.header .mw .cont .right_side .soc_icons ul li a {
  width: 35px;
  height: 35px;
  border-radius: 35.429px;
  background: #002a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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 .cont .right_side .soc_icons ul li a img {
  width: 24px;
}
.header .mw .cont .right_side .soc_icons ul li a:hover {
  background: rgba(0, 42, 42, 0.8);
}
.header .mw .cont .right_side .soc_icons ul li:last-child {
  margin-right: 0;
}
.header .mw .cont .right_side .btn_c .btn_m {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 15px;
}
.header .mw .cont .right_side .btn_c .btn_m::after {
  margin-left: 8px;
  width: 8px;
  height: 8px;
  min-width: 8px;
}
.header .mw .cont .right_side .o_xs_menu {
  display: none;
}
.header .mw .cont .right_side .o_xs_menu * {
  margin: 0;
  padding: 0;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon1,
.header .mw .cont .right_side .o_xs_menu #nav-icon2,
.header .mw .cont .right_side .o_xs_menu #nav-icon3,
.header .mw .cont .right_side .o_xs_menu #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  zoom: 0.5;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(1),
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(3),
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(5),
.header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(1),
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(2),
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
.header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
.header .mw .cont .right_side .o_xs_menu img {
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  height: 30px;
}

.header_offset {
  padding-top: 140px;
}

.header.out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.xs_menu {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.xs_menu .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99999;
  background-color: rgba(132, 130, 162, 0.4);
}
.xs_menu .xs_cont {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 999999;
  padding: 80px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.xs_menu .xs_cont .c_xs_menu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.xs_menu .xs_cont .c_xs_menu img {
  width: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
}
.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 .nav ul {
  margin-bottom: 30px;
}
.xs_menu .xs_cont .nav ul li {
  margin-bottom: 15px;
}
.xs_menu .xs_cont .nav ul li:last-child {
  margin-bottom: 0;
}
.xs_menu .xs_cont .nav ul li a {
  color: #101010;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.xs_menu .xs_cont .nav ul li a:hover {
  color: #e74010;
}
.xs_menu .xs_cont .soc_icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xs_menu .xs_cont .soc_icons ul li {
  margin-right: 8px;
}
.xs_menu .xs_cont .soc_icons ul li a {
  width: 35px;
  height: 35px;
  border-radius: 35.429px;
  background: #002a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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: 24px;
}
.xs_menu .xs_cont .soc_icons ul li a:hover {
  background: rgba(0, 42, 42, 0.8);
}
.xs_menu .xs_cont .soc_icons ul li:last-child {
  margin-right: 0;
}
.xs_menu .xs_cont .btn_c {
  margin-top: 30px;
}

.xs_menu.active {
  left: 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.top_section {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top_section .top_nav {
  width: 100%;
}
.top_section .top_nav .mw {
  padding: 15px 2rem 35px;
}
.top_section .top_nav .mw ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.top_section .top_nav .mw ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_section .top_nav .mw ul li:last-child:after {
  display: none;
}
.top_section .top_nav .mw ul li:after {
  content: "/";
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  margin: 0 15px;
}
.top_section .top_nav .mw ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  white-space: nowrap;
}
.top_section .top_nav .mw ul li a:hover {
  color: #fff;
}
.top_section .top_nav .mw ul li a.active {
  color: #fff;
}
.top_section .top_nav_black {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top_section .top_nav_black .mw ul li:after {
  color: rgba(0, 22, 23, 0.6);
}
.top_section .top_nav_black .mw ul li a {
  color: rgba(0, 22, 23, 0.6);
}
.top_section .top_nav_black .mw ul li a:hover {
  color: #001617;
}
.top_section .top_nav_black .mw ul li a.active {
  color: #001617;
}
.top_section .top_section_cont .mw {
  padding: 30px 2rem 90px;
}
.top_section .top_section_cont .mw .cont .left_side {
  width: 52%;
}
.top_section .top_section_cont .mw .cont .left_side .h1 {
  font-family: "Prosto One", sans-serif !important;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 59px;
  letter-spacing: -1.65px;
  background: radial-gradient(103.27% 81.85% at 50% 50%, #fff 0%, #dedede 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}
.top_section .top_section_cont .mw .cont .left_side .h1 b {
  background: radial-gradient(103.27% 81.85% at 50% 50%, #fff 0%, #fff 100%);
  background-clip: text;
  font-family: "Prosto One", sans-serif !important;
  font-weight: 400;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_section .top_section_cont .mw .cont .left_side p {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.42px;
  max-width: 530px;
  padding-bottom: 70px;
  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;
}
.top_section .top_section_cont .mw .cont .left_side p b {
  font-weight: 500;
}
.top_section .top_section_cont .mw .cont .left_side p::before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  min-width: 4px;
  position: relative;
  display: block;
  border-radius: 50px;
  margin-top: 12px;
  margin-right: 10px;
}
.top_section .top_section_cont .mw .cont .left_side .btn_c .btn_m {
  max-width: 380px;
}
.top_section .top_section_cont1 .mw .cont .left_side p {
  padding-bottom: 130px;
}
.top_section .top_section_cont1 .mw .cont .left_side .btn_c .btn_m {
  max-width: 415px;
}

@media (max-width: 575px) {
  .header {
    height: auto;
  }
  .header .mw {
    padding: 20px 1rem;
  }
  .header .mw .cont {
    border-radius: 15px;
    padding: 10px 15px 10px 5px;
  }
  .header .mw .cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .cont .nav {
    display: none;
  }
  .header .mw .cont .right_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mw .cont .right_side .soc_icons {
    margin-right: 15px;
  }
  .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header .mw .cont .right_side .soc_icons ul li a {
    width: 30px;
    height: 30px;
  }
  .header .mw .cont .right_side .soc_icons ul li a img {
    width: 18px;
  }
  .header .mw .cont .right_side .btn_c {
    display: none;
  }
  .header .mw .cont .right_side .o_xs_menu {
    display: block;
  }
  .header_offset {
    padding-top: 100px;
  }
  .xs_menu {
    display: block;
  }
  .top_section .top_nav .mw {
    padding: 15px 1rem 20px;
  }
  .top_section .top_nav .mw ul li:after {
    font-size: 14px;
    margin: 0 12px;
  }
  .top_section .top_nav .mw ul li a {
    font-size: 14px;
  }
  .top_section .top_section_cont .mw {
    padding: 20px 1rem 3rem;
  }
  .top_section .top_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 500px;
    letter-spacing: -2px;
    padding-bottom: 30px;
  }
  .top_section .top_section_cont .mw .cont .left_side p {
    font-size: 18px;
    max-width: 400px;
    line-height: 24px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top_section .top_section_cont .mw .cont .left_side p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .top_section .top_section_cont .mw .cont .left_side .btn_c .btn_m {
    max-width: 340px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side p {
    padding-bottom: 30px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 380px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header {
    height: 120px;
  }
  .header .mw {
    padding: 20px 1rem;
  }
  .header .mw .cont {
    border-radius: 15px;
    padding: 10px 15px 10px 5px;
  }
  .header .mw .cont .left_side .logo a img {
    width: 130px;
    min-width: 130px;
  }
  .header .mw .cont .nav {
    display: none;
  }
  .header .mw .cont .right_side .soc_icons {
    margin-right: 20px;
  }
  .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header .mw .cont .right_side .soc_icons ul li a {
    width: 32px;
    height: 32px;
  }
  .header .mw .cont .right_side .soc_icons ul li a img {
    width: 22px;
  }
  .header .mw .cont .right_side .btn_c {
    margin-right: 20px;
  }
  .header .mw .cont .right_side .btn_c .btn_m {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 12px;
  }
  .header .mw .cont .right_side .btn_c .btn_m::after {
    margin-left: 8px;
    width: 7px;
    height: 7px;
    min-width: 7px;
  }
  .header .mw .cont .right_side .o_xs_menu {
    display: block;
  }
  .header_offset {
    padding-top: 120px;
  }
  .xs_menu {
    display: block;
  }
  .top_section .top_nav .mw {
    padding: 15px 1rem 30px;
  }
  .top_section .top_nav .mw ul li:after {
    font-size: 14px;
    margin: 0 15px;
  }
  .top_section .top_nav .mw ul li a {
    font-size: 14px;
  }
  .top_section .top_section_cont .mw {
    padding: 30px 1rem 3rem;
  }
  .top_section .top_section_cont .mw .cont .left_side {
    width: 80%;
  }
  .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 38px;
    line-height: 45px;
    max-width: 450px;
    letter-spacing: -1.65px;
    padding-bottom: 30px;
  }
  .top_section .top_section_cont .mw .cont .left_side p {
    font-size: 18px;
    line-height: 25px;
    max-width: 460px;
    padding-bottom: 40px;
  }
  .top_section .top_section_cont .mw .cont .left_side p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .top_section .top_section_cont .mw .cont .left_side .btn_c .btn_m {
    max-width: 320px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side p {
    padding-bottom: 60px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 110px;
  }
  .header .mw {
    padding: 20px 1rem;
  }
  .header .mw .cont {
    border-radius: 18px;
    padding: 10px 12px;
  }
  .header .mw .cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .cont .nav ul li {
    margin-right: 10px;
  }
  .header .mw .cont .nav ul li a {
    font-size: 14px;
  }
  .header .mw .cont .right_side .soc_icons {
    margin-right: 20px;
  }
  .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 8px;
  }
  .header .mw .cont .right_side .soc_icons ul li a {
    width: 30px;
    height: 30px;
  }
  .header .mw .cont .right_side .soc_icons ul li a img {
    width: 20px;
  }
  .header .mw .cont .right_side .btn_c {
    display: none;
  }
  .header .mw .cont .right_side .o_xs_menu {
    display: none;
  }
  .header .mw .cont .right_side .o_xs_menu * {
    margin: 0;
    padding: 0;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon1,
  .header .mw .cont .right_side .o_xs_menu #nav-icon2,
  .header .mw .cont .right_side .o_xs_menu #nav-icon3,
  .header .mw .cont .right_side .o_xs_menu #nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    zoom: 0.5;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(1),
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(2) {
    top: 0px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(3),
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(4) {
    top: 18px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(5),
  .header .mw .cont .right_side .o_xs_menu #nav-icon2 span:nth-child(6) {
    top: 36px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(1),
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(2),
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  .header .mw .cont .right_side .o_xs_menu #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }
  .header .mw .cont .right_side .o_xs_menu img {
    width: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    height: 30px;
  }
  .header_offset {
    padding-top: 120px;
  }
  .top_section .top_nav .mw {
    padding: 15px 1rem 30px;
  }
  .top_section .top_nav .mw ul li:after {
    font-size: 14px;
    margin: 0 15px;
  }
  .top_section .top_nav .mw ul li a {
    font-size: 14px;
  }
  .top_section .top_section_cont .mw {
    padding: 30px 1rem 4rem;
  }
  .top_section .top_section_cont .mw .cont .left_side {
    width: 72%;
  }
  .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 45px;
    line-height: 55px;
    max-width: 580px;
    padding-bottom: 30px;
  }
  .top_section .top_section_cont .mw .cont .left_side p {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
    padding-bottom: 50px;
  }
  .top_section .top_section_cont .mw .cont .left_side p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .top_section .top_section_cont .mw .cont .left_side .btn_c .btn_m {
    max-width: 320px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side p {
    padding-bottom: 70px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header {
    height: 120px;
  }
  .header .mw {
    padding: 20px 2rem;
  }
  .header .mw .cont {
    border-radius: 15px;
    padding: 10px 12px;
  }
  .header .mw .cont .left_side .logo a img {
    width: 120px;
    min-width: 120px;
  }
  .header .mw .cont .nav ul li {
    margin-right: 16px;
  }
  .header .mw .cont .nav ul li a {
    font-size: 14px;
  }
  .header .mw .cont .right_side .soc_icons {
    margin-right: 20px;
  }
  .header .mw .cont .right_side .soc_icons ul li {
    margin-right: 5px;
  }
  .header .mw .cont .right_side .soc_icons ul li a {
    width: 32px;
    height: 32px;
  }
  .header .mw .cont .right_side .soc_icons ul li a img {
    width: 22px;
  }
  .header .mw .cont .right_side .btn_c .btn_m {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 12px;
  }
  .header .mw .cont .right_side .btn_c .btn_m::after {
    margin-left: 8px;
    width: 8px;
    height: 8px;
    min-width: 8px;
  }
  .header_offset {
    padding-top: 120px;
  }
  .top_section .top_nav {
    width: 100%;
  }
  .top_section .top_nav .mw {
    padding: 15px 2rem 35px;
  }
  .top_section .top_nav .mw ul li:after {
    font-size: 14px;
  }
  .top_section .top_nav .mw ul li a {
    font-size: 14px;
  }
  .top_section .top_section_cont .mw {
    padding: 30px 2rem 90px;
  }
  .top_section .top_section_cont .mw .cont .left_side {
    width: 62%;
  }
  .top_section .top_section_cont .mw .cont .left_side .h1 {
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 30px;
  }
  .top_section .top_section_cont .mw .cont .left_side p {
    font-size: 18px;
    line-height: 24px;
    max-width: 460px;
    padding-bottom: 50px;
  }
  .top_section .top_section_cont .mw .cont .left_side p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .top_section .top_section_cont .mw .cont .left_side .btn_c .btn_m {
    max-width: 340px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side p {
    padding-bottom: 80px;
  }
  .top_section .top_section_cont1 .mw .cont .left_side .btn_c .btn_m {
    max-width: 350px;
  }
}
.footer {
  background: #001617;
}
.footer .mw {
  padding: 60px 2rem 30px;
}
.footer .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;
  position: relative;
  height: 275px;
}
.footer .mw .top_cont::after {
  content: "";
  width: 1px;
  height: 275px;
  position: absolute;
  left: 50%;
  background: rgba(123, 124, 125, 0.6);
}
.footer .mw .top_cont .left_side {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer .mw .top_cont .left_side .logo {
  width: 210px;
}
.footer .mw .top_cont .left_side .logo a img {
  width: 100%;
  height: auto;
}
.footer .mw .top_cont .left_side ul {
  width: 50%;
}
.footer .mw .top_cont .left_side ul li {
  margin-bottom: 20px;
}
.footer .mw .top_cont .left_side ul li:last-child {
  margin-bottom: 0;
}
.footer .mw .top_cont .left_side ul li a {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-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;
}
.footer .mw .top_cont .left_side ul li a .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 18px;
  border-radius: 41px;
  background: rgba(243, 100, 59, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .mw .top_cont .left_side ul li a .icon img {
  width: 16px;
  height: auto;
}
.footer .mw .top_cont .left_side ul li a:hover {
  color: #ff463b;
}
.footer .mw .top_cont .right_side {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}
.footer .mw .top_cont .right_side .l_side {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-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;
}
.footer .mw .top_cont .right_side .l_side .fast_links {
  max-width: 260px;
}
.footer .mw .top_cont .right_side .l_side .fast_links .h5,
.footer .mw .top_cont .right_side .l_side .fast_links h5 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}
.footer .mw .top_cont .right_side .l_side .fast_links ul li {
  margin-bottom: 16px;
}
.footer .mw .top_cont .right_side .l_side .fast_links ul li:last-child {
  margin-bottom: 0;
}
.footer .mw .top_cont .right_side .l_side .fast_links ul li a {
  color: rgba(200, 200, 200, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer .mw .top_cont .right_side .l_side .fast_links ul li a:hover {
  color: #fff;
}
.footer .mw .top_cont .right_side .r_side .soc_icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .mw .top_cont .right_side .r_side .soc_icons ul li {
  margin-right: 8px;
}
.footer .mw .top_cont .right_side .r_side .soc_icons ul li a {
  width: 40px;
  height: 40px;
  border-radius: 40.829px;
  background: rgba(255, 255, 255, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .mw .top_cont .right_side .r_side .soc_icons ul li a img {
  width: 18px;
}
.footer .mw .top_cont .right_side .r_side .soc_icons ul li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.footer .mw hr {
  border: none;
  height: 1px;
  background: rgba(123, 124, 125, 0.3);
  width: 100%;
  margin: 50px 0 30px;
}
.footer .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;
}
.footer .mw .bottom_cont .left_side p {
  color: var(--Text-Gray-300, #d9dbe1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.footer .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .mw .bottom_cont .right_side ul li {
  margin-right: 8px;
}
.footer .mw .bottom_cont .right_side ul li:last-child {
  margin-right: 0;
}
.footer .mw .bottom_cont .right_side ul li a {
  color: var(--Text-Gray-300, #d9dbe1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.footer .mw .bottom_cont .right_side ul li a:hover {
  color: #e74010;
}

@media (max-width: 575px) {
  .footer .mw {
    padding: 3rem 1rem 30px;
  }
  .footer .mw .top_cont {
    height: auto;
  }
  .footer .mw .top_cont::after {
    display: none;
  }
  .footer .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: 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;
  }
  .footer .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;
  }
  .footer .mw .top_cont .left_side .logo a {
    max-width: 180px;
  }
  .footer .mw .top_cont .left_side .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .mw .top_cont .left_side ul {
    width: 100%;
  }
  .footer .mw .top_cont .left_side ul li {
    margin-bottom: 20px;
  }
  .footer .mw .top_cont .left_side ul li a {
    font-size: 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;
  }
  .footer .mw .top_cont .left_side ul li a .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 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;
  }
  .footer .mw .top_cont .left_side ul li a .icon img {
    width: 14px;
  }
  .footer .mw .top_cont .right_side {
    width: 100%;
  }
  .footer .mw .top_cont .right_side .l_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links .h5,
  .footer .mw .top_cont .right_side .l_side .fast_links h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li a {
    font-size: 16px;
  }
  .footer .mw .top_cont .right_side .r_side {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons {
    width: 100%;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li {
    margin-right: 8px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
  }
  .footer .mw hr {
    margin: 30px 0 30px;
  }
  .footer .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;
  }
  .footer .mw .bottom_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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .mw .bottom_cont .left_side p {
    font-size: 13px;
    text-align: center;
  }
  .footer .mw .bottom_cont .right_side {
    width: 100%;
  }
  .footer .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: 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;
  }
  .footer .mw .bottom_cont .right_side ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .footer .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .mw {
    padding: 3rem 1rem 30px;
  }
  .footer .mw .top_cont {
    height: auto;
  }
  .footer .mw .top_cont::after {
    display: none;
  }
  .footer .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: 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;
  }
  .footer .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;
  }
  .footer .mw .top_cont .left_side .logo a {
    max-width: 180px;
  }
  .footer .mw .top_cont .left_side .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .mw .top_cont .left_side ul {
    width: 100%;
  }
  .footer .mw .top_cont .left_side ul li {
    margin-bottom: 20px;
  }
  .footer .mw .top_cont .left_side ul li a {
    font-size: 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;
  }
  .footer .mw .top_cont .left_side ul li a .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 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;
  }
  .footer .mw .top_cont .left_side ul li a .icon img {
    width: 14px;
  }
  .footer .mw .top_cont .right_side {
    width: 100%;
  }
  .footer .mw .top_cont .right_side .l_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links .h5,
  .footer .mw .top_cont .right_side .l_side .fast_links h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li a {
    font-size: 16px;
  }
  .footer .mw .top_cont .right_side .r_side {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons {
    width: 100%;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li {
    margin-right: 8px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
  }
  .footer .mw hr {
    margin: 30px 0 30px;
  }
  .footer .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;
  }
  .footer .mw .bottom_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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .mw .bottom_cont .left_side p {
    font-size: 13px;
    text-align: center;
  }
  .footer .mw .bottom_cont .right_side {
    width: 100%;
  }
  .footer .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: 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;
  }
  .footer .mw .bottom_cont .right_side ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .footer .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .mw {
    padding: 3rem 1rem 30px;
  }
  .footer .mw .top_cont {
    height: 100%;
  }
  .footer .mw .top_cont::after {
    height: 100%;
  }
  .footer .mw .top_cont .left_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .footer .mw .top_cont .left_side .logo {
    width: 160px;
    position: relative;
    top: -20px;
  }
  .footer .mw .top_cont .left_side ul {
    width: 100%;
  }
  .footer .mw .top_cont .left_side ul li {
    margin-bottom: 20px;
  }
  .footer .mw .top_cont .left_side ul li a {
    font-size: 22px;
  }
  .footer .mw .top_cont .left_side ul li a .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 15px;
  }
  .footer .mw .top_cont .left_side ul li a .icon img {
    width: 16px;
  }
  .footer .mw .top_cont .right_side {
    width: 46%;
    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;
  }
  .footer .mw .top_cont .right_side .l_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links {
    max-width: 260px;
    width: 49%;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links .h5,
  .footer .mw .top_cont .right_side .l_side .fast_links h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li {
    margin-bottom: 12px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li a {
    font-size: 16px;
  }
  .footer .mw .top_cont .right_side .r_side {
    margin-top: 30px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li {
    margin-right: 8px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li a {
    width: 40px;
    height: 40px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li a img {
    width: 18px;
  }
  .footer .mw hr {
    margin: 40px 0 30px;
  }
  .footer .mw .bottom_cont .left_side p {
    font-size: 14px;
  }
  .footer .mw .bottom_cont .right_side ul li {
    margin-right: 8px;
  }
  .footer .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .footer .mw {
    padding: 60px 2rem 30px;
  }
  .footer .mw .top_cont {
    height: 100%;
  }
  .footer .mw .top_cont::after {
    height: 100%;
  }
  .footer .mw .top_cont .left_side .logo {
    width: 160px;
  }
  .footer .mw .top_cont .left_side ul {
    width: 50%;
  }
  .footer .mw .top_cont .left_side ul li {
    margin-bottom: 15px;
  }
  .footer .mw .top_cont .left_side ul li a {
    font-size: 20px;
  }
  .footer .mw .top_cont .left_side ul li a .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 16px;
  }
  .footer .mw .top_cont .left_side ul li a .icon img {
    width: 16px;
  }
  .footer .mw .top_cont .right_side .l_side {
    width: 62%;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links {
    max-width: 200px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links .h5,
  .footer .mw .top_cont .right_side .l_side .fast_links h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li {
    margin-bottom: 12px;
  }
  .footer .mw .top_cont .right_side .l_side .fast_links ul li a {
    font-size: 16px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li {
    margin-right: 8px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li a {
    width: 35px;
    height: 35px;
  }
  .footer .mw .top_cont .right_side .r_side .soc_icons ul li a img {
    width: 16px;
  }
  .footer .mw hr {
    margin: 30px 0;
  }
  .footer .mw .bottom_cont .left_side p {
    font-size: 14px;
  }
  .footer .mw .bottom_cont .right_side ul li a {
    font-size: 14px;
    margin-left: 8px;
  }
}
.m_title {
  padding-bottom: 45px;
}
.m_title .h2 {
  color: #001617;
  font-family: "Prosto One", sans-serif !important;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -1.35px;
}
.m_title .h2 b {
  color: #008464;
  font-family: "Prosto One", sans-serif !important;
  font-weight: 400;
}
.m_title .h2 span {
  color: #e74111;
  font-family: "Prosto One", sans-serif !important;
  font-weight: 400;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

img {
  pointer-events: none;
}

body,
html {
  width: 100%;
  position: relative;
}

.text_grad_green {
  background: #e74010;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  #acf_map_canvas {
    min-height: none;
  }
}

@media (max-width: 575px) {
  .m_title {
    padding-bottom: 30px;
  }
  .m_title .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .m_title {
    padding-bottom: 30px;
  }
  .m_title .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_title {
    padding-bottom: 35px;
  }
  .m_title .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .m_title {
    padding-bottom: 38px;
  }
  .m_title .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
/*
iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-style: none;
}
*/
.btn_c {
  width: 100%;
}
.btn_c .btn_m {
  border-radius: 22px;
  background: radial-gradient(50% 50% at 50% 50%, #e74010 0%, #e74010 100%);
  -webkit-box-shadow: 0 4px 13px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 4px 13px 0 rgba(255, 255, 255, 0.2) inset;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  position: relative;
}
.btn_c .btn_m::after {
  content: "";
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin-left: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn_c .btn_m:hover {
  background: radial-gradient(50% 50% at 50% 50%, #ff5a2b 0%, #e74010 100%);
}
.btn_c .btn_m:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.btn_c .btn_m_c {
  padding: 24px;
  width: 100%;
  max-width: 265px;
  color: #fff;
  font-size: 25.297px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.506px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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: 28.055px;
  border: 1.265px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 24px 24px -10px rgba(57, 13, 53, 0.1);
  box-shadow: 0 24px 24px -10px rgba(57, 13, 53, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_c .btn_m_c:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-box-shadow: 0 28px 28px -12px rgba(57, 13, 53, 0.15);
  box-shadow: 0 28px 28px -12px rgba(57, 13, 53, 0.15);
}
.btn_c .blue_btn {
  background: #005cff;
}
.btn_c .fiolet_btn {
  background: linear-gradient(
    116deg,
    #ff36ed 11.25%,
    #ba20e4 81.94%,
    #8608f7 137.15%
  );
}
.btn_c .orange_btn {
  background: linear-gradient(106deg, #fd5b21 36.67%, #ff1e00 79.73%);
}

.page {
  overflow-x: hidden;
}
.page .main {
  background: url("../images/main_bg.jpg") no-repeat center center/cover;
  position: relative;
}
.page .main .main_cont .mw {
  padding: 30px 2rem 90px;
}
.page .main .main_cont .mw .cont {
  width: 52%;
}
.page .main .main_cont .mw .cont .title {
  color: rgba(51, 51, 51, 0.8);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.88px;
  padding-bottom: 20px;
}
.page .main .main_cont .mw .cont .title b {
  color: #040404;
  font-weight: 500;
}
.page .main .main_cont .mw .cont .h1 {
  color: #333;
  font-family: "Prosto One", sans-serif !important;
  font-size: 55px;
  max-width: 690px;
  font-style: normal;
  font-weight: 400;
  line-height: 59px;
  letter-spacing: -1.65px;
  margin-bottom: 25px;
}
.page .main .main_cont .mw .cont .h1 b {
  font-family: "Prosto One", sans-serif !important;
  color: #000;
  font-weight: 400;
}
.page .main .main_cont .mw .cont .h2 {
  color: #040404;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.42px;
  max-width: 544px;
  padding-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .main .main_cont .mw .cont .h2::before {
  content: "";
  background: #040404;
  width: 4px;
  height: 4px;
  min-width: 4px;
  position: relative;
  display: block;
  border-radius: 50px;
  margin-top: 12px;
  margin-right: 10px;
}
.page .main .main_cont .mw .cont .btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .main .main_cont .mw .cont .btn_line .btn_c {
  max-width: 280px;
  margin-right: 20px;
}
.page .main .main_cont .mw .cont .btn_line .btn_c:last-child {
  margin-right: 0;
}
.page .main .main_cont .mw .cont .btn_line .btn_m_c {
  border: 0.6px solid #1f7a4c;
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  background: transparent;
  color: #1f7a4c;
  padding: 20px;
  max-width: 195px;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: background 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}
.page .main .main_cont .mw .cont .btn_line .btn_m_c::after {
  background: url(../images/arrow_right_green.svg) no-repeat center center/cover;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.page .main .main_cont .mw .cont .btn_line .btn_m_c:hover {
  background: radial-gradient(50% 50% at 50% 50%, #1f7a4c 0%, #145f3a 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(31, 122, 76, 0.5),
    inset 0 5px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(31, 122, 76, 0.5),
    inset 0 5px 15px rgba(255, 255, 255, 0.2);
}
.page .main .main_cont .mw .cont .btn_line .btn_m_c:hover::after {
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
}
.page .find_your_perfect_christmas_tree .mw {
  padding: 6.25rem 2rem 3.125rem;
  position: relative;
}
.page .find_your_perfect_christmas_tree .mw .decor {
  position: absolute;
  width: 1700px;
  right: -880px;
  bottom: -880px;
}
.page .find_your_perfect_christmas_tree .mw .decor img {
  width: 100%;
  height: auto;
}
.page .find_your_perfect_christmas_tree .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 45px;
}
.page .find_your_perfect_christmas_tree .mw .top_line .left_side {
  max-width: 580px;
}
.page .find_your_perfect_christmas_tree .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page
  .find_your_perfect_christmas_tree
  .mw
  .top_line
  .right_side
  .btn_c
  .btn_m {
  border-radius: 22.181px;
  border: 0.6px solid #002a2a;
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  background: transparent;
  -webkit-transition: background 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  color: #002a2a;
  max-width: 290px;
  padding: 20px 32px;
}
.page
  .find_your_perfect_christmas_tree
  .mw
  .top_line
  .right_side
  .btn_c
  .btn_m::after {
  background: url(../images/arrow_right_black.svg) no-repeat center center/cover;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.page
  .find_your_perfect_christmas_tree
  .mw
  .top_line
  .right_side
  .btn_c
  .btn_m:hover {
  background: radial-gradient(50% 50% at 50% 50%, #002a2a 0%, #004040 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 42, 42, 0.5),
    inset 0 5px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 42, 42, 0.5),
    inset 0 5px 15px rgba(255, 255, 255, 0.2);
}
.page
  .find_your_perfect_christmas_tree
  .mw
  .top_line
  .right_side
  .btn_c
  .btn_m:hover::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .find_your_perfect_christmas_tree .mw .cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a {
  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;
  border-radius: 30px;
  background: #f3f3f3;
  background-blend-mode: darken;
  padding: 40px;
  height: 235px;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a .h5 {
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a .btn_more img {
  width: 15px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a .img {
  position: absolute;
  width: 330px;
  right: 0;
  bottom: -5px;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a .img img {
  width: 100%;
  height: auto;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a:hover {
  background: #e0e0e0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.page .find_your_perfect_christmas_tree .mw .cont .card a:hover .h5 {
  color: #000000;
}
.page .find_your_perfect_christmas_tree .mw .cont .card a:hover .btn_more img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.page .why_choose_us .mw {
  padding: 3.125rem 2rem;
}
.page .why_choose_us .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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .why_choose_us .mw .m_title .h2 {
  max-width: 825px;
  text-align: center;
}
.page .why_choose_us .mw .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 14px;
}
.page .why_choose_us .mw .cont .card {
  border-radius: 30px;
  background: rgba(52, 111, 31, 0.15);
  padding: 28px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .why_choose_us .mw .cont .card .icon {
  border-radius: 14.176px;
  background: #346f1f;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
.page .why_choose_us .mw .cont .card .icon img {
  width: 24px;
  height: 24px;
}
.page .why_choose_us .mw .cont .card .desc .h5 {
  color: #214714;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px;
}
.page .why_choose_us .mw .cont .card .desc p {
  color: #214714;
  font-size: 16px;
  font-style: normal;
  max-width: 280px;
  font-weight: 400;
  line-height: 140%;
}
.page .why_choose_us .mw .cont .card:nth-child(3) .desc p {
  max-width: 260px;
}
.page .why_choose_us .mw .cont .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page .why_choose_us .mw .cont .card_orange {
  background: rgba(231, 65, 17, 0.15);
}
.page .why_choose_us .mw .cont .card_orange .icon {
  background: #e74111;
}
.page .why_choose_us .mw .cont .card_green .desc .h5,
.page .why_choose_us .mw .cont .card_orange .desc .h5 {
  color: #001617;
}
.page .why_choose_us .mw .cont .card_green .desc p,
.page .why_choose_us .mw .cont .card_orange .desc p {
  max-width: 350px;
  color: #001617;
}
.page .why_choose_us .mw .cont .card_green:nth-child(3) .desc p,
.page .why_choose_us .mw .cont .card_orange:nth-child(3) .desc p {
  max-width: 350px;
}
.page .new_year_looks_like .mw {
  padding: 3.125rem 2rem 6.25rem;
  position: relative;
}
.page .new_year_looks_like .mw .decor {
  position: absolute;
  width: 1700px;
  right: -880px;
  top: 0px;
}
.page .new_year_looks_like .mw .decor img {
  width: 100%;
  height: auto;
}
.page .new_year_looks_like .mw .decor1 {
  position: absolute;
  width: 635px;
  left: -400px;
  bottom: -200px;
}
.page .new_year_looks_like .mw .decor1 img {
  width: 100%;
  height: auto;
}
.page .new_year_looks_like .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}
.page .new_year_looks_like .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .new_year_looks_like .mw .top_line .right_side p {
  color: #001617;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.42px;
  max-width: 380px;
}
.page .new_year_looks_like .mw .new_year_slider .card .img a img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}
.page .new_year_looks_like .mw .new_year_slider .owl-nav {
  display: none;
}
.page .new_year_looks_like .mw .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;
  margin-top: 50px;
}
.page .new_year_looks_like .mw .bottom_line .btn_prev_new_year,
.page .new_year_looks_like .mw .bottom_line .btn_next_new_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #001617;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .new_year_looks_like .mw .bottom_line .btn_prev_new_year:hover,
.page .new_year_looks_like .mw .bottom_line .btn_next_new_year:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.page .new_year_looks_like .mw .bottom_line .btn_prev_new_year:after,
.page .new_year_looks_like .mw .bottom_line .btn_next_new_year:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/chevron_left.svg") no-repeat center center/cover;
  position: absolute;
}
.page .new_year_looks_like .mw .bottom_line .btn_next_new_year:after {
  background: url("../images/chevron_right.svg") no-repeat center center/cover;
}
.page .new_year_looks_like .mw .bottom_line .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 30px;
}
.page .new_year_looks_like .mw .bottom_line .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background: rgba(0, 22, 23, 0.3);
}
.page .new_year_looks_like .mw .bottom_line .owl-dots .owl-dot.active {
  background: #001617;
}
.page .bg {
  background: linear-gradient(
    160deg,
    rgba(52, 111, 31, 0.1) 50.55%,
    rgba(143, 187, 127, 0.1) 68.8%,
    rgba(52, 111, 31, 0.1) 80.69%
  );
  padding: 30px 30px 40px;
  border-radius: 45px;
}
.page .bg .seen_your_christmas_tree {
  background: url(../images/seen_your_christmas_tree_bg.png) no-repeat center
    center/cover;
  border-radius: 45px;
  margin-bottom: 100px;
}
.page .bg .seen_your_christmas_tree .mw {
  padding: 75px 2rem;
}
.page .bg .seen_your_christmas_tree .mw .m_title {
  padding-bottom: 55px;
}
.page .bg .seen_your_christmas_tree .mw .m_title .h2 {
  color: #fff;
}
.page .bg .seen_your_christmas_tree .mw .m_title p {
  margin-top: 30px;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.42px;
  max-width: 634px;
}
.page .bg .seen_your_christmas_tree .mw .m_title p b {
  font-weight: 500;
}
.page .bg .seen_your_christmas_tree .mw .img {
  padding-bottom: 60px;
}
.page .bg .seen_your_christmas_tree .mw .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .bg .seen_your_christmas_tree .mw .btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c {
  max-width: 290px;
  margin-right: 20px;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c:last-child {
  margin-right: 0;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .fiolet_btn {
  border-radius: 22.181px;
  border: 0.6px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    139deg,
    #e035d1 -18.79%,
    #ba20e4 75.23%,
    #8608f7 148.64%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  max-width: 290px;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .fiolet_btn::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .blue_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #005cff;
  max-width: 290px;
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .blue_btn::after {
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .white_btn {
  border-radius: 22.181px;
  background: #fff;
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #002a2a;
  max-width: 225px;
}
.page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .white_btn::after {
  background: url(../images/arrow_right_black.svg) no-repeat center center/cover;
}
.page .bg .christmas_trees_bring_holiday {
  margin: 0 auto;
  max-width: 1440px;
}
.page .bg .christmas_trees_bring_holiday .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 .bg .christmas_trees_bring_holiday .cont .left_side {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .bg .christmas_trees_bring_holiday .cont .left_side .img {
  margin-right: 5px;
}
.page .bg .christmas_trees_bring_holiday .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
.page .bg .christmas_trees_bring_holiday .cont .left_side .img:last-child {
  margin-right: 0;
}
.page .bg .christmas_trees_bring_holiday .cont .right_side {
  width: 42%;
}
.page .bg .christmas_trees_bring_holiday .cont .right_side .m_title {
  padding-bottom: 30px;
}
.page .bg .christmas_trees_bring_holiday .cont .right_side .desc p {
  color: #001617;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.42px;
  margin-bottom: 25px;
}
.page .bg .christmas_trees_bring_holiday .cont .right_side .desc p:last-child {
  margin-bottom: 0;
}
.page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c {
  margin-top: 50px;
}
.page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c .btn_m {
  max-width: 190px;
}
.page .buying_a_christmas_tree .mw {
  padding: 6.25rem 2rem;
}
.page .buying_a_christmas_tree .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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.page .buying_a_christmas_tree .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .buying_a_christmas_tree .mw .top_line .left_side .m_title p {
  color: #001617;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.48px;
  margin-top: 30px;
  max-width: 635px;
}
.page .buying_a_christmas_tree .mw .top_line .right_side .logo {
  max-width: 185px;
}
.page .buying_a_christmas_tree .mw .top_line .right_side .logo img {
  width: 100%;
  height: auto;
}
.page .buying_a_christmas_tree .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 .buying_a_christmas_tree .mw .cont .left_side {
  width: 35%;
}
.page .buying_a_christmas_tree .mw .cont .left_side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.page .buying_a_christmas_tree .mw .cont .left_side ul li:last-child {
  margin-bottom: 0;
}
.page .buying_a_christmas_tree .mw .cont .left_side ul li .num {
  border-radius: 14.176px;
  background: #e74111;
  -webkit-box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.25) inset;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  min-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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 .buying_a_christmas_tree .mw .cont .left_side ul li .num span {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page .buying_a_christmas_tree .mw .cont .left_side ul li .desc .h5 {
  color: #001617;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px;
}
.page .buying_a_christmas_tree .mw .cont .left_side ul li .desc p {
  color: #001617;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 345px;
  line-height: 143%;
}
.page .buying_a_christmas_tree .mw .cont .left_side .btn_c {
  margin-top: 45px;
}
.page .buying_a_christmas_tree .mw .cont .right_side {
  width: 64%;
  display: -webkit-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 .buying_a_christmas_tree .mw .cont .right_side .img {
  max-width: 810px;
}
.page .buying_a_christmas_tree .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
.page .we_are_recommended {
  border-radius: 50px;
  background: rgba(232, 73, 27, 0.05);
  position: relative;
}
.page .we_are_recommended .decor {
  position: absolute;
  width: 750px;
  top: -100px;
  right: 120px;
}
.page .we_are_recommended .decor img {
  width: 100%;
  height: auto;
}
.page .we_are_recommended .decor1 {
  position: absolute;
  width: 136px;
  top: 76px;
  right: 430px;
}
.page .we_are_recommended .decor1 img {
  width: 100%;
  height: auto;
}
.page .we_are_recommended .decor2 {
  position: absolute;
  width: 650px;
  top: 65px;
  left: -460px;
}
.page .we_are_recommended .decor2 img {
  width: 100%;
  height: auto;
}
.page .we_are_recommended .mw {
  padding: 4.375rem 2rem;
}
.page .we_are_recommended .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.page .we_are_recommended .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .we_are_recommended .mw .top_line .left_side .m_title .h2 {
  max-width: 540px;
}
.page .we_are_recommended .mw .top_line .left_side .m_title p {
  color: rgba(0, 22, 23, 0.7);
  font-size: 24px;
  font-style: normal;
  margin-top: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.page .we_are_recommended .mw .top_line .left_side .m_title p b {
  color: #001617;
  font-weight: 500;
}
.page .we_are_recommended .mw .top_line .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .we_are_recommended .mw .top_line .right_side .btn_prev_recommended,
.page .we_are_recommended .mw .top_line .right_side .btn_next_recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 17.377px;
  background: radial-gradient(50% 50% at 50% 50%, #e74010 0%, #e74010 100%);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .we_are_recommended .mw .top_line .right_side .btn_prev_recommended:hover,
.page
  .we_are_recommended
  .mw
  .top_line
  .right_side
  .btn_next_recommended:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 15px rgba(255, 255, 255, 0.1);
}
.page .we_are_recommended .mw .top_line .right_side .btn_prev_recommended:after,
.page
  .we_are_recommended
  .mw
  .top_line
  .right_side
  .btn_next_recommended:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/chevron_left.svg") no-repeat center center/cover;
  position: absolute;
}
.page .we_are_recommended .mw .top_line .right_side .btn_prev_recommended {
  opacity: 0.6;
}
.page
  .we_are_recommended
  .mw
  .top_line
  .right_side
  .btn_prev_recommended:hover {
  opacity: 1;
}
.page .we_are_recommended .mw .top_line .right_side .btn_next_recommended {
  margin-left: 10px;
}
.page
  .we_are_recommended
  .mw
  .top_line
  .right_side
  .btn_next_recommended:after {
  background: url("../images/chevron_right.svg") no-repeat center center/cover;
}
.page .we_are_recommended .mw .recommended_slider .card {
  border-radius: 21px;
  border: 0.5px solid #e1c9c3;
  background: #fff;
  -webkit-box-shadow: 0 44px 64px -20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 44px 64px -20px rgba(0, 0, 0, 0.04);
  padding: 20px 20px 60px;
}
.page .we_are_recommended .mw .recommended_slider .card .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}
.page .we_are_recommended .mw .recommended_slider .card .line .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: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .we_are_recommended .mw .recommended_slider .card .line .desc .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}
.page .we_are_recommended .mw .recommended_slider .card .line .desc .date {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.154px;
  margin-left: 15px;
}
.page .we_are_recommended .mw .recommended_slider .card .line .icon {
  max-width: 118px;
}
.page .we_are_recommended .mw .recommended_slider .card .line .icon img {
  width: 100%;
  height: auto;
}
.page .we_are_recommended .mw .recommended_slider .card p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
  letter-spacing: -0.154px;
}
.page .we_are_recommended .mw .btn_line {
  padding-top: 44px;
  display: -webkit-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 .we_are_recommended .mw .btn_line .btn_c {
  margin-right: 20px;
  max-width: auto;
  width: auto;
}
.page .we_are_recommended .mw .btn_line .btn_c .btn_m::after {
  display: none;
}
.page .we_are_recommended .mw .btn_line .btn_c:last-child {
  margin-right: 0;
}
.page .we_are_recommended .mw .btn_line .btn_c .fiolet_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    139deg,
    rgba(224, 53, 209, 0.15) -18.79%,
    rgba(186, 32, 228, 0.15) 75.23%,
    rgba(134, 8, 247, 0.15) 148.64%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #ba20e4;
  max-width: 325px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .we_are_recommended .mw .btn_line .btn_c .fiolet_btn:hover {
  background: #ba20e4;
  color: #fff;
}
.page .we_are_recommended .mw .btn_line .btn_c .blue_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 92, 255, 0.15);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #005cff;
  max-width: 280px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .we_are_recommended .mw .btn_line .btn_c .blue_btn:hover {
  background: #005cff;
  color: #fff;
}
.page .we_are_recommended .mw .btn_line .btn_c .orange_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    97deg,
    rgba(253, 91, 33, 0.15) 48.44%,
    rgba(244, 46, 20, 0.15) 76.86%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #f42e14;
  max-width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .we_are_recommended .mw .btn_line .btn_c .orange_btn:hover {
  background: #f42e14;
  color: #fff;
}
.page .we_are_recommended .mw .mob_cont {
  display: none;
}
.page .we_are_recommended .mw .mob_cont .btn_prev_recommended,
.page .we_are_recommended .mw .mob_cont .btn_next_recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 17.377px;
  background: radial-gradient(50% 50% at 50% 50%, #e74010 0%, #e74010 100%);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .we_are_recommended .mw .mob_cont .btn_prev_recommended:hover,
.page .we_are_recommended .mw .mob_cont .btn_next_recommended:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 15px rgba(255, 255, 255, 0.1);
}
.page .we_are_recommended .mw .mob_cont .btn_prev_recommended:after,
.page .we_are_recommended .mw .mob_cont .btn_next_recommended:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/chevron_left.svg") no-repeat center center/cover;
  position: absolute;
}
.page .we_are_recommended .mw .mob_cont .btn_prev_recommended {
  opacity: 0.6;
}
.page .we_are_recommended .mw .mob_cont .btn_prev_recommended:hover {
  opacity: 1;
}
.page .we_are_recommended .mw .mob_cont .btn_next_recommended {
  margin-left: 10px;
}
.page .we_are_recommended .mw .mob_cont .btn_next_recommended:after {
  background: url("../images/chevron_right.svg") no-repeat center center/cover;
}
.page .recommended {
  margin-bottom: 140px;
}
.page .tree_shopping_made_easy .mw {
  padding: 6.25rem 2rem 3.125rem;
}
.page .tree_shopping_made_easy .mw .m_title {
  padding-bottom: 40px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card {
  border-radius: 35.44px;
  border: 1px solid #dcdcdc;
  background: radial-gradient(
    66.24% 68.05% at 50% 50%,
    #f3f3f3 0%,
    #f8f8f8 100%
  );
  padding: 14px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .img {
  border-radius: 28px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .img img {
  width: 100%;
  height: auto;
  border-radius: 28px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .desc {
  padding: 30px 20px 20px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .desc .h5 {
  color: #151515;
  font-size: 18px;
  display: block;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: -0.36px;
  max-width: 245px;
  margin-bottom: 14px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .desc .date {
  color: rgba(21, 21, 21, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .desc .btn_more {
  margin-top: 45px;
  color: #e74111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  letter-spacing: -0.32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  -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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a .desc .btn_more::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat center center/cover;
  position: relative;
  width: 8px;
  min-width: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 8px;
  display: block;
  margin-left: 8px;
}
.page .tree_shopping_made_easy .mw .tree_slider .card a:hover .desc .h5 {
  color: #e74010;
}
.page
  .tree_shopping_made_easy
  .mw
  .tree_slider
  .card
  a:hover
  .desc
  .btn_more::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.page .tree_shopping_made_easy .mw .tree_slider .owl-nav {
  display: none;
}
.page .tree_shopping_made_easy .mw .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;
  margin-top: 50px;
}
.page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree,
.page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #001617;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree:hover,
.page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree:after,
.page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/chevron_left.svg") no-repeat center center/cover;
  position: absolute;
}
.page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:after {
  background: url("../images/chevron_right.svg") no-repeat center center/cover;
}
.page .tree_shopping_made_easy .mw .bottom_line .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 30px;
}
.page .tree_shopping_made_easy .mw .bottom_line .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background: rgba(0, 22, 23, 0.3);
}
.page .tree_shopping_made_easy .mw .bottom_line .owl-dots .owl-dot.active {
  background: #001617;
}
.page .faq .mw {
  padding: 3.125rem 2rem 6.25rem;
}
.page .faq .mw .m_title {
  padding-bottom: 40px;
}
.page .faq .mw .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .faq .mw .accordion .accordion-item {
  width: 49%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  background: radial-gradient(
    66.24% 68.05% at 50% 50%,
    #f3f3f3 0%,
    #f8f8f8 100%
  );
  margin-bottom: 14px;
}
.page .faq .mw .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.page .faq .mw .accordion .accordion-item .accordion-item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  letter-spacing: -0.4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 18px 18px 18px 40px;
  cursor: pointer;
}
.page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 17.377px;
  background: radial-gradient(50% 50% at 50% 50%, #e74010 0%, #e74010 100%);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
  content: "";
  position: relative;
  background: url("../images/plus.svg") no-repeat center center/cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: block;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-title:hover
  .plus:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.page .faq .mw .accordion .accordion-item .accordion-item-content {
  display: none;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont {
  padding: 0 40px 30px;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #a5a5a5;
  padding-bottom: 15px;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p
  b {
  color: #e74010;
}
.page
  .faq
  .mw
  .accordion
  .accordion-item
  .accordion-item-content
  .accordion-item-content_cont
  p:last-child {
  padding-bottom: 0;
}
.page .faq .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 .can_find_us_website .mw {
  padding: 6.25rem 2rem;
}
.page .can_find_us_website .mw .cont {
  background: url(../images/can_find_us_website_bg.jpg) no-repeat center
    center/cover;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 60px 20px 110px;
  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 .can_find_us_website .mw .cont .m_title .h2 {
  max-width: 612px;
  text-align: center;
}
.page .can_find_us_website .mw .cont .m_title .h2 b {
  background: linear-gradient(
    92deg,
    #e74111 1.37%,
    #ff734a 48.38%,
    #e74111 87.92%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .can_find_us_website .mw .cont .m_title p {
  margin-top: 20px;
  color: #001617;
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.42px;
}
.page .can_find_us_website .mw .cont .btn_line {
  border-radius: 46.305px;
  border: 2.315px solid #fff;
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(245, 245, 245, 0) 0%,
      rgba(245, 245, 245, 0.6) 100%
    ),
    rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 74.088px 166.698px -34.729px rgba(0, 0, 0, 0.1);
  box-shadow: 0 74.088px 166.698px -34.729px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(40.5168190002px);
  backdrop-filter: blur(40.5168190002px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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: 40px 45px;
}
.page .can_find_us_website .mw .cont .btn_line .btn_c {
  margin-right: 30px;
  width: auto;
}
.page .can_find_us_website .mw .cont .btn_line .btn_c:last-child {
  margin-right: 0;
}
.page .can_find_us_website .mw .cont .btn_line .btn_c .blue_btn {
  width: 215px;
}
.page .can_find_us_website .mw .cont .btn_line .btn_c .fiolet_btn,
.page .can_find_us_website .mw .cont .btn_line .btn_c .orange_btn {
  width: 260px;
}
.page .any_ques {
  border-radius: 50px;
  background: #008565;
  margin-bottom: 190px;
}
.page .any_ques .mw {
  padding: 40px 2rem;
}
.page .any_ques .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.page .any_ques .mw .top_line .left_side {
  width: 56%;
}
.page .any_ques .mw .top_line .left_side .m_title .h2 {
  color: #fff;
}
.page .any_ques .mw .top_line .right_side {
  width: 40%;
}
.page .any_ques .mw .top_line .right_side p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  max-width: 460px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.page .any_ques .mw .top_line .right_side p b {
  font-weight: 500;
}
.page .any_ques .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 .any_ques .mw .cont .left_side {
  width: 56%;
  position: relative;
}
.page .any_ques .mw .cont .left_side .any_ques_slider .card {
  position: relative;
}
.page .any_ques .mw .cont .left_side .any_ques_slider .card .img {
  width: 100%;
}
.page .any_ques .mw .cont .left_side .any_ques_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
.page .any_ques .mw .cont .left_side .custom_nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  z-index: 99;
}
.page .any_ques .mw .cont .left_side .custom_dots {
  margin-left: 20px;
}
.page .any_ques .mw .cont .left_side .custom_dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.7);
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.page .any_ques .mw .cont .left_side .custom_dots .owl-dot.active {
  background: #fff;
}
.page .any_ques .mw .cont .left_side .custom_arrows {
  margin-right: 20px;
}
.page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques,
.page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: radial-gradient(circle, #e74010 0%, #e74010 100%);
  border: none;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:after,
.page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:after {
  content: "";
  width: 12px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:hover,
.page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:hover {
  background: radial-gradient(50% 50% at 50% 50%, #ff5a2b 0%, #e74010 100%);
}
.page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:after {
  background-image: url("../images/chevron_left.svg");
}
.page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:after {
  background-image: url("../images/chevron_right.svg");
}
.page .any_ques .mw .cont .right_side {
  width: 40%;
}
.page .any_ques .mw .cont .right_side form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .any_ques .mw .cont .right_side form .inp {
  width: 100%;
  margin-bottom: 20px;
}
.page .any_ques .mw .cont .right_side form .inp .h5 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
  margin-left: 5px;
}
.page .any_ques .mw .cont .right_side form .inp input,
.page .any_ques .mw .cont .right_side form .inp textarea {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  height: 68px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 20px 30px;
}
.page
  .any_ques
  .mw
  .cont
  .right_side
  form
  .inp
  input::-webkit-input-placeholder,
.page
  .any_ques
  .mw
  .cont
  .right_side
  form
  .inp
  textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page .any_ques .mw .cont .right_side form .inp input::-moz-placeholder,
.page .any_ques .mw .cont .right_side form .inp textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page .any_ques .mw .cont .right_side form .inp input:-ms-input-placeholder,
.page .any_ques .mw .cont .right_side form .inp textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page .any_ques .mw .cont .right_side form .inp input::-ms-input-placeholder,
.page
  .any_ques
  .mw
  .cont
  .right_side
  form
  .inp
  textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page .any_ques .mw .cont .right_side form .inp input::placeholder,
.page .any_ques .mw .cont .right_side form .inp textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page .any_ques .mw .cont .right_side form .inp_textarea {
  width: 100%;
}
.page .any_ques .mw .cont .right_side form .inp_textarea textarea {
  height: 140px;
  resize: none;
}
.page .any_ques .mw .cont .right_side form .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;
  width: 100%;
}
.page .any_ques .mw .cont .right_side form .line .inp {
  width: 49%;
}
.page .any_ques .mw .cont .right_side form .btn_c {
  margin-top: 10px;
}
.page .any_ques .mw .cont .right_side form .btn_c .btn_m {
  max-width: 100%;
  font-size: 20px;
  padding: 16px;
}
.page .any_ques .mw .cont .right_side form .btn_c .btn_m:after {
  display: none;
}
.page .any_ques .mw .cont .right_side form .inp_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  position: relative;
}
.page .any_ques .mw .cont .right_side form .inp_agree::before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  min-width: 40px;
  display: block;
  margin-right: 18px;
}
.page .any_ques .mw .cont .right_side form .inp_agree input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}
.page
  .any_ques
  .mw
  .cont
  .right_side
  form
  .inp_agree
  input:checked
  ~ .inp_check:after {
  opacity: 1;
}
.page .any_ques .mw .cont .right_side form .inp_agree .inp_check {
  border-radius: 8.174px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-right: 12px;
  position: relative;
}
.page .any_ques .mw .cont .right_side form .inp_agree .inp_check:after {
  content: "";
  width: 9px;
  height: 9px;
  background: url("../images/check.svg") no-repeat center center/cover;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .any_ques .mw .cont .right_side form .inp_agree .txt {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  max-width: 368px;
}
.page .any_ques .mw .cont .right_side form .inp_agree .txt a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page .produce_artificial_christmas_trees {
  padding: 100px 55px 0;
}
.page .produce_artificial_christmas_trees .bg_cont {
  border-radius: 40px;
  background: linear-gradient(
    160deg,
    rgba(52, 111, 31, 0.1) 50.55%,
    rgba(143, 187, 127, 0.1) 68.8%,
    rgba(52, 111, 31, 0.1) 80.69%
  );
}
.page .produce_artificial_christmas_trees .bg_cont .mw {
  padding: 55px 2rem;
}
.page .produce_artificial_christmas_trees .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;
}
.page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side .img {
  margin-right: 18px;
}
.page
  .produce_artificial_christmas_trees
  .bg_cont
  .mw
  .cont
  .left_side
  .img
  img {
  width: 100%;
  border-radius: 40px;
  height: auto;
}
.page
  .produce_artificial_christmas_trees
  .bg_cont
  .mw
  .cont
  .left_side
  .img:last-child {
  margin-right: 0;
}
.page .produce_artificial_christmas_trees .bg_cont .mw .cont .right_side {
  width: 45%;
}
.page
  .produce_artificial_christmas_trees
  .bg_cont
  .mw
  .cont
  .right_side
  .m_title {
  max-width: 500px;
  padding-bottom: 30px;
}
.page .produce_artificial_christmas_trees .bg_cont .mw .cont .right_side .desc {
  max-width: 560px;
}
.page
  .produce_artificial_christmas_trees
  .bg_cont
  .mw
  .cont
  .right_side
  .desc
  p {
  color: #001617;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
}
.page
  .produce_artificial_christmas_trees
  .bg_cont
  .mw
  .cont
  .right_side
  .desc
  p:last-child {
  margin-bottom: 0;
}
.page .work_all_russia .mw {
  padding: 80px 2rem 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.page .work_all_russia .mw .decor {
  position: absolute;
  width: 700px;
  bottom: -560px;
  left: -570px;
}
.page .work_all_russia .mw .decor img {
  width: 100%;
  height: auto;
}
.page .work_all_russia .mw .decor1 {
  position: absolute;
  width: 820px;
  right: -550px;
  top: -280px;
}
.page .work_all_russia .mw .decor1 img {
  width: 100%;
  height: auto;
}
.page .work_all_russia .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 .work_all_russia .mw .cont .left_side {
  width: 35%;
}
.page .work_all_russia .mw .cont .left_side .m_title {
  max-width: 400px;
  padding-bottom: 0;
}
.page .work_all_russia .mw .cont .right_side {
  width: 62%;
}
.page .work_all_russia .mw .cont .right_side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .work_all_russia .mw .cont .right_side ul li .num span {
  color: #e74111;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page .work_all_russia .mw .cont .right_side ul li p {
  color: #5d5d5d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
  letter-spacing: -0.4px;
}
.page .production_to_proud {
  border-radius: 70px;
  border: 1px solid #fff;
  background: #f3f3f3;
}
.page .production_to_proud .mw {
  padding: 80px 2rem;
}
.page .production_to_proud .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: 50px;
}
.page .production_to_proud .mw .top_line .left_side {
  max-width: 600px;
}
.page .production_to_proud .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .production_to_proud .mw .top_line .right_side p {
  color: #001617;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.42px;
}
.page .production_to_proud .mw .top_line .right_side p b {
  font-weight: 700;
}
.page .production_to_proud .mw .production_slider .card .img img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}
.page .production_to_proud .mw .production_slider .owl-nav {
  display: none;
}
.page .production_to_proud .mw .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;
  margin-top: 50px;
}
.page .production_to_proud .mw .bottom_line .btn_prev_production,
.page .production_to_proud .mw .bottom_line .btn_next_production {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #001617;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .production_to_proud .mw .bottom_line .btn_prev_production:hover,
.page .production_to_proud .mw .bottom_line .btn_next_production:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 15px rgba(255, 255, 255, 0.1);
}
.page .production_to_proud .mw .bottom_line .btn_prev_production:after,
.page .production_to_proud .mw .bottom_line .btn_next_production:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../images/chevron_left.svg") no-repeat center center/cover;
  position: absolute;
}
.page .production_to_proud .mw .bottom_line .btn_next_production:after {
  background: url("../images/chevron_right.svg") no-repeat center center/cover;
}
.page .production_to_proud .mw .bottom_line .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 30px;
}
.page .production_to_proud .mw .bottom_line .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background: rgba(0, 22, 23, 0.3);
}
.page .production_to_proud .mw .bottom_line .owl-dots .owl-dot.active {
  background: #001617;
}
.page .catalog .mw {
  padding: 40px 2rem 0;
}
.page .catalog .mw .m_title {
  padding-bottom: 50px;
}
.page .catalog .mw form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page .catalog .mw form .inp {
  width: 24%;
  position: relative;
}
.page .catalog .mw form .inp select {
  border: none;
  border-radius: 10px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: #001617;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 12px 18px;
}
.page .catalog .mw form .inp select::-webkit-input-placeholder {
  color: #bababa;
}
.page .catalog .mw form .inp select::-moz-placeholder {
  color: #bababa;
}
.page .catalog .mw form .inp select:-ms-input-placeholder {
  color: #bababa;
}
.page .catalog .mw form .inp select::-ms-input-placeholder {
  color: #bababa;
}
.page .catalog .mw form .inp select::placeholder {
  color: #bababa;
}
.page .catalog .mw form .inp .inp_select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .catalog .mw form .inp .inp_select:after {
  content: "";
  width: 8px;
  height: 5px;
  background: url("../images/chevron_down.svg") no-repeat center center/cover;
  position: absolute;
  right: 18px;
  pointer-events: none;
}
.page .catalog .mw .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
}
.page .catalog .mw .cont .card .line {
  position: relative;
}
.page .catalog .mw .cont .card .line .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .catalog .mw .cont .card .line .title {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 61.11px;
  background: radial-gradient(50% 50% at 50% 50%, #e74010 0%, #e74010 100%);
  -webkit-box-shadow: 0 4px 13px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 4px 13px 0 rgba(255, 255, 255, 0.2) inset;
  padding: 10px 12px;
}
.page .catalog .mw .cont .card .line .title span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .catalog .mw .cont .card .line .title span::before {
  content: "";
  background: url(../images/decor4.svg) no-repeat center center/cover;
  width: 11px;
  height: 14px;
  margin-right: 6px;
  min-width: 11px;
  position: relative;
}
.page .catalog .mw .cont .card .desc {
  padding: 25px 20px;
}
.page .catalog .mw .cont .card .desc .h5 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page .catalog .mw .cont .card .desc p {
  margin: 12px 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.page .catalog .mw .cont .card .desc .h6 {
  color: #296a21;
  font-size: 17.43px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.page .catalog .mw .cont .card .btn_c .btn_m {
  border-radius: 17px;
  background: #008464;
  max-width: 100%;
  padding: 18px 28px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
.page .catalog .mw .cont .card .btn_c .btn_m::after {
  display: none;
}
.page .catalog .mw .cont .card .btn_c .btn_m:hover {
  background: #005f47;
}
.page .catalog .mw .bottom_pagination {
  margin-top: 50px;
  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 .catalog .mw .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 .catalog .mw .bottom_pagination .pagination .page-numbers {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  border: 1px solid rgba(0, 22, 23, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001617;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  margin: 0 10px;
}
.page .catalog .mw .bottom_pagination .pagination .page-numbers:hover {
  background: rgba(0, 22, 23, 0.1);
}
.page .catalog .mw .bottom_pagination .pagination .page-numbers.current {
  background: #001617;
  color: #fff;
}
.page .catalog .mw .bottom_pagination .pagination .prev:hover:after {
  background: url("../images/chevron_left_dark.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page .catalog .mw .bottom_pagination .pagination .prev.current:after {
  background: url("../images/chevron_left_white.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page .catalog .mw .bottom_pagination .pagination .prev:after {
  content: "";
  background: url("../images/chevron_left_dark.svg") no-repeat center
    center/cover;
  position: absolute;
  opacity: 0.2;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .catalog .mw .bottom_pagination .pagination .next.current:after {
  background: url("../images/chevron_right_white.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page .catalog .mw .bottom_pagination .pagination .next:hover:after {
  background: url("../images/chevron_right_white.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page .catalog .mw .bottom_pagination .pagination .next:after {
  content: "";
  background: url("../images/chevron_right_dark.svg") no-repeat center
    center/cover;
  position: absolute;
  opacity: 0.2;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .product .mw {
  padding: 60px 2rem 50px;
}
.page .product .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .product .mw .cont .left_side {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page .product .mw .cont .left_side .product_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .product .mw .cont .left_side .product_slider .owl-stage-outer {
  z-index: 2;
}
.page .product .mw .cont .left_side .product_slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 40px;
}
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev,
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 17.377px;
  background: radial-gradient(50% 50% at 50% 50%, #e74010 0%, #e74010 100%);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev span,
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-next span {
  display: none;
}
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev:hover,
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-next:hover {
  background: radial-gradient(50% 50% at 50% 50%, #ff5a2b 0%, #e74010 100%);
}
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev:before,
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-next:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../images/chevron_left1.svg") no-repeat center center/cover;
  position: absolute;
}
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
  margin-left: 10px;
}
.page .product .mw .cont .left_side .product_slider .owl-nav .owl-next:before {
  background: url("../images/chevron_right2.svg") no-repeat center center/cover;
}
.page .product .mw .cont .left_side .product_min_slider .card .img img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.page .product .mw .cont .right_side {
  width: 49%;
}
.page .product .mw .cont .right_side .title {
  border-radius: 61.11px;
  background: #008464;
  padding: 7px 25px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.page .product .mw .cont .right_side .m_title {
  padding-bottom: 20px;
}
.page .product .mw .cont .right_side .desc {
  margin-bottom: 25px;
}
.page .product .mw .cont .right_side .desc p {
  color: #001617;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
}
.page .product .mw .cont .right_side .desc p b {
  font-weight: 500;
}
.page .product .mw .cont .right_side .h5 {
  color: #001617;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.46px;
  margin-bottom: 20px;
}
.page .product .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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
}
.page .product .mw .cont .right_side ul li:last-child {
  margin-bottom: 0;
}
.page .product .mw .cont .right_side ul li p {
  color: #575d5d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.page .product .mw .cont .right_side ul li .dotted-line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dotted rgba(13, 15, 32, 0.5);
  margin: 15px 2px 0;
}
.page .product .mw .cont .right_side ul li span {
  color: #17181a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.page .product .mw .cont .right_side ul li:last-child span {
  max-width: 312px;
}
.page .product .mw .cont .right_side .btn_line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 0;
  margin-top: 25px;
}
.page .product .mw .cont .right_side .btn_line .btn_m_c {
  padding: 40px 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.page .product .mw .cont .right_side .btn_line .btn_m_c:last-child {
  margin-right: 0;
}
.page .product .mw .cont .right_side .btn_line .blue_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 92, 255, 0.15);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #005cff;
}
.page .product .mw .cont .right_side .btn_line .blue_btn:hover {
  background: #005cff;
  color: #fff;
}
.page .product .mw .cont .right_side .btn_line .fiolet_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    139deg,
    rgba(224, 53, 209, 0.15) -18.79%,
    rgba(186, 32, 228, 0.15) 75.23%,
    rgba(134, 8, 247, 0.15) 148.64%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #ba20e4;
}
.page .product .mw .cont .right_side .btn_line .fiolet_btn:hover {
  background: #ba20e4;
  color: #fff;
}
.page .product .mw .cont .right_side .btn_line .orange_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    97deg,
    rgba(253, 91, 33, 0.15) 48.44%,
    rgba(244, 46, 20, 0.15) 76.86%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #f42e14;
}
.page .product .mw .cont .right_side .btn_line .orange_btn:hover {
  background: #f42e14;
  color: #fff;
}
.page .buying .mw {
  padding: 60px 2rem 50px;
}
.page .buying .mw .cont {
  background: url(../images/buying_bg.jpg) no-repeat center center/cover;
  border-radius: 50px;
  padding: 60px 20px 65px;
}
.page .buying .mw .cont .m_title {
  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 .buying .mw .cont .m_title .h2 {
  text-align: center;
}
.page .buying .mw .cont .m_title .h2 b {
  color: #e74111;
}
.page .buying .mw .cont .m_title p {
  margin-top: 25px;
  text-align: center;
  color: #001617;
  font-size: 21px;
  max-width: 620px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.42px;
}
.page .buying .mw .cont .m_title p b {
  font-weight: 500;
}
.page .buying .mw .cont .btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .buying .mw .cont .btn_line .btn_c {
  width: auto;
  margin-right: 20px;
}
.page .buying .mw .cont .btn_line .btn_c:last-child {
  margin-right: 0;
}
.page .buying .mw .cont .btn_line .btn_m_c {
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.page .buying .mw .cont .btn_line .blue_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 92, 255, 0.15);
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #005cff;
  max-width: 280px;
}
.page .buying .mw .cont .btn_line .blue_btn:hover {
  background: #005cff;
  color: #fff;
}
.page .buying .mw .cont .btn_line .fiolet_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    139deg,
    rgba(224, 53, 209, 0.15) -18.79%,
    rgba(186, 32, 228, 0.15) 75.23%,
    rgba(134, 8, 247, 0.15) 148.64%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #ba20e4;
  max-width: 265px;
}
.page .buying .mw .cont .btn_line .fiolet_btn:hover {
  background: #ba20e4;
  color: #fff;
}
.page .buying .mw .cont .btn_line .orange_btn {
  border-radius: 22.181px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    97deg,
    rgba(253, 91, 33, 0.15) 48.44%,
    rgba(244, 46, 20, 0.15) 76.86%
  );
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #f42e14;
  max-width: 300px;
}
.page .buying .mw .cont .btn_line .orange_btn:hover {
  background: #f42e14;
  color: #fff;
}
.page .map .mw {
  padding: 50px 2rem 100px;
}
.page .map .mw .m_title {
  padding-bottom: 50px;
}
.page .map .mw .cont {
  height: 500px;
}
.page .map .mw .cont iframe {
  position: relative;
  height: 500px;
  border-radius: 30px;
  width: 100%;
}
.page .maps .mw .m_title {
  padding-bottom: 28px;
}
.page .maps .mw .desc {
  margin-bottom: 40px;
  color: #001617;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.4px;
  max-width: 500px;
  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 .maps .mw .desc b {
  font-weight: 500;
}
.page .maps .mw .desc::before {
  content: "";
  background: #040404;
  width: 4px;
  height: 4px;
  min-width: 4px;
  position: relative;
  display: block;
  border-radius: 50px;
  margin-top: 12px;
  margin-right: 10px;
}
.page .bg1 {
  border-radius: 70px;
  border: 1px solid #fff;
  background: #f3f3f3;
  margin-bottom: 100px;
}
.page .bg1 .watch_the_video .mw {
  padding: 80px 2rem 50px;
}
.page .bg1 .watch_the_video .mw .m_title {
  margin: 0 auto;
}
.page .bg1 .watch_the_video .mw .m_title .h2 {
  text-align: center;
}
.page .bg1 .watch_the_video .mw .cont .video .video_play {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 515px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page .bg1 .watch_the_video .mw .cont .video .video_play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  z-index: 0;
}
.page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  z-index: 1;
}
.page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon img {
  width: 42px;
  height: auto;
  border-radius: 0;
}
.page .bg1 .watch_the_video .mw .cont .video .video_play:hover .play_icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.page .bg1 .watch_the_video .mw .cont .video .video_play:hover::after {
  opacity: 1;
}
.page .bg1 .follow_us_also .mw {
  padding: 0 2rem 90px;
}
.page .bg1 .follow_us_also .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .bg1 .follow_us_also .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .bg1 .follow_us_also .mw .top_line .left_side .m_title .h2 b {
  color: #e74111;
}
.page .bg1 .follow_us_also .mw .top_line .right_side .logo {
  max-width: 215px;
}
.page .bg1 .follow_us_also .mw .top_line .right_side .logo img {
  width: 100%;
  height: auto;
}
.page .bg1 .follow_us_also .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 .bg1 .follow_us_also .mw .cont .card {
  width: 49%;
  border-radius: 40px;
  background: #fefefe;
  padding: 30px 30px 50px;
}
.page .bg1 .follow_us_also .mw .cont .card a .video .video_play {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 370px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page .bg1 .follow_us_also .mw .cont .card a .video .video_play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 0;
  opacity: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  z-index: 0;
}
.page .bg1 .follow_us_also .mw .cont .card a .video .video_play .play_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-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: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page .bg1 .follow_us_also .mw .cont .card a .video .video_play .play_icon img {
  width: 36px;
  height: auto;
  border-radius: 0;
}
.page .bg1 .follow_us_also .mw .cont .card a .desc {
  margin-top: 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;
  padding: 0 20px;
}
.page .bg1 .follow_us_also .mw .cont .card a .desc .h5 {
  color: #001617;
  font-family: Onest;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 29px;
  letter-spacing: -0.56px;
}
.page .bg1 .follow_us_also .mw .cont .card a .desc .icon img {
  width: 15px;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page
  .bg1
  .follow_us_also
  .mw
  .cont
  .card
  a:hover
  .video
  .video_play
  .play_icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.page .bg1 .follow_us_also .mw .cont .card a:hover .video .video_play::after {
  opacity: 1;
}
.page .bg1 .follow_us_also .mw .cont .card a:hover .h5 {
  color: #e74010;
}
.page .bg1 .follow_us_also .mw .cont .card a:hover .icon img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.page .content_none_section {
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
}
.page .content_none_section .content_none_section_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;
}
.page .content_none_section .content_none_section_cont .mw {
  padding: 70px 2rem;
}
.page .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: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .img {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .img
  img {
  width: 100%;
  height: auto;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 95px;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .line
  .h5 {
  color: #001617;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: 36px;
  letter-spacing: -0.62px;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .line
  .h5
  b {
  color: #e84618;
  font-weight: 500;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .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: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .line
  .btn_c
  .btn_m {
  width: 100%;
  max-width: 212px;
  border-radius: 22.181px;
  border: 0.6px solid #002a2a;
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  background: transparent;
  color: #002a2a;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .left_side
  .line
  .btn_c
  .btn_m::after {
  background: url(../images/arrow_right_black.svg) no-repeat center center/cover;
}
.page .content_none_section .content_none_section_cont .mw .cont .right_side {
  position: absolute;
  bottom: -340px;
  right: -280px;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .img {
  width: 840px;
}
.page
  .content_none_section
  .content_none_section_cont
  .mw
  .cont
  .right_side
  .img
  img {
  width: 100%;
  height: auto;
}
.page .policy {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page .policy .mw {
  padding: 60px 2rem 35px;
}
.page .policy .mw .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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page .policy .mw .m_title::after {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 36px;
  height: 20px;
  min-width: 36px;
  position: relative;
  display: block;
}
.page .privacy_policy .mw {
  padding: 60px 2rem 190px;
}
.page .privacy_policy .mw .cont .desc h3,
.page .privacy_policy .mw .cont .desc .h3 {
  font-size: 26px;
  color: #4218c9;
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 140%;
}
.page .privacy_policy .mw .cont .desc .h5,
.page .privacy_policy .mw .cont .desc h5 {
  color: #001617;
  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 {
  color: rgba(0, 22, 23, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.54px;
  padding-bottom: 52px;
}
.page .privacy_policy .mw .cont .desc p:last-child {
  padding-bottom: 0;
}
.page .we_are_coming .mw {
  padding: 40px 2rem 3.125rem;
  position: relative;
}
.page .we_are_coming .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 45px;
}
.page .we_are_coming .mw .top_line .left_side {
  max-width: 580px;
}
.page .we_are_coming .mw .top_line .left_side .m_title {
  padding-bottom: 0;
}
.page .we_are_coming .mw .top_line .right_side .logo {
  max-width: 208px;
}
.page .we_are_coming .mw .top_line .right_side .logo img {
  width: 100%;
  height: auto;
}
.page .we_are_coming .mw .cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.page .we_are_coming .mw .cont .card a {
  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;
  border-radius: 30px;
  padding: 40px;
  height: 235px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page .we_are_coming .mw .cont .card a .h5 {
  color: #fff;
  font-size: 24px;
  max-width: 300px;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page .we_are_coming .mw .cont .card a .btn_more img {
  width: 15px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page .we_are_coming .mw .cont .card a .img {
  position: absolute;
  width: 330px;
  right: 0;
  top: 0;
  bottom: 0;
}
.page .we_are_coming .mw .cont .card a .img img {
  width: 100%;
  height: auto;
}
.page .we_are_coming .mw .cont .card a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    201.58deg,
    rgba(0, 0, 0, 0) -4.91%,
    rgba(0, 0, 0, 0.92) 99.43%
  );
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .we_are_coming .mw .cont .card a:hover::before {
  opacity: 1;
}
.page .we_are_coming .mw .cont .card a:hover .btn_more img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.page .work_with_business .mw {
  padding: 100px 2rem 50px;
}
.page .work_with_business .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 .work_with_business .mw .cont .left_side {
  width: 42%;
}
.page .work_with_business .mw .cont .left_side .m_title {
  padding-bottom: 60px;
  max-width: 550px;
}
.page .work_with_business .mw .cont .left_side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001617;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  position: relative;
  letter-spacing: -0.36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.page .work_with_business .mw .cont .left_side ul li::after {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 24px;
  height: 14px;
  min-width: 24px;
  position: relative;
  display: block;
}
.page .work_with_business .mw .cont .left_side ul li:last-child {
  margin-bottom: 0;
}
.page .work_with_business .mw .cont .right_side {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.page .work_with_business .mw .cont .right_side .desc {
  max-width: 435px;
}
.page .work_with_business .mw .cont .right_side .desc p {
  color: #001617;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.4px;
}
.page .work_with_business .mw .cont .right_side .desc p b {
  font-weight: 500;
}
.page .work_with_business .mw .cont .right_side .img img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
.page .contacts {
  margin: 60px 0 50px;
  border-radius: 50px;
  background: rgba(52, 111, 31, 0.1);
}
.page .contacts .mw {
  padding: 60px 2rem 80px;
}
.page .contacts .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 .contacts .mw .cont .left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  width: 44%;
}
.page .contacts .mw .cont .left_side .contact_line 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;
  margin-bottom: 40px;
}
.page .contacts .mw .cont .left_side .contact_line li .icon {
  border-radius: 8.696px;
  background: #346f1f;
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}
.page .contacts .mw .cont .left_side .contact_line li .icon img {
  width: 18px;
  height: auto;
}
.page .contacts .mw .cont .left_side .contact_line li .desc .h5 {
  color: #000;
  font-size: 23.913px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  letter-spacing: -0.478px;
}
.page .contacts .mw .cont .left_side .contact_line li .desc a,
.page .contacts .mw .cont .left_side .contact_line li .desc p {
  color: #000;
  font-size: 23.913px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
  letter-spacing: -0.478px;
}
.page .contacts .mw .cont .left_side .contact_line li .desc a span,
.page .contacts .mw .cont .left_side .contact_line li .desc p span {
  font-weight: 400;
}
.page .contacts .mw .cont .left_side .contact_line li .desc a b,
.page .contacts .mw .cont .left_side .contact_line li .desc p b {
  font-weight: 400;
  border-bottom: 1px solid #000;
}
.page .contacts .mw .cont .left_side .contact_line li .desc p {
  font-weight: 400;
  color: #000;
  font-size: 23.913px;
  font-style: normal;
  line-height: 149%;
  letter-spacing: -0.478px;
}
.page .contacts .mw .cont .left_side .contact_line li .desc:hover a {
  color: #346f1f;
}
.page .contacts .mw .cont .left_side .contact_line li:last-child {
  margin-bottom: 0;
}
.page .contacts .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 .contacts .mw .cont .left_side .soc_icons ul li {
  margin-right: 8px;
}
.page .contacts .mw .cont .left_side .soc_icons ul li a {
  width: 55px;
  height: 55px;
  border-radius: 55.429px;
  background: #002a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .contacts .mw .cont .left_side .soc_icons ul li a img {
  width: 26px;
}
.page .contacts .mw .cont .left_side .soc_icons ul li a:hover {
  background: rgba(0, 42, 42, 0.8);
}
.page .contacts .mw .cont .left_side .soc_icons ul li:last-child {
  margin-right: 0;
}
.page .contacts .mw .cont .right_side {
  width: 60%;
}
.page .contacts .mw .cont .right_side .img {
  max-width: 800px;
  position: relative;
  right: -145px;
}
.page .contacts .mw .cont .right_side .img img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.page .articles {
  position: relative;
}
.page .articles .mw {
  padding: 60px 2rem 190px;
}
.page .articles .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .articles .mw .cont .left_side {
  width: 65%;
}
.page .articles .mw .cont .left_side .articles_cont {
  position: relative;
}
.page .articles .mw .cont .left_side .articles_cont .article {
  width: 100%;
  margin-bottom: 60px;
}
.page .articles .mw .cont .left_side .articles_cont .article:last-child {
  margin-bottom: 0;
}
.page .articles .mw .cont .left_side .articles_cont .article .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.page .articles .mw .cont .left_side .articles_cont .article .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .articles .mw .cont .left_side .articles_cont .article .data {
  color: rgba(0, 22, 23, 0.8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  margin: 22px 0 12px;
}
.page .articles .mw .cont .left_side .articles_cont .article .article_title {
  display: inline-block;
  margin-bottom: 12px;
  color: #001617;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .article_title:hover {
  color: #008464;
}
.page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
  color: rgba(0, 22, 23, 0.7);
  font-size: 18px;
  max-width: 815px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
.page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 22.181px;
  background: #008464;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 5.915px 19.223px 0 rgba(255, 255, 255, 0.2) inset;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  max-width: 212px;
  line-height: 160%;
  padding: 20px 32px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn::after {
  content: "";
  background: url(../images/arrow_right_white.svg) no-repeat center center/cover;
  width: 10px;
  height: 10px;
  min-width: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 32px;
  position: relative;
  display: block;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn:hover {
  background: radial-gradient(50% 50% at 50% 50%, #04bd8f 0%, #008464 100%);
}
.page
  .articles
  .mw
  .cont
  .left_side
  .articles_cont
  .article
  .more_btn_cont
  .more_btn:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.page .articles .mw .cont .left_side .bottom_pagination {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .articles .mw .cont .left_side .bottom_pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  border: 1px solid rgba(0, 22, 23, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001617;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  margin: 0 10px;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers:hover {
  background: rgba(0, 22, 23, 0.1);
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .page-numbers.current {
  background: #001617;
  color: #fff;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev:hover:after {
  background: url("../images/chevron_left_dark.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev.current:after {
  background: url("../images/chevron_left_white.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .prev:after {
  content: "";
  background: url("../images/chevron_left_dark.svg") no-repeat center
    center/cover;
  position: absolute;
  opacity: 0.2;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next.current:after {
  background: url("../images/chevron_right_white.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page
  .articles
  .mw
  .cont
  .left_side
  .bottom_pagination
  .pagination
  .next:hover:after {
  background: url("../images/chevron_right_white.svg") no-repeat center
    center/cover;
  opacity: 1;
}
.page
  .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;
  opacity: 0.2;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .articles .mw .cont .right_side {
  width: 30%;
}
.page .sidebar {
  width: 100%;
}
.page .sidebar .widget {
  margin-bottom: 30px;
  width: 100%;
}
.page .sidebar .widget:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget .widget-title {
  color: #001617;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
  display: inline-block;
  margin-bottom: 10px;
}
.page .sidebar .widget_search {
  width: 100%;
}
.page .sidebar .widget_search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .sidebar .widget_search form input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 16px 20px;
  border: none;
  color: #505050;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page .sidebar .widget_search form .search_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search_icon.svg") no-repeat center center/cover;
  right: 20px;
  opacity: 0.7;
}
.page .sidebar .widget_search form .search_btn:hover {
  opacity: 1;
}
.page .sidebar .widget_categories ul li {
  margin-bottom: 5px;
}
.page .sidebar .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget_categories ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  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 {
  content: "";
  height: 4px;
  width: 4px;
  min-width: 4px;
  border-radius: 50px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 8px;
}
.page .sidebar .widget_categories ul li a.current {
  color: #008464;
}
.page .sidebar .widget_categories ul li a:hover {
  color: #008464;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.page .sidebar .widget_recent_news .widget-title {
  margin-bottom: 20px;
}
.page .sidebar .widget_recent_news .recent_news .article_min {
  margin-bottom: 20px;
}
.page .sidebar .widget_recent_news .recent_news .article_min:last-child {
  margin-bottom: 0;
}
.page .sidebar .widget_recent_news .recent_news .article_min a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .img {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
  border-radius: 15px;
}
.page .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 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 6px;
}
.page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page .sidebar .widget_recent_news .recent_news .article_min a:hover .title {
  color: #008464;
}
.page .sidebar .widget_tag_cloud .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .sidebar .widget_tag_cloud .tags a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background: #e74111;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  margin-bottom: 18px;
  margin-right: 18px;
  border: 1px solid #e74111;
}
.page .sidebar .widget_tag_cloud .tags a:hover {
  background: transparent;
  color: #e74111;
}
.page .sidebar .widget_contacts ul li {
  margin-bottom: 25px;
}
.page .sidebar .widget_contacts ul li a,
.page .sidebar .widget_contacts ul li 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;
  color: #001617;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page .sidebar .widget_contacts ul li a::before,
.page .sidebar .widget_contacts ul li p::before {
  content: "";
  background: #001617;
  width: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  height: 4px;
  min-width: 4px;
  border-radius: 50px;
  margin: 0 6px;
  margin-top: 13px;
}
.page .sidebar .widget_contacts ul li a:hover,
.page .sidebar .widget_contacts ul li p:hover {
  color: #008464;
}
.page .sidebar .widget_contacts ul li a:hover::before,
.page .sidebar .widget_contacts ul li p:hover::before {
  background: #008464;
}
.page .new {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page .new .mw {
  padding: 60px 2rem 35px;
}
.page .new .mw .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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page .new .mw .m_title::after {
  content: "";
  background: url(../images/quote.svg) no-repeat center center/cover;
  width: 36px;
  height: 20px;
  min-width: 36px;
  position: relative;
  display: block;
}
.page .article .mw {
  padding: 55px 2rem 100px;
}
.page .article .mw .top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background: #008464;
  padding: 34px 45px;
  margin-bottom: 60px;
}
.page .article .mw .top_line .h2 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.page .article .mw .top_line p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.page .article .mw .cont .left_side .img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 40px;
}
.page .article .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page .article .mw .cont .left_side .data {
  color: #001617;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.6px;
  margin-bottom: 22px;
}
.page .article .mw .cont .left_side .article_desc_cont {
  width: 100%;
  padding: 0;
}
.page .article .mw .cont .left_side .article_desc_cont .article_title {
  font-size: 30px;
  font-weight: bold;
}
.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 {
  color: #000;
  font-family: "GilroyBold", sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont h3,
.page .article .mw .cont .left_side .article_desc_cont .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  color: #505050;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont h4 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #e74010;
}
.page .article .mw .cont .left_side .article_desc_cont h5 {
  font-size: 22px;
  font-weight: 500;
  color: #e74010;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont h6 {
  font-size: 20px;
  font-weight: 500;
  color: #505050;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont 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;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 139.9%;
  color: #929292;
  padding-bottom: 5px;
}
.page .article .mw .cont .left_side .article_desc_cont ul li:before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e74010;
  position: relative;
  margin-right: 6px;
}
.page .article .mw .cont .left_side .article_desc_cont b,
.page .article .mw .cont .left_side .article_desc_cont strong {
  font-weight: bold;
  color: #e74010;
}
.page .article .mw .cont .left_side .article_desc_cont p {
  color: rgba(0, 22, 23, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  padding-bottom: 20px;
}
.page .article .mw .cont .left_side .article_desc_cont a {
  color: #e74010;
  border-bottom: 1px dashed #e74010;
}
.page .article .mw .cont .left_side .article_desc_cont a:hover {
  color: #e74010;
  border-bottom-color: #e74010;
}
.page .article .mw .cont .left_side .bottom_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e6e6e6;
}
.page .article .mw .cont .left_side .bottom_line .tags a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background: #e74111;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  margin-right: 18px;
  border: 1px solid #e74111;
}
.page .article .mw .cont .left_side .bottom_line .tags a:hover {
  background: transparent;
  color: #e74111;
}
.page .latest_news .mw {
  padding: 0 2rem 190px;
}
.page .latest_news .mw .m_title {
  padding-bottom: 42px;
}
.page .latest_news .mw .m_title .h2 {
  font-size: 35px;
}
.page .latest_news .mw .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .latest_news .mw .cont .new_card {
  width: 32%;
  max-width: 410px;
}
.page .latest_news .mw .cont .new_card a {
  display: block;
  border-radius: 35.44px;
  border: 1px solid #dcdcdc;
  background: radial-gradient(
    66.24% 68.05% at 50% 50%,
    #f3f3f3 0%,
    #f8f8f8 100%
  );
  padding: 14px;
}
.page .latest_news .mw .cont .new_card a:hover .h5 {
  color: #e74010;
}
.page .latest_news .mw .cont .new_card a .img {
  width: 100%;
  border-radius: 28px;
}
.page .latest_news .mw .cont .new_card a .img img {
  width: 100%;
  height: auto;
  border-radius: 28px;
}
.page .latest_news .mw .cont .new_card a .desc {
  padding: 30px 25px;
}
.page .latest_news .mw .cont .new_card a .desc .h5 {
  color: #151515;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: -0.36px;
  margin-bottom: 40px;
}
.page .latest_news .mw .cont .new_card a .desc .btn_more {
  color: #e74111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 141%;
  letter-spacing: -0.32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  position: relative;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .latest_news .mw .cont .new_card a .desc .btn_more:after {
  content: "";
  background: url(../images/arrow_right_orange.svg) no-repeat center
    center/cover;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-left: 8px;
  position: relative;
  display: block;
}
.page .latest_news .mw .cont .new_card a:hover .h5 {
  color: #e74010;
}
.page .latest_news .mw .cont .new_card a:hover .btn_more::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 575px) {
  .btn_c .btn_m {
    border-radius: 18px;
    padding: 15px;
    font-size: 16px;
    max-width: 240px;
  }
  .btn_c .btn_m::after {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-left: 14px;
  }
  .btn_c .btn_m_c {
    padding: 15px;
    max-width: 220px;
    font-size: 18px;
    border-radius: 20px;
  }
  .page .main {
    position: relative;
  }
  .page .main::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page .main .main_cont .mw {
    padding: 30px 1rem 3rem;
  }
  .page .main .main_cont .mw .cont {
    width: 100%;
  }
  .page .main .main_cont .mw .cont .title {
    font-size: 18px;
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .h1 {
    font-size: 32px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 38px;
    text-align: center;
    letter-spacing: -1.4px;
    margin-bottom: 20px;
  }
  .page .main .main_cont .mw .cont .h2 {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
    margin: 0 auto;
    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;
    text-align: center;
  }
  .page .main .main_cont .mw .cont .h2::before {
    display: none;
  }
  .page .main .main_cont .mw .cont .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c:last-child {
    margin: 0 auto;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c .btn_m {
    max-width: 220px;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c .btn_m_c {
    width: 100%;
    padding: 16px;
    max-width: 220px;
    margin: 0 auto;
    font-size: 16px;
  }
  .page .find_your_perfect_christmas_tree .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .find_your_perfect_christmas_tree .mw .decor {
    width: 1000px;
    right: -580px;
    bottom: -420px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line {
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .left_side {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .left_side .m_title {
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .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
    .find_your_perfect_christmas_tree
    .mw
    .top_line
    .right_side
    .btn_c
    .btn_m {
    border-radius: 18px;
    max-width: 250px;
    padding: 15px;
  }
  .page .find_your_perfect_christmas_tree .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 .find_your_perfect_christmas_tree .mw .cont .card {
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a {
    border-radius: 20px;
    padding: 20px;
    height: 200px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .h5 {
    font-size: 20px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .btn_more img {
    width: 14px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .img {
    width: 240px;
    right: -20px;
  }
  .page .why_choose_us .mw {
    padding: 1.5rem 1rem;
  }
  .page .why_choose_us .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .why_choose_us .mw .m_title .h2 {
    max-width: 450px;
    text-align: center;
  }
  .page .why_choose_us .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
  }
  .page .why_choose_us .mw .cont .card {
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .why_choose_us .mw .cont .card .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 24px;
  }
  .page .why_choose_us .mw .cont .card .icon img {
    width: 20px;
    height: 20px;
  }
  .page .why_choose_us .mw .cont .card .desc .h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page .why_choose_us .mw .cont .card .desc p {
    font-size: 14px;
    max-width: 100%;
  }
  .page .why_choose_us .mw .cont .card:nth-child(3) .desc p {
    max-width: 100%;
  }
  .page .why_choose_us .mw .cont .card_green .desc p,
  .page .why_choose_us .mw .cont .card_orange .desc p {
    max-width: 100%;
  }
  .page .why_choose_us .mw .cont .card_green:nth-child(3) .desc p,
  .page .why_choose_us .mw .cont .card_orange:nth-child(3) .desc p {
    max-width: 100%;
  }
  .page .new_year_looks_like .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .new_year_looks_like .mw .decor {
    width: 800px;
    right: -420px;
    top: 350px;
  }
  .page .new_year_looks_like .mw .decor1 {
    width: 400px;
    left: -250px;
    bottom: -200px;
  }
  .page .new_year_looks_like .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .page .new_year_looks_like .mw .top_line .left_side {
    width: 100%;
  }
  .page .new_year_looks_like .mw .top_line .left_side .h2 {
    text-align: center;
  }
  .page .new_year_looks_like .mw .top_line .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page .new_year_looks_like .mw .top_line .right_side p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.42px;
    max-width: 300px;
    margin: 0 auto;
  }
  .page .new_year_looks_like .mw .new_year_slider .card {
    margin: 0 auto;
    max-width: 410px;
  }
  .page .new_year_looks_like .mw .new_year_slider .card .img a img {
    border-radius: 20px;
  }
  .page .new_year_looks_like .mw .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;
    margin-top: 30px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year:after,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year:after {
    width: 10px;
    height: 11px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots {
    margin: 0 10px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .page .bg {
    padding: 20px 5px 20px;
    border-radius: 20px;
  }
  .page .bg .seen_your_christmas_tree {
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  .page .bg .seen_your_christmas_tree .mw {
    padding: 3rem 1rem;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title {
    padding-bottom: 35px;
    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 .bg .seen_your_christmas_tree .mw .m_title .h2 {
    text-align: center;
    font-size: 28px;
    max-width: 400px;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    max-width: 400px;
  }
  .page .bg .seen_your_christmas_tree .mw .img {
    padding-bottom: 30px;
  }
  .page .bg .seen_your_christmas_tree .mw .img img {
    border-radius: 15px;
    height: 100%;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .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;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c:last-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .fiolet_btn {
    border-radius: 20px;
    max-width: 240px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .blue_btn {
    border-radius: 20px;
    max-width: 240px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .white_btn {
    border-radius: 20px;
    max-width: 240px;
  }
  .page .bg .christmas_trees_bring_holiday {
    padding: 0px 1rem;
  }
  .page .bg .christmas_trees_bring_holiday .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .left_side .img {
    margin-right: 5px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side {
    width: 100%;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title {
    padding-bottom: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title .h2 {
    text-align: center;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .desc p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c .btn_m {
    max-width: 180px;
  }
  .page .buying_a_christmas_tree .mw {
    padding: 3rem 1rem;
  }
  .page .buying_a_christmas_tree .mw .top_line {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title p {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 400px;
  }
  .page .buying_a_christmas_tree .mw .top_line .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 .buying_a_christmas_tree .mw .top_line .right_side .logo {
    max-width: 160px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side {
    width: 100%;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li:last-child {
    margin-bottom: 0;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num {
    width: 42px;
    height: 42px;
    margin-right: 0;
    min-width: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num span {
    font-size: 18px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc .h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc p {
    font-size: 16px;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side .btn_c {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .buying_a_christmas_tree .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;
    margin-top: 30px;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img {
    max-width: 410px;
    margin: 0 auto;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .we_are_recommended {
    border-radius: 20px;
  }
  .page .we_are_recommended .decor {
    width: 250px;
    top: -40px;
    right: -40px;
  }
  .page .we_are_recommended .decor1 {
    width: 50px;
    top: 12px;
    right: 40px;
  }
  .page .we_are_recommended .decor2 {
    width: 350px;
    top: 70px;
    left: -240px;
  }
  .page .we_are_recommended .mw {
    padding: 4rem 1rem 3rem;
  }
  .page .we_are_recommended .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .page .we_are_recommended .mw .top_line .left_side {
    width: 100%;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title .h2 {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
  }
  .page .we_are_recommended .mw .top_line .right_side {
    display: none;
  }
  .page .we_are_recommended .mw .recommended_slider .card {
    border-radius: 15px;
    padding: 15px 15px 20px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line {
    padding-bottom: 20px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .name {
    font-size: 16px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .date {
    font-size: 14px;
    margin-left: 12px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .icon {
    max-width: 100px;
  }
  .page .we_are_recommended .mw .recommended_slider .card p {
    font-size: 14px;
  }
  .page .we_are_recommended .mw .btn_line {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .we_are_recommended .mw .btn_line .btn_c {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .fiolet_btn {
    border-radius: 18px;
    max-width: 280px;
    margin: 10px 0;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .blue_btn {
    border-radius: 18px;
    max-width: 280px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .orange_btn {
    border-radius: 18px;
    max-width: 280px;
  }
  .page .we_are_recommended .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .recommended {
    margin-bottom: 3rem;
  }
  .page .tree_shopping_made_easy .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .tree_shopping_made_easy .mw .m_title {
    padding-bottom: 30px;
  }
  .page .tree_shopping_made_easy .mw .m_title .h2 {
    text-align: center;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card {
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img {
    border-radius: 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img img {
    border-radius: 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc {
    padding: 30px 20px 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .h5 {
    font-size: 18px;
    max-width: 245px;
    margin-bottom: 14px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .date {
    font-size: 16px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .btn_more {
    margin-top: 30px;
    font-size: 16px;
  }
  .page
    .tree_shopping_made_easy
    .mw
    .tree_slider
    .card
    a
    .desc
    .btn_more::after {
    width: 8px;
    min-width: 8px;
    height: 8px;
  }
  .page .tree_shopping_made_easy .mw .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;
    margin-top: 30px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree:after,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:after {
    width: 10px;
    height: 11px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots {
    margin: 0 10px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .page .faq .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .faq .mw .m_title {
    padding-bottom: 30px;
  }
  .page .faq .mw .m_title .h2 {
    text-align: center;
  }
  .page .faq .mw .accordion .accordion-item {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 14px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 18px;
    padding: 18px 15px;
    padding-right: 60px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 10px;
    min-width: 42px;
    border-radius: 12px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 15px 15px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page .faq .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 .can_find_us_website .mw {
    padding: 3rem 1rem;
  }
  .page .can_find_us_website .mw .cont {
    border-radius: 20px;
    padding: 3rem 1rem;
  }
  .page .can_find_us_website .mw .cont .m_title .h2 {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .page .can_find_us_website .mw .cont .m_title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .page .can_find_us_website .mw .cont .btn_line {
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    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;
    padding: 30px 15px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c {
    margin-right: 0;
    width: auto;
    margin-bottom: 15px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .blue_btn {
    width: 280px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .fiolet_btn,
  .page .can_find_us_website .mw .cont .btn_line .btn_c .orange_btn {
    width: 280px;
  }
  .page .any_ques {
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  .page .any_ques .mw {
    padding: 40px 1rem;
  }
  .page .any_ques .mw .top_line {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .top_line .left_side {
    width: 100%;
  }
  .page .any_ques .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .top_line .left_side .m_title .h2 {
    color: #fff;
    text-align: center;
  }
  .page .any_ques .mw .top_line .right_side {
    width: 100%;
  }
  .page .any_ques .mw .top_line .right_side p {
    font-size: 18px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 25px;
  }
  .page .any_ques .mw .cont .left_side {
    width: 100%;
  }
  .page .any_ques .mw .cont .left_side .any_ques_slider .card .img {
    width: 100%;
  }
  .page .any_ques .mw .cont .left_side .any_ques_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .any_ques .mw .cont .left_side .custom_nav_area {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
  .page .any_ques .mw .cont .left_side .custom_dots {
    margin-left: 0;
  }
  .page .any_ques .mw .cont .left_side .custom_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows {
    margin-right: 0;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    margin-left: 10px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:after,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:after {
    width: 12px;
    height: 13px;
  }
  .page .any_ques .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .any_ques .mw .cont .right_side form .inp {
    margin-bottom: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp .h5 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .page .any_ques .mw .cont .right_side form .inp input,
  .page .any_ques .mw .cont .right_side form .inp textarea {
    border-radius: 15px;
    height: 55px;
    font-size: 15px;
    padding: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp_textarea {
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .inp_textarea textarea {
    height: 100px;
    resize: none;
  }
  .page .any_ques .mw .cont .right_side form .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .line .inp {
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .btn_c {
    margin-top: 10px;
  }
  .page .any_ques .mw .cont .right_side form .btn_c .btn_m {
    font-size: 18px;
    padding: 14px;
  }
  .page .any_ques .mw .cont .right_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;
    margin-top: 15px;
    position: relative;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree::before {
    display: none;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt {
    font-size: 14px;
    max-width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt a {
    font-size: 14px;
  }
  .page .produce_artificial_christmas_trees {
    padding: 3rem 5px 0;
  }
  .page .produce_artificial_christmas_trees .bg_cont {
    border-radius: 20px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .produce_artificial_christmas_trees .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 .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side .img {
    margin-right: 15px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .left_side
    .img
    img {
    border-radius: 20px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .right_side {
    width: 100%;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .m_title {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .m_title
    .h2 {
    text-align: center;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc {
    max-width: 560px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc
    p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .page .work_all_russia .mw {
    padding: 3rem 1rem;
    margin-bottom: 20px;
  }
  .page .work_all_russia .mw .decor {
    width: 500px;
    bottom: -260px;
    left: -400px;
  }
  .page .work_all_russia .mw .decor1 {
    width: 620px;
    right: -420px;
    top: -200px;
  }
  .page .work_all_russia .mw .cont .left_side {
    width: 100%;
  }
  .page .work_all_russia .mw .cont .left_side .m_title {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
  }
  .page .work_all_russia .mw .cont .right_side {
    width: 100%;
  }
  .page .work_all_russia .mw .cont .right_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .work_all_russia .mw .cont .right_side ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .page .work_all_russia .mw .cont .right_side ul li:last-child {
    margin-bottom: 0;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num span {
    font-size: 60px;
    text-align: center;
  }
  .page .work_all_russia .mw .cont .right_side ul li p {
    font-size: 18px;
    text-align: center;
  }
  .page .production_to_proud {
    border-radius: 20px;
    margin: 20px 0;
  }
  .page .production_to_proud .mw {
    padding: 3rem 1rem;
  }
  .page .production_to_proud .mw .top_line {
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .production_to_proud .mw .top_line .left_side {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .page .production_to_proud .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .production_to_proud .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .production_to_proud .mw .top_line .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page .production_to_proud .mw .top_line .right_side p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .production_to_proud .mw .production_slider .card .img img {
    border-radius: 20px;
  }
  .page .production_to_proud .mw .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;
    margin-top: 30px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production,
  .page .production_to_proud .mw .bottom_line .btn_next_production {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production:after,
  .page .production_to_proud .mw .bottom_line .btn_next_production:after {
    width: 10px;
    height: 11px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots {
    margin: 0 10px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .page .catalog .mw {
    padding: 30px 1rem 0;
  }
  .page .catalog .mw .m_title {
    padding-bottom: 30px;
  }
  .page .catalog .mw .m_title .h2 {
    text-align: center;
  }
  .page .catalog .mw form {
    margin: 0 auto;
    max-width: 410px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .catalog .mw form .inp {
    width: 49%;
    margin-bottom: 15px;
  }
  .page .catalog .mw form .inp select {
    height: 45px;
    font-size: 14px;
    padding: 12px 15px;
  }
  .page .catalog .mw form .inp .inp_select {
    display: -webkit-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 .catalog .mw form .inp .inp_select:after {
    width: 8px;
    height: 5px;
    right: 18px;
  }
  .page .catalog .mw .cont {
    margin: 0 auto;
    max-width: 410px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
  }
  .page .catalog .mw .cont .card .line .img img {
    border-radius: 20px;
  }
  .page .catalog .mw .cont .card .line .title {
    top: 15px;
    left: 15px;
    border-radius: 40px;
    padding: 8px 10px;
  }
  .page .catalog .mw .cont .card .line .title span {
    font-size: 14px;
  }
  .page .catalog .mw .cont .card .line .title span::before {
    width: 10px;
    height: 12px;
    margin-right: 5px;
    min-width: 10px;
  }
  .page .catalog .mw .cont .card .desc {
    padding: 15px 10px;
  }
  .page .catalog .mw .cont .card .desc .h5 {
    font-size: 20px;
  }
  .page .catalog .mw .cont .card .desc p {
    margin: 10px 0;
    font-size: 16px;
  }
  .page .catalog .mw .cont .card .desc .h6 {
    font-size: 16px;
  }
  .page .catalog .mw .cont .card .btn_c .btn_m {
    border-radius: 15px;
    padding: 16px;
    letter-spacing: -1.5;
  }
  .page .catalog .mw .bottom_pagination {
    margin-top: 30px;
  }
  .page .catalog .mw .bottom_pagination .pagination .page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 4px;
  }
  .page .catalog .mw .bottom_pagination .pagination .prev:after {
    width: 12px;
    height: 12px;
  }
  .page .catalog .mw .bottom_pagination .pagination .next:after {
    width: 12px;
    height: 12px;
  }
  .page .product .mw {
    padding: 3rem 1rem 2rem;
  }
  .page .product .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .product .mw .cont .left_side .product_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav {
    top: 20px;
    right: 20px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev,
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev:before,
  .page
    .product
    .mw
    .cont
    .left_side
    .product_slider
    .owl-nav
    .owl-next:before {
    width: 8px;
    height: 8px;
  }
  .page .product .mw .cont .left_side .product_min_slider {
    margin-top: 20px;
  }
  .page .product .mw .cont .left_side .product_min_slider .card .img img {
    border-radius: 14px;
  }
  .page .product .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .product .mw .cont .right_side .title {
    border-radius: 40px;
    padding: 7px 15px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page .product .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .product .mw .cont .right_side .m_title .h2 {
    text-align: center;
  }
  .page .product .mw .cont .right_side .desc {
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side .desc p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
  .page .product .mw .cont .right_side .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side ul {
    width: 100%;
  }
  .page .product .mw .cont .right_side ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .page .product .mw .cont .right_side ul li p {
    font-size: 12px;
  }
  .page .product .mw .cont .right_side ul li .dotted-line {
    margin: 12px 2px 0;
  }
  .page .product .mw .cont .right_side ul li span {
    font-size: 12px;
  }
  .page .product .mw .cont .right_side ul li:last-child span {
    max-width: 150px;
  }
  .page .product .mw .cont .right_side .btn_line {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 350px;
    margin-top: 20px;
    width: 100%;
  }
  .page .product .mw .cont .right_side .btn_line .btn_m_c {
    width: 100%;
    padding: 20px auto;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
  }
  .page .buying .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .buying .mw .cont {
    border-radius: 30px;
    padding: 40px 1rem 3rem;
  }
  .page .buying .mw .cont .m_title {
    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 .buying .mw .cont .m_title p {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    max-width: 450px;
    line-height: 24px;
  }
  .page .buying .mw .cont .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .buying .mw .cont .btn_line .btn_c {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .buying .mw .cont .btn_line .btn_c:last-child {
    margin-bottom: 0;
  }
  .page .buying .mw .cont .btn_line .btn_m_c {
    padding: 20px;
    font-size: 16px;
    max-width: 280px;
    margin: 0 auto;
  }
  .page .buying .mw .cont .btn_line .blue_btn {
    max-width: 280px;
  }
  .page .buying .mw .cont .btn_line .fiolet_btn {
    max-width: 280px;
  }
  .page .buying .mw .cont .btn_line .orange_btn {
    max-width: 280px;
  }
  .page .map .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .map .mw .m_title {
    padding-bottom: 30px;
    text-align: center;
  }
  .page .map .mw .cont {
    height: 320px;
  }
  .page .map .mw .cont iframe {
    height: 320px;
    border-radius: 20px;
  }
  .page .maps .mw .m_title {
    padding-bottom: 20px;
  }
  .page .maps .mw .m_title .h2 {
    text-align: center;
  }
  .page .maps .mw .desc {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .page .maps .mw .desc::before {
    display: none;
  }
  .page .bg1 {
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  .page .bg1 .watch_the_video .mw {
    padding: 3rem 1rem;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play {
    height: 350px;
    border-radius: 20px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play::after {
    border-radius: 20px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon img {
    width: 30px;
  }
  .page .bg1 .follow_us_also .mw {
    padding: 0 1rem 3rem;
  }
  .page .bg1 .follow_us_also .mw .top_line {
    margin-bottom: 30px;
  }
  .page .bg1 .follow_us_also .mw .top_line .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page .bg1 .follow_us_also .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .bg1 .follow_us_also .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .bg1 .follow_us_also .mw .top_line .left_side .m_title .h2 b {
    color: #e74111;
  }
  .page .bg1 .follow_us_also .mw .top_line .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 .bg1 .follow_us_also .mw .top_line .right_side .logo {
    max-width: 200px;
  }
  .page .bg1 .follow_us_also .mw .cont .card {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 410px;
    padding: 20px 15px 30px;
    margin-bottom: 30px;
  }
  .page .bg1 .follow_us_also .mw .cont .card:last-child {
    margin-bottom: 0;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play {
    height: 250px;
    border-radius: 20px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play .play_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page
    .bg1
    .follow_us_also
    .mw
    .cont
    .card
    a
    .video
    .video_play
    .play_icon
    img {
    width: 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc {
    margin-top: 30px;
    padding: 0 10px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .h5 {
    font-size: 22px;
    line-height: 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .icon img {
    width: 12px;
  }
  .page .content_none_section .content_none_section_cont {
    min-height: 75vh;
    height: 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 {
    padding: 3rem 1rem;
  }
  .page .content_none_section .content_none_section_cont .mw .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side {
    width: 100%;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .img {
    max-width: 410px;
    margin: 0 auto;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-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
    .left_side
    .line
    .h5 {
    white-space: wrap;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .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;
    margin-top: 30px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line
    .btn_c
    .btn_m {
    max-width: 212px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side {
    display: none;
  }
  .page .policy .mw {
    padding: 3rem 1rem 30px;
  }
  .page .policy .mw .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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .page .policy .mw .m_title::after {
    display: none;
  }
  .page .privacy_policy .mw {
    padding: 30px 1rem 3rem;
  }
  .page .privacy_policy .mw .cont .desc h3,
  .page .privacy_policy .mw .cont .desc .h3 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .page .we_are_coming .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .we_are_coming .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .page .we_are_coming .mw .top_line .left_side {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page .we_are_coming .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    text-align: center;
  }
  .page .we_are_coming .mw .top_line .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 .we_are_coming .mw .top_line .right_side .logo {
    max-width: 180px;
  }
  .page .we_are_coming .mw .cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .we_are_coming .mw .cont .card a {
    border-radius: 20px;
    padding: 20px;
    height: 200px;
  }
  .page .we_are_coming .mw .cont .card a .h5 {
    font-size: 20px;
    max-width: 280px;
  }
  .page .we_are_coming .mw .cont .card a .btn_more img {
    width: 12px;
  }
  .page .we_are_coming .mw .cont .card a::before {
    border-radius: 20px;
  }
  .page .work_with_business .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .work_with_business .mw .cont .left_side {
    width: 100%;
  }
  .page .work_with_business .mw .cont .left_side .m_title {
    padding-bottom: 30px;
    max-width: 100%;
    text-align: center;
  }
  .page .work_with_business .mw .cont .left_side ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page .work_with_business .mw .cont .left_side ul li::after {
    width: 20px;
    height: 12px;
    min-width: 20px;
  }
  .page .work_with_business .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .work_with_business .mw .cont .right_side .desc {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page .work_with_business .mw .cont .right_side .desc p {
    font-size: 17px;
    text-align: center;
    line-height: 24px;
  }
  .page .work_with_business .mw .cont .right_side .img {
    margin: 0 auto;
    max-width: 410px;
  }
  .page .work_with_business .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .contacts {
    margin: 40px 0;
    border-radius: 20px;
  }
  .page .contacts .mw {
    padding: 3rem 1rem;
  }
  .page .contacts .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .contacts .mw .cont .left_side {
    width: 100%;
  }
  .page .contacts .mw .cont .left_side .m_title {
    text-align: center;
  }
  .page .contacts .mw .cont .left_side .contact_line li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon img {
    width: 14px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc .h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc a,
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 18px;
    text-align: center;
  }
  .page .contacts .mw .cont .left_side .contact_line li:last-child {
    margin-bottom: 0;
  }
  .page .contacts .mw .cont .left_side .soc_icons {
    margin-top: 20px;
  }
  .page .contacts .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a {
    width: 45px;
    height: 45px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a img {
    width: 24px;
  }
  .page .contacts .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .contacts .mw .cont .right_side .img {
    max-width: 410px;
    margin: 0 auto;
    position: relative;
    right: 0;
  }
  .page .contacts .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .articles .mw {
    padding: 3rem 1rem;
  }
  .page .articles .mw .cont .left_side {
    width: 100%;
  }
  .page .articles .mw .cont .left_side .articles_cont {
    position: relative;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 20px 0 12px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
    max-width: 815px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont {
    margin-top: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    border-radius: 12px;
    font-size: 16px;
    max-width: 200px;
    padding: 15px 20px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 20px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 4px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 12px;
    height: 12px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 12px;
    height: 12px;
  }
  .page .articles .mw .cont .right_side {
    width: 100%;
    padding-top: 50px;
  }
  .page .sidebar .widget {
    margin-bottom: 30px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 22px;
  }
  .page .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_categories ul li a:before {
    margin-right: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .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 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 16px;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 20px;
  }
  .page .sidebar .widget_contacts ul li a,
  .page .sidebar .widget_contacts ul li p {
    font-size: 20px;
  }
  .page .sidebar .widget_contacts ul li a::before,
  .page .sidebar .widget_contacts ul li p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 3px;
    margin-top: 12px;
  }
  .page .new .mw {
    padding: 30px 1rem;
  }
  .page .new .mw .m_title::after {
    width: 30px;
    height: 16px;
    min-width: 30px;
  }
  .page .article .mw {
    padding: 3rem 1rem;
  }
  .page .article .mw .top_line {
    border-radius: 20px;
    padding: 40px 25px;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .article .mw .top_line .h2 {
    font-size: 20px;
    width: 100%;
  }
  .page .article .mw .top_line p {
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .data {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont 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 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page .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 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .page .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 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  .page .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 {
    font-size: 14px;
    margin-right: 6px;
  }
  .page .latest_news .mw {
    padding: 0 1rem 3rem;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .m_title .h2 {
    font-size: 30px;
    text-align: center;
  }
  .page .latest_news .mw .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .latest_news .mw .cont .new_card {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card:last-child {
    margin-bottom: 0;
  }
  .page .latest_news .mw .cont .new_card a {
    border-radius: 20.44px;
    padding: 10px;
  }
  .page .latest_news .mw .cont .new_card a .img {
    border-radius: 20px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 20px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    padding: 20px 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more {
    font-size: 16px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more:after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .page .latest_news .mw .cont .new_card a:hover .h5 {
    color: #e74010;
  }
  .page .latest_news .mw .cont .new_card a:hover .btn_more::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn_c .btn_m {
    border-radius: 20px;
    padding: 16px;
    font-size: 16px;
    max-width: 250px;
  }
  .btn_c .btn_m::after {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-left: 14px;
  }
  .btn_c .btn_m_c {
    padding: 16px;
    max-width: 240px;
    font-size: 18px;
    border-radius: 20px;
  }
  .page .main::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page .main .main_cont .mw {
    padding: 30px 1rem 3rem;
  }
  .page .main .main_cont .mw .cont {
    width: 80%;
  }
  .page .main .main_cont .mw .cont .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .h1 {
    font-size: 35px;
    max-width: 450px;
    line-height: 38px;
    letter-spacing: -1.4px;
    margin-bottom: 20px;
  }
  .page .main .main_cont .mw .cont .h2 {
    font-size: 18px;
    line-height: 26px;
    max-width: 450px;
    padding-bottom: 20px;
  }
  .page .main .main_cont .mw .cont .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c {
    margin-right: 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;
    max-width: 220px;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c .btn_m {
    max-width: 220px;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c .btn_m_c {
    padding: 16px;
    max-width: 200px;
    font-size: 16px;
  }
  .page .find_your_perfect_christmas_tree .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .find_your_perfect_christmas_tree .mw .decor {
    width: 1000px;
    right: -540px;
    bottom: -500px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line {
    padding-bottom: 30px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .left_side .m_title {
    padding-bottom: 0;
    max-width: 380px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .right_side {
    margin-top: 20px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .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
    .find_your_perfect_christmas_tree
    .mw
    .top_line
    .right_side
    .btn_c
    .btn_m {
    border-radius: 15px;
    max-width: 190px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .page
    .find_your_perfect_christmas_tree
    .mw
    .top_line
    .right_side
    .btn_c
    .btn_m::after {
    margin-left: 6px;
  }
  .page .find_your_perfect_christmas_tree .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 .find_your_perfect_christmas_tree .mw .cont .card {
    width: 100%;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a {
    border-radius: 20px;
    padding: 20px;
    height: 180px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .h5 {
    font-size: 20px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .btn_more img {
    width: 14px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .img {
    width: 210px;
    right: -30px;
  }
  .page .why_choose_us .mw {
    padding: 1.5rem 1rem;
  }
  .page .why_choose_us .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .why_choose_us .mw .m_title .h2 {
    max-width: 500px;
    margin: 0 auto;
  }
  .page .why_choose_us .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
  }
  .page .why_choose_us .mw .cont .card {
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
  }
  .page .why_choose_us .mw .cont .card .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 24px;
  }
  .page .why_choose_us .mw .cont .card .icon img {
    width: 20px;
    height: 20px;
  }
  .page .why_choose_us .mw .cont .card .desc .h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page .why_choose_us .mw .cont .card .desc p {
    font-size: 14px;
    max-width: 100%;
  }
  .page .why_choose_us .mw .cont .card:nth-child(3) .desc p {
    max-width: 100%;
  }
  .page .why_choose_us .mw .cont .card_green .desc p,
  .page .why_choose_us .mw .cont .card_orange .desc p {
    max-width: 100%;
  }
  .page .why_choose_us .mw .cont .card_green:nth-child(3) .desc p,
  .page .why_choose_us .mw .cont .card_orange:nth-child(3) .desc p {
    max-width: 100%;
  }
  .page .new_year_looks_like .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .new_year_looks_like .mw .decor {
    width: 800px;
    right: -420px;
    top: 350px;
  }
  .page .new_year_looks_like .mw .decor1 {
    width: 400px;
    left: -250px;
    bottom: -200px;
  }
  .page .new_year_looks_like .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .page .new_year_looks_like .mw .top_line .left_side {
    width: 100%;
    text-align: center;
  }
  .page .new_year_looks_like .mw .top_line .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page .new_year_looks_like .mw .top_line .right_side p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.42px;
    max-width: 100%;
  }
  .page .new_year_looks_like .mw .new_year_slider .card .img a img {
    border-radius: 20px;
  }
  .page .new_year_looks_like .mw .bottom_line {
    margin-top: 30px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year:after,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year:after {
    width: 10px;
    height: 11px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots {
    margin: 0 14px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .page .bg {
    padding: 20px 10px 20px;
    border-radius: 20px;
  }
  .page .bg .seen_your_christmas_tree {
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  .page .bg .seen_your_christmas_tree .mw {
    padding: 3rem 1rem;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title {
    padding-bottom: 35px;
    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 .bg .seen_your_christmas_tree .mw .m_title .h2 {
    text-align: center;
    font-size: 28px;
    max-width: 550px;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    max-width: 550px;
  }
  .page .bg .seen_your_christmas_tree .mw .img {
    padding-bottom: 30px;
  }
  .page .bg .seen_your_christmas_tree .mw .img img {
    border-radius: 15px;
    height: 100%;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_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;
    max-width: 190px;
    margin-right: 10px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .btn_m {
    font-size: 14px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c:last-child {
    margin-right: 0;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .fiolet_btn {
    border-radius: 14px;
    max-width: 190px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .blue_btn {
    border-radius: 14px;
    max-width: 190px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .white_btn {
    border-radius: 14px;
    max-width: 190px;
  }
  .page .bg .christmas_trees_bring_holiday {
    padding: 0px 1rem;
  }
  .page .bg .christmas_trees_bring_holiday .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .left_side .img {
    margin-right: 5px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side {
    width: 100%;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title {
    padding-bottom: 30px;
    max-width: 500px;
    margin: 0 auto;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title .h2 {
    text-align: center;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .desc p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c .btn_m {
    max-width: 180px;
  }
  .page .buying_a_christmas_tree .mw {
    padding: 3rem 1rem;
  }
  .page .buying_a_christmas_tree .mw .top_line {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    max-width: 400px;
  }
  .page .buying_a_christmas_tree .mw .top_line .right_side {
    width: 100%;
  }
  .page .buying_a_christmas_tree .mw .top_line .right_side .logo {
    max-width: 160px;
    position: relative;
    margin-left: -24px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side {
    width: 100%;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li {
    margin-bottom: 30px;
    width: 49%;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li:last-child {
    margin-bottom: 0;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    min-width: 42px;
    border-radius: 12px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num span {
    font-size: 18px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc .h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc p {
    font-size: 16px;
    max-width: 400px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side .btn_c {
    margin-top: 30px;
  }
  .page .buying_a_christmas_tree .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;
    margin-top: 30px;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img {
    max-width: 500px;
    margin: 0 auto;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .we_are_recommended {
    border-radius: 20px;
  }
  .page .we_are_recommended .decor {
    width: 280px;
    top: -40px;
    right: -40px;
  }
  .page .we_are_recommended .decor1 {
    width: 50px;
    top: 12px;
    right: 50px;
  }
  .page .we_are_recommended .decor2 {
    width: 380px;
    top: 70px;
    left: -240px;
  }
  .page .we_are_recommended .mw {
    padding: 4rem 1rem 3rem;
  }
  .page .we_are_recommended .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .page .we_are_recommended .mw .top_line .left_side {
    width: 100%;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title .h2 {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
  }
  .page .we_are_recommended .mw .top_line .right_side {
    display: none;
  }
  .page .we_are_recommended .mw .recommended_slider .card {
    border-radius: 15px;
    padding: 15px 15px 20px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line {
    padding-bottom: 20px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .name {
    font-size: 16px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .date {
    font-size: 14px;
    margin-left: 12px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .icon {
    max-width: 100px;
  }
  .page .we_are_recommended .mw .recommended_slider .card p {
    font-size: 14px;
  }
  .page .we_are_recommended .mw .btn_line {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .page .we_are_recommended .mw .btn_line .btn_c {
    margin-right: 0;
    max-width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .btn_m {
    max-width: 100%;
    margin: 0 2%;
    font-size: 15px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .fiolet_btn {
    border-radius: 18px;
    max-width: 100%;
    margin: 10px 0;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .blue_btn {
    border-radius: 18px;
    max-width: 100%;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .orange_btn {
    border-radius: 18px;
    max-width: 100%;
  }
  .page .we_are_recommended .mw .mob_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .page .recommended {
    margin-bottom: 3rem;
  }
  .page .tree_shopping_made_easy .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .tree_shopping_made_easy .mw .m_title {
    padding-bottom: 30px;
  }
  .page .tree_shopping_made_easy .mw .m_title .h2 {
    text-align: center;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card {
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
    max-width: 410px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img {
    border-radius: 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img img {
    border-radius: 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc {
    padding: 30px 20px 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .h5 {
    font-size: 18px;
    max-width: 245px;
    margin-bottom: 14px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .date {
    font-size: 16px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .btn_more {
    margin-top: 30px;
    font-size: 16px;
  }
  .page
    .tree_shopping_made_easy
    .mw
    .tree_slider
    .card
    a
    .desc
    .btn_more::after {
    width: 8px;
    min-width: 8px;
    height: 8px;
  }
  .page .tree_shopping_made_easy .mw .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;
    margin-top: 30px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree:after,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:after {
    width: 10px;
    height: 11px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots {
    margin: 0 14px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .page .faq .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .faq .mw .m_title {
    padding-bottom: 30px;
  }
  .page .faq .mw .m_title .h2 {
    text-align: center;
  }
  .page .faq .mw .accordion .accordion-item {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 14px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 20px;
    padding: 18px 15px;
    padding-right: 60px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    min-width: 45px;
    border-radius: 12px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 5px 15px 18px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page .can_find_us_website .mw {
    padding: 3rem 1rem;
  }
  .page .can_find_us_website .mw .cont {
    border-radius: 20px;
    padding: 3rem 1rem;
  }
  .page .can_find_us_website .mw .cont .m_title .h2 {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .page .can_find_us_website .mw .cont .m_title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .page .can_find_us_website .mw .cont .btn_line {
    border-radius: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c {
    margin-right: 0;
    width: 49%;
    margin-bottom: 15px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .blue_btn {
    width: 280px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .fiolet_btn,
  .page .can_find_us_website .mw .cont .btn_line .btn_c .orange_btn {
    width: 280px;
  }
  .page .any_ques {
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  .page .any_ques .mw {
    padding: 40px 1rem;
  }
  .page .any_ques .mw .top_line {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .top_line .left_side {
    width: 100%;
  }
  .page .any_ques .mw .top_line .left_side .m_title {
    padding-bottom: 20px;
  }
  .page .any_ques .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .any_ques .mw .top_line .right_side {
    width: 100%;
  }
  .page .any_ques .mw .top_line .right_side p {
    font-size: 18px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 25px;
  }
  .page .any_ques .mw .cont .left_side {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .page .any_ques .mw .cont .left_side .any_ques_slider .card .img {
    width: 100%;
  }
  .page .any_ques .mw .cont .left_side .any_ques_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .any_ques .mw .cont .left_side .custom_nav_area {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
  .page .any_ques .mw .cont .left_side .custom_dots {
    margin-left: 0;
  }
  .page .any_ques .mw .cont .left_side .custom_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows {
    margin-right: 0;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    margin-left: 10px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:after,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:after {
    width: 12px;
    height: 13px;
  }
  .page .any_ques .mw .cont .right_side {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    margin-top: 30px;
  }
  .page .any_ques .mw .cont .right_side form .inp {
    margin-bottom: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp .h5 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .page .any_ques .mw .cont .right_side form .inp input,
  .page .any_ques .mw .cont .right_side form .inp textarea {
    border-radius: 15px;
    height: 55px;
    font-size: 15px;
    padding: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp_textarea {
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .inp_textarea textarea {
    height: 100px;
    resize: none;
  }
  .page .any_ques .mw .cont .right_side form .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .line .inp {
    width: 49%;
  }
  .page .any_ques .mw .cont .right_side form .btn_c {
    margin-top: 10px;
  }
  .page .any_ques .mw .cont .right_side form .btn_c .btn_m {
    font-size: 18px;
    padding: 14px;
  }
  .page .any_ques .mw .cont .right_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;
    margin-top: 15px;
    position: relative;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree::before {
    display: none;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt {
    font-size: 14px;
    max-width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt a {
    font-size: 14px;
  }
  .page .produce_artificial_christmas_trees {
    padding: 3rem 5px 0;
  }
  .page .produce_artificial_christmas_trees .bg_cont {
    border-radius: 20px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw {
    padding: 3rem 1rem;
  }
  .page .produce_artificial_christmas_trees .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 .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side .img {
    margin: 0 auto;
    max-width: 500px;
    margin-right: 15px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .left_side
    .img
    img {
    border-radius: 20px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .right_side {
    width: 100%;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .m_title {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .m_title
    .h2 {
    text-align: center;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc {
    max-width: 560px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc
    p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .page .work_all_russia .mw {
    padding: 3rem 1rem;
    margin-bottom: 20px;
  }
  .page .work_all_russia .mw .decor {
    width: 500px;
    bottom: -260px;
    left: -400px;
  }
  .page .work_all_russia .mw .decor1 {
    width: 620px;
    right: -420px;
    top: -200px;
  }
  .page .work_all_russia .mw .cont .left_side {
    width: 100%;
  }
  .page .work_all_russia .mw .cont .left_side .m_title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .page .work_all_russia .mw .cont .right_side {
    width: 100%;
  }
  .page .work_all_russia .mw .cont .right_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .work_all_russia .mw .cont .right_side ul li {
    width: 33%;
    margin-bottom: 10px;
  }
  .page .work_all_russia .mw .cont .right_side ul li:last-child {
    margin-bottom: 0;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num span {
    font-size: 55px;
    text-align: center;
  }
  .page .work_all_russia .mw .cont .right_side ul li p {
    font-size: 16px;
    text-align: center;
  }
  .page .production_to_proud {
    border-radius: 20px;
    margin: 20px 0;
  }
  .page .production_to_proud .mw {
    padding: 3rem 1rem;
  }
  .page .production_to_proud .mw .top_line {
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .production_to_proud .mw .top_line .left_side {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .page .production_to_proud .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .production_to_proud .mw .top_line .left_side .m_title .h2 {
    text-align: center;
  }
  .page .production_to_proud .mw .top_line .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page .production_to_proud .mw .top_line .right_side p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .page .production_to_proud .mw .production_slider .card .img img {
    border-radius: 20px;
  }
  .page .production_to_proud .mw .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;
    margin-top: 30px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production,
  .page .production_to_proud .mw .bottom_line .btn_next_production {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production:after,
  .page .production_to_proud .mw .bottom_line .btn_next_production:after {
    width: 10px;
    height: 11px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots {
    margin: 0 14px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  .page .catalog .mw {
    padding: 30px 1rem 0;
  }
  .page .catalog .mw .m_title {
    padding-bottom: 30px;
  }
  .page .catalog .mw form {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .catalog .mw form .inp {
    width: 24%;
    margin-bottom: 15px;
  }
  .page .catalog .mw form .inp select {
    height: 45px;
    font-size: 14px;
    padding: 12px;
  }
  .page .catalog .mw form .inp .inp_select {
    display: -webkit-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 .catalog .mw form .inp .inp_select:after {
    width: 8px;
    height: 5px;
    right: 18px;
  }
  .page .catalog .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .catalog .mw .cont .card .line .img img {
    border-radius: 20px;
  }
  .page .catalog .mw .cont .card .line .title {
    top: 15px;
    left: 15px;
    border-radius: 40px;
    padding: 8px 10px;
  }
  .page .catalog .mw .cont .card .line .title span {
    font-size: 14px;
  }
  .page .catalog .mw .cont .card .line .title span::before {
    width: 10px;
    height: 12px;
    margin-right: 5px;
    min-width: 10px;
  }
  .page .catalog .mw .cont .card .desc {
    padding: 15px 10px;
  }
  .page .catalog .mw .cont .card .desc .h5 {
    font-size: 20px;
  }
  .page .catalog .mw .cont .card .desc p {
    margin: 10px 0;
    font-size: 16px;
  }
  .page .catalog .mw .cont .card .desc .h6 {
    font-size: 16px;
  }
  .page .catalog .mw .cont .card .btn_c .btn_m {
    border-radius: 15px;
    padding: 16px;
    letter-spacing: -1.5;
  }
  .page .catalog .mw .bottom_pagination {
    margin-top: 30px;
  }
  .page .catalog .mw .bottom_pagination .pagination .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
    margin: 0 4px;
  }
  .page .catalog .mw .bottom_pagination .pagination .prev:after {
    width: 14px;
    height: 14px;
  }
  .page .catalog .mw .bottom_pagination .pagination .next:after {
    width: 14px;
    height: 14px;
  }
  .page .product .mw {
    padding: 3rem 1rem 2rem;
  }
  .page .product .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    max-width: 500px;
    margin-top: 30px;
  }
  .page .product .mw .cont .left_side .product_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav {
    top: 20px;
    right: 20px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev,
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev:before,
  .page
    .product
    .mw
    .cont
    .left_side
    .product_slider
    .owl-nav
    .owl-next:before {
    width: 8px;
    height: 8px;
  }
  .page .product .mw .cont .left_side .product_min_slider {
    margin-top: 20px;
  }
  .page .product .mw .cont .left_side .product_min_slider .card .img img {
    border-radius: 14px;
  }
  .page .product .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .product .mw .cont .right_side .title {
    border-radius: 40px;
    padding: 7px 15px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page .product .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .product .mw .cont .right_side .m_title .h2 {
    text-align: center;
  }
  .page .product .mw .cont .right_side .desc {
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side .desc p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
  .page .product .mw .cont .right_side .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side ul {
    width: 100%;
  }
  .page .product .mw .cont .right_side ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .page .product .mw .cont .right_side ul li p {
    font-size: 12px;
  }
  .page .product .mw .cont .right_side ul li .dotted-line {
    margin: 12px 2px 0;
  }
  .page .product .mw .cont .right_side ul li span {
    font-size: 12px;
  }
  .page .product .mw .cont .right_side ul li:last-child span {
    max-width: 100%;
  }
  .page .product .mw .cont .right_side .btn_line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 15px;
    width: 100%;
  }
  .page .product .mw .cont .right_side .btn_line .btn_m_c {
    width: 100%;
    padding: 30px 10px;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
  }
  .page .buying .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .buying .mw .cont {
    border-radius: 30px;
    padding: 40px 1rem 3rem;
  }
  .page .buying .mw .cont .m_title {
    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 .buying .mw .cont .m_title p {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    max-width: 480px;
    line-height: 24px;
  }
  .page .buying .mw .cont .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .buying .mw .cont .btn_line .btn_c {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .buying .mw .cont .btn_line .btn_c:last-child {
    margin-bottom: 0;
  }
  .page .buying .mw .cont .btn_line .btn_m_c {
    padding: 20px;
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
  }
  .page .buying .mw .cont .btn_line .blue_btn {
    max-width: 300px;
  }
  .page .buying .mw .cont .btn_line .fiolet_btn {
    max-width: 300px;
  }
  .page .buying .mw .cont .btn_line .orange_btn {
    max-width: 300px;
  }
  .page .map .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .map .mw .m_title {
    padding-bottom: 30px;
    text-align: center;
  }
  .page .map .mw .cont {
    height: 320px;
  }
  .page .map .mw .cont iframe {
    height: 320px;
    border-radius: 20px;
  }
  .page .maps .mw .m_title {
    padding-bottom: 20px;
  }
  .page .maps .mw .m_title .h2 {
    text-align: center;
  }
  .page .maps .mw .desc {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .page .maps .mw .desc::before {
    display: none;
  }
  .page .bg1 {
    border-radius: 20px;
    margin-bottom: 3rem;
  }
  .page .bg1 .watch_the_video .mw {
    padding: 3rem 1rem;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play {
    height: 350px;
    border-radius: 20px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play::after {
    border-radius: 20px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon img {
    width: 30px;
  }
  .page .bg1 .follow_us_also .mw {
    padding: 0 1rem 3rem;
  }
  .page .bg1 .follow_us_also .mw .top_line {
    margin-bottom: 20px;
  }
  .page .bg1 .follow_us_also .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .bg1 .follow_us_also .mw .top_line .right_side .logo {
    max-width: 180px;
    position: relative;
    margin-right: -20px;
  }
  .page .bg1 .follow_us_also .mw .cont .card {
    width: 49%;
    border-radius: 20px;
    padding: 20px 15px 30px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play {
    height: 200px;
    border-radius: 20px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play .play_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .page
    .bg1
    .follow_us_also
    .mw
    .cont
    .card
    a
    .video
    .video_play
    .play_icon
    img {
    width: 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc {
    margin-top: 30px;
    padding: 0 10px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .h5 {
    font-size: 22px;
    line-height: 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .icon img {
    width: 12px;
  }
  .page .content_none_section .content_none_section_cont {
    min-height: 75vh;
    height: 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 {
    padding: 3rem 1rem;
    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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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 {
    width: 100%;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .img {
    max-width: 500px;
    margin: 0 auto;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-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
    .left_side
    .line
    .h5 {
    white-space: wrap;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .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;
    margin-top: 30px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line
    .btn_c
    .btn_m {
    max-width: 220px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side {
    display: none;
  }
  .page .policy .mw {
    padding: 3rem 1rem 30px;
  }
  .page .policy .mw .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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .page .policy .mw .m_title::after {
    display: none;
  }
  .page .privacy_policy .mw {
    padding: 30px 1rem 3rem;
  }
  .page .privacy_policy .mw .cont .desc h3,
  .page .privacy_policy .mw .cont .desc .h3 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .page .we_are_coming .mw {
    padding: 1.5rem 1rem 3rem;
  }
  .page .we_are_coming .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .page .we_are_coming .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .we_are_coming .mw .top_line .right_side {
    position: relative;
    margin-right: -20px;
  }
  .page .we_are_coming .mw .top_line .right_side .logo {
    max-width: 180px;
  }
  .page .we_are_coming .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 .we_are_coming .mw .cont .card a {
    border-radius: 20px;
    padding: 20px;
    height: 180px;
  }
  .page .we_are_coming .mw .cont .card a .h5 {
    font-size: 18px;
    max-width: 280px;
  }
  .page .we_are_coming .mw .cont .card a .btn_more img {
    width: 12px;
  }
  .page .we_are_coming .mw .cont .card a::before {
    border-radius: 20px;
  }
  .page .work_with_business .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .work_with_business .mw .cont .left_side {
    width: 100%;
  }
  .page .work_with_business .mw .cont .left_side .m_title {
    padding-bottom: 30px;
    max-width: 100%;
    text-align: center;
  }
  .page .work_with_business .mw .cont .left_side ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page .work_with_business .mw .cont .left_side ul li::after {
    width: 20px;
    height: 12px;
    min-width: 20px;
  }
  .page .work_with_business .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .work_with_business .mw .cont .right_side .desc {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page .work_with_business .mw .cont .right_side .desc p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .page .work_with_business .mw .cont .right_side .img {
    margin: 0 auto;
    max-width: 500px;
  }
  .page .work_with_business .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .contacts {
    margin: 40px 0;
    border-radius: 20px;
  }
  .page .contacts .mw {
    padding: 3rem 1rem;
  }
  .page .contacts .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .contacts .mw .cont .left_side {
    width: 100%;
  }
  .page .contacts .mw .cont .left_side .m_title {
    text-align: center;
  }
  .page .contacts .mw .cont .left_side .contact_line li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon img {
    width: 16px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc .h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc a,
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 20px;
    text-align: center;
  }
  .page .contacts .mw .cont .left_side .contact_line li:last-child {
    margin-bottom: 0;
  }
  .page .contacts .mw .cont .left_side .soc_icons {
    margin-top: 20px;
  }
  .page .contacts .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li:last-child {
    margin-right: 0;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a {
    width: 48px;
    height: 48px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a img {
    width: 25px;
  }
  .page .contacts .mw .cont .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .page .contacts .mw .cont .right_side .img {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    right: 0;
  }
  .page .contacts .mw .cont .right_side .img img {
    border-radius: 20px;
  }
  .page .articles .mw {
    padding: 3rem 1rem;
  }
  .page .articles .mw .cont .left_side {
    width: 100%;
  }
  .page .articles .mw .cont .left_side .articles_cont {
    position: relative;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 20px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 20px 0 12px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
    max-width: 815px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont {
    margin-top: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    border-radius: 12px;
    font-size: 16px;
    max-width: 200px;
    padding: 15px 20px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 20px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 30px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
    margin: 0 4px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 14px;
    height: 14px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 14px;
    height: 14px;
  }
  .page .articles .mw .cont .right_side {
    width: 100%;
    padding-top: 50px;
  }
  .page .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 {
    margin-bottom: 30px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 22px;
  }
  .page .sidebar .widget_search {
    width: 100%;
  }
  .page .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories {
    width: 50%;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_categories ul li a:before {
    width: 18px;
    min-width: 18px;
    margin-right: 4px;
  }
  .page .sidebar .widget_recent_news {
    width: 50%;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .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 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 16px;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 20px;
  }
  .page .sidebar .widget_contacts ul li a,
  .page .sidebar .widget_contacts ul li p {
    font-size: 20px;
  }
  .page .sidebar .widget_contacts ul li a::before,
  .page .sidebar .widget_contacts ul li p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 3px;
    margin-top: 12px;
  }
  .page .new .mw {
    padding: 30px 1rem;
  }
  .page .new .mw .m_title::after {
    width: 30px;
    height: 16px;
    min-width: 30px;
  }
  .page .article .mw {
    padding: 3rem 1rem;
  }
  .page .article .mw .top_line {
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .article .mw .top_line .h2 {
    font-size: 20px;
    max-width: 300px;
    text-align: left;
  }
  .page .article .mw .top_line p {
    font-size: 14px;
    text-align: right;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .data {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont 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 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page .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 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .page .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 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  .page .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 {
    font-size: 14px;
    margin-right: 6px;
  }
  .page .latest_news .mw {
    padding: 0 1rem 3rem;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 30px;
  }
  .page .latest_news .mw .m_title .h2 {
    font-size: 30px;
    text-align: center;
  }
  .page .latest_news .mw .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .latest_news .mw .cont .new_card {
    width: 49%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card:last-child {
    margin-bottom: 0;
  }
  .page .latest_news .mw .cont .new_card a {
    border-radius: 20.44px;
    padding: 10px;
  }
  .page .latest_news .mw .cont .new_card a .img {
    border-radius: 20px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 20px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    padding: 20px 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more {
    font-size: 16px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more:after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .page .latest_news .mw .cont .new_card a:hover .h5 {
    color: #e74010;
  }
  .page .latest_news .mw .cont .new_card a:hover .btn_more::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn_c .btn_m {
    border-radius: 20px;
    padding: 16px;
    font-size: 16px;
    max-width: 240px;
  }
  .btn_c .btn_m::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 18px;
  }
  .btn_c .btn_m_c {
    padding: 16px;
    max-width: 240px;
    font-size: 16px;
    border-radius: 20px;
  }
  .page .main .main_cont .mw {
    padding: 30px 1rem 3rem;
  }
  .page .main .main_cont .mw .cont {
    width: 70%;
  }
  .page .main .main_cont .mw .cont .title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page .main .main_cont .mw .cont .h1 {
    font-size: 35px;
    max-width: 690px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .page .main .main_cont .mw .cont .h2 {
    font-size: 18px;
    line-height: 25px;
    max-width: 450px;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .h2::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 9px;
    margin-right: 5px;
  }
  .page .main .main_cont .mw .cont .btn_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c {
    max-width: 240px;
    margin-right: 15px;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_m_c {
    padding: 16px;
    max-width: 180px;
    font-size: 16px;
  }
  .page .find_your_perfect_christmas_tree .mw {
    padding: 4rem 1rem 2rem;
  }
  .page .find_your_perfect_christmas_tree .mw .decor {
    width: 1100px;
    right: -580px;
    bottom: -540px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line {
    padding-bottom: 45px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .left_side {
    max-width: 450px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page
    .find_your_perfect_christmas_tree
    .mw
    .top_line
    .right_side
    .btn_c
    .btn_m {
    border-radius: 15px;
    max-width: 260px;
    padding: 14px 20px;
  }
  .page .find_your_perfect_christmas_tree .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 .find_your_perfect_christmas_tree .mw .cont .card a {
    border-radius: 20px;
    padding: 20px;
    height: 200px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .h5 {
    font-size: 20px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .btn_more img {
    width: 15px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .img {
    width: 250px;
    bottom: -5px;
    right: -20px;
  }
  .page .why_choose_us .mw {
    padding: 2rem 1rem;
  }
  .page .why_choose_us .mw .m_title .h2 {
    max-width: 600px;
  }
  .page .why_choose_us .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
  }
  .page .why_choose_us .mw .cont .card {
    border-radius: 20px;
    padding: 20px;
  }
  .page .why_choose_us .mw .cont .card .icon {
    border-radius: 12px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 20px;
  }
  .page .why_choose_us .mw .cont .card .icon img {
    width: 22px;
    height: 22px;
  }
  .page .why_choose_us .mw .cont .card .desc .h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .page .why_choose_us .mw .cont .card .desc p {
    font-size: 14px;
    max-width: 280px;
  }
  .page .why_choose_us .mw .cont .card:nth-child(3) .desc p {
    max-width: 260px;
  }
  .page .new_year_looks_like .mw {
    padding: 2rem 1rem 4rem;
  }
  .page .new_year_looks_like .mw .decor {
    width: 1200px;
    right: -580px;
    top: 0px;
  }
  .page .new_year_looks_like .mw .decor1 {
    width: 450px;
    left: -280px;
    bottom: -150px;
  }
  .page .new_year_looks_like .mw .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .page .new_year_looks_like .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .new_year_looks_like .mw .top_line .right_side p {
    font-size: 16px;
    line-height: 22px;
    max-width: 290px;
  }
  .page .new_year_looks_like .mw .new_year_slider .card .img a img {
    border-radius: 25px;
  }
  .page .new_year_looks_like .mw .bottom_line {
    margin-top: 40px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year:after,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year:after {
    width: 12px;
    height: 13px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots {
    margin: 0 15px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .page .bg {
    padding: 30px 15px 40px;
    border-radius: 25px;
  }
  .page .bg .seen_your_christmas_tree {
    border-radius: 25px;
    margin-bottom: 4rem;
  }
  .page .bg .seen_your_christmas_tree .mw {
    padding: 4rem 1rem;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title {
    padding-bottom: 40px;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
    max-width: 520px;
  }
  .page .bg .seen_your_christmas_tree .mw .img {
    padding-bottom: 40px;
  }
  .page .bg .seen_your_christmas_tree .mw .img img {
    border-radius: 25px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c {
    max-width: 280px;
    margin-right: 15px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .fiolet_btn {
    border-radius: 20px;
    max-width: 280px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .blue_btn {
    border-radius: 20px;
    max-width: 280px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .white_btn {
    border-radius: 20px;
    max-width: 210px;
  }
  .page .bg .christmas_trees_bring_holiday .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 .bg .christmas_trees_bring_holiday .cont .left_side {
    width: 55%;
  }
  .page .bg .christmas_trees_bring_holiday .cont .left_side .img img {
    border-radius: 25px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side {
    width: 42%;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title {
    padding-bottom: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title .h2 {
    font-size: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .desc p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 18px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c {
    margin-top: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c .btn_m {
    max-width: 180px;
  }
  .page .buying_a_christmas_tree .mw {
    padding: 4rem 1rem;
  }
  .page .buying_a_christmas_tree .mw .top_line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
    max-width: 500px;
  }
  .page .buying_a_christmas_tree .mw .top_line .right_side .logo {
    max-width: 160px;
    position: relative;
    right: -20px;
    top: -20px;
  }
  .page .buying_a_christmas_tree .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 .buying_a_christmas_tree .mw .cont .left_side {
    width: 45%;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li {
    margin-bottom: 20px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num {
    border-radius: 12px;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    min-width: 45px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num span {
    font-size: 18px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc p {
    font-size: 16px;
    max-width: 345px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side .btn_c {
    margin-top: 30px;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side {
    width: 52%;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img {
    max-width: 810px;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  .page .we_are_recommended {
    border-radius: 25px;
  }
  .page .we_are_recommended .decor {
    width: 450px;
    top: -60px;
    right: -20px;
  }
  .page .we_are_recommended .decor1 {
    width: 80px;
    top: 40px;
    right: 130px;
  }
  .page .we_are_recommended .decor2 {
    width: 450px;
    top: 65px;
    left: -300px;
  }
  .page .we_are_recommended .mw {
    padding: 3rem 1rem;
  }
  .page .we_are_recommended .mw .top_line {
    padding-bottom: 30px;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title .h2 {
    max-width: 540px;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title p {
    font-size: 20px;
    margin-top: 15px;
    line-height: 28px;
  }
  .page .we_are_recommended .mw .top_line .right_side .btn_prev_recommended,
  .page .we_are_recommended .mw .top_line .right_side .btn_next_recommended {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .page
    .we_are_recommended
    .mw
    .top_line
    .right_side
    .btn_prev_recommended:after,
  .page
    .we_are_recommended
    .mw
    .top_line
    .right_side
    .btn_next_recommended:after {
    width: 12px;
    height: 13px;
  }
  .page .we_are_recommended .mw .recommended_slider .card {
    border-radius: 18px;
    padding: 20px 20px 30px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line {
    padding-bottom: 20px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .name {
    font-size: 17px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .date {
    font-size: 14px;
    margin-left: 12px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .icon {
    max-width: 110px;
  }
  .page .we_are_recommended .mw .recommended_slider .card p {
    font-size: 14px;
  }
  .page .we_are_recommended .mw .btn_line {
    padding-top: 25px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c {
    margin-right: 10px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .btn_m_c {
    font-size: 14px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .fiolet_btn {
    border-radius: 20px;
    max-width: 280px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .blue_btn {
    border-radius: 20px;
    max-width: 260px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c .orange_btn {
    border-radius: 20px;
    max-width: 260px;
  }
  .page .recommended {
    margin-bottom: 3rem;
  }
  .page .tree_shopping_made_easy .mw {
    padding: 4rem 1rem 2rem;
  }
  .page .tree_shopping_made_easy .mw .m_title {
    padding-bottom: 35px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card {
    border-radius: 25px;
    padding: 10px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img {
    border-radius: 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img img {
    border-radius: 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc {
    padding: 30px 20px 20px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .h5 {
    font-size: 16px;
    max-width: 245px;
    margin-bottom: 14px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .date {
    font-size: 14px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .btn_more {
    margin-top: 30px;
    font-size: 15px;
  }
  .page
    .tree_shopping_made_easy
    .mw
    .tree_slider
    .card
    a
    .desc
    .btn_more::after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line {
    margin-top: 40px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree:after,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:after {
    width: 12px;
    height: 13px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots {
    margin: 0 15px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .page .faq .mw {
    padding: 2rem 1rem 4rem;
  }
  .page .faq .mw .m_title {
    padding-bottom: 35px;
  }
  .page .faq .mw .accordion .accordion-item {
    width: 49%;
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 16px;
    padding: 15px 15px 15px 20px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-content {
    display: none;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 15px 20px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 14px;
  }
  .page .can_find_us_website .mw {
    padding: 4rem 1rem;
  }
  .page .can_find_us_website .mw .cont {
    border-radius: 25px;
    padding: 40px 15px 60px;
  }
  .page .can_find_us_website .mw .cont .m_title .h2 {
    max-width: 550px;
    text-align: center;
  }
  .page .can_find_us_website .mw .cont .m_title p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 25px;
  }
  .page .can_find_us_website .mw .cont .btn_line {
    border-radius: 30px;
    padding: 30px 20px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c {
    margin-right: 20px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .blue_btn {
    width: 160px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .fiolet_btn,
  .page .can_find_us_website .mw .cont .btn_line .btn_c .orange_btn {
    width: 180px;
  }
  .page .any_ques {
    border-radius: 25px;
    margin-bottom: 4rem;
  }
  .page .any_ques .mw {
    padding: 35px 1rem;
  }
  .page .any_ques .mw .top_line {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .top_line .left_side {
    width: 56%;
  }
  .page .any_ques .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .any_ques .mw .top_line .right_side {
    width: 42%;
  }
  .page .any_ques .mw .top_line .right_side p {
    font-size: 18px;
    max-width: 350px;
    line-height: 26px;
  }
  .page .any_ques .mw .cont .left_side {
    width: 56%;
  }
  .page .any_ques .mw .cont .left_side .any_ques_slider .card .img img {
    border-radius: 25px;
  }
  .page .any_ques .mw .cont .left_side .custom_nav_area {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
  .page .any_ques .mw .cont .left_side .custom_dots {
    margin-left: 0;
  }
  .page .any_ques .mw .cont .left_side .custom_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows {
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    margin-left: 10px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:after,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:after {
    width: 12px;
    height: 13px;
  }
  .page .any_ques .mw .cont .right_side {
    width: 42%;
  }
  .page .any_ques .mw .cont .right_side form .inp {
    margin-bottom: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp .h5 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .page .any_ques .mw .cont .right_side form .inp input,
  .page .any_ques .mw .cont .right_side form .inp textarea {
    border-radius: 15px;
    height: 55px;
    font-size: 15px;
    padding: 12px 20px;
  }
  .page .any_ques .mw .cont .right_side form .inp_textarea textarea {
    height: 100px;
  }
  .page .any_ques .mw .cont .right_side form .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .line .inp {
    width: 100%;
  }
  .page .any_ques .mw .cont .right_side form .btn_c {
    margin-top: 10px;
  }
  .page .any_ques .mw .cont .right_side form .btn_c .btn_m {
    font-size: 16px;
    padding: 14px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree {
    margin-top: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree::before {
    display: none;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt {
    font-size: 14px;
    max-width: 368px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt a {
    font-size: 14px;
  }
  .page .produce_artificial_christmas_trees {
    padding: 4rem 1rem 0;
  }
  .page .produce_artificial_christmas_trees .bg_cont {
    border-radius: 25px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw {
    padding: 4rem 1rem;
  }
  .page .produce_artificial_christmas_trees .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 .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side {
    width: 52%;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side .img {
    margin-right: 15px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .left_side
    .img
    img {
    border-radius: 25px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .right_side {
    width: 45%;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .m_title {
    max-width: 500px;
    padding-bottom: 30px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc {
    max-width: 560px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc
    p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .page .work_all_russia .mw {
    padding: 3rem 1rem 3rem;
  }
  .page .work_all_russia .mw .decor {
    width: 500px;
    bottom: -360px;
    left: -370px;
  }
  .page .work_all_russia .mw .decor1 {
    width: 580px;
    right: -380px;
    top: -190px;
  }
  .page .work_all_russia .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 .work_all_russia .mw .cont .left_side {
    width: 100%;
  }
  .page .work_all_russia .mw .cont .left_side .m_title {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page .work_all_russia .mw .cont .right_side {
    width: 100%;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num span {
    font-size: 80px;
  }
  .page .work_all_russia .mw .cont .right_side ul li p {
    font-size: 18px;
    text-align: center;
  }
  .page .production_to_proud {
    border-radius: 25px;
    margin-top: 40px;
  }
  .page .production_to_proud .mw {
    padding: 3rem 1rem;
  }
  .page .production_to_proud .mw .top_line {
    padding-bottom: 50px;
  }
  .page .production_to_proud .mw .top_line .left_side {
    max-width: 440px;
  }
  .page .production_to_proud .mw .top_line .left_side .m_title {
    padding-bottom: 0;
  }
  .page .production_to_proud .mw .top_line .right_side p {
    font-size: 15px;
    line-height: 24px;
  }
  .page .production_to_proud .mw .production_slider .card .img img {
    border-radius: 25px;
  }
  .page .production_to_proud .mw .bottom_line {
    margin-top: 30px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production,
  .page .production_to_proud .mw .bottom_line .btn_next_production {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production:after,
  .page .production_to_proud .mw .bottom_line .btn_next_production:after {
    width: 12px;
    height: 13px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots {
    margin: 0 15px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .page .catalog .mw {
    padding: 40px 1rem 0;
  }
  .page .catalog .mw .m_title {
    padding-bottom: 35px;
  }
  .page .catalog .mw form {
    margin-bottom: 35px;
  }
  .page .catalog .mw form .inp {
    width: 24%;
  }
  .page .catalog .mw form .inp select {
    height: 42px;
    font-size: 15px;
    padding: 12px 15px;
  }
  .page .catalog .mw form .inp .inp_select:after {
    width: 8px;
    height: 5px;
    right: 15px;
  }
  .page .catalog .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .page .catalog .mw .cont .card .line .img img {
    border-radius: 25px;
  }
  .page .catalog .mw .cont .card .line .title {
    top: 15px;
    left: 15px;
    border-radius: 40px;
    padding: 8px 10px;
  }
  .page .catalog .mw .cont .card .line .title span {
    font-size: 12px;
  }
  .page .catalog .mw .cont .card .line .title span::before {
    width: 11px;
    height: 14px;
    margin-right: 5px;
    min-width: 11px;
  }
  .page .catalog .mw .cont .card .desc {
    padding: 15px 8px;
  }
  .page .catalog .mw .cont .card .desc .h5 {
    font-size: 18px;
  }
  .page .catalog .mw .cont .card .desc p {
    margin: 10px 0;
    font-size: 16px;
  }
  .page .catalog .mw .cont .card .desc .h6 {
    font-size: 15px;
  }
  .page .catalog .mw .cont .card .btn_c .btn_m {
    border-radius: 15px;
    padding: 15px;
    letter-spacing: 2.2px;
  }
  .page .catalog .mw .bottom_pagination {
    margin-top: 35px;
  }
  .page .catalog .mw .bottom_pagination .pagination .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    font-size: 15px;
    margin: 0 6px;
  }
  .page .catalog .mw .bottom_pagination .pagination .prev:after {
    width: 12px;
    height: 12px;
  }
  .page .catalog .mw .bottom_pagination .pagination .next:after {
    width: 12px;
    height: 12px;
  }
  .page .product .mw {
    padding: 40px 1rem 2rem;
  }
  .page .product .mw .cont .left_side {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .product .mw .cont .left_side .product_slider {
    margin-bottom: 20px;
  }
  .page .product .mw .cont .left_side .product_slider .card .img img {
    border-radius: 25px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav {
    top: 20px;
    right: 20px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev,
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev:before,
  .page
    .product
    .mw
    .cont
    .left_side
    .product_slider
    .owl-nav
    .owl-next:before {
    width: 8px;
    height: 8px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .product .mw .cont .left_side .product_min_slider .card .img img {
    border-radius: 15px;
  }
  .page .product .mw .cont .right_side {
    width: 49%;
  }
  .page .product .mw .cont .right_side .title {
    border-radius: 40px;
    padding: 6px 20px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page .product .mw .cont .right_side .m_title {
    padding-bottom: 18px;
  }
  .page .product .mw .cont .right_side .desc {
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side .desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .page .product .mw .cont .right_side .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .page .product .mw .cont .right_side ul li {
    margin-bottom: 14px;
  }
  .page .product .mw .cont .right_side ul li p {
    font-size: 14px;
  }
  .page .product .mw .cont .right_side ul li .dotted-line {
    margin: 12px 2px 0;
  }
  .page .product .mw .cont .right_side ul li span {
    font-size: 14px;
  }
  .page .product .mw .cont .right_side ul li:last-child span {
    max-width: 170px;
  }
  .page .product .mw .cont .right_side .btn_line {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 15px;
    margin-top: 20px;
  }
  .page .product .mw .cont .right_side .btn_line .btn_m_c {
    padding: 20px 15px;
    font-size: 16px;
    max-width: 100%;
  }
  .page .buying .mw {
    padding: 3rem 1rem 2rem;
  }
  .page .buying .mw .cont {
    border-radius: 25px;
    padding: 3rem 1rem;
  }
  .page .buying .mw .cont .m_title p {
    margin-top: 25px;
    font-size: 18px;
    max-width: 600px;
    line-height: 25px;
  }
  .page .buying .mw .cont .btn_line .btn_c {
    width: auto;
    margin-right: 15px;
  }
  .page .buying .mw .cont .btn_line .btn_m_c {
    padding: 18px 20px;
    font-size: 16px;
  }
  .page .buying .mw .cont .btn_line .blue_btn {
    max-width: 280px;
  }
  .page .buying .mw .cont .btn_line .fiolet_btn {
    max-width: 265px;
  }
  .page .buying .mw .cont .btn_line .orange_btn {
    max-width: 300px;
  }
  .page .map .mw {
    padding: 1rem 1rem 3rem;
  }
  .page .map .mw .m_title {
    padding-bottom: 35px;
  }
  .page .map .mw .cont {
    height: 350px;
  }
  .page .map .mw .cont iframe {
    height: 350px;
    border-radius: 25px;
  }
  .page .maps .mw .m_title {
    padding-bottom: 28px;
  }
  .page .maps .mw .desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    max-width: 480px;
  }
  .page .maps .mw .desc::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .page .bg1 {
    border-radius: 25px;
    margin-bottom: 3rem;
  }
  .page .bg1 .watch_the_video .mw {
    padding: 3rem 1rem 2rem;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play {
    height: 350px;
    border-radius: 25px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play::after {
    border-radius: 25px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon img {
    width: 35px;
  }
  .page .bg1 .follow_us_also .mw {
    padding: 0 1rem 3rem;
  }
  .page .bg1 .follow_us_also .mw .top_line .right_side .logo {
    max-width: 200px;
  }
  .page .bg1 .follow_us_also .mw .cont .card {
    width: 49%;
    border-radius: 25px;
    padding: 20px 20px 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play {
    height: 320px;
    border-radius: 20px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play::after {
    border-radius: 20px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play .play_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .page
    .bg1
    .follow_us_also
    .mw
    .cont
    .card
    a
    .video
    .video_play
    .play_icon
    img {
    width: 28px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc {
    margin-top: 30px;
    padding: 0 10px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .icon img {
    width: 14px;
  }
  .page .content_none_section .content_none_section_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;
    min-height: 70vh;
    height: 100%;
  }
  .page .content_none_section .content_none_section_cont .mw {
    padding: 3rem 1rem;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .img {
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line {
    margin-top: 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
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line
    .h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line
    .btn_c
    .btn_m {
    width: 100%;
    max-width: 212px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side {
    bottom: -340px;
    right: -240px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 650px;
  }
  .page .policy .mw {
    padding: 40px 1rem 35px;
  }
  .page .policy .mw .m_title::after {
    width: 32px;
    height: 18px;
    min-width: 32px;
  }
  .page .privacy_policy .mw {
    padding: 3rem 1rem 4rem;
  }
  .page .privacy_policy .mw .cont .desc h3,
  .page .privacy_policy .mw .cont .desc .h3 {
    font-size: 22px;
    padding-bottom: 24px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .page .we_are_coming .mw {
    padding: 1.5rem 1rem 2rem;
  }
  .page .we_are_coming .mw .top_line {
    padding-bottom: 30px;
  }
  .page .we_are_coming .mw .top_line .left_side {
    max-width: 580px;
  }
  .page .we_are_coming .mw .top_line .right_side .logo {
    max-width: 180px;
  }
  .page .we_are_coming .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
  .page .we_are_coming .mw .cont .card a {
    border-radius: 25px;
    padding: 30px 20px;
    height: 200px;
  }
  .page .we_are_coming .mw .cont .card a .h5 {
    font-size: 22px;
    max-width: 300px;
  }
  .page .we_are_coming .mw .cont .card a .btn_more img {
    width: 15px;
  }
  .page .we_are_coming .mw .cont .card a::before {
    border-radius: 25px;
  }
  .page .work_with_business .mw {
    padding: 3rem 1rem 1.5rem;
  }
  .page .work_with_business .mw .cont .left_side {
    width: 50%;
  }
  .page .work_with_business .mw .cont .left_side .m_title {
    padding-bottom: 40px;
    max-width: 550px;
  }
  .page .work_with_business .mw .cont .left_side ul li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page .work_with_business .mw .cont .left_side ul li::after {
    width: 20px;
    height: 12px;
    min-width: 20px;
  }
  .page .work_with_business .mw .cont .right_side {
    width: 46%;
  }
  .page .work_with_business .mw .cont .right_side .desc {
    max-width: 300px;
  }
  .page .work_with_business .mw .cont .right_side .desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .page .work_with_business .mw .cont .right_side .img img {
    width: 100%;
    border-radius: 25px;
  }
  .page .contacts {
    margin: 50px 0 50px;
    border-radius: 25px;
  }
  .page .contacts .mw {
    padding: 3rem 1rem;
  }
  .page .contacts .mw .cont .left_side .contact_line li {
    margin-bottom: 30px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon {
    border-radius: 6px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 15px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon img {
    width: 18px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc .h5 {
    font-size: 20px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc a,
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 20px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 20px;
  }
  .page .contacts .mw .cont .left_side .soc_icons {
    margin-top: 20px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a {
    width: 45px;
    height: 45px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a img {
    width: 24px;
  }
  .page .contacts .mw .cont .right_side {
    width: 60%;
  }
  .page .contacts .mw .cont .right_side .img {
    max-width: 800px;
    right: -45px;
  }
  .page .contacts .mw .cont .right_side .img img {
    border-radius: 25px;
  }
  .page .articles {
    position: relative;
  }
  .page .articles .mw {
    padding: 3rem 1rem;
  }
  .page .articles .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .articles .mw .cont .left_side {
    width: 62%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    margin-bottom: 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 25px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 25px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 15px 0 12px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 16px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont {
    margin-top: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 16px;
    max-width: 212px;
    border-radius: 15px;
    padding: 15px 20px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 20px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    font-size: 14px;
    margin: 0 6px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .prev:after {
    width: 12px;
    height: 12px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .next:after {
    width: 12px;
    height: 12px;
  }
  .page .articles .mw .cont .right_side {
    width: 36%;
  }
  .page .sidebar .widget {
    margin-bottom: 20px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page .sidebar .widget_search {
    width: 100%;
  }
  .page .sidebar .widget_search form input {
    height: 50px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 16px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .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 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 15px;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 20px;
  }
  .page .sidebar .widget_contacts ul li a,
  .page .sidebar .widget_contacts ul li p {
    font-size: 18px;
  }
  .page .sidebar .widget_contacts ul li a::before,
  .page .sidebar .widget_contacts ul li p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 3px;
    margin-top: 12px;
  }
  .page .new .mw {
    padding: 2rem 1rem 35px;
  }
  .page .new .mw .m_title::after {
    width: 32px;
    height: 18px;
    min-width: 32px;
  }
  .page .article .mw {
    padding: 3rem 1rem;
  }
  .page .article .mw .top_line {
    border-radius: 20px;
    padding: 25px 15px;
    margin-bottom: 40px;
  }
  .page .article .mw .top_line .h2 {
    font-size: 22px;
  }
  .page .article .mw .top_line p {
    font-size: 18px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 25px;
    margin-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 25px;
  }
  .page .article .mw .cont .left_side .data {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont {
    width: 100%;
    padding: 0;
  }
  .page .article .mw .cont .left_side .article_desc_cont .article_title {
    font-size: 30px;
    font-weight: bold;
  }
  .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 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page .article .mw .cont .left_side .article_desc_cont .h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 24px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h5 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h6 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li:before {
    width: 6px;
    min-width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 20px;
    padding-bottom: 3rem;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .latest_news .mw {
    padding: 0 1rem 3rem;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 35px;
  }
  .page .latest_news .mw .m_title .h2 {
    font-size: 32px;
  }
  .page .latest_news .mw .cont .new_card {
    width: 32%;
  }
  .page .latest_news .mw .cont .new_card a {
    border-radius: 25.44px;
    padding: 10px;
  }
  .page .latest_news .mw .cont .new_card a .img {
    border-radius: 25px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 25px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    padding: 20px 15px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more {
    font-size: 14px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more:after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .btn_c .btn_m {
    border-radius: 20px;
    padding: 18px;
    font-size: 16px;
    max-width: 250px;
  }
  .btn_c .btn_m::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 18px;
  }
  .btn_c .btn_m_c {
    padding: 18px;
    max-width: 240px;
    font-size: 20px;
    border-radius: 25px;
  }
  .page .main .main_cont .mw {
    padding: 30px 2rem 3rem;
  }
  .page .main .main_cont .mw .cont {
    width: 65%;
  }
  .page .main .main_cont .mw .cont .title {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .page .main .main_cont .mw .cont .h1 {
    font-size: 50px;
    max-width: 620px;
    line-height: 55px;
    margin-bottom: 24px;
  }
  .page .main .main_cont .mw .cont .h2 {
    font-size: 18px;
    line-height: 25px;
    max-width: 440px;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .h2::before {
    margin-top: 10px;
    margin-right: 8px;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_c {
    max-width: 250px;
    margin-right: 20px;
  }
  .page .main .main_cont .mw .cont .btn_line .btn_m_c {
    padding: 18px;
    max-width: 190px;
    font-size: 16px;
  }
  .page .find_your_perfect_christmas_tree .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .find_your_perfect_christmas_tree .mw .decor {
    width: 1400px;
    right: -680px;
    bottom: -720px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line {
    padding-bottom: 40px;
  }
  .page .find_your_perfect_christmas_tree .mw .top_line .left_side {
    max-width: 500px;
  }
  .page
    .find_your_perfect_christmas_tree
    .mw
    .top_line
    .right_side
    .btn_c
    .btn_m {
    max-width: 260px;
    padding: 18px 24px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a {
    border-radius: 25px;
    padding: 30px;
    height: 210px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .h5 {
    font-size: 22px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .btn_more img {
    width: 15px;
  }
  .page .find_your_perfect_christmas_tree .mw .cont .card a .img {
    width: 300px;
    right: -20px;
    bottom: -5px;
  }
  .page .why_choose_us .mw {
    padding: 2rem 1rem;
  }
  .page .why_choose_us .mw .m_title .h2 {
    max-width: 650px;
  }
  .page .why_choose_us .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
  }
  .page .why_choose_us .mw .cont .card {
    border-radius: 25px;
    padding: 25px;
  }
  .page .why_choose_us .mw .cont .card .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-bottom: 24px;
  }
  .page .why_choose_us .mw .cont .card .icon img {
    width: 22px;
    height: 22px;
  }
  .page .why_choose_us .mw .cont .card .desc .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .why_choose_us .mw .cont .card .desc p {
    font-size: 15px;
    max-width: 240px;
  }
  .page .why_choose_us .mw .cont .card:nth-child(3) .desc p {
    max-width: 200px;
  }
  .page .new_year_looks_like .mw {
    padding: 2rem 2rem 4rem;
  }
  .page .new_year_looks_like .mw .decor {
    width: 1400px;
    right: -680px;
    top: 0px;
  }
  .page .new_year_looks_like .mw .decor1 {
    width: 535px;
    left: -340px;
    bottom: -160px;
  }
  .page .new_year_looks_like .mw .top_line {
    padding-bottom: 35px;
  }
  .page .new_year_looks_like .mw .top_line .right_side p {
    font-size: 18px;
    line-height: 25px;
    max-width: 340px;
  }
  .page .new_year_looks_like .mw .new_year_slider .card .img a img {
    border-radius: 25px;
  }
  .page .new_year_looks_like .mw .bottom_line {
    margin-top: 40px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year {
    width: 55px;
    height: 55px;
    border-radius: 18px;
  }
  .page .new_year_looks_like .mw .bottom_line .btn_prev_new_year:after,
  .page .new_year_looks_like .mw .bottom_line .btn_next_new_year:after {
    width: 12px;
    height: 13px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots {
    margin: 0 25px;
  }
  .page .new_year_looks_like .mw .bottom_line .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .page .bg {
    padding: 30px 30px 40px;
    border-radius: 30px;
  }
  .page .bg .seen_your_christmas_tree {
    border-radius: 30px;
    margin-bottom: 4rem;
  }
  .page .bg .seen_your_christmas_tree .mw {
    padding: 3rem 2rem;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title {
    padding-bottom: 40px;
  }
  .page .bg .seen_your_christmas_tree .mw .m_title p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 25px;
    max-width: 520px;
  }
  .page .bg .seen_your_christmas_tree .mw .img {
    padding-bottom: 50px;
  }
  .page .bg .seen_your_christmas_tree .mw .img img {
    border-radius: 25px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c {
    max-width: 280px;
    margin-right: 20px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .fiolet_btn {
    max-width: 280px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .blue_btn {
    max-width: 280px;
  }
  .page .bg .seen_your_christmas_tree .mw .btn_line .btn_c .white_btn {
    max-width: 210px;
  }
  .page .bg .christmas_trees_bring_holiday .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 .bg .christmas_trees_bring_holiday .cont .left_side .img {
    margin-right: 5px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .left_side .img img {
    border-radius: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side {
    width: 42%;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .m_title {
    padding-bottom: 26px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .desc p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c {
    margin-top: 30px;
  }
  .page .bg .christmas_trees_bring_holiday .cont .right_side .btn_c .btn_m {
    max-width: 180px;
  }
  .page .buying_a_christmas_tree .mw {
    padding: 4rem 2rem;
  }
  .page .buying_a_christmas_tree .mw .top_line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page .buying_a_christmas_tree .mw .top_line .left_side .m_title p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    max-width: 550px;
  }
  .page .buying_a_christmas_tree .mw .top_line .right_side .logo {
    max-width: 160px;
    position: relative;
    top: -20px;
    right: -20px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side {
    width: 40%;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li {
    margin-bottom: 25px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    min-width: 45px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .num span {
    font-size: 18px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side ul li .desc p {
    font-size: 16px;
    max-width: 345px;
  }
  .page .buying_a_christmas_tree .mw .cont .left_side .btn_c {
    margin-top: 30px;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side {
    width: 55%;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img {
    max-width: 810px;
  }
  .page .buying_a_christmas_tree .mw .cont .right_side .img img {
    border-radius: 30px;
  }
  .page .we_are_recommended {
    border-radius: 30px;
  }
  .page .we_are_recommended .decor {
    width: 500px;
    top: -70px;
    right: 0px;
  }
  .page .we_are_recommended .decor1 {
    width: 80px;
    top: 45px;
    right: 160px;
  }
  .page .we_are_recommended .decor1 img {
    width: 100%;
    height: auto;
  }
  .page .we_are_recommended .decor2 {
    width: 550px;
    top: 65px;
    left: -400px;
  }
  .page .we_are_recommended .mw {
    padding: 3.5rem 2rem;
  }
  .page .we_are_recommended .mw .top_line {
    padding-bottom: 35px;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title .h2 {
    max-width: 540px;
  }
  .page .we_are_recommended .mw .top_line .left_side .m_title p {
    font-size: 22px;
    margin-top: 20px;
    line-height: 30px;
  }
  .page .we_are_recommended .mw .top_line .right_side .btn_prev_recommended,
  .page .we_are_recommended .mw .top_line .right_side .btn_next_recommended {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .page
    .we_are_recommended
    .mw
    .top_line
    .right_side
    .btn_prev_recommended:after,
  .page
    .we_are_recommended
    .mw
    .top_line
    .right_side
    .btn_next_recommended:after {
    width: 12px;
    height: 13px;
  }
  .page .we_are_recommended .mw .recommended_slider .card {
    padding: 18px 18px 30px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line {
    padding-bottom: 20px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .name {
    font-size: 17px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .desc .date {
    font-size: 14px;
    margin-left: 12px;
  }
  .page .we_are_recommended .mw .recommended_slider .card .line .icon {
    max-width: 100px;
  }
  .page .we_are_recommended .mw .recommended_slider .card p {
    font-size: 14px;
  }
  .page .we_are_recommended .mw .btn_line {
    padding-top: 30px;
  }
  .page .we_are_recommended .mw .btn_line .btn_c {
    margin-right: 15px;
  }
  .page .recommended {
    margin-bottom: 4rem;
  }
  .page .tree_shopping_made_easy .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .tree_shopping_made_easy .mw .m_title {
    padding-bottom: 30px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card {
    border-radius: 30.44px;
    padding: 14px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img {
    border-radius: 25px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .img img {
    border-radius: 25px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .h5 {
    font-size: 17px;
    max-width: 245px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .date {
    font-size: 15px;
  }
  .page .tree_shopping_made_easy .mw .tree_slider .card a .desc .btn_more {
    margin-top: 35px;
    font-size: 15px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line {
    margin-top: 40px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree {
    width: 55px;
    height: 55px;
    border-radius: 18px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .btn_prev_tree:after,
  .page .tree_shopping_made_easy .mw .bottom_line .btn_next_tree:after {
    width: 12px;
    height: 13px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots {
    margin: 0 25px;
  }
  .page .tree_shopping_made_easy .mw .bottom_line .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .page .faq .mw {
    padding: 2rem 2rem 4rem;
  }
  .page .faq .mw .m_title {
    padding-bottom: 35px;
  }
  .page .faq .mw .accordion .accordion-item {
    border-radius: 20px;
    margin-bottom: 14px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title {
    font-size: 18px;
    padding: 18px 18px 18px 20px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
  }
  .page .faq .mw .accordion .accordion-item .accordion-item-title .plus:after {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont {
    padding: 0 18px 20px;
  }
  .page
    .faq
    .mw
    .accordion
    .accordion-item
    .accordion-item-content
    .accordion-item-content_cont
    p {
    font-size: 16px;
  }
  .page .can_find_us_website .mw {
    padding: 4rem 2rem;
  }
  .page .can_find_us_website .mw .cont {
    border-radius: 40px;
    padding: 50px 20px 80px;
  }
  .page .can_find_us_website .mw .cont .m_title .h2 {
    max-width: 612px;
  }
  .page .can_find_us_website .mw .cont .m_title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .page .can_find_us_website .mw .cont .btn_line {
    border-radius: 40px;
    padding: 40px 35px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c {
    margin-right: 25px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .blue_btn {
    width: 200px;
  }
  .page .can_find_us_website .mw .cont .btn_line .btn_c .fiolet_btn,
  .page .can_find_us_website .mw .cont .btn_line .btn_c .orange_btn {
    width: 240px;
  }
  .page .any_ques {
    border-radius: 30px;
    margin-bottom: 4rem;
  }
  .page .any_ques .mw {
    padding: 3rem 2rem;
  }
  .page .any_ques .mw .top_line {
    padding-bottom: 30px;
  }
  .page .any_ques .mw .top_line .left_side {
    width: 56%;
  }
  .page .any_ques .mw .top_line .right_side {
    width: 40%;
  }
  .page .any_ques .mw .top_line .right_side p {
    font-size: 22px;
    max-width: 400px;
    line-height: 30px;
  }
  .page .any_ques .mw .cont .left_side .any_ques_slider .card .img img {
    border-radius: 30px;
  }
  .page .any_ques .mw .cont .left_side .custom_nav_area {
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
  .page .any_ques .mw .cont .left_side .custom_dots {
    margin-left: 10px;
  }
  .page .any_ques .mw .cont .left_side .custom_dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows {
    margin-right: 20px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_prev_any_ques:after,
  .page .any_ques .mw .cont .left_side .custom_arrows .btn_next_any_ques:after {
    width: 12px;
    height: 13px;
  }
  .page .any_ques .mw .cont .right_side {
    width: 40%;
  }
  .page .any_ques .mw .cont .right_side form .inp .h5 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .page .any_ques .mw .cont .right_side form .inp input,
  .page .any_ques .mw .cont .right_side form .inp textarea {
    height: 60px;
    font-size: 14px;
    padding: 15px 12px;
  }
  .page .any_ques .mw .cont .right_side form .inp_textarea textarea {
    height: 100px;
  }
  .page .any_ques .mw .cont .right_side form .line .inp {
    width: 49%;
  }
  .page .any_ques .mw .cont .right_side form .btn_c {
    margin-top: 10px;
  }
  .page .any_ques .mw .cont .right_side form .btn_c .btn_m {
    font-size: 18px;
    padding: 14px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree {
    margin-top: 15px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree::before {
    width: 20px;
    height: 1px;
    min-width: 20px;
    margin-right: 12px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 10px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .inp_check:after {
    width: 8px;
    height: 8px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt {
    font-size: 14px;
    max-width: 368px;
  }
  .page .any_ques .mw .cont .right_side form .inp_agree .txt a {
    font-size: 14px;
  }
  .page .produce_artificial_christmas_trees {
    padding: 4rem 20px 0;
  }
  .page .produce_artificial_christmas_trees .bg_cont {
    border-radius: 30px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw {
    padding: 50px 2rem;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side {
    width: 52%;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .left_side .img {
    margin-right: 15px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .left_side
    .img
    img {
    border-radius: 30px;
  }
  .page .produce_artificial_christmas_trees .bg_cont .mw .cont .right_side {
    width: 45%;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .m_title {
    max-width: 500px;
    padding-bottom: 28px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc {
    max-width: 560px;
  }
  .page
    .produce_artificial_christmas_trees
    .bg_cont
    .mw
    .cont
    .right_side
    .desc
    p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .page .work_all_russia .mw {
    padding: 4rem 2rem 3rem;
  }
  .page .work_all_russia .mw .decor {
    width: 580px;
    bottom: -470px;
    left: -460px;
  }
  .page .work_all_russia .mw .decor1 {
    width: 620px;
    right: -420px;
    top: -220px;
  }
  .page .work_all_russia .mw .cont .left_side .m_title {
    max-width: 300px;
  }
  .page .work_all_russia .mw .cont .right_side ul li .num span {
    font-size: 70px;
  }
  .page .work_all_russia .mw .cont .right_side ul li p {
    font-size: 18px;
  }
  .page .production_to_proud {
    border-radius: 40px;
    margin-top: 30px;
  }
  .page .production_to_proud .mw {
    padding: 4rem 2rem;
  }
  .page .production_to_proud .mw .top_line {
    padding-bottom: 40px;
  }
  .page .production_to_proud .mw .top_line .left_side {
    max-width: 550px;
  }
  .page .production_to_proud .mw .top_line .right_side p {
    font-size: 18px;
    line-height: 24px;
  }
  .page .production_to_proud .mw .production_slider .card .img img {
    border-radius: 30px;
  }
  .page .production_to_proud .mw .bottom_line {
    margin-top: 40px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production,
  .page .production_to_proud .mw .bottom_line .btn_next_production {
    width: 55px;
    height: 55px;
    border-radius: 18px;
  }
  .page .production_to_proud .mw .bottom_line .btn_prev_production:after,
  .page .production_to_proud .mw .bottom_line .btn_next_production:after {
    width: 12px;
    height: 13px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots {
    margin: 0 25px;
  }
  .page .production_to_proud .mw .bottom_line .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .page .catalog .mw {
    padding: 40px 2rem 0;
  }
  .page .catalog .mw .m_title {
    padding-bottom: 40px;
  }
  .page .catalog .mw form {
    margin-bottom: 40px;
  }
  .page .catalog .mw form .inp select {
    height: 45px;
    font-size: 15px;
    padding: 12px 16px;
  }
  .page .catalog .mw form .inp .inp_select:after {
    right: 16px;
  }
  .page .catalog .mw .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 30px;
  }
  .page .catalog .mw .cont .card .line .img img {
    border-radius: 25px;
  }
  .page .catalog .mw .cont .card .line .title {
    top: 20px;
    left: 20px;
    border-radius: 51.11px;
    padding: 8px 10px;
  }
  .page .catalog .mw .cont .card .line .title span {
    font-size: 15px;
  }
  .page .catalog .mw .cont .card .line .title span::before {
    width: 11px;
    height: 14px;
    margin-right: 6px;
    min-width: 11px;
  }
  .page .catalog .mw .cont .card .desc {
    padding: 20px 15px;
  }
  .page .catalog .mw .cont .card .desc .h5 {
    font-size: 20px;
  }
  .page .catalog .mw .cont .card .desc p {
    margin: 12px 0;
    font-size: 16px;
  }
  .page .catalog .mw .cont .card .desc .h6 {
    font-size: 15px;
  }
  .page .catalog .mw .cont .card .btn_c .btn_m {
    border-radius: 15px;
    padding: 22px;
  }
  .page .catalog .mw .bottom_pagination {
    margin-top: 40px;
  }
  .page .catalog .mw .bottom_pagination .pagination .page-numbers {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 15px;
    margin: 0 10px;
  }
  .page .product .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .product .mw .cont .left_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .product .mw .cont .left_side .product_slider {
    margin-bottom: 25px;
  }
  .page .product .mw .cont .left_side .product_slider .card .img img {
    width: 100%;
    height: auto;
    border-radius: 28px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav {
    top: 30px;
    right: 30px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev,
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }
  .page .product .mw .cont .left_side .product_slider .owl-nav .owl-prev:before,
  .page
    .product
    .mw
    .cont
    .left_side
    .product_slider
    .owl-nav
    .owl-next:before {
    width: 8px;
    height: 8px;
  }
  .page .product .mw .cont .left_side .product_min_slider .card .img img {
    border-radius: 15px;
  }
  .page .product .mw .cont .right_side {
    width: 49%;
  }
  .page .product .mw .cont .right_side .title {
    border-radius: 51.11px;
    padding: 7px 20px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page .product .mw .cont .right_side .m_title {
    padding-bottom: 20px;
  }
  .page .product .mw .cont .right_side .desc {
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side .desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .page .product .mw .cont .right_side .h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page .product .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page .product .mw .cont .right_side ul li p {
    font-size: 15px;
  }
  .page .product .mw .cont .right_side ul li .dotted-line {
    margin: 12px 2px 0;
  }
  .page .product .mw .cont .right_side ul li span {
    font-size: 15px;
  }
  .page .product .mw .cont .right_side ul li:last-child span {
    max-width: 220px;
  }
  .page .product .mw .cont .right_side .btn_line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 0;
    margin-top: 20px;
  }
  .page .product .mw .cont .right_side .btn_line .btn_m_c {
    padding: 30px 12px;
    font-size: 15px;
  }
  .page .buying .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .buying .mw .cont {
    border-radius: 40px;
    padding: 60px 20px 60px;
  }
  .page .buying .mw .cont .m_title p {
    margin-top: 25px;
    font-size: 18px;
    max-width: 620px;
    line-height: 24px;
  }
  .page .buying .mw .cont .btn_line .btn_c {
    margin-right: 15px;
  }
  .page .buying .mw .cont .btn_line .btn_m_c {
    padding: 20px;
    font-size: 16px;
  }
  .page .map .mw {
    padding: 2rem 2rem 4rem;
  }
  .page .map .mw .m_title {
    padding-bottom: 40px;
  }
  .page .map .mw .cont {
    height: 400px;
  }
  .page .map .mw .cont iframe {
    height: 400px;
    border-radius: 25px;
  }
  .page .maps .mw .m_title {
    padding-bottom: 25px;
  }
  .page .maps .mw .desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
  }
  .page .maps .mw .desc::before {
    margin-top: 10px;
  }
  .page .bg1 {
    border-radius: 40px;
    margin-bottom: 4rem;
  }
  .page .bg1 .watch_the_video .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play {
    height: 400px;
    border-radius: 30px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play::after {
    border-radius: 30px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .page .bg1 .watch_the_video .mw .cont .video .video_play .play_icon img {
    width: 35px;
  }
  .page .bg1 .follow_us_also .mw {
    padding: 0 2rem 4rem;
  }
  .page .bg1 .follow_us_also .mw .top_line .right_side .logo {
    max-width: 200px;
    position: relative;
    right: -20px;
    top: -10px;
  }
  .page .bg1 .follow_us_also .mw .cont .card {
    width: 49%;
    border-radius: 30px;
    padding: 25px 25px 30px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play {
    height: 300px;
    border-radius: 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play::after {
    border-radius: 25px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .video .video_play .play_icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
  .page
    .bg1
    .follow_us_also
    .mw
    .cont
    .card
    a
    .video
    .video_play
    .play_icon
    img {
    width: 32px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc {
    margin-top: 30px;
    padding: 0 10px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .page .bg1 .follow_us_also .mw .cont .card a .desc .icon img {
    width: 14px;
  }
  .page .content_none_section .content_none_section_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;
    min-height: 70vh;
    height: 100%;
  }
  .page .content_none_section .content_none_section_cont .mw {
    padding: 0 2rem;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .left_side {
    width: 65%;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .img {
    max-width: 100%;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line {
    margin-top: 65px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line
    .h5 {
    font-size: 24px;
    line-height: 34px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .left_side
    .line
    .btn_c
    .btn_m {
    max-width: 180px;
  }
  .page .content_none_section .content_none_section_cont .mw .cont .right_side {
    bottom: -300px;
    right: -200px;
  }
  .page
    .content_none_section
    .content_none_section_cont
    .mw
    .cont
    .right_side
    .img {
    width: 640px;
  }
  .page .policy .mw {
    padding: 50px 2rem 35px;
  }
  .page .policy .mw .m_title::after {
    width: 34px;
    height: 20px;
    min-width: 34px;
  }
  .page .privacy_policy .mw {
    padding: 50px 2rem 4rem;
  }
  .page .privacy_policy .mw .cont .desc h3,
  .page .privacy_policy .mw .cont .desc .h3 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .page .privacy_policy .mw .cont .desc .h5,
  .page .privacy_policy .mw .cont .desc h5 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page .privacy_policy .mw .cont .desc p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .page .we_are_coming .mw {
    padding: 1rem 2rem 2rem;
  }
  .page .we_are_coming .mw .top_line {
    padding-bottom: 35px;
  }
  .page .we_are_coming .mw .top_line .left_side {
    max-width: 580px;
  }
  .page .we_are_coming .mw .top_line .right_side .logo {
    max-width: 180px;
    position: relative;
    right: -20px;
    top: -10px;
  }
  .page .we_are_coming .mw .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
  .page .we_are_coming .mw .cont .card a {
    border-radius: 25px;
    padding: 35px;
    height: 220px;
  }
  .page .we_are_coming .mw .cont .card a .h5 {
    font-size: 22px;
    max-width: 300px;
  }
  .page .we_are_coming .mw .cont .card a .btn_more img {
    width: 15px;
  }
  .page .we_are_coming .mw .cont .card a::before {
    border-radius: 25px;
  }
  .page .work_with_business .mw {
    padding: 4rem 2rem 2rem;
  }
  .page .work_with_business .mw .cont .left_side {
    width: 45%;
  }
  .page .work_with_business .mw .cont .left_side .m_title {
    padding-bottom: 60px;
    max-width: 550px;
  }
  .page .work_with_business .mw .cont .left_side ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .page .work_with_business .mw .cont .left_side ul li::after {
    width: 22px;
    height: 12px;
    min-width: 22px;
  }
  .page .work_with_business .mw .cont .right_side {
    width: 42%;
  }
  .page .work_with_business .mw .cont .right_side .desc {
    max-width: 435px;
  }
  .page .work_with_business .mw .cont .right_side .desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .page .work_with_business .mw .cont .right_side .img img {
    border-radius: 26px;
  }
  .page .contacts {
    margin: 50px 0;
    border-radius: 35px;
  }
  .page .contacts .mw {
    padding: 3rem 2rem 4rem;
  }
  .page .contacts .mw .cont .left_side {
    width: 44%;
  }
  .page .contacts .mw .cont .left_side .contact_line li {
    margin-bottom: 30px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-right: 15px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .icon img {
    width: 18px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc .h5 {
    font-size: 20px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc a,
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 20px;
  }
  .page .contacts .mw .cont .left_side .contact_line li .desc p {
    font-size: 20px;
  }
  .page .contacts .mw .cont .left_side .soc_icons {
    margin-top: 30px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li {
    margin-right: 8px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a {
    width: 45px;
    height: 45px;
  }
  .page .contacts .mw .cont .left_side .soc_icons ul li a img {
    width: 22px;
  }
  .page .contacts .mw .cont .right_side .img {
    max-width: 800px;
    right: -55px;
  }
  .page .contacts .mw .cont .right_side .img img {
    border-radius: 30px;
  }
  .page .articles {
    position: relative;
  }
  .page .articles .mw {
    padding: 4rem 2rem;
  }
  .page .articles .mw .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .articles .mw .cont .left_side {
    width: 62%;
  }
  .page .articles .mw .cont .left_side .articles_cont .article {
    width: 100%;
    margin-bottom: 40px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img {
    border-radius: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .img img {
    border-radius: 30px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .data {
    font-size: 18px;
    margin: 15px 0 12px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .article_title {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .small_desc p {
    font-size: 17px;
  }
  .page .articles .mw .cont .left_side .articles_cont .article .more_btn_cont {
    margin-top: 16px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn {
    font-size: 16px;
    max-width: 212px;
    border-radius: 15px;
    padding: 15px 20px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .articles_cont
    .article
    .more_btn_cont
    .more_btn::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 20px;
  }
  .page .articles .mw .cont .left_side .bottom_pagination {
    margin-top: 40px;
  }
  .page
    .articles
    .mw
    .cont
    .left_side
    .bottom_pagination
    .pagination
    .page-numbers {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 17px;
    margin: 0 8px;
  }
  .page .articles .mw .cont .right_side {
    width: 36%;
  }
  .page .sidebar .widget {
    margin-bottom: 24px;
  }
  .page .sidebar .widget .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page .sidebar .widget_search {
    width: 100%;
  }
  .page .sidebar .widget_search form input {
    height: 55px;
    padding: 10px 20px;
  }
  .page .sidebar .widget_categories ul li a {
    font-size: 18px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min {
    margin-bottom: 15px;
  }
  .page .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 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .page .sidebar .widget_recent_news .recent_news .article_min a .desc .title {
    font-size: 17px;
  }
  .page .sidebar .widget_tag_cloud .tags a {
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .sidebar .widget_contacts ul li {
    margin-bottom: 20px;
  }
  .page .sidebar .widget_contacts ul li a,
  .page .sidebar .widget_contacts ul li p {
    font-size: 20px;
  }
  .page .sidebar .widget_contacts ul li a::before,
  .page .sidebar .widget_contacts ul li p::before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    margin: 0 3px;
    margin-top: 12px;
  }
  .page .new .mw {
    padding: 2rem 2rem 35px;
  }
  .page .new .mw .m_title::after {
    width: 32px;
    height: 18px;
    min-width: 32px;
  }
  .page .article .mw {
    padding: 4rem 2rem;
  }
  .page .article .mw .top_line {
    border-radius: 25px;
    padding: 30px 18px;
    margin-bottom: 40px;
  }
  .page .article .mw .top_line .h2 {
    font-size: 25px;
  }
  .page .article .mw .top_line p {
    font-size: 20px;
  }
  .page .article .mw .cont .left_side .img {
    border-radius: 25px;
    margin-bottom: 30px;
  }
  .page .article .mw .cont .left_side .img img {
    border-radius: 25px;
  }
  .page .article .mw .cont .left_side .data {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont {
    width: 100%;
    padding: 0;
  }
  .page .article .mw .cont .left_side .article_desc_cont .article_title {
    font-size: 30px;
    font-weight: bold;
  }
  .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 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h3,
  .page .article .mw .cont .left_side .article_desc_cont .h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h4 {
    font-size: 24px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h5 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont h6 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .page .article .mw .cont .left_side .article_desc_cont ul li:before {
    width: 6px;
    min-width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .page .article .mw .cont .left_side .article_desc_cont p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .page .article .mw .cont .left_side .bottom_line {
    margin-top: 20px;
    padding-bottom: 3rem;
  }
  .page .article .mw .cont .left_side .bottom_line .tags a {
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .page .latest_news .mw {
    padding: 0 2rem 4rem;
  }
  .page .latest_news .mw .m_title {
    padding-bottom: 35px;
  }
  .page .latest_news .mw .m_title .h2 {
    font-size: 35px;
  }
  .page .latest_news .mw .cont .new_card {
    width: 32%;
  }
  .page .latest_news .mw .cont .new_card a {
    border-radius: 30px;
    padding: 12px;
  }
  .page .latest_news .mw .cont .new_card a .img {
    border-radius: 28px;
  }
  .page .latest_news .mw .cont .new_card a .img img {
    border-radius: 28px;
  }
  .page .latest_news .mw .cont .new_card a .desc {
    padding: 20px 18px;
  }
  .page .latest_news .mw .cont .new_card a .desc .h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more {
    font-size: 16px;
  }
  .page .latest_news .mw .cont .new_card a .desc .btn_more:after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-left: 8px;
  }
}

#acf_map_canvas {
  min-height: 420px;
}
