body {
  font-family: Circe, sans-serif;
  font-size: 100%;
  font-weight: 400;
  min-width: 360px;
  background-color: #FFFFFF;
  overflow-x: hidden;
}
body header {
  min-width: 360px;
  z-index: 1000000000000000100;
}
body #myBtn {
  width: 40px;
  height: 40px;
  position: fixed;
  display: block;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
body .myBtn_hide {
  display: none !important;
}
body .bold-span {
  font-weight: 700;
}
body .focus-span {
  color: #5DB461;
}
body a {
  text-decoration: none;
}
body #buy_btn_mob, body #buy_btn_desktop {
  width: clamp(94px, 9vw, 134px);
  height: 70%;
  border: 1px solid #5DB461;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body #buy_btn_mob:hover, body #buy_btn_desktop:hover {
  background-color: #5DB461;
  color: #ffffff;
}
body #buy_btn_mob {
  display: none;
}
body main {
  height: 100%;
}
body main * {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body main .green_span {
  color: #5DB461;
}
body main .span_bold {
  font-weight: 800;
}
body main .price_section {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) -3.75%, rgba(255, 255, 255, 0) 100%);
  width: 39%;
  padding: 15px;
  display: flex;
  flex-flow: column;
}
body main .price_section .downpayment, body main .price_section .goverment, body main .price_section .instalation {
  font-size: 1.25em;
}
body main .price_section .mrsp {
  font-size: 1.9em;
  font-weight: 800;
}
body main .price_section .instalation {
  padding-bottom: 8px;
}
body main .price_section .total, body main .price_section .payoff {
  color: #5DB461;
  font-size: 1.9em;
  line-height: normal;
}
body main .price_section .total {
  font-weight: 800;
}
body main .first_section {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  overflow-y: hidden;
  padding: 134px 4vw 0 4vw;
}
body main .first_section .background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("./../../media/wall-charge/wall_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: screen;
  opacity: 0.9;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body main .first_section .first_description, body main .first_section .price, body main .first_section .spec_offer {
  z-index: 9;
}
body main .first_section .text {
  color: #ffffff;
  z-index: 343443;
  position: relative;
  width: 55%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  row-gap: 10vh;
}
body main .first_section .text .price {
  font-size: 2.5em;
  color: #5DB461;
  font-weight: 800;
}
body main .first_section .text .first_description p {
  font-size: 1.9em;
  color: #FFFFFF;
  font-weight: 800;
}
body main .first_section .station_img {
  position: relative;
  width: 45%;
  z-index: 33;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
body main .first_section .first_description {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: flex;
  flex-flow: column;
  row-gap: 1vh;
}
body main .first_section .first_description h1 {
  font-size: 4.6em;
  font-weight: 800;
}
body main .first_section .first_description p {
  font-size: 2.1em;
  color: #9e9e9e;
}
body main .first_section .first_description p span {
  font-weight: 800;
  color: #F2F2F2;
}
body main .first_section .buy_char {
  position: relative;
  display: flex;
  -moz-column-gap: 10vw;
       column-gap: 10vw;
}
body main .first_section .buy_char a {
  font-weight: 400;
  font-size: 1.3em;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-image: linear-gradient(#5DB461, #5DB461);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
body main .first_section .buy_char a:hover {
  background-size: 100% 2px;
  color: #5DB461;
}
body main .first_section .spec_offer {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  width: 40%;
  margin-top: 6vh;
  padding: 28px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
body main .first_section .spec_offer h2 {
  font-weight: 800;
  font-size: 1.5em;
  color: #5DB461;
}
body main .first_section .spec_offer p {
  font-size: 1.5em;
  margin-bottom: 20px;
}
body main .first_section .spec_offer .learn_more {
  color: #5DB461;
  font-size: 1.3em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-image: linear-gradient(#5DB461, #5DB461);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
body main .first_section .spec_offer .learn_more:hover {
  background-size: 100% 2px;
  color: #5DB461;
}
body main .first_section .left_gradient {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(90.03% 167.54% at 89.17% 54.58%, rgba(0, 0, 0, 0) 32.86%, rgba(0, 0, 0, 0.46) 100%);
}
body main .station_specification {
  padding: 3vh 4vw;
  display: flex;
  flex-flow: column;
  row-gap: 5vh;
}
body main .station_specification h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 800;
  padding-bottom: 3vh;
  color: #333333;
}
body main .station_specification .connectors_section {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: stretch;
  justify-content: space-between;
}
body main .station_specification .connectors_section .connectors, body main .station_specification .connectors_section .description {
  background: #FFFFFF;
  padding: 45px 15px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  position: relative;
}
body main .station_specification .connectors_section .connectors .right_angle, body main .station_specification .connectors_section .description .right_angle {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  text-align: center;
  padding: 3px;
  font-weight: 800;
  font-size: 1.9em;
  background-color: #5DB461;
  color: #FFFFFF;
}
body main .station_specification .connectors_section .connectors .second_angle, body main .station_specification .connectors_section .description .second_angle {
  background-color: #DEDEDE;
  color: #F2994A;
}
body main .station_specification .connectors_section .connectors {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6vh;
       column-gap: 6vh;
}
body main .station_specification .connectors_section .connectors .divider {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5vh;
       column-gap: 0.5vh;
}
body main .station_specification .connectors_section .connectors .divider p {
  font-size: 1.25em;
}
body main .station_specification .connectors_section .connectors .connector {
  display: flex;
  align-items: center;
  -moz-column-gap: 1vh;
       column-gap: 1vh;
}
body main .station_specification .connectors_section .connectors .connector .connector_description {
  display: flex;
  flex-flow: column;
  row-gap: 2vh;
}
body main .station_specification .connectors_section .connectors .connector .connector_description p {
  font-size: 1.25em;
}
body main .station_specification .connectors_section .connectors .connector .connector_description p:first-child {
  font-weight: 800;
}
body main .station_specification .connectors_section .description {
  width: 20%;
  display: flex;
  align-items: center;
  text-align: center;
}
body main .station_specification .connectors_section .description p {
  font-size: 1.25em;
}
body main .description_section {
  padding: 0 4vw;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-areas: "descr-img first-txt second-txt" "descr-img first-txt compl-inst";
  margin-bottom: 20px;
}
body main .description_section .first_txt_col, body main .description_section .second_txt_col, body main .description_section .tablet_txt_col {
  display: flex;
  flex-flow: column;
  row-gap: 2vh;
}
body main .description_section .first_txt_col .txt_container p, body main .description_section .second_txt_col .txt_container p, body main .description_section .tablet_txt_col .txt_container p {
  font-size: 1.25em;
  color: #333333;
}
body main .description_section .first_txt_col .txt_container p:first-child, body main .description_section .second_txt_col .txt_container p:first-child, body main .description_section .tablet_txt_col .txt_container p:first-child {
  font-weight: 800;
}
body main .description_section .tablet_txt_col {
  grid-area: table-txt;
  display: none;
}
body main .description_section .first_txt_col {
  grid-area: first-txt;
}
body main .description_section .second_txt_col {
  grid-area: second-txt;
}
body main .description_section .descr_img {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: descr-img;
  background-color: #F2F2F2;
}
body main .description_section .descr_img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
body main .description_section .complete_installation {
  padding: 2.5vh 0 0 0;
  border-top: 1px solid #BDBDBD;
  display: flex;
  flex-flow: column;
  align-items: center;
  grid-area: compl-inst;
}
body main .description_section .complete_installation h2 {
  font-weight: 800;
  font-size: 1.9em;
  padding-bottom: 3.6vh;
}
body main .description_section .complete_installation div p, body main .description_section .complete_installation div a {
  font-size: 1.25em;
}
body main .description_section .complete_installation div p {
  padding-bottom: 3.6vh;
}
body main .description_section .complete_installation div a {
  color: #5DB461;
  background-image: linear-gradient(#5DB461, #5DB461);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
body main .description_section .complete_installation div a:hover {
  background-size: 100% 2px;
  color: #5DB461;
}
body main .discount_table {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  padding: 2vw 3vw;
  margin: 0 4vw 20px 4vw;
}
body main .discount_table .table_header {
  display: flex;
  flex-flow: wrap;
}
body main .discount_table .table_header h3 {
  width: 50%;
  font-size: 1.9em;
  color: #000000;
}
body main .discount_table .table_header h3:first-child {
  font-weight: 800;
}
body main .discount_table .table_header .table_name {
  text-align: end;
}
body main .discount_table .table_header p {
  padding-top: 1vh;
  font-size: 1.25em;
}
body main .discount_table .columns_section .scroll_section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.4vh;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
body main .discount_table .columns_section .first_col {
  width: 30%;
}
body main .discount_table .columns_section p {
  text-align: center;
}
body main .discount_table .columns_section .col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  color: #333333;
}
body main .discount_table .columns_section .col .row {
  display: flex;
  flex-flow: column;
}
body main .discount_table .columns_section .col:not(:first-child) {
  width: 14.2857142857%;
  background: rgba(242, 242, 242, 0.4);
  border-radius: 10px;
}
body main .discount_table .columns_section .col:not(:first-child) .row:not(:first-child), body main .discount_table .columns_section .col:not(:first-child) .row:not(:last-child) {
  padding: 1vh 1vh 2vh 1vh;
}
body main .discount_table .columns_section .col:not(:first-child) .row:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
body main .discount_table .columns_section .col:not(:first-child) .row:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body main .discount_table .columns_section .col:not(:first-child) .row:not(:first-child) {
  row-gap: 0.7vh;
}
body main .discount_table .columns_section .col:not(:first-child) .row:not(:first-child) p {
  font-size: 1.35em;
}
body main .discount_table .columns_section .col:not(:first-child) .row:not(:first-child) p:nth-child(2) {
  color: #5DB461;
  font-weight: 800;
}
body main .discount_table .columns_section .col:not(:first-child) .row:not(:first-child) .no_discount {
  color: #f44336 !important;
}
body main .discount_table .columns_section .col .first_row {
  padding-bottom: 4.5vh;
  background-color: #FFFFFF;
}
body main .discount_table .columns_section .col .first_row p {
  font-size: 1.3em;
  font-weight: 800;
}
body main .discount_table .columns_section .first_col .row:not(:first-child) {
  height: 14.2857142857%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body main .discount_table .columns_section .first_col .row p {
  font-size: 1.4em;
  font-weight: 800;
}
body main .discount_table .mob_col_section {
  display: none;
  flex-flow: column;
  row-gap: 20px;
  margin-top: 20px;
}
body main .discount_table .mob_col_section .mob_table {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
body main .discount_table .mob_col_section .mob_table .column {
  row-gap: 15px;
  display: flex;
  flex-flow: column;
  align-self: stretch;
  width: 33.3%;
  justify-content: space-between;
}
body main .discount_table .mob_col_section .mob_table .column .station_count {
  height: 43px;
  font-size: 1em;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .discount_table .mob_col_section .mob_table .column .price_header, body main .discount_table .mob_col_section .mob_table .column .number_header {
  height: 43px;
  font-size: 0.9em;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body main .discount_table .mob_col_section .mob_table .column .prices {
  display: flex;
  flex-flow: column;
  row-gap: 15px;
  background: rgba(242, 242, 242, 0.4);
  border-radius: 10px;
  padding: 13px 10px;
}
body main .discount_table .mob_col_section .mob_table .column .prices .price_cont {
  height: 43px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body main .discount_table .mob_col_section .mob_table .column .prices .price_cont p {
  font-size: 0.9em;
}
body main .discount_table .mob_col_section .mob_table .column .prices .price_cont .price {
  color: #333333;
}
body main .discount_table .mob_col_section .mob_table .column .prices .price_cont .no_discount {
  color: #f44336;
  font-weight: 700;
}
body main .discount_table .mob_col_section .mob_table .column .prices .price_cont .discount {
  color: #5DB461;
  font-weight: 700;
}

body main .double_section {
  position: relative;
  padding: 0 4vw;
  margin-bottom: 20px;
  display: flex;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
body main .double_section .your_smartphone, body main .double_section .cloud {
  flex: 1;
  background-color: #F6F6F6;
}
body main .double_section .your_smartphone {
  position: relative;
  display: flex;
  flex-flow: wrap;
  padding: 3vh 2vw;
  justify-content: center;
}
body main .double_section .your_smartphone h3 {
  text-align: center;
  font-size: 1.9em;
  font-weight: 800;
  width: 100%;
  color: #333333;
}
body main .double_section .your_smartphone a {
  color: #5DB461;
  font-size: 1.25em;
  background-image: linear-gradient(#5DB461, #5DB461);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
body main .double_section .your_smartphone a:hover {
  background-size: 100% 2px;
  color: #5DB461;
}
body main .double_section .your_smartphone .business, body main .double_section .your_smartphone .clients {
  width: 50%;
  display: flex;
  flex-flow: wrap;
}
body main .double_section .your_smartphone .business h5, body main .double_section .your_smartphone .clients h5 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  color: #5DB461;
  width: 100%;
}
body main .double_section .your_smartphone .business div, body main .double_section .your_smartphone .clients div {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 2vh;
}
body main .double_section .your_smartphone .business div img, body main .double_section .your_smartphone .clients div img {
  width: 80%;
}
body main .double_section .your_smartphone .business div p, body main .double_section .your_smartphone .clients div p {
  text-align: center;
  font-size: 1em;
  color: #333333;
  height: clamp(72px, 5.5vh, 104px);
  width: 90%;
}
body main .double_section .cloud {
  position: relative;
  display: flex;
  justify-content: center;
  row-gap: 2vh;
  padding: 3vh 2vw;
}
body main .double_section .cloud .cloud_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  row-gap: 1.5vh;
  width: 74%;
}
body main .double_section .cloud .cloud_content h3, body main .double_section .cloud .cloud_content p {
  text-align: center;
  font-size: 1.3em;
  color: #333333;
}
body main .double_section .cloud .cloud_content h3 {
  font-size: 2em;
  font-weight: 800;
}
body main .double_section .cloud .cloud_content .features_container {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 2vh;
}
body main .double_section .cloud .cloud_content .features_container .feature {
  width: 7vw;
  height: 7vw;
  padding: 1vw;
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}
body main .double_section .cloud .cloud_content .features_container .feature img {
  width: 45%;
}
body main .double_section .cloud .cloud_content .features_container .feature p {
  font-size: 1em;
}
body main .pay-attention {
  background-color: #FFFFFF;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin: 20px 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 4vw;
}
body main .pay-attention .txt {
  width: 60%;
}
body main .pay-attention .txt h1 {
  padding-bottom: 20px;
  color: #000000;
  font-size: 1.9em;
  font-weight: 800;
}
body main .pay-attention .txt p {
  font-size: 1.25em;
  font-weight: 400;
}
body main .pay-attention .txt p span {
  font-weight: 800;
}
body main .pay-attention .img {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .certificates_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 4vw 20px 4vw;
  padding: 3vh 3vw;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
body main .certificates_section .text {
  width: 40%;
}
body main .certificates_section .text h2 {
  margin-bottom: 2vh;
  font-weight: 800;
  font-size: 3em;
  color: #333333;
}
body main .certificates_section .text p {
  font-size: 1.3em;
  color: #333333;
}
body main .certificates_section .certificates {
  width: 57%;
  display: flex;
  justify-content: center;
}
body main .certificates_section .certificates div {
  width: 12%;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body main .certificates_section .certificates div:nth-child(1) {
  z-index: 7;
}
body main .certificates_section .certificates div:nth-child(2) {
  z-index: 6;
}
body main .certificates_section .certificates div:nth-child(3) {
  z-index: 5;
}
body main .certificates_section .certificates div:nth-child(4) {
  z-index: 4;
}
body main .certificates_section .certificates div:nth-child(5) {
  z-index: 3;
}
body main .certificates_section .certificates div:nth-child(6) {
  z-index: 2;
}
body main .certificates_section .certificates div:nth-child(7) {
  z-index: 1;
}
body main .certificates_section .certificates div img {
  width: 190px;
  max-width: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
body main .certificates_section .certificates div img:hover {
  transform: scale(1.2);
}

@media (max-width: 1806px) {
  body main .double_section .your_smartphone h3 {
    font-size: 1.7em;
    line-height: 1.9em;
  }
  body main .double_section .your_smartphone .business h5, body main .double_section .your_smartphone .clients h5 {
    font-size: 1.1em;
    margin: 0;
  }
  body main .double_section .your_smartphone .business div p, body main .double_section .your_smartphone .clients div p {
    font-size: 0.85em;
  }
  body main .double_section .cloud .cloud_content h3 {
    font-size: 1.8em;
  }
  body main .double_section .cloud .cloud_content p {
    font-size: 1.1em;
  }
  body main .double_section .cloud .cloud_content a {
    font-size: 1.1em;
  }
  body main .double_section .cloud .cloud_content .features_container .feature p {
    font-size: 0.85em;
  }
  body main .double_section .cloud .cloud_content .features_container .feature img {
    width: 35%;
  }
  body main .certificates_section .text h2 {
    font-size: 2.8em;
  }
  body main .certificates_section .text p {
    font-size: 1.1em;
  }
}
@media (max-width: 1636px) {
  body main .certificates_section .certificates div {
    width: 10%;
  }
}
@media (max-width: 1392px) {
  body main .certificates_section .certificates {
    width: 55%;
  }
  body main .certificates_section .certificates div {
    width: 8%;
  }
}
@media (max-width: 1214px) {
  body main .double_section {
    flex-flow: column;
    row-gap: 20px;
  }
  body main .double_section .your_smartphone h3 {
    font-size: 2em !important;
  }
  body main .double_section .your_smartphone .business h5, body main .double_section .your_smartphone .clients h5 {
    margin: 2vh 0 !important;
  }
  body main .double_section .your_smartphone .business div p, body main .double_section .your_smartphone .clients div p {
    font-size: 1em !important;
  }
  body main .double_section .cloud .cloud_content h3 {
    font-size: 2em !important;
  }
  body main .double_section .cloud .cloud_content .features_container .feature {
    width: 27% !important;
    height: auto !important;
    padding: 2.5vh 1vw !important;
    justify-content: normal !important;
    row-gap: 1vh;
  }
  body main .certificates_section {
    flex-flow: column !important;
    row-gap: 4vh;
  }
  body main .certificates_section .text {
    width: 100% !important;
    text-align: center;
  }
  body main .certificates_section .certificates {
    width: 100% !important;
    justify-content: start !important;
    -webkit-justify-content: flex-start !important;
    padding-left: 25%;
  }
}
@media (max-width: 772px) {
  body main .double_section .your_smartphone .business, body main .double_section .your_smartphone .clients {
    width: 100% !important;
  }
  body main .double_section .your_smartphone .clients div p {
    height: 130px !important;
  }
  body main .double_section .cloud .cloud_content {
    width: 100% !important;
  }
  body main .double_section .cloud .cloud_content .features_container .feature {
    width: 43% !important;
  }
  body main .certificates_section {
    margin-bottom: 0 !important;
  }
  body main .certificates_section .certificates {
    padding-left: 18% !important;
  }
}
@media (max-width: 569px) {
  body main .certificates_section .certificates {
    padding-left: 9% !important;
  }
  body main .certificates_section .certificates div img {
    width: 110px !important;
  }
}
@media (max-width: 403px) {
  body main .certificates_section .certificates {
    padding-left: 15% !important;
  }
  body main .certificates_section .certificates div img {
    width: 100px !important;
  }
  body main .certificates_section .text h2 {
    font-size: 2em;
  }
}/*# sourceMappingURL=wall-charge.css.map */