@font-face {
  font-family: "GothamLight";
  src: url("../fonts/Gotham_Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.otf?") format("opentype");
  font-weight: 500;
  font-display: swap;
}

a:focus,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

.body p {
  margin: 0;
}

.body ul,
.body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

header ul,
header ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.body ul li,
.body ol li {
  display: block;
}

header ul li,
header ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

blockquote {
  padding-left: 0;
  border-left: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  color: #74767a;
  min-height: 100vh;
  font-family: "GothamLight", sans-serif;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 10px 60px;
  background: linear-gradient(0deg, transparent, #61696e);
  z-index: 100;
}

.left_side {
  float: left;
}

.right_side {
  float: right;
}

.main_logo {
  width: 70px;
}

.menu>* {
  display: inline-block;
}

.menu ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.1vw;
}

.menu ul li a {
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 200;
  color: #fafafa;
  text-decoration: none;
  transition: 0.3s;
}

.menu ul li a:hover {
  color: #3f3f42;
  text-decoration: overline;
}

.menu ul {
  margin-right: 15px;
}

.search_field input {
  background: transparent !important;
  font-size: 18px !important;
  width: 12vw;
  color: #ceccd1 !important;
  vertical-align: middle;
  border: none !important;
}

.search_field input::placeholder {
  color: #ceccd1;
}

.search_field {
  margin-bottom: 0.3vw;
  vertical-align: middle;
  border: 2px solid #fafafa;
  margin-right: 20px;
}

.ecwid-search-widget-icon {
  fill: #fafafa !important;
}

.ecwid-search-widget__btn svg {
  height: 100% !important;
}

svg.icon-default path[stroke],
svg.icon-default circle[stroke] {
  stroke: #fafafa !important;
}

.menu {
  padding: 15px 0;
  color: white;
}

.error_input {
  border: 1px solid #e95a5a !important;
}

.cart_field {
  margin-bottom: 0.3vw;
  vertical-align: middle;
}

.header {
  position: relative;
}

.gif_header {
  width: 100%;
}

.gif_header_mobile {
  display: none;
  width: 100%;
}

.btn_header {
  padding: 11px 0;
  width: 9.6vw;
  font-size: 1.12vw;
  border-radius: 24px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 35%;
  transform: translate(-50%, 0);
}

@media (max-width: 1800px) {
  .btn_header {
      padding: 8px 0;
      width: 9.2vw;
      font-size: 1.04vw;
  }
}

@media (max-width: 1200px) {
  .btn_header {
      padding: 6.4px 0;
      width: 8.8vw;
      font-size: 0.88vw;
  }
}

@media (max-width: 800px) {
  .btn_header {
      padding: 4.8px 0;
      width: 7.2vw;
      font-size: 0.8vw;
  }
}

.power_anywhere {
  position: relative;
  padding-bottom: 5vw;
}

.main_title {
  font-family: "GothamBook";
  margin-bottom: 0;
  color: #3f3f42;
  text-align: center;
  font-size: 2vw;
  font-weight: 500;
}

.mt--70 {
  margin-top: -5vw;
  position: relative;
}

.big_acumulator {
  margin-top: -2vw;
  width: 100%;
  position: absolute;
  display: flex;
  z-index: -1;
}

.big_acum_img {
  width: 70%;
  margin: 0 auto;
}

.ofset50 {
  width: 30%;
}

.blog_items {
  margin-top: -50px;
  display: flex;
  justify-content: center;
}

.blog_item {
  cursor: pointer;
  margin: 60px auto 0;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

.blog_item img {
  height: 9vw;
}

.img_camper {
  margin-left: 1.8vw;
}

.btn_items {
  position: absolute;
  font-size: 1.4vw;
  left: 50%;
  bottom: 3vw;
  cursor: pointer;
  transform: translate(-50%, 0);
  border-radius: 25px;
  padding: 5px 25px;
}

.img_boat {
  margin-left: 0.9vw;
}

.img_house {
  margin-left: 1vw;
}

.img_zombie {
  margin-left: 3.5vw;
}

.blog_right_side,
.blog_left_side {
  margin-top: 13vw;
  width: 17%;
}

.blog_left_side .blog_item:last-child {
  margin-left: 11vw;
}

.blog_right_side .blog_item:last-child {
  margin-left: -11vw;
}

.blog_cird_title {
  font-family: "GothamBook";
  text-align: center;
  font-size: 1.5vw;
  color: #029bde;
  margin-top: 15px;
  transition: 0.3s;
  font-weight: 400;
}

.blog_item:hover>.blog_cird_title {
  text-decoration: underline;
}

.btn {
  background: #848689;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 11px 0px #2399ef;
  border: 1px solid white;
  transition: 0.3s;
}

.btn:hover {
  background: #fff;
  color: #848689;
  box-shadow: 0px 0px 11px 0px #82e823;
  border: 1px solid #848689;
}

.ofset60 {
  width: 52%;
}

.lamp {
  background: url(../images/pexels-photo-355904.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.bolder_title {
  font-family: "GothamBook";
  font-weight: 500;
  color: #3f3f42;
}

.fade_block {
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #fafafa, hsla(0, 0%, 100%, 0));
  background: -moz-linear-gradient(to top,
          #fafafa,
          hsla(0, 0%, 100%, 0));
  /* FF3.6+ */
  background: -webkit-linear-gradient(to top,
          #fafafa,
          hsla(0, 0%, 100%, 0));
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to top,
          #fafafa,
          hsla(0, 0%, 100%, 0));
  /* Opera 11.10+ */
  z-index: 1;
  position: absolute;
  bottom: 0;
}

.lamp_description {
  position: absolute;
  top: 50%;
  left: 53%;
  color: white;
  font-size: 1.8vw;
  width: 42%;
  transform: translate(0, -50%);
}

.lamp_btn {
  margin-top: 4.8vw;
  width: 9.4vw;
  font-size: 1.2vw;
  padding: 6.4px;
  border-radius: 24px;
}

.specs {
  padding-bottom: 80px;
}

.main_specs,
.main_specs2 {
  display: none;
  padding: 0px 80px;
}

.active_specs {
  display: flex;
}

.img_side_sp,
.feature_side_sp {
  width: 50%;
}

.img_sp {
  width: 100%;
}

.feature_side_sp {
  margin-top: 60px;
  margin-left: 50px;
  display: flex;
}

.left_col,
.right_col {
  width: 34%;
}

.title_point {
  font-family: "GothamBook";
  font-weight: bolder;
  color: #3f3f42;
  font-size: 0.83vw;
  margin-bottom: 3px;
}

.feature_point {
  white-space: nowrap;
  font-size: 0.76vw;
  color: #3f3f42;
  font-weight: 600;
  margin: 5px 0 !important;
}

.point_in_col {
  margin-bottom: 30px;
  min-height: 30px;
}

.download_manual {
  text-decoration: none;
  color: #029bde;
  font-weight: bold;
  letter-spacing: -1px;
  margin-right: 7px;
  font-size: 0.9vw;
}

.download_manual:hover {
  text-decoration: underline;
}

.download_icon {
  width: 1.1vw;
}

.btn_specs1,
.btn_specs2 {
  padding: 8px;
  font-size: 1.2vw;
}

.btn_group_toggle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.btn_specs1 {
  border-right: none;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  margin-right: -2px;
  box-shadow: -1px 0px 0px 1px #848689;
}

.btn_specs1:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 65%;
  width: 2px;
  background: #ceccd1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn_specs1:hover {
  border-right: none;
}

.btn_specs2:hover {
  border-left: none;
}

.btn_specs2 {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-left: none;
  margin-left: -3px;
  box-shadow: 1px 0px 0px 1px #848689;
}

.btn_active {
  color: #8c8e8c;
  background: #6b696b;
  border-color: #6b696b;
}

.package2,
.package1 {
  display: flex;
  justify-content: center;
}

.package2 {
  margin-top: 4vw;
}

.img_side_pack {
  width: 44%;
}

.img_side_pack img {
  width: 100%;
}

.text_side_pack_left,
.text_side_pack_right {
  width: 28%;
}

.text_side_pack_left {
  margin-left: 4vw;
  margin-top: 6vw;
}

.text_side_pack_right {
  margin-left: 3vw;
  margin-top: 6vw;
}

.btn_pack {
  margin-top: 5%;
  width: 9.6vw;
  font-size: 1.2vw;
  padding: 8.8px 0;
  border-radius: 21.6px;
}

#ShopFixed {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  background: linear-gradient(180deg, #01aeef, #3192f0);
  width: 14vw;
  max-width: 150px;
  color: white;
  font-size: 1.8em;
  border: none;
  outline: none;
  height: 60px;
  text-align: center;
  border-radius: 12px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 8;
}

#ShopFixed:hover {
  cursor: pointer;
  filter: hue-rotate(45deg);
}

#ShopFixed:active {
  background-color: #555;
}

.title_pack {
  font-family: "GothamBook";
  color: #3f3f42;
  font-weight: 500;
  font-size: 1.9vw;
}

.title_pack span {
  font-size: 1.3vw;
  font-weight: 400;
}

.description_pack {
  font-size: 1.2vw;
  color: #3f3f42;
}

.img_side_about {
  width: 50%;
}

.img_side_about img {
  width: 100%;
  height: 100%;
}

#videowq {
  width: 100%;
  height: 100%;
}

.text_side_about_right {
  width: 48%;
  margin-left: 2%;
}

.text_side_about_left {
  width: 33%;
  margin-left: 17%;
}

.about_us {
  padding-top: 60px;
}

.about_us1,
.about_us2 {
  display: flex;
  justify-content: center;
}

.ttl_about {
  margin: 3.8vw 0 3.5vw;
}

.desc_about {
  margin-top: -20px;
}

.faq_section {
  padding: 30px 0;
  margin: 50px 0;
  background: transparent;
}

.content_faq {
  margin: 30px 0;
}

.hide_them_all {
  overflow: hidden;
  max-height: 52px;
  transition: 2s !important;
  transition-property: max-height;
}

.collapsible_fq {
  transition: 0.3s;
  width: 100%;
  text-align: left;
  outline: none;
  padding: 10px;
  cursor: pointer;
  background: transparent;
  position: relative;
}

.last_fq {
  z-index: 2;
}

.colapse hr {
  border-color: #99999912;
}

.colapse {
  position: relative;
}

.icon_plus {
  right: 3%;
  top: 15px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
}

.plus_1,
.plus_2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  background: black;
  position: absolute;
  width: 2px;
}

.plus_2 {
  transform: translate(-50%, -50%) rotate(90deg);
}

.btn-collapse {
  cursor: pointer;
  font-family: "GothamBook";
  border-radius: 10px;
  background-color: transparent;
  border: none;
  font-size: 1.2vw;
  text-align: start;
  font-weight: bold;
  padding: 10px 0;
  transition: background-color 0.3s;
  color: #3f3f42;
}

.collapsible_fq:hover .icon_plus {
  background-color: #e5e1e1 !important;
}

.contentik {
  border-radius: 10px;
  max-height: 0;
  font-size: 16px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}

.contentik>p {
  font-family: "GothamLight";
  padding: 10px 30px 30px 10px;
  color: #4f4e4f;
  font-size: 0.9vw;
  font-weight: 300;
}

#lessFaq {
  display: none;
}

.btn_faq {
  padding: 8.5px 0;
  font-size: 1.04vw;
  border-radius: 24px;
  width: 6.72vw;
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 10;
  margin-top: 16px;
  transform: translate(-50%, 0);
}

.form_footer {
  padding: 65px 0;
  background: url(../images/Footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_back {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
}

.form_part {
  width: 35%;
  display: flex;
  box-shadow: 0px 0px 20px 0px #0000005d;
  border-radius: 12px;
}

.left_side_form {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: #848689;
  padding: 40px 35px 20px;
}

.left_side_form img {
  margin: 8px 0;
  width: 96%;
}

.main_part {
  background: white;
  padding: 30px 37px 30px 60px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.main_part h2 {
  margin-top: 0;
  width: fit-content;
  position: relative;
  font-size: 1.33vw;
}

.main_part h2 .green_dot {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -6%;
  background: #84e329;
  height: 0.3vw;
  width: 0.3vw;
  border-radius: 50%;
}

.main_part input,
.main_part textarea {
  width: 100%;
  background: #e4e6e7;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #6b696b;
  font-size: 17px;
  padding: 8px;
  margin: 0.3vw 0;
}

.main_part input::placeholder,
.main_part textarea::placeholder {
  color: #b1b3b1;
  font-weight: 400;
}

.main_part textarea {
  height: 23%;
}

.btn_form {
  float: right;
  margin-top: 5px;
  width: 8vw;
  font-size: 1vw;
}

footer {
  background: #848689;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 7vw;
  justify-content: center;
  position: relative;
}

.center_part {
  margin-top: 12px;
  width: 34%;
}

.center_part * {
  color: #fafafa;
  text-decoration: none;
}

.center_part nav ul li {
  display: inline-block;
}

.center_part nav ul {
  display: flex;
  justify-content: space-between;
}

.center_part nav ul li a {
  font-family: "GothamBook";
  font-size: 0.9vw;
  transition: 0.3s;
}

.phone_link,
.mail_link {
  margin-top: 0.4vw;
  display: inline-block;
}

.phone_link a,
.mail_link a {
  text-decoration: none;
  font-family: "GothamBook";
  transition: 0.3s;
  font-size: 0.8vw;
}

.mail_link img {
  vertical-align: middle;
}

.mail_link {
  margin-left: 15px;
}

.contact_link {
  margin-top: 0.5vw;
  text-align: center;
}

.contact_link_form {
  text-align: left;
  margin-top: 1vw;
}

.contact_link_form>.mail_link {
  margin-left: 0;
}

.contact_link_form>div>a>img {
  width: 0.85vw;
}

.contact_link_form>div>a {
  color: #3f3f42;
  font-size: 0.9vw;
  font-weight: 400;
}

.phone_link img,
.mail_link img {
  width: 0.7vw;
}

.logo_footer {
  position: absolute;
  width: 5vw;
  right: 17%;
  top: 50%;
  transform: translate(0, -50%);
}

.payments_method {
  margin-top: 3.5vw;
  width: 20vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.vertical_line {
  height: 22px;
  background: #aeb0b1d8;
  width: 2px;
}

#ScrollToTop {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  background-color: #848689;
  width: 60px;
  border: none;
  outline: none;
  height: 60px;
  text-align: center;
  border-radius: 12px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 8;
}

header .ec-minicart__counter {
  color: #ffffff !important;
}

#ScrollToTop:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #fafafa;
  transform: rotate(-40deg);
  bottom: 30px;
  left: 8px;
}

#ScrollToTop:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #fafafa;
  transform: rotate(40deg);
  bottom: 30px;
  right: 8px;
}

#ScrollToTop:hover {
  cursor: pointer;
  background-color: #333;
}

#ScrollToTop:active {
  background-color: #555;
}

.show_btn_scroll {
  opacity: 1 !important;
  visibility: visible !important;
}

.shop_top_section {
  margin-top: 120px;
  padding-bottom: 0px;
}

.popup_overflow.inactive {
  display: none;
}

.popup_overflow {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(9, 9, 9, 0.712);
}

.popup_overflow>.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 20vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3vw;
  background: white;
  z-index: 11;
  transform: translate(-50%, -50%);
}

.popup_overflow>.popup>.popup_text {
  text-align: center;
  line-height: 2vw;
  font-size: 1.4vw;
}

.popup_overflow>.popup>.popup_text>span {
  font-size: 1.6vw;
  color: #3f3f42;
}

.copyright {
  font-family: "GothamBook";
  color: #fafafa;
  font-size: 0.8vw;
  position: absolute;
  bottom: 20px;
}

@media (max-width: 1030px) {

  .blog_right_side,
  .blog_left_side {
      margin-top: 5vw;
  }

  .lamp_description {
      font-size: 3vw;
  }

  .lamp {
      height: 60vh;
  }

  .blog_cird_title {
      font-size: 2.5vw;
  }

  .main_title {
      font-size: 3vw;
  }

  .left_col {
      margin-right: 2%;
  }

  .left_col,
  .right_col {
      width: 49%;
  }

  .title_point {
      font-size: 1.5vw;
  }

  .feature_point {
      font-size: 1.3vw;
  }

  .download_manual {
      font-size: 1.5vw;
  }

  .download_icon {
      width: 1.3vw;
  }

  .img_sp {
      margin-top: 12vw;
  }

  .main_part input,
  .main_part textarea {
      font-size: 1vw;
  }

  .main_part {
      padding: 30px 27px 30px 40px;
  }

  .popup_overflow>.popup {
      width: 30vw;
      height: 16vw;
  }

  .popup_overflow>.popup>.popup_text {
      line-height: 1;
      font-size: 1.7vw;
  }

  .popup_overflow>.popup>.popup_text>span {
      display: block;
      font-size: 2.4vw;
      margin-bottom: -1vw;
  }
}

.mobile {
  display: none;
}

.responsiveMenu {
  border-radius: 5px;
  border: 2px solid white;
  margin-top: 5px;
  padding: 5px;
  float: right;
  display: none;
}

.logo_responsive {
  display: none;
}

.responsiveMenu div {
  width: 28px;
  background: white;
  height: 3px;
  margin: 5px 0;
}

.responsiveMenu.menu_active .f_1 {
  background: #848689;
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

.responsiveMenu.menu_active .f_2 {
  background: #848689;
  transform: rotate(-45deg);
}

.responsiveMenu.menu_active .f_3 {
  visibility: hidden;
}

.menu_active {
  visibility: visible !important;
  opacity: 1 !important;
}

.center_part nav ul li a:hover {
  color: #b5b8b5;
}

.phone_link a:hover,
.mail_link a:hover {
  color: #b5b8b5;
}

@media (max-width: 800px) {
  .main_logo {
      width: 50px;
  }

  .shop_top_section {
      margin-top: 90px;
      padding-bottom: 0 !important;
  }

  .right_side {
      visibility: hidden;
      transition: 0.4s;
      opacity: 0;
  }

  .logo_responsive {
      display: block;
      margin-bottom: 10px;
  }

  .logo_responsive img {
      width: 80px;
  }

  .menu_overlay {
      opacity: 0;
      transition: 0.3s;
      visibility: hidden;
      position: absolute;
      width: 100vw;
      top: 0;
      left: 0;
      height: 100vh;
      background: #000000ba;
      z-index: -1;
  }

  .responsiveMenu {
      display: block;
  }

  header {
      background: linear-gradient(0deg, transparent, #4c4d4e);
      padding: 10px 20px;
  }

  .menu ul li {
      display: block;
  }

  #ShopFixed {
      bottom: 82px;
      right: 15px;
  }

  .menu {
      width: 75vw;
      display: block;
      top: 0;
      position: absolute;
      background: #848689;
      padding: 20px;
      left: 0;
  }

  .menu ul li a {
      font-size: 5.6vw;
      margin-top: 4vw;
  }

  .menu>* {
      display: block;
  }

  .search_field {
      margin: 10vw 0 3vw;
      margin-right: 0px;
      width: 95%;
  }

  .search_field input {
      width: 72%;
  }

  .cart_field {
      display: none;
  }

  #ScrollToTop {
      right: 15px;
      bottom: 15px;
  }

  .popup_overflow>.popup {
      width: 40vw;
      height: 20vw;
  }

  .popup_overflow>.popup>.popup_text {
      font-size: 2.4vw;
  }

  .popup_overflow>.popup>.popup_text>span {
      font-size: 3.4vw;
      margin-bottom: -1vw;
  }
}

@media (max-width: 450px) {
  .gif_header {
      display: none;
  }

  .gif_header_mobile {
      display: block;
  }

  #ShopFixed {
      width: 60px;
      font-size: 14px;
  }

  .ofset50 {
      display: none;
  }

  .big_acum_img {
      width: 90%;
      height: 62vw;
  }

  .main_title {
      font-size: 8vw;
  }

  .mt--70 {
      margin-top: 4vw;
  }

  .btn_header {
      padding: 10px 0;
      width: 31vw;
      font-size: 4vw;
      border-radius: 26px;
      position: absolute;
      left: 50%;
      bottom: 17%;
      transform: translate(-50%, 0);
  }

  .power_anywhere {
      padding: 6vw 0;
  }

  .blog_left_side .blog_item:last-child,
  .blog_right_side .blog_item:last-child {
      margin-left: 0;
  }

  .blog_items {
      margin-top: 50vw;
      display: block;
      padding-bottom: 28vw;
  }

  .blog_item {
      position: relative;
      margin: 0;
      width: 35vw;
      border-radius: 10px;
      margin: -2vw 0;
      padding-bottom: 0;
  }

  .btn_items {
      margin-top: 7vw;
      bottom: unset;
      font-size: 4vw;
      border-radius: 25px;
      padding: 7px 25px;
  }

  .blog_item img {
      width: 100%;
      height: auto;
  }

  .blog_right_side,
  .blog_left_side {
      margin-top: 10px;
      width: 100%;
      justify-content: space-evenly;
      display: flex;
  }

  .blog_cird_title {
      margin-top: 5px;
      font-size: 4.5vw;
  }

  .img_house,
  .img_boat,
  .img_zombie {
      margin-top: 4vw;
  }

  .img_zombie {
      width: 66% !important;
      margin-left: 6.5vw;
  }

  .img_house,
  .img_boat,
  .img_camper {
      margin-left: 0vw;
  }

  .lamp_description {
      font-size: 6vw;
      left: 15%;
      width: 70%;
      transform: translate(0, -50%);
      background: #0000008f;
      padding: 20px;
  }

  .copyright {
      font-size: 4vw;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 2vw;
  }

  .lamp_btn {
      margin-left: 14vw;
      width: 32vw;
      font-size: 4.3vw;
  }

  .main_specs,
  .main_specs2 {
      display: none;
      padding: 0px 20px;
  }

  .active_specs {
      display: block;
  }

  .img_side_sp,
  .feature_side_sp,
  .img_sp {
      width: 100%;
      margin-top: 0;
  }

  .img_sp2 {
      margin-left: -5px;
  }

  .title_point {
      font-size: 4vw;
  }

  .feature_side_sp {
      margin-left: 0px;
      display: flex;
  }

  .feature_point {
      font-size: 3.6vw;
  }

  .download_manual {
      font-size: 4vw;
  }

  .download_icon {
      width: 4vw;
  }

  .btn_specs1,
  .btn_specs2 {
      padding: 8px;
      font-size: 5.6vw;
  }

  .btn_group_toggle {
      margin-top: 3vw;
      width: 57vw;
      bottom: 75px;
  }

  .specs {
      padding-bottom: 185px;
      position: relative;
  }

  .btn_specs1:before {
      right: -1px;
  }

  .package2,
  .package1 {
      display: block;
      padding: 0px 20px;
  }

  .text_side_pack_left,
  .text_side_pack_right {
      width: 100%;
  }

  .img_side_pack {
      width: 100%;
  }

  .title_pack {
      font-size: 8vw;
  }

  .title_pack span {
      font-size: 5vw;
  }

  .description_pack {
      font-size: 4.5vw;
  }

  .description_pack br,
  .lamp_description p br {
      display: none;
  }

  .text_side_pack_left {
      margin-left: 0vw;
      padding-bottom: 60px;
  }

  .text_side_pack_right {
      padding-bottom: 30px;
  }

  .btn_pack {
      margin-top: 5%;
      width: 35vw;
      font-size: 5vw;
      padding: 9px 0;
      border-radius: 27px;
  }

  .mobile {
      display: block;
  }

  .non_mobile {
      display: none;
  }

  .about_us1,
  .about_us2 {
      display: block;
  }

  .text_side_about_left,
  .text_side_about_right {
      width: 100%;
      margin-left: 0;
      padding: 10px 20px 60px;
  }

  .img_side_about {
      width: 100%;
  }

  .desc_about {
      margin-top: 20px;
  }

  .form_back {
      margin-top: 8vw;
      display: block;
      padding: 10px;
  }

  .form_part {
      width: 100%;
      display: block;
  }

  .left_side_form {
      width: 30%;
      padding: 40px 10px 20px;
  }

  .left_side_form img {
      margin: 8px 0;
      width: 96%;
  }

  .main_part {
      padding: 20px;
      padding-bottom: 25px;
      border-radius: 12px;
  }

  .main_part h2 {
      font-size: 6vw;
  }

  .main_part h2>.green_dot {
      right: -7%;
      bottom: 12%;
      height: 2vw;
      width: 2vw;
  }

  .main_part input,
  .main_part textarea {
      width: 100%;
      border-radius: 5px;
      font-size: 4vw;
      padding: 8px;
      margin: 1.8vw 0;
  }

  .btn_form {
      margin-top: 5px;
      width: 37vw;
      font-size: 4vw;
  }

  .contact_link_form {
      text-align: left;
      margin-top: 5vw;
  }

  .contact_link_form>.phone_link {
      margin-top: 18px;
  }

  .contact_link_form>.mail_link {
      margin-left: 0;
      margin-top: 10px;
  }

  .contact_link_form>div>a>img {
      width: 4vw;
  }

  .contact_link_form>div>a {
      color: #3f3f42;
      font-size: 3.8vw;
      font-weight: 400;
  }

  footer {
      display: block;
      padding: 5vw 20px 19vw;
  }

  .center_part {
      margin-top: 0px;
      width: 100%;
  }

  .center_part nav ul {
      display: block;
  }

  .center_part nav ul li {
      display: block;
      margin-bottom: 3vw;
      margin-left: 2vw;
  }

  .center_part nav ul li a {
      font-size: 4vw;
  }

  .logo_footer {
      position: absolute;
      width: 20vw;
      right: 10%;
      top: 20%;
      transform: translate(0, -20%);
  }

  .phone_link,
  .mail_link {
      margin-top: 5vw;
      display: inline-block;
  }

  .phone_link a,
  .mail_link a {
      font-size: 4vw;
  }

  .phone_link img,
  .mail_link img {
      width: 3.7vw;
  }

  .payments_method {
      margin-top: 13vw;
      width: 70vw;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
  }

  .side_form_img_inline {
      background: #848689;
      display: flex;
      width: 100%;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      justify-content: space-around;
      padding: 15px;
  }

  .faq_section {
      margin: 0px 0;
  }

  .side_form_img_inline>img {
      width: 20%;
      height: 20%;
  }

  .btn-collapse {
      letter-spacing: -0.3px;
      font-size: 5vw;
      max-width: 85%;
  }

  .contentik>p {
      font-size: 4vw;
  }

  .collapse_details_tech {
      max-height: 115vw;
      overflow: hidden;
      transition: 0.4s;
  }

  .fade_block {
      width: 100%;
      height: 47vw;
      background: linear-gradient(to top, #fafafa, hsla(0, 0%, 100%, 0));
      background: -moz-linear-gradient(to top,
              #fafafa,
              hsla(0, 0%, 100%, 0));
      /* FF3.6+ */
      background: -webkit-linear-gradient(to top,
              #fafafa,
              hsla(0, 0%, 100%, 0));
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(to top,
              #fafafa,
              hsla(0, 0%, 100%, 0));
      /* Opera 11.10+ */
      z-index: 1;
      position: absolute;
      bottom: 184px;
  }

  .colapse .fade_block {
      bottom: 0;
  }

  .btn_details {
      position: absolute;
      bottom: 155px;
      padding: 0vw 3vw 1vw;
      font-size: 8vw;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 2;
      border-radius: 50%;
      box-shadow: 0px 0px 0px 2px #848689;
  }

  .btn_faq {
      padding: 13px 0;
      font-size: 5.3vw;
      width: 40vw;
      margin-top: 30px;
  }

  .popup_overflow>.popup {
      width: 80vw;
      height: 49vw;
  }

  .popup_overflow>.popup>.popup_text {
      font-size: 5.5vw;
  }

  .popup_overflow>.popup>.popup_text>span {
      font-size: 8.4vw;
      margin-bottom: -3vw;
  }
}

@media (max-width: 340px) {
  .btn_group_toggle {
      width: 59vw;
  }

  .blog_item img {
      width: 240px;
  }

  .search_field input {
      width: 76%;
  }
}

html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .form-control--secondary .form-control__button {
  color: #979797 !important;
}

html#ecwid_html body#ecwid_body .popupContent div.ecwid-ProductBrowserPopup>div,
html#ecwid_html body#ecwid_body .popupContent div.ecwid-productBrowser,
html#ecwid_html body#ecwid_body .ecwid-popup-content {
  background-color: #979797 !important;
}

html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .grid-product__title-inner {
  color: #5e5959 !important;
}

html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .grid-product__price-amount {
  color: #054122 !important;
}

html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .grid__products--appearance-frame:not(.grid__products--appearance-hover) .grid-product__wrap-inner:hover {
  background-color: rgb(250, 250, 250) !important;
}

html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .form-control__text {
  color: #3f3f42 !important;
}

html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .ec-link--muted,
html#ecwid_html body#ecwid_body .popupContent .ec-size .ec-store .ec-link--muted:visited {
  color: #ffffff !important;
}