@media only screen and (min-width: 1080px) {
  h1, .h1-style {
    font-size: 3.5vw;
    line-height: 4vw;
    margin: 0 0 2.2vw 0;
  }
  h2, .h2-dynamic-style {
    font-size: 3.2vw;
    line-height: 3.7vw;
    margin: 0 0 1.8vw 0;
  }
  h3, .h3-dynamic-style {
    font-size: 3vw;
    line-height: 3.5vw;
    margin: 0 0 1.8vw 0;
  }
  h4, .h4-dynamic-style {
    font-size: 2.6vw;
    line-height: 3vw;
    margin: 0 0 1.8vw 0;
  }
}
@media only screen and (min-width: 1560px) {
  h1, .h1-style {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 32px 0;
  }
  h2, .h2-dynamic-style {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 32px 0;
  }
  h3, .h3-dynamic-style {
    font-size: 50px;
    line-height: 56px;
    margin: 0 0 32px 0;
  }
  h4, .h4-dynamic-style {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 32px 0;
  }
}
@media only screen and (min-width: 1080px) {
  .button-wrap--m-center {
    justify-content: flex-start;
  }
  .s-button {
    height: 3.4vw;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 1.1vw;
    line-height: 1.6vw;
  }
  .s-button.s-button--small {
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 20px;
  }
  .s-button.s-button--very-small {
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }
  .google-play, .app-store {
    width: 176px;
    height: 54px;
  }
  .switch {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1560px) {
  .s-button {
    height: 56px;
    font-size: 18px;
    line-height: 22px;
  }
  .google-play, .app-store {
    width: 227px;
    height: 70px;
  }
}
@media only screen and (min-width: 1080px) {
  input[type=text], input[type=email], input[type=password], input[type=tel], textarea, .s-input {
    padding: 18px;
    font-size: 16px;
    line-height: 22px;
  }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, textarea::placeholder, .s-input::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 764px) {
  .screen-section.screen-section--mob {
    min-height: 100vh;
  }
  .screen-section.screen-section--mob .screen-section__inner, .screen-section.screen-section--mob .screen-section__inner--full {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 1080px) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
  .tablet-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-640 {
    max-width: 600px;
  }
  .m-t-center {
    text-align: left;
  }
  .d-t-center {
    text-align: center;
  }
  .desctop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
  .mobile-hide-flex {
    display: flex;
  }
  .m-container, .screen-section__inner {
    padding-left: 0;
    padding-right: 0;
    width: 86%;
  }
  .screen-section__inner.screen-section__hero {
    padding-bottom: 112px;
  }
  .button-space {
    margin-top: 2.4vw;
  }
  .section-description {
    font-size: 1.1vw;
    line-height: 1.6vw;
  }
  .section-height {
    height: 100vh;
    min-height: 100vh;
  }
  .section-height > .m-container {
    height: 100%;
  }
  .section-height.section-space {
    padding: 0;
  }
  .section-columns {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
  .section-columns.section-columns--center {
    align-items: center;
  }
  .section-left-side-container.section-left-side-container--center {
    text-align: left;
    margin: 0;
  }
  .section-space {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .title-button {
    align-items: center;
  }
  .section-768-center {
    width: 55%;
  }
  .large_text {
    font-size: 2.9vw;
    line-height: 3.4vw;
  }
  .slider-controls {
    width: 116px;
  }
  .slider-controls button {
    width: 48px;
    height: 48px;
  }
  .section-subtitle {
    font-family: "InvolveBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .qr-sticky-section {
    display: block;
    position: sticky;
    bottom: 0;
    height: 0;
    z-index: 50;
  }
  .qr-code {
    position: absolute;
    right: 25px;
    bottom: 90px;
    padding: 5px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #030003;
    border-radius: 12px;
    z-index: 80;
    text-decoration: none;
    overflow: hidden;
    transition: width 0.5s;
  }
  .qr-code .text {
    display: block;
    width: 134px;
    padding-left: 15px;
    font-family: "InvolveBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    transition: opacity 0.5s;
  }
  .qr-code .icon {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    z-index: 5;
    background: #030003;
  }
  .qr-code .icon img {
    border-radius: 6px;
  }
  .qr-code:hover {
    width: 254px;
  }
  .qr-code:hover .text {
    opacity: 1;
  }
}
@media only screen and (min-width: 1560px) {
  .m-container, .screen-section__inner {
    width: 100%;
    max-width: 1440px;
  }
  .section-description {
    font-size: 18px;
    line-height: 24px;
  }
  .button-space {
    margin-top: 48px;
  }
  .section-640 {
    max-width: 640px;
  }
  .screen-section__inner--space {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .large_text {
    font-size: 50px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1080px) {
  .header {
    height: 56px;
  }
  .header .lang-menu {
    display: block;
    margin-right: 18px;
  }
  .logo {
    width: 260px;
    height: 26px;
  }
  .logo .logo--desc {
    display: block;
  }
  .logo .logo--mob {
    display: none;
  }
  .header-right-side > .s-button {
    display: flex;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1080px) {
  .main-menu ul a {
    font-size: 50px;
    line-height: 70px;
  }
  .menu-section__lang-menu {
    display: none;
  }
  .menu-section .button-wrap {
    display: none;
  }
  .menu-section__footer-contact {
    margin: 0;
  }
  .menu-section__footer-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-section__footer-top-wrap .menu-section__footer-contact {
    order: 0;
  }
  .menu-section__footer-top-wrap .socials {
    order: 1;
  }
  .menu-section__launch_bot {
    display: none;
  }
}
@media only screen and (min-width: 764px) {
  .carousel-images img {
    width: 900px;
    margin-left: -450px;
    margin-right: -450px;
  }
  .carousel--text {
    padding-top: 200px;
    padding-bottom: 160px;
  }
  .carousel--text .v-p-container-text {
    top: 220px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .carousel-section .screen-section__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .carousel-section .carousel--text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .carousel-images img {
    width: 1100px;
    margin-left: -550px;
    margin-right: -550px;
  }
  .carousel--text {
    padding-top: 260px;
    padding-bottom: 200px;
  }
  .carousel--text .v-p-container-text {
    max-width: 650px;
    top: 300px;
  }
}
@media only screen and (min-width: 1560px) {
  .carousel-images img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: static;
  }
  .carousel--text {
    padding-top: 280px;
  }
  .carousel--text .v-p-container-text {
    top: 280px;
  }
}
@media only screen and (min-width: 1080px) {
  .notifications {
    margin-left: 40px;
    margin-right: 0;
    margin-top: 0;
    width: 46%;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1560px) {
  .notifications {
    margin-left: 40px;
    margin-right: 0;
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 764px) {
  .phone-section--image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .transparency-section .section-description br {
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  .phone-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
  }
  .phone-section .v-p-container-text {
    max-width: 620px;
  }
  .phone-section.phone-section--reverse .v-p-container-text {
    order: 0;
  }
  .phone-section.phone-section--reverse .phone-section--image {
    order: 1;
  }
  .phone-section--image {
    margin-top: 0;
    width: 50%;
    max-width: 630px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .phone-section {
    column-gap: 54px;
  }
}
@media only screen and (min-width: 1440px) {
  .phone-section--image {
    width: 40%;
    max-width: 630px;
  }
}
@media only screen and (min-width: 1560px) {
  .phone-section--image {
    width: 50%;
  }
}
@media only screen and (min-width: 764px) {
  .popup-message-l-t {
    top: -28px;
    left: 0;
    transform: translateX(-49%);
  }
  .popup-message-l-c {
    bottom: 30%;
    left: 0;
    transform: translateX(-80%);
  }
  .popup-message-l-b {
    bottom: 15%;
    left: 0;
    transform: translateX(-60%);
  }
  .popup-message-r-c {
    right: 0;
    top: 50%;
    transform: translate(70%, -50%);
  }
  .popup-message-r-b {
    right: 0;
    top: auto;
    bottom: -20px;
    transform: translateX(40%);
  }
}
@media only screen and (min-width: 1080px) {
  .secrurity-section .secrurity-section__image {
    width: 500px;
    margin-top: 90px;
  }
  .popup-message {
    height: 58px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 24px;
  }
  .popup-message-l-c {
    transform: translateX(-76%);
  }
  .popup-message-r-c {
    transform: translate(66%, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  .popup-message-l-c {
    transform: translateX(-80%);
  }
  .popup-message-r-c {
    transform: translate(70%, -50%);
  }
}
@media only screen and (min-width: 1560px) {
  .secrurity-section .secrurity-section__image {
    width: 616px;
  }
  .popup-message {
    height: 65px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 14px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 600px) {
  .cards-container {
    width: 480px;
  }
  .card {
    top: 120px;
  }
  .card .icon {
    width: 244px;
    height: 60px;
  }
  .card .text-part {
    margin-top: 64px;
  }
  .card .title {
    font-size: 20px;
    line-height: 28px;
  }
  .card .text {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .card .name {
    margin: 64px 0 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .card-inner {
    height: 450px;
    padding: 48px 32px 48px 32px;
  }
}
@media only screen and (min-width: 764px) {
  .card {
    top: 130px;
  }
}
@media only screen and (min-width: 1080px) {
  .card {
    top: 160px;
  }
}
@media only screen and (min-width: 764px) {
  .pink-section__text {
    font-size: 70px;
    line-height: 78px;
  }
}
@media only screen and (min-width: 1080px) {
  .pink-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pink-section__text {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1560px) {
  .pink-section {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .pink-section__text {
    font-size: 180px;
    line-height: 190px;
  }
}
@media only screen and (min-width: 1080px) {
  .subscribe-form {
    margin-top: 0;
    order: 0;
    max-width: 560px;
  }
  .subscribe-form .title {
    font-size: 18px;
    line-height: 22px;
  }
  .subscribe-form .success-msg {
    font-size: 22px;
    line-height: 28px;
  }
  .subscribe-form form {
    margin-top: 24px;
  }
  .subscribe-form form .s-button {
    margin-top: 0;
    margin-left: 12px;
    width: auto;
    flex-shrink: 0;
  }
  .subscribe-form .flex-wrap {
    display: flex;
  }
  .subscribe-form .form-privacy {
    font-size: 14px;
    line-height: 18px;
  }
  .subscribe-form.subscribe-form--post .s-button {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .subscribe-form.subscribe-form--post .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 764px) {
  .footer__bottom {
    padding-top: 32px;
    border-top: 1px solid #C0C0C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__privacy-menu {
    margin: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer .socials {
    margin: 0;
  }
  .footer__top {
    display: flex;
    justify-content: space-between;
  }
  .footer__logo {
    width: 260px;
    height: 26px;
  }
  .footer__middle {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__menus {
    order: 1;
    column-gap: 90px;
  }
  .footer__menu {
    width: auto;
  }
  .footer__menu ul li {
    margin-top: 12px;
  }
  .footer__menu ul li:first-child {
    margin-top: 0;
  }
  .footer__menu ul a {
    font-size: 16px;
    line-height: 20px;
  }
  .footer__bottom {
    margin-top: 80px;
  }
  .copy {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
  .footer__privacy-menu ul a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 764px) {
  .virtual-cards-hero__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -100px;
  }
  .virtual-cards-hero__image img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1080px) {
  .virtual-cards-hero__image {
    margin-top: -50px;
  }
  .virtual-cards-hero .screen-section__inner {
    padding-top: 112px;
  }
}
@media only screen and (min-width: 1560px) {
  .virtual-cards-hero .screen-section__inner {
    padding-top: 174px;
  }
  .cards-section__image {
    max-width: 552px;
  }
}