* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "montserrat-bold-wpvg";
  font-weight: 100 900;
  font-style: normal;
  src: url(../fontswpvg/montserrat-bold-wpvg.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "open-sans-light-wpvg";
  font-weight: 100 900;
  font-style: normal;
  src: url(../fontswpvg/open-sans-light-wpvg.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "open-sans-light-wpvg", sans-serif;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.wpvgpage {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: conic-gradient(
      from 250deg at 65% 45%,
      rgba(0, 0, 0, 0.6) 0deg,
      rgba(37, 137, 130, 0.15) 190deg,
      rgba(69, 255, 241, 0.25) 275deg,
      rgba(0, 0, 0, 0.6) 360deg
    ),
    #010101;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

section {
  padding: 40px 0;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  color: #45fff1;
  font-family: "montserrat-bold-wpvg";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  color: #45fff1;
  font-family: "montserrat-bold-wpvg";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  color: #45fff1;
  font-family: "montserrat-bold-wpvg";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h4 {
  font-family: "montserrat-bold-wpvg";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h5 {
  font-family: "montserrat-bold-wpvg";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p,
li,
a,
span {
  font-family: "open-sans-light-wpvg";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }
}

.btn {
  border-radius: 10px;
  background: linear-gradient(180deg, #45fff1 0%, #0b4664 100%);
  color: var(--black);
  font-family: "montserrat-bold-wpvg";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 16px;
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
}
.btn:hover {
  background: linear-gradient(180deg, #45fff1 0%, #45fff1 100%);
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.wpvgmain {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.wpvgheader {
  padding: 20px 0;
  background: linear-gradient(
      180deg,
      rgba(11, 70, 100, 0.6) 0%,
      rgba(69, 255, 241, 0.6) 44.23%,
      rgba(11, 70, 100, 0.6) 100%
    ),
    #45fff1;
}

.wpvgheader img {
  width: 212px;
  height: 24px;
}
/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: #010101;
}

.wrapper_social img {
  width: 32px;
  height: 32px;
}

.footer_policy_social a {
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .wpvgfooter_container {
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
}
@media (max-width: 480px) {
}

@media (max-width: 360px) {
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* wpvghome_sect_1 */

.wpvghome_sect_1 {
  padding: 200px 0;
  background: url(../imgwpvg/home-bgwpvg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.wpvghome_sect_1_text {
  width: 100%;
  max-width: 533px;
}
.wpvghome_sect_1_container p {
  text-transform: uppercase;
}

.wpvghome_sect_1_img {
  display: none;
}
@media (max-width: 991px) {
  .wpvghome_sect_1 {
    padding: 40px 0;
    background: none;
  }
  .wpvghome_sect_1_img {
    display: block;
  }
  .wpvghome_sect_1_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .wpvghome_sect_1_text {
    max-width: 100%;
  }
}

/* wpvghome_sect_2 */

.wpvghome_sect_2_img {
  width: 100%;
  max-width: 319px;
  object-fit: contain;
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
  .wpvghome_sect_2_container {
    flex-direction: column;
    gap: 24px;
  }
}

/* wpvghome_sect_3 */

.wpvghome_sect_3_li {
  width: 100%;
  max-width: 350px;
  padding: 16px;
  border-radius: 20px;
  border: 4px solid var(--Color_blue_l, #45fff1);
}

.wpvghome_sect_3_li img {
  width: 100%;
  max-width: 316px;
  height: 316px;
  border-radius: 10px;
  object-fit: cover;
}
.wpvghome_sect_3_li_hed {
  color: var(--black);
  padding: 8px 4px;
  border-radius: 0 0 10px 10px;
  background: #45fff1;
}

.wpvghome_sect_3_li_hed h3 {
  color: var(--black);
}

@media (max-width: 1200px) {
  .wpvghome_sect_3_ul {
    gap: 16px;
  }
  .wpvghome_sect_3_ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

@media (max-width: 400px) {
  .wpvghome_sect_3_li {
    max-width: 100%;
  }
  .wpvghome_sect_3_li img {
    max-width: 100%;
  }
}

/* wpvghome_sect_4 */

.wpvghome_faq_sect_2_ul {
  color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wpvghome_faq_sect_2_ul h3 {
  color: var(--black);
}

.faq_btn {
  position: relative;
  width: 40px;
  height: 40px;
}
.faq_btn span {
  position: absolute;
  display: block;
  background: var(--black);
  border-radius: 20px;
  width: 23px;
  height: 2px;
}

.wpvghome_faq_sect_2_ul_li {
  padding: 24px 16px;
  border-radius: 10px;
  background: var(--line, linear-gradient(180deg, #45fff1 79.81%, #0b4664 100%));
  align-items: flex-start;
  border-radius: 16px;
  transition: background 0.25s ease;
}

.wpvghome_faq_sect_2_ul_li_active {
  padding: 24px 16px;
  border-radius: 15px;
  background: var(--line, linear-gradient(180deg, #45fff1 79.81%, #0b4664 100%));
}

.wpvghome_faq_sect_2_ul_li_wrapper_text h3 {
  cursor: pointer;
}

.wpvghome_faq_sect_2_ul_li_wrapper_text_p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}
.wpvghome_faq_sect_2_ul_li_active .wpvghome_faq_sect_2_ul_li_wrapper_text_p {
  opacity: 1;
}

.faq_btn {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.faq_btn_span_1,
.faq_btn_span_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq_btn_span_2 {
  transform: translate(-50%, -50%) rotate(90deg);
}

.wpvghome_faq_sect_2_ul_li_active .faq_btn_span_2 {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.6);
}

.wpvghome_faq_sect_2_ul_li h3 {
  font-size: 16px;
}

/* wpvghome_sect_5 */

.wpvghome_sect_5_h4_blue {
  color: #45fff1;
}

.wpvghome_sect_5_ul_li_star {
  width: 110px;
  height: 30px;
}

.wpvghome_sect_5_ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 24px;
}

.wpvghome_sect_5_ul_li {
  padding: 24px 16px;
  border-radius: 32px;
  border: 2px solid #45fff1;
  background: #010101;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .wpvghome_sect_5_ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

/* wpvghome_sect_6 */

.p_hed {
  text-transform: uppercase;
}

.form_contact {
  width: 100%;
  max-width: 956px;
}

.input_contact,
.wrapper_input {
  width: 100%;
}
.input_contact {
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid var(--Color_blue_l, #45fff1);
  background: var(--white, #f9f9f9);
  color: var(--Grey_input, #999);
}

@media (max-width: 400px) {
  .wpvghome_sect_6_container {
    text-align: start;
  }
}

/* wpvgbig_sect_1 */

.wpvgbig_sect_1_wrapper_img {
  width: 100%;
  max-width: 364px;
  min-width: 250px;
  height: fit-content;
  padding: 24px 16px;
  border-radius: 20px;
  border: 4px solid #45fff1;
}

.wpvgbig_sect_1_wrapper_img img {
  width: 100%;
  max-width: 316px;
  object-fit: contain;
}

.gap-4 {
  gap: 4px;
}

.wrapper_reviewed {
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #45fff1;
  background: #010101;
}

.wrapper_reviewed_img_ios {
  width: 30px;
  height: 30px;
}

.wpvgbig_sect_1_container h3 {
  color: #f9f9f9;
}

.wrapper_reviewed_stars_img {
  width: 100px;
  height: 20px;
}

@media (max-width: 768px) {
  .wpvgbig_sect_1_wrapper_img_text {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .wrapper_reviewed .gap-24 {
    gap: 4px;
  }
  .wrapper_reviewed_stars_img {
    width: 90px;
    height: 20px;
  }
}

@media (max-width: 350px) {
  .wrapper_reviewed_stars_img {
    width: 55px;
    height: 20px;
  }
}

/* wpvgbig_sect_2 */

.wpvgbig_sect_2_container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.wpvgbig_sect_2_container .slick-slide {
  padding: 0 12px;
}

.wpvgbig_sect_2_container .slick-list {
  margin: 0 -12px;
}

/* wpvgbig_sect_3 */

@media (max-width: 991px) {
  .wpvgbig_sect_3_container {
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .wpvgbig_sect_3_wrapper_qr {
    gap: 24px;
  }
}

/* wpvgterms_sect */

.wpvgterms_sect h1 {
  color: var(--white);
}

.wpvgterms_sect_block {
  padding: 24px 16px;
  border-radius: 10px;
  border: 1px solid #45fff1;
}

