/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./node_modules/glob-import-loader/index.js!./src/scss/vbrMarketLanding.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Палитра цветов Выберу */
/* Рекламная палитра цветов */
/* base */
/* grid */
/* stylelint-disable */
/* mobile */
/* stylelint-enable */
:root {
  --global-color-main: #295ffe;
  --global-color-main2: #334bd4;
  --global-color-accent: #30a436;
  --global-color-accent2: #70cf45;
  --global-color-bg: #5b85ff;
  --global-border-radius-s: 4px;
  --global-border-radius: 8px;
}

/* ui-kit */
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  touch-action: manipulation;
}

body {
  background: var(--body-bg, #fff);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
}

p {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 24px;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  color: #295ffe;
}
a:disabled {
  pointer-events: none;
}

ul {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}

li {
  margin: 0;
  padding: 0;
}

:after,
:before {
  border-radius: 0;
  box-sizing: border-box;
}

.b-center {
  margin: 0 auto;
  max-width: calc(var(--wrapper-width, 1216px) + 32px);
  padding: 0 16px;
  width: 100%;
}

.header + .b-center {
  background-color: var(--body-bg, #fff);
  flex-grow: 2;
  padding-block: 8px 28px;
  position: relative;
}

.container {
  --gap: 32px;
  --cols: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) / 2 * -1) calc(var(--row-gap, var(--gap)) * -1);
  width: calc(100% + var(--gap));
}
.container-item {
  margin: 0 calc(var(--gap) / 2) calc(var(--row-gap, var(--gap)));
  width: calc(100% / var(--cols) - var(--gap));
}
.container-item:empty {
  margin: 0;
}
.container.-col2 {
  --cols: 2;
}
.container.-col3 {
  --cols: 3;
}
.container.-gap-24 {
  --gap: 24px;
}

.section {
  --pading: 16px;
  padding-bottom: var(--pading);
  padding-top: var(--pading);
}
.section-offset-bottom {
  padding-top: 0;
}
.section .section:last-child {
  padding-bottom: 0;
}
.section .section:first-child {
  padding-top: 0;
}
.section:empty {
  --pading: 0;
}

h1 + .section,
h2 + .section,
h3 + .section {
  padding-top: 0;
}
html {
  font-size: 16px;
}

body {
  color: #18304f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.2;
}

h1,
h2,
h3 {
  line-height: 32px;
  word-break: break-word;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

b {
  font-weight: 600;
}

ul:not([class]) {
  list-style: none;
}
ul:not([class]) > li {
  padding-left: var(--li-p-left, 1.4em);
  position: relative;
}
ul:not([class]) > li:before {
  color: var(--mark-color, #1d79fa);
  content: "•";
  display: inline-block;
  font-size: inherit;
  left: var(--mark-left, 1px);
  line-height: inherit;
  margin-right: 0.7em;
  position: absolute;
  top: 0;
  transform: scale(var(--mark-scale, 1.7));
}

ul:not([class]) > li ul {
  margin-block: 0.25em;
}
.text-18 {
  font-size: 18px;
  line-height: 24px;
}
.text-18-32 {
  font-size: 18px;
  line-height: 32px;
}
.text-21 {
  font-size: 21px;
  line-height: 24px;
}
.text-21-32 {
  font-size: 21px;
  line-height: 32px;
}
.text-32 {
  font-size: 32px;
  line-height: 38px;
}
.text-40 {
  font-size: 40px;
  line-height: 48px;
}
.title-32 {
  font-size: 32px;
  line-height: 40px;
}
/* btn */
 .btn-text-icon {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}

.btn-text-icon {
  --icon-size: 1.14em;
  color: var(--btn-text-color, #295ffe);
  justify-content: flex-start;
}
.btn-text-icon svg {
  fill: var(--icon-fill, currentColor);
  flex: none;
  height: var(--icon-size);
  width: var(--icon-size);
}
.btn-text-icon:has(.btn-text-icon-loader) {
  padding-bottom: 24px;
}
.btn-text-icon.-icon-small {
  --icon-size: 0.8em;
}

/* tab */

/* tag */

/* arrows */

/* social-btns-colorful */

/* btn-more */

/* btn-add */

/* btn-back */

/* btn-cancel */

/* btn-filter */

/* btn-side-arrow */

/* btn-like */
.header {
  --padding-h: 16px;
  font-size: 16px;
  line-height: 1.5;
}
body:has(.header.-service) {
  background: var(--body-bg, #f9fbfe);
}
body:has(.header.-service.-body-white) {
  --body-bg: #fff;
}
.header-main {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 16px;
}
.header-main-wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px var(--padding-h) 8px;
  position: relative;
}
.header-logo {
  align-self: center;
  box-shadow: 0 16px 16px -16px rgba(41, 95, 254, 0.5960784314);
  display: inline-flex;
  font-size: 0;
  position: relative;
  z-index: 2;
}
.header-logo svg,
.header-logo img {
  display: block;
  height: auto;
  position: relative;
  width: min(100px, 54.5vw - 100px);
}
.header.-simple .header-main-wrapper,
.header.-simple .header-main {
  background: transparent;
}

@keyframes slidein {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* autocomplete */
.footer {
  align-items: center;
  background: #f3f4f8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1248px;
  padding: 40px 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.footer-body {
  background: #f3f4f8;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 16px;
  padding-right: 16px;
}
.footer-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.footer-logo {
  display: flex;
  flex-shrink: 0;
  font-size: 0;
  height: 22px;
  position: relative;
  width: 88px;
  z-index: 1;
}
.footer-links-contact {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 16px;
  line-height: 18px;
  padding: 16px 0;
  width: 100%;
}
.footer-contact-item {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: 175px;
}
.footer-contact-item svg {
  fill: #7a838e;
  height: 16px;
  width: 16px;
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 0;
  line-height: 1.5;
  order: 2;
  text-align: center;
}
.footer-copyright > span {
  color: #7a838e;
}
.footer-copyright-text {
  width: 100%;
}
.footer.-simple {
  padding-bottom: 16px;
  padding-top: 16px;
}
.footer.-simple .footer-links-contact {
  border-top: 0;
}
.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

.flex-direction-column {
  flex-direction: column;
}

.link {
  cursor: pointer;
}


.blue-link {
  color: #295ffe !important;
}

.blue-link {
  cursor: pointer;
}

/* Отступы */
.m-top {
  margin-top: 32px;
}

.m-top-medium {
  margin-top: 24px;
}

.m-bottom-medium {
  margin-bottom: 24px;
}

.m-top-small {
  margin-top: 16px;
}

.m-top-xsmall {
  margin-top: 8px;
}

.m-bottom-xsmall {
  margin-bottom: 8px;
}

.gap-small {
  gap: 16px;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.underline {
  border-bottom: 1px solid;
}

/* ---------- */

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes count {
  0% {
    content: "0:03";
  }
  33% {
    content: "0:02";
  }
  66% {
    content: "0:01";
  }
  100% {
    content: "0:00";
  }
}
@keyframes fade-in-scale {
  0% {
    opacity: 0;
    scale: 0.7;
  }
}
@keyframes fade-in-from-down {
  0% {
    opacity: 0.5;
    transform: translate(-4px, 8px);
  }
}

@keyframes move-link-block {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fullwidth-bg {
  background: #f3f6fd;
  left: 50%;
  margin-left: -50vw;
  padding: var(--pading, 32px) 0;
  position: relative;
  width: 100vw;
}
/* faq-box */
.faq-box {
  --font-size: clamp(14px, 3vw, 16px);
  --padding: clamp(8px, 2vw, 12px);
  --border-radius: 5px;
  background: #fff;
  border: 1px solid var(--border-color-active, var(--border-color-hover, var(--border-color, #d9e1fa)));
  border-radius: var(--border-radius);
  contain: layout;
  font-size: var(--font-size);
  margin-bottom: 16px;
}
.faq-box.active {
  --color-active: #304ffe;
  --list-icon: var(--list-icon-active, url('images/minus.svg'));
}
.faq-box.active .faq-question {
  background-color: var(--question-bg-active, #fff);
}
.faq-box.active .faq-answer {
  background-color: #fff;
  display: block;
}
.faq-box.-bigger {
  --font-size: clamp(18px, 3vw, 21px);
  --font-weight: 400;
}
.faq-box.-bigger .faq-answer {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.7;
}
.faq-question {
  align-items: center;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  color: var(--color-active, var(--color-hover, inherit));
  cursor: pointer;
  display: flex;
  font-weight: var(--font-weight, 600);
  line-height: 1.25;
  padding: var(--padding) 50px var(--padding) 16px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-question:after {
  background: #295ffe;
  content: "";
  display: block;
  height: 16px;
  margin-top: -8px;
  mask: var(--list-icon, url('images/plus.svg')) center / auto no-repeat;
  position: absolute;
  right: var(--list-icon-right, 15px);
  top: 50%;
  transform: var(--list-icon-tf, none);
  width: 16px;
}
.faq-answer {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  display: none;
  line-height: 1.5;
  padding: 0 16px var(--padding);
}

/* helper-ico */

/* note */

/* list-check */

/* list-num */

/* list-aux */

/* simple-ol */

/* simple-ul */

/* note-exclaim */

/* empty-card */

/* bordered-text */

/* recommended */

/* separated-text */

/* text-spoiler */

/* blockquote */

/* delimiter */

/* question-answer */

/* info-box */

/* counters */

/* content-steps */

/* content-progress  */

/* action */

/* call-action */

/* benefits */

/* license-bad */

table:not([class]) {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
  width: 100% !important;
}

table:not([class]) td {
  border: 1px solid #e5e5e5;
  padding: 7px 16px;
}


.without-borders td {
  padding: 6px 0;
  vertical-align: top;
}

.without-borders td:not(:last-child) {
  padding-right: 24px;
}
/* partial */
.card-shadow {
  --padding-m: clamp(16px, 3vw, 24px);
  padding: var(--card-padding-v, var(--padding-m)) var(--card-padding-h, var(--padding-m));
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 40px -8px rgba(33, 107, 211, 0.2588235294);
}
.card-lblue-bg {
  --padding-m: 16px;
  padding: var(--card-padding-v, var(--padding-m)) var(--card-padding-h, var(--padding-m));
  border-radius: 8px;
  align-items: center;
  background: #f3f6fd;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
.card-lblue-bg.align-items-start {
  align-items: flex-start;
}
/* +pages */
:root {
  --radius-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 200 200%27%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath d=%27M0 100C0 4 4 0 100 0s100 4 100 100-4 100-100 100S0 196 0 100%27/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cpath d=%27M0 0h200v200H0z%27/%3E%3C/g%3E%3C/svg%3E");
}
@keyframes square-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  25% {
    transform: translateY(clamp(-10px, var(--s) * 0.2, 10px)) scale(1.02);
  }
  50% {
    transform: translateY(clamp(-10px, var(--s) * 0.25, 10px)) scale(1);
  }
  75% {
    transform: translateY(clamp(-10px, var(--s) * 0.1, 10px)) scale(1.01);
  }
}
.about-requisites {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-requisites-map {
  align-self: center;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.11);
  font-size: 0;
  line-height: 0;
  margin: 0 -16px;
  max-width: 555px;
  width: calc(100% + 32px);
}
.about-requisites-map img {
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
  height: 320px;
  object-fit: cover;
}
.about-requisites-item {
  margin-bottom: 24px;
}
.about-requisites-item:last-child {
  margin-bottom: 0;
}
.about-requisites-title {
  font-size: 21px;
  line-height: 1.33;
  margin-bottom: 16px;
}
.about-requisites-text {
  font-size: 16px;
  line-height: 1.6;
}
.about-requisites-text p {
  margin-bottom: 16px;
}
.about-requisites-text p:last-child {
  margin-bottom: 0;
}
.about-requisites-text span {
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 0;
  white-space: nowrap;
  width: 100%;
}
.about-requisites-text span:last-child {
  margin-bottom: 0;
}
@keyframes pic-in {
  0% {
    transform: translateX(24px) scale(1.04);
  }
}
.about-ads-nav {
  margin-bottom: 0;
}
.about-ads-nav-col {
  border: 1px solid #edecec;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: clamp(16px, 16px + 4 * (100vw - 767px) / 449, 20px);
  padding-inline: clamp(24px, 24px + 8 * (100vw - 767px) / 449, 32px);
}
.about-ads-nav.-pad-scroll {
  margin-inline: calc(var(--gap) / -2) !important;
  scroll-snap-type: x mandatory;
}
.about-ads-nav.-pad-scroll .about-ads-nav-col {
  max-width: min(80vw, 420px);
  scroll-margin-inline: 16px;
  scroll-snap-align: start;
}
.about-ads-nav-title {
  align-items: center;
  display: flex;
  font-size: clamp(16px, 16px + 5 * (100vw - 320px) / 100, 21px);
  gap: 12px;
  line-height: 1.3;
}
.about-ads-nav-title-icon {
  background: var(--icon-bg, #e6effe);
  border-radius: 50%;
  display: flex;
  fill: var(--icon-fill, #4286fd);
  flex: 0 0 auto;
  height: 40px;
  overflow: visible;
  padding: 10px;
  width: 40px;
}
.about-ads-nav-title-icon.-violet {
  --icon-bg: #eae7ff;
  --icon-fill: #7966ff;
}
.about-ads-nav-title-icon.-oyster {
  --icon-bg: #def9ff;
  --icon-fill: #00b2de;
}
.about-ads-nav-title-icon.-pink {
  --icon-bg: #ffdce5;
  --icon-fill: #fc4665;
}
.about-ads-nav-title-icon.-ocean {
  --icon-bg: #d7f9ec;
  --icon-fill: #40ab88;
}
.about-ads-nav-title-icon.-orange {
  --icon-bg: #ffddbe;
  --icon-fill: #ff5a02;
}
.about-ads-nav-title-icon.-green {
  --icon-bg: #afef92;
  --icon-fill: #46b114;
}
.about-ads-nav-menu {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 6px;
  line-height: 24px;
}
.about-ads-nav-menu a {
  color: inherit;
}
.about-ads-nav-btn {
  background: #f3f6fd;
  border-radius: 16px;
  display: block;
  padding: clamp(16px, 1vw, 20px) clamp(24px, 2vw, 32px);
}
@keyframes logo-ico-in {
  0% {
    filter: blur(3px) brightness(1.2);
    opacity: 0;
    transform: scale(1.2) rotate(-5deg);
  }
  50% {
    filter: blur(0px) brightness(1);
    opacity: 1;
    transform: scale(0.92) rotate(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo-text-in {
  0% {
    opacity: 0;
  }
}
@keyframes bubble-spin {
  0% {
    transform: rotate(360deg);
  }
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-fading {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-motion {
  0%, 14% {
    transform: translate3d(0, 0, 0);
  }
  10%, 6% {
    transform: translate3d(-3px, 0, 0);
  }
  12%, 8% {
    transform: translate3d(3px, 0, 0);
  }
}

/* file-upload */

/* attach-file */

@keyframes diagram-grow {
  from {
    transform: translate(-100%);
  }
  to {
    transform: translate(0%);
  }
}
.market-hero {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2vw, 24px);
}
.market-hero-info {
  max-width: 540px;
}
.market-hero-pic {
  align-self: center;
  flex-shrink: 0;
  height: auto;
  margin-bottom: calc(var(--pading) * -1);
}

.market-documents {
  --icon-size: 0.89em;
  --padding-m: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.market-documents-bg {
  align-self: center;
  margin-bottom: calc(var(--padding-m) * -1);
}

.market-partners {
  --card-padding-v: 16px;
  --card-padding-h: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px 24px;
}
.market-partners-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.market-partners-pic {
  align-self: center;
  height: auto;
  margin-block: calc(var(--card-padding-v) * -1);
  width: clamp(188px, 30vw, 359px);
}
@media screen and (min-width: 577px){
  .footer {
    align-items: flex-start;
  }
  .footer-top {
    flex-flow: row wrap;
  }
  .footer-links-contact {
    flex-flow: row wrap;
  }
  .footer-contact-item {
    min-width: 0;
  }
  .footer-copyright {
    flex-flow: row wrap;
    text-align: left;
  }
  .footer-copyright-date {
    margin-right: 24px;
  }
  .footer.-simple .footer-links-contact {
    border: 0;
    padding: 0;
  }
  /* helper-ico */
}
@media screen and (min-width: 768px){
  .section {
    --pading: 20px;
  }
  .footer {
    padding: 40px 16px !important;
  }
  .footer-body {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-copyright {
    margin-top: 0;
  }
  .footer-links-contact {
    border-bottom: 0;
    border-top: 0;
    padding: 0 0 24px;
  }
  .md-m-top-medium {
    margin-top: 24px;
  }
  .md-m-bottom-medium {
    margin-bottom: 24px;
  }
  /* link-box */
  /* content-steps */
  /* action */
  /* call-action */
  .about-requisites {
    flex-direction: row;
  }
  .about-requisites-title {
    font-size: 24px;
  }
  .about-requisites-main {
    width: calc(55% - 12px);
  }
  .about-requisites-map {
    align-self: flex-start;
    margin: 0;
    width: calc(45% - 12px);
  }
  .about-requisites-map img {
    border-radius: 4px;
  }
  .about-requisites-item {
    margin-bottom: 32px;
  }
  .about-requisites-text span {
    margin-bottom: 0;
    margin-right: 16px;
    width: auto;
  }
  .about-requisites-text span:last-child {
    margin-right: 0;
  }
  .about-ads-nav.-pad-scroll {
    display: contents;
  }
  .about-ads-nav.-pad-scroll .about-ads-nav-col {
    max-width: none;
  }
  .market-hero {
    --pic-size: clamp(285px, 30vw, 517px);
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .market-hero-pic {
    align-self: flex-end;
    height: auto;
    margin-block: calc(var(--pading) * -1);
    margin-right: clamp(10px, 4vw, 70px);
    width: var(--pic-size);
  }
  .market-documents {
    flex-direction: row;
  }
  .market-documents-bg {
    align-self: flex-end;
    margin: 0 calc(var(--padding-m) * -1) calc(var(--padding-m) * -1) -70px;
  }
  .market-partners {
    --card-padding-v: 32px;
    --card-padding-h: 40px;
    flex-direction: row;
  }
  .market-partners-pic {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1001px){
  .header-main {
    display: contents;
  }
  .header-main-wrapper {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin: 0 auto;
    max-width: calc(1216px + var(--padding-h) * 2);
  }
  .footer {
    gap: 24px;
  }
  .footer-top {
    flex-wrap: nowrap;
  }
  .footer-links-contact {
    gap: 16px;
  }
  @media (hover: hover){
  
  .footer a:hover {
    color: #295ffe;
  }
  }
}
@media screen and (min-width: 1280px){
  .header-logo svg,
  .header-logo img {
    width: 109px;
  }
}
@media screen and (max-width: 1000px){
  .container.-pad-col2 {
    --cols: 2;
  }
  .container.-pad-scroll {
    flex-wrap: nowrap;
    margin-inline: -16px;
    overflow: auto;
    padding-inline: calc(var(--gap) / 2);
    width: calc(100% + 32px);
  }
  .container.-pad-scroll::-webkit-scrollbar {
    display: none;
  }
  .container.-pad-scroll .container-item {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px){
  .container.-mobile-col1 {
    --cols: 1;
  }
  .container.-mobile-gap-16 {
    --gap: 16px;
  }
  .container.-mobile-gap-8 {
    --gap: 8px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .title-m-24 {
    font-size: 24px;
    line-height: 32px;
  }
  .text-m-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-m-24 {
    font-size: 24px;
    line-height: 28px;
  }
  .mobile-hide {
    display: none !important;
  }
}
@media (hover: hover){
a:hover {
  color: #295ffe;
}
a:not([class]):hover {
  color: #ff5a02;
}
.btn-text-icon:hover {
  --btn-text-color: #ff5a02;
}
.footer-contact-item:hover svg {
  fill: currentColor;
}
  
  .footer a:hover {
    color: #295ffe;
  }
.blue-link:hover {
  color: #ff5a02 !important;
}
.faq-box:hover {
  --border-color-hover: #5b85ff;
}
.faq-box:hover .faq-question {
  --color-hover: #295ffe;
}
.about-ads-nav-menu a:hover {
  color: #295ffe;
}
}
