body {
  font-family: Circe, sans-serif;
  font-size: 100%;
  font-weight: 400;
  min-width: 360px;
  background-color: #FFFFFF;
}
body header {
  min-width: 360px;
  z-index: 999999999999999999;
}
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 .span_bold {
  font-weight: 800;
}
body main .first_section {
  position: relative;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: stretch;
  min-height: 800px;
  padding: 128px 4vw 0 4vw;
}
body main .first_section .background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("./../../media/dual-station/dual-station_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;
}
body main .first_section .station_img img {
  width: 90%;
}
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: 3.7em;
  font-weight: 800;
  padding-bottom: 5vh;
}
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;
  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: 0 4vw;
}
body main .station_specification h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 800;
  color: #333333;
  padding-bottom: 3vh;
}
body main .station_specification p {
  padding: 3vh 0;
  font-size: 1.25em;
  text-align: center;
}
body main .station_specification .images_cont {
  display: flex;
  justify-content: space-between;
  column-gap: 1vh;
}
body main .station_specification .images_cont img {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  width: 50%;
}
body main .station_specification .mob_section {
  display: none;
}
body main .description_section {
  padding: 0 4vw;
  display: grid;
  grid-gap: 10px;
  grid-template-areas: "first-txt second-txt third-txt" "first-txt second-txt compl-inst";
  margin-bottom: 20px;
}
body main .description_section .first_txt_col, body main .description_section .second_txt_col, body main .description_section .third_txt_col {
  display: flex;
  flex-flow: column;
  row-gap: 2vh;
  padding: 0 1vw;
}
body main .description_section .first_txt_col .txt_container p, body main .description_section .second_txt_col .txt_container p, body main .description_section .third_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 .third_txt_col .txt_container p:first-child {
  font-weight: 800;
}
body main .description_section .third_txt_col {
  grid-area: third-txt;
}
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 .complete_installation {
  grid-area: compl-inst;
  margin-top: 3vh;
  padding: 4.5vh 2vw 0 0;
  border-top: 1px solid #BDBDBD;
  display: flex;
  flex-flow: column;
}
body main .description_section .complete_installation h2 {
  font-weight: 800;
  font-size: 1.9em;
  padding-bottom: 3vh;
}
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: 4vh;
}
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: 0 0 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 {
  display: flex;
  flex-flow: column;
  padding-top: 4.5vh;
  row-gap: 2.8vh;
}
body main .discount_table .columns_section .scroll_section {
  display: flex;
  flex-flow: column;
  row-gap: 2vh;
}
body main .discount_table .columns_section .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  column-gap: 1vh;
}
body main .discount_table .columns_section .row .col p {
  font-size: 1.3em;
  font-weight: 800;
}
body main .discount_table .columns_section .row .col:first-child {
  width: 25%;
}
body main .discount_table .columns_section .row .col:not(:first-child) {
  width: 14%;
}
body main .discount_table .columns_section .second-row .col:not(:first-child) {
  background: rgba(242, 242, 242, 0.4);
  border-radius: 10px;
  padding: 1vh 7px;
}
body main .discount_table .columns_section .second-row .col:not(:first-child) p:first-child {
  font-weight: 400;
}
body main .discount_table .columns_section .second-row .col:not(:first-child) p:nth-child(2) {
  color: #5DB461;
}
body main .discount_table .columns_section .second-row .col:not(:first-child) .no_discount {
  color: #f44336 !important;
}
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;
  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;
}

@media (max-width: 1806px) {
  body main .first_section .first_description h1 {
    font-size: 3.6em;
  }
  body main .first_section .first_description p {
    font-size: 1.3em;
  }
  body main .first_section .spec_offer h2 {
    font-size: 1.3em;
  }
  body main .first_section .spec_offer p {
    font-size: 1.3em;
  }
  body main .first_section .spec_offer .learn_more {
    font-size: 0.93em;
  }
  body main .description_section .first_txt_col .txt_container p, body main .description_section .second_txt_col .txt_container p, body main .description_section .third_txt_col .txt_container p {
    font-size: 1.05em;
  }
  body main .description_section .complete_installation h2 {
    font-size: 1.5em;
  }
  body main .description_section .complete_installation .download_section p, body main .description_section .complete_installation .download_section a {
    font-size: 1em;
  }
}
@media (max-width: 1636px) {
  body main .first_section .first_description h1 {
    font-size: 3em;
  }
}
@media (max-width: 1574px) {
  body main .discount_table .columns_section {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  body main .discount_table .columns_section .scroll_section {
    width: 1400px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1214px) {
  body main .first_section {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  body main .first_section .text {
    justify-content: space-between;
    justify-self: flex-start;
    row-gap: 4vh;
    width: 50%;
    padding-top: 20px;
  }
  body main .first_section .text .first_description h1 {
    font-size: 2.3em;
  }
  body main .first_section .text .first_description p {
    font-size: 1.1em;
  }
  body main .first_section .text .price {
    padding-bottom: 4vh;
  }
  body main .first_section .station_img {
    position: absolute;
    bottom: 0;
    width: 57%;
    right: 0;
  }
  body main .first_section .station_img img {
    width: 100%;
  }
  body main .first_section .buy_char a {
    font-size: 1.1em;
  }
  body main .station_specification .images_cont {
    flex-flow: column;
    justify-content: center;
    row-gap: 2vh;
  }
  body main .station_specification .images_cont img {
    width: 100%;
  }
  body main .description_section {
    grid-template-areas: "first-txt second-txt " "third-txt second-txt" "compl-inst compl-inst";
  }
  body main .description_section .complete_installation {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }
  body main .description_section .complete_installation h2, body main .description_section .complete_installation .download_section {
    width: 48%;
  }
  body main .description_section .complete_installation .download_section p {
    padding-bottom: 1vh;
  }
  body main .description_section .complete_installation h2 {
    padding: 0;
  }
  body main .description_section .complete_installation h2 {
    font-size: 1.7em;
  }
  body main .discount_table {
    box-shadow: none;
  }
  body main .discount_table .table_header h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 906px) {
  body main .first_section {
    min-height: 627px;
  }
}
@media (max-width: 876px) {
  body main .description_section .first_txt_col, body main .description_section .second_txt_col, body main .description_section .third_txt_col {
    row-gap: 1vh;
  }
  body main .description_section .first_txt_col .txt_container p, body main .description_section .second_txt_col .txt_container p, body main .description_section .third_txt_col .txt_container p {
    font-size: 0.9em;
  }
}
@media (max-width: 772px) {
  body main .first_section {
    padding-bottom: 10px;
    min-height: unset;
  }
  body main .first_section .station_img {
    width: 100%;
  }
  body main .first_section .background_image, body main .first_section .station_img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
  }
  body main .first_section .text {
    width: 100%;
    justify-content: flex-start;
    row-gap: 6vh;
  }
  body main .first_section .text .price {
    padding: 0;
    margin: 0;
  }
  body main .first_section .text .buy_char {
    padding-top: 12vh;
  }
  body main .first_section .text .first_description h1 {
    font-size: 2.1em;
  }
  body main .first_section .left_gradient {
    backdrop-filter: blur(10px);
    z-index: 34;
  }
  body main .description_section {
    grid-template-columns: 100%;
  }
  body main .description_section .first_txt_col, body main .description_section .second_txt_col, body main .description_section .third_txt_col {
    text-align: center;
  }
  body main .description_section .first_txt_col .txt_container p, body main .description_section .second_txt_col .txt_container p, body main .description_section .third_txt_col .txt_container p {
    font-size: 1em;
  }
  body main .description_section .first_txt_col {
    padding-top: 1.4vh;
    grid-column: 1;
    grid-row: 2;
  }
  body main .description_section .second_txt_col {
    grid-column: 1;
    grid-row: 3;
  }
  body main .description_section .third_txt_col {
    grid-column: 1;
    grid-row: 4;
  }
  body main .description_section .complete_installation {
    grid-column: 1;
    grid-row: 5;
    padding-right: 0;
    text-align: center;
    flex-flow: column;
    row-gap: 2vh;
  }
  body main .description_section .complete_installation h2, body main .description_section .complete_installation .complete_installation {
    width: 100%;
  }
  body main .station_specification h1 {
    font-size: 1.25em;
  }
  body main .station_specification .images_cont {
    display: none;
  }
  body main .station_specification .mob_section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    row-gap: 3.5vh;
  }
  body main .station_specification .mob_section .first_cont, body main .station_specification .mob_section .second_cont {
    display: flex;
    align-items: center;
    flex-flow: column;
    row-gap: 3.5vh;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  body main .station_specification .mob_section .first_cont .connector, body main .station_specification .mob_section .second_cont .connector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    padding: 1.5vh 0;
  }
  body main .station_specification .mob_section .first_cont .connector img, body main .station_specification .mob_section .second_cont .connector img {
    width: 32%;
  }
  body main .station_specification .mob_section .first_cont .connector .conn_descr, body main .station_specification .mob_section .second_cont .connector .conn_descr {
    display: flex;
    flex-flow: column;
    row-gap: 1.7vh;
  }
  body main .station_specification .mob_section .first_cont .connector .conn_descr p, body main .station_specification .mob_section .second_cont .connector .conn_descr p {
    padding: 0;
    font-size: 1em;
    text-align: start;
  }
  body main .station_specification .mob_section .first_cont .connector .conn_descr p:first-child, body main .station_specification .mob_section .second_cont .connector .conn_descr p:first-child {
    font-weight: 800;
  }
  body main .station_specification .mob_section .first_cont .img_section, body main .station_specification .mob_section .second_cont .img_section {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  body main .station_specification .mob_section .first_cont .img_section .img_header, body main .station_specification .mob_section .second_cont .img_section .img_header {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    padding: 4vh 0;
  }
  body main .station_specification .mob_section .first_cont .img_section .img_header p, body main .station_specification .mob_section .second_cont .img_section .img_header p {
    padding: 0;
    font-size: 1.1em;
    font-weight: 800;
  }
  body main .station_specification .mob_section .first_cont .img_section img, body main .station_specification .mob_section .second_cont .img_section img {
    width: 100%;
  }
  body main .discount_table .table_header h3 {
    font-size: 1em;
    padding-bottom: 2vh;
  }
  body main .discount_table .table_header p {
    font-size: 0.9em;
  }
  body main .discount_table .columns_section {
    padding-top: 3vh;
  }
  body main .discount_table .columns_section .row .col p {
    font-size: 1em;
  }
  body main .discount_table .columns_section .row .first_col {
    min-width: 280px;
  }
  body main .discount_table .columns_section .row .first_col p {
    text-align: start;
  }
  body main .discount_table .columns_section {
    display: none;
  }
  body main .discount_table .mob_col_section {
    display: flex;
  }
}

/*# sourceMappingURL=dual-station-media.css.map */
