@charset "UTF-8";
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html,
body {
  height: 100%;
}

.base-button {
  background-color: #FFC20D;
  font-size: 18px;
  border-radius: 6px;
  color: #000000;
  font-weight: 700;
  padding: 12px 20px;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  padding: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

body {
  background: #e5e5e5;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}
body #upBtn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
}
body .yellow-span {
  color: #ffc20d;
}
body a {
  text-decoration: none;
}
body * {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body header,
body .contacts,
body .address,
body .number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header {
  padding: 0 2vw;
  background: #ffffff;
  height: 60px;
}
body header .logo {
  width: 15%;
}
body header .contacts {
  column-gap: 2.8vw;
}
body header .contacts a {
  column-gap: 1vw;
}
body header .contacts a span {
  color: #000000;
  font-size: 1em;
}
body header .contacts a span br {
  display: none;
}
body header .contacts a img {
  height: 18px;
}
body .menu {
  display: flex;
  column-gap: 20px;
}
body .menu__btn {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  transition: all 0.3s;
}
body .menu__btn:hover {
  color: #ffc20d;
}
body .menu__btn-active {
  background-color: #ffc20d;
  border-radius: 40px;
  cursor: pointer;
  padding: 0 10px;
  height: 32px;
  text-align: center;
}
body .menu__btn-active:hover {
  color: #000000;
}
body .menu-mobile {
  justify-content: center;
  display: none;
  padding-top: 20px;
}
body main .charger_system {
  margin: 1.5vh 2vw 1.5vh 2vw;
  padding: 5vh 2.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: radial-gradient(100% 661.22% at 0% 0%, rgba(255, 255, 255, 0.2) 14.91%, rgba(255, 255, 255, 0) 100%), #000000;
}
body main .charger_system .download_section {
  display: flex;
  column-gap: 20px;
  padding-bottom: 20px;
}
body main .charger_system .download_section a {
  display: flex;
  justify-content: center;
}
body main .charger_system .description {
  width: 40%;
  align-self: center;
  display: flex;
  flex-flow: column;
  color: #ffffff;
  row-gap: 5vh;
}
body main .charger_system .description h1 {
  font-size: 2.5em;
  font-weight: 800;
}
body main .charger_system .description p {
  font-size: 1.4em;
  font-weight: 300;
}
body main .charger_system .structure_img {
  width: 55%;
}
body main .charger_system .structure_img img {
  width: 100%;
}
body main .phones_section {
  margin: 0 2vw 1.5vh 2vw;
  padding: 5vh 1.5vw 5vh 1.5vw;
  height: 734px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  background-image: url("./../media/main/Phones.png");
  background-repeat: no-repeat;
  background-position: 105% 20%;
  background-size: 65%;
}
body main .phones_section h2 {
  width: 55%;
  font-size: 2.5em;
  font-weight: 800;
}
body main .phones_section .base-button {
  margin-top: 130px;
  min-width: 25vw;
  text-align: center;
}
body main .main_content {
  background-color: #ffffff;
  margin: 0 2vw 1.5vh 2vw;
  padding: 5vh 1.5vw 0 1.5vw;
}
body main .main_content .inner_section,
body main .main_content .img_cont,
body main .main_content .description .list ul li {
  display: flex;
}
body main .main_content .inner_section {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vh;
}
body main .main_content .inner_section:last-child {
  margin-bottom: 0;
}
body main .main_content .inner_section .img_cont {
  width: 50%;
  display: flex;
  justify-content: center;
  column-gap: 1vw;
}
body main .main_content .inner_section .img_cont img {
  width: 50%;
}
body main .main_content .inner_section .img_cont .notebook {
  width: 100%;
}
body main .main_content .inner_section .text_div {
  width: 50%;
  display: flex;
  justify-content: center;
}
body main .main_content .inner_section .text_div .description {
  width: 90%;
}
body main .main_content .inner_section .description {
  display: flex;
  flex-flow: column;
  row-gap: 5vh;
}
body main .main_content .inner_section .description h1 {
  font-size: 3.8em;
  font-weight: 700;
}
body main .main_content .inner_section .description .list h3 {
  margin-bottom: 4vh;
  font-size: 1.5em;
  font-weight: 400;
}
body main .main_content .inner_section .description .list ul {
  display: flex;
  flex-flow: column;
  row-gap: 1.6vh;
}
body main .main_content .inner_section .description .list ul li {
  display: flex;
  align-items: start;
  -webkit-align-items: flex-start;
}
body main .main_content .inner_section .description .list ul li span {
  font-size: 1.5em;
  font-weight: 300;
  padding-left: 1.2vw;
  display: flex;
}
body main .main_content .inner_section .description .list ul li img {
  margin-top: 5px;
}
body main .main_content .inner_section .description .got_all {
  display: flex;
  flex-flow: column;
  row-gap: 3vh;
}
body main .main_content .inner_section .description .got_all h2 {
  font-size: 2.13em;
}
body main .main_content .inner_section .description .got_all p {
  font-size: 1.5em;
}
body main .main_content .ev_driver .description .list ul li img {
  margin-top: 0 !important;
}
body main .main_content .for_owner .description ul li {
  align-items: center !important;
}
body main .main_content .for_owner .description ul li img {
  margin-top: 0 !important;
}
body main .last_section {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 2vw 0 2vw;
}
body main .last_section h2 {
  text-align: center;
  position: absolute;
  font-size: 3em;
  font-weight: 800;
}
body main .last_section .last_link {
  position: absolute;
  bottom: 10px;
  font-size: 1.3em;
  color: #ffc20d;
}
body main .last_section .last-img {
  width: 100%;
}
body main .last_section .last-img img {
  width: 100%;
}
body main .contact {
  margin: 0 2vw 1.5vh 2vw;
  padding: 50px 40px;
  background: radial-gradient(100% 661.22% at 0% 0%, rgba(255, 255, 255, 0.2) 14.91%, rgba(255, 255, 255, 0) 100%), #000000;
}
body main .contact__header {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  color: #FFFFFF;
}
body main .contact__content {
  display: flex;
  column-gap: 16px;
  justify-content: center;
}
body main .contact__content .content__card {
  padding: 30px 15px;
  background: #FFFFFF;
  width: 33%;
}
body main .contact__content .content__card .card__description {
  display: flex;
  align-items: center;
  column-gap: 36px;
}
body main .contact__content .content__card .card__description .card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
body main .contact__content .content__card .text__description .description__header {
  font-size: 32px;
  font-weight: 800;
}
body main .contact__content .content__card .text__description .description__hint {
  font-size: 22px;
  color: #545454;
}
body main .contact__content .content__card .card__link {
  margin-top: 46px;
  width: 100%;
  height: 50px;
  background: #FFC20D;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .guides-main .laptop-mobile {
  display: none;
}
body .guides-main img {
  max-width: 100%;
  height: auto;
}
body .guides-main .container {
  margin: 1.5vh 2vw 1.5vh 2vw;
}
body .guides-main .first-section {
  background: radial-gradient(100% 661.22% at 0% 0%, rgba(255, 255, 255, 0.2) 14.91%, rgba(255, 255, 255, 0) 100%), #000000;
  padding: 5vh 2.5vw;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body .guides-main .first-section .first-text {
  font-size: 40px;
  font-weight: 800;
  width: 781px;
  color: #ffffff;
}
body .guides-main .blocks {
  display: flex;
  flex-flow: column;
  row-gap: 12px;
}
body .guides-main .blocks ul {
  list-style: none;
}
body .guides-main .blocks .first-row,
body .guides-main .blocks .second-row {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
body .guides-main .blocks .block {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  height: auto;
  flex-shrink: 0.5;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  background-color: #ffffff;
}
body .guides-main .blocks .block .text-container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: 100%;
  width: 55%;
}
body .guides-main .blocks .block .block-img {
  width: 35%;
}
body .guides-main .blocks .block h1 {
  font-size: 40px;
  font-weight: 700;
}
body .guides-main .blocks .block .second-row-p {
  font-size: 24px;
  font-weight: 300;
}
body .guides-main .blocks .block .download-buttons {
  display: flex;
  column-gap: 10px;
}
body .guides-main .blocks .block .download-buttons .divider {
  width: 1px;
  height: 100%;
  background-color: #545454;
}
body .guides-main .blocks .block .download-pdf {
  font-size: 24px;
  font-weight: 300;
  color: #ff9f00;
}
body .guides-main .blocks .block .block-ul {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
body .guides-main .blocks .block .block-ul p {
  font-size: 24px;
  color: #ffc20d;
}
body .guides-main .blocks .block .block-ul li {
  display: flex;
  column-gap: 31px;
}
body .guides-main .blocks .block .block-ul li a {
  font-size: 24px;
  color: #ffc20d;
}
body .guides-main .blocks .fourth-block {
  position: relative;
  justify-content: flex-end;
}
body .guides-main .blocks .fourth-block .text-container {
  justify-self: flex-end;
}
body .guides-main .blocks .fourth-block .block-img {
  position: absolute;
  left: 0;
  width: auto;
}
body footer {
  padding: 40px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  background-color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}

.tab-switcher {
  display: flex;
  gap: 15px;
}

.tab-switcher__btn {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #FF9F00;
  background-color: transparent;
  padding: 10px 15px;
  color: #FF9F00;
}
.tab-switcher__btn--active {
  background-color: #FFC20D;
  border-color: #FFC20D;
  color: #000000;
}

.tab-content {
  display: none;
  position: relative;
  animation: fadeEffect 0.6s ease;
}
.tab-content--active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    left: 30px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.terms-of-use {
  background-color: #F5F5F5;
}
.terms-of-use h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
}
.terms-of-use p {
  font-size: 24px;
}
.terms-of-use .terms-version {
  margin: 25px 0;
  font-size: 20px;
}
.terms-of-use .tab-switcher {
  margin: 20px 0;
}
.terms-of-use .container {
  padding: 0 2vw;
  padding-bottom: 25px;
}
.terms-of-use .content__card {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 22.23px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-top: 25px;
}
.terms-of-use .content__card .card__header {
  font-size: 40px;
  font-weight: 800;
  color: #FFC20D;
  margin-bottom: 15px;
}
.terms-of-use .content__card .card__description {
  padding-left: 10px;
  font-size: 20px;
}
.terms-of-use .content__card .card__description .description__list li, .terms-of-use .content__card .card__description .list__inner li {
  list-style: none;
  position: relative;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-left: 1em;
}
.terms-of-use .content__card .card__description .description__list li::before, .terms-of-use .content__card .card__description .list__inner li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.terms-of-use .content__card .card__description .list__inner {
  padding-left: 15px;
}
@media screen and (max-width: 1140px) {
  .terms-of-use p {
    font-size: 16px;
  }
  .terms-of-use .content__card .card__header {
    font-size: 34px;
  }
  .terms-of-use .content__card .card__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .terms-of-use h1 {
    font-size: 30px;
  }
  .terms-of-use .content__card {
    padding: 10px;
  }
  .terms-of-use .content__card .card__header {
    font-size: 28px;
  }
  .terms-of-use .tab-switcher__btn {
    flex-grow: 1;
    padding: 10px;
  }
}

.prices-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  gap: 0 10vw;
  margin: 50px 0;
}
.prices-heading h1 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 800;
  max-width: min(60%, 900px);
}
.prices-heading span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  max-width: min(40%, 570px);
}

.prices-helper-text {
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
}

.price-packages {
  padding: 0 2vw;
}
.price-packages * {
  box-sizing: border-box;
}

.packages-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.package-card {
  width: calc(25% - 15px);
  background-color: #FFFFFF;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package-card__icon {
  display: inline-block;
  width: 70px;
}

.package-card__title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
}

.package-inner {
  background-color: #F5F5F5;
  padding: 20px;
  align-self: stretch;
}
.package-inner + .package-inner {
  margin-top: 10px;
}
.package-inner:last-of-type {
  margin-bottom: 30px;
}

.package-inner__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.package-inner__text-item {
  display: block;
  font-size: 16px;
}
.package-inner__text-item + .package-inner__text-item {
  margin-top: 10px;
}

.package-card__price {
  color: #FFC20D;
  font-size: 40px;
  font-weight: 700;
  margin: auto 0 0;
}

@media (min-width: 1800px) {
  .prices-heading span {
    margin-right: 100px;
  }
}
@media (max-width: 1400px) {
  .package-card {
    padding: 30px 10px;
  }
  .package-card__title {
    font-size: 30px;
  }
  .package-card__icon {
    width: 50px;
  }
  .prices-heading h1 {
    font-size: 50px;
  }
  .prices-heading span {
    font-size: 20px;
  }
  .package-card__price {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .packages-container {
    flex-wrap: wrap;
  }
  .prices-heading h1 {
    font-size: 36px;
  }
  .prices-heading span {
    font-size: 18px;
  }
  .package-card {
    width: calc(50% - 10px);
    padding: 30px;
  }
  .package-card__title {
    font-size: 30px;
  }
  .package-card__icon {
    width: 50px;
  }
  .package-card__price {
    font-size: 34px;
  }
  .prices-helper-text {
    font-size: 18px;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .package-inner__title {
    font-size: 18px;
  }
  .package-card__title {
    font-size: 34px;
  }
  .package-inner__text-item {
    font-size: 14px;
  }
  .prices-heading {
    display: block;
  }
  .prices-heading h1 {
    font-size: 44px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .prices-heading span {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .prices-heading {
    margin: 30px 0;
  }
  .packages-container {
    gap: 0;
  }
  .package-card {
    width: 100%;
    padding: 30px;
  }
  .package-card + .package-card {
    margin-top: 20px;
  }
  .prices-heading h1 {
    font-size: 30px;
  }
}
.text-underline {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
