@font-face {
  font-family: Pfreminderpro;
  src: url('../fonts/PFReminderPro-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Masiva;
  src: url('../fonts/Masiva-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Masiva;
  src: url('../fonts/Masiva-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Masiva-black;
  src: url('../fonts/Masiva-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #282727;
  --white: white;
  --blue-violet: #aa1ff8;
  --hot-pink: #ff5aaf;
  --azure: #e4f6fa;
  --etrndarck: #1c2445;
  --dark-grey: #a8a2a2;
  --alice-blue: #e2eaec;
  --etrn: #8933b9;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: Masiva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 28px;
  font-family: Masiva-black, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.2dvw;
}

h2 {
  margin-top: 5%;
  margin-bottom: 2%;
  padding-bottom: 23px;
  font-family: Masiva, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3vw;
}

h3 {
  margin-top: 0;
  font-size: 16px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Masiva-black, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.navbar.futer {
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navbar.top_toplivo {
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.navbar.toplivo-navbar {
  padding-left: 0;
  padding-right: 0;
}

.navlink {
  border-bottom: 6px solid #fff;
  margin-bottom: 15px;
  margin-right: 25px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.navlink:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--blue-violet);
  color: var(--blue-violet);
}

.navlink:focus, .navlink.w--current {
  color: var(--blue-violet);
}

.navlink.end {
  margin-right: 0;
  padding-right: 0;
}

.nav-menu {
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
}

.button-outline {
  background-image: linear-gradient(#ff5aaf, #aa1ff8);
  border-radius: 500px;
  padding: 3px 9px;
  font-family: Masiva-black, sans-serif;
  text-decoration: none;
}

.button-outline-text {
  color: var(--black);
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 500px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 7px 34px;
  text-decoration: none;
  transition: all .2s;
}

.button-outline-text:hover {
  background-color: var(--blue-violet);
  background-image: linear-gradient(to bottom, var(--hot-pink), var(--blue-violet));
  color: #fff;
}

.button-outline-text.join {
  white-space: nowrap;
}

.section {
  margin-top: 9%;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.section.full {
  z-index: 0;
  border: 1px #0000;
  border-radius: 1.9em;
  align-items: center;
  width: 98vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.full.price {
  background-image: linear-gradient(to bottom, var(--azure), var(--azure));
  flex-direction: column;
  justify-content: center;
}

.section.full.height {
  border-bottom-right-radius: 1.9em;
  border-bottom-left-radius: 1.9em;
  height: 87vh;
  margin-bottom: 0%;
}

.section.full.height.overflow {
  overflow: visible;
}

.section.full.height.etrn {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.full.blog-title {
  background-image: url('../images/efeectiv-transporting-logistat.jpg');
  background-position: 50%;
  background-size: cover;
  height: 65vh;
}

.section.full.blog-title._2 {
  background-image: url('../images/optimization-transporting-logistat.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.full.blog-title._1 {
  background-image: linear-gradient(#1a1f3580, #1a1f3580), url('../images/--------------------------------------------------.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.full.blog-title._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.full.blog-title._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/truck.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.car {
  z-index: 0;
  background-image: url('../images/My-project.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0%;
}

.section.car._2 {
  background-image: url('../images/kamaz-1.jpg');
  background-position: 50% 0;
}

.section.car.cliare {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.desktop {
  margin-top: 10%;
}

.section.mobile {
  display: none;
}

.section.notoverflow {
  overflow: hidden;
}

.section.hide {
  display: none;
}

.section.qwiz {
  padding-left: 0%;
  padding-right: 0%;
}

.section.mt-0 {
  margin-top: 0%;
}

.section.mb-0.mt-2 {
  margin-top: 2rem;
}

.section.toplivo-sec {
  z-index: 1;
  height: 800vh;
}

.section.toplivo-futer {
  padding-bottom: 40px;
}

.section.toplivo-hero {
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin: 0% auto 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.section.etrn {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 98vw;
  height: 87vh;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.darck {
  background-color: #1c2445;
}

.section.darck.pt-2.pb-2 {
  background-color: var(--etrndarck);
}

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

.pul-right.pt-50 {
  margin-top: 2%;
}

.black {
  font-family: Masiva-black, sans-serif;
}

.black.grey {
  color: var(--dark-grey);
}

.black.white.pl-20 {
  padding-left: 19px;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.blog {
  height: 70%;
}

.content-div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.content-div.flex.mb-50 {
  margin-bottom: 29px;
}

.content-div.flex.compact {
  justify-content: space-around;
}

.content-div.flex.futer {
  justify-content: space-between;
}

.content-div.futer {
  justify-content: space-around;
  display: flex;
}

.content-div.aps-otzivi {
  z-index: 0;
  justify-content: flex-end;
  display: flex;
  position: relative;
  transform: translate(0, -110%);
}

.content-div.numeric {
  background-image: linear-gradient(9deg, var(--blue-violet), var(--hot-pink));
  border-radius: 25px;
  padding: 56px 64px 50px;
}

.content-div.relative {
  z-index: 1;
  position: relative;
}

.content-div.blog-text {
  max-width: 900px;
}

.content-div.partners {
  display: flex;
}

.content-div.toplivo {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.content-div.toplivo._2, .content-div.toplivo._3, .content-div.toplivo._4, .content-div.toplivo._5, .content-div.toplivo._6, .content-div.toplivo._7, .content-div.toplivo._8, .content-div.toplivo._9 {
  opacity: 0;
}

.content-div.etrncount {
  background-color: #1c2445;
  border-radius: 13px;
  padding: 20px 40px;
}

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

.white.x5 {
  font-size: 5vw;
}

.hero-content {
  z-index: 1;
  position: relative;
}

.flex {
  background-color: #0000;
  display: flex;
}

.flex.vcentr {
  justify-content: space-around;
  align-self: center;
  align-items: center;
}

.flex.price-block {
  background-color: var(--white);
  border-radius: 9px;
  padding: 16px 44px;
}

.flex.price-block.vcentr {
  border-radius: 20px;
  justify-content: space-between;
}

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

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

.flex.qwiz-block {
  background-image: linear-gradient(353deg, var(--blue-violet), var(--hot-pink));
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 44px;
}

.flex.qwiz-block.vcentr {
  border-radius: 20px;
  justify-content: space-between;
}

.flex.reverse {
  width: 100%;
}

.flex.etrn-fill {
  background-color: #e7dff3;
  background-image: url('../images/etrn_icon2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 40px 30px;
}

.flex.etrn-fill.vcentr {
  border-radius: 20px;
  justify-content: space-between;
}

.pading-div {
  margin-right: 30px;
}

.button {
  z-index: 100;
  background-image: linear-gradient(180deg, var(--hot-pink), var(--blue-violet));
  color: var(--white);
  border-radius: 9px;
  padding: 16px 29px;
  font-family: Masiva-black, sans-serif;
  text-decoration: none;
  position: relative;
  box-shadow: 0 7px 19px -4px #aa1ff880;
}

.button.join.black {
  background-image: linear-gradient(#000, #000);
}

.button.join.etrnstyle {
  background-image: linear-gradient(#8933b9, #8933b9);
  margin-bottom: 20px;
}

.button.join.etrnstyle.invert {
  border: 3px none var(--white);
  outline-offset: -3px;
  background-image: none;
  outline: 3px solid #fff;
}

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

.button.topl_button.hide {
  display: none;
}

.space {
  height: 60px;
}

.skolkovo-div {
  justify-content: space-between;
  width: 150px;
  text-decoration: none;
  position: absolute;
  inset: auto 5% 5% auto;
}

.logo-text {
  max-width: 200px;
  padding-right: 0;
  transform: translate(0, 50%);
}

.counter {
  font-family: Masiva-black, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.counter.counter2.split_number, .counter.counter3.split_number, .counter.counter4.split_number {
  color: var(--white);
}

.divider-vertikal {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), linear-gradient(176deg, var(--blue-violet), var(--hot-pink));
  border-radius: 20px;
  width: 5px;
}

._30 {
  width: 25%;
}

._30.pt-50 {
  padding-top: 28px;
}

._60 {
  width: 75%;
  overflow: visible;
}

.tabs {
  display: flex;
}

.tab-link {
  background-color: #0000;
  margin-bottom: 5%;
  font-family: Masiva-black, sans-serif;
  display: block;
}

.tab-link.w--current {
  background-image: linear-gradient(15deg, var(--blue-violet), var(--hot-pink));
  color: var(--white);
  border-top-left-radius: 50em;
  border-bottom-left-radius: 50em;
  font-family: Masiva-black, sans-serif;
  display: block;
}

.tab-content {
  border: 5px solid var(--azure);
  border-radius: 20px;
  padding-left: 50px;
}

._50 {
  width: 50%;
}

._50.flex.vertical {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}

._50.flex.v-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

._50.screen {
  justify-content: flex-end;
  margin-top: -36px;
  margin-bottom: -36px;
  display: flex;
}

._50.pl-50 {
  padding-left: 50px;
}

._50.pl-50.mb-50 {
  margin-top: 6%;
}

._50.mb-50 {
  margin-bottom: 3%;
}

._50.ralign {
  justify-content: flex-end;
  display: flex;
}

._50.lalign {
  margin-left: 38px;
}

._50.lalign.flex-in {
  display: flex;
}

._50.mid-but {
  align-self: center;
}

._50.midddle {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._50.middle {
  flex-flow: column;
  position: relative;
}

.icon-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.icon-list.midle {
  align-items: center;
}

.icon-list.midle.mb-0 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-list.center {
  justify-content: center;
  align-items: center;
}

.icon-list.gap-2.black-fill {
  color: var(--white);
  background-color: #019468;
  border-radius: 3px;
  padding: 5px 12px;
}

.icons {
  margin-right: 11px;
}

.icons.big {
  flex: none;
  width: 30%;
  margin-left: -11px;
  margin-right: 0;
}

.icons.form-icon.pop {
  margin-right: 0;
  transform: translate(-77%);
}

.icons.social {
  width: 150%;
}

.icons.plan {
  filter: saturate(0%);
}

.icons.plan.flip {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.icons.big-copy {
  flex: none;
  width: 30%;
  margin-left: -11px;
  margin-right: 0;
}

.blob {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-violet), #aa1ff8cc 54%, #ff5aaf96);
  filter: blur(100px);
  border-radius: 100em;
  width: 350px;
  height: 50%;
  position: absolute;
  inset: 25% 10% 0% auto;
}

.blob._2 {
  z-index: -1;
  filter: blur(150px);
  inset: auto auto 0% 14%;
}

.blob._3 {
  opacity: .44;
  display: none;
  inset: auto 9% -1% auto;
}

.blob._1 {
  width: 250px;
  height: 35%;
  position: absolute;
  inset: 50% auto auto 50%;
}

.blob._4 {
  inset: auto 0% 0%;
}

.photo-back {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  overflow: hidden;
}

.tab-horizontal {
  z-index: 2;
  color: var(--dark-grey);
  background-color: #0000;
  align-self: flex-start;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Masiva-black, sans-serif;
}

.tab-horizontal.w--current {
  border-bottom: 6px solid var(--blue-violet);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
}

.tab-horizontal.w--current:hover {
  border-radius: 0;
}

.reminder {
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Pfreminderpro, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.reminder.mt-50 {
  margin-top: -5%;
}

.reminder.pul-left {
  justify-content: flex-start;
}

.reminder.pul-left.ml-100 {
  margin-left: -7%;
}

.reminder.pul-left.ml-100.mt-50 {
  margin-left: -5%;
}

.reminder.pul-left.desktop {
  align-items: center;
  padding-left: 8%;
  transform: none;
}

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

.reminder.pull-up {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%);
}

.card {
  z-index: 1;
  border: 5px solid var(--azure);
  text-align: left;
  border-radius: 38px;
  width: 80%;
  padding-left: 39px;
  padding-right: 39px;
  position: relative;
}

.card.ralign {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 100px 80px #2b73a412;
}

.card.ralign.blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffb3;
}

.card.ralign.toplivo-card {
  padding-bottom: 40px;
}

.card.otziv {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 33%;
  margin-right: 1%;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.card.topl {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-right: 25px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.card.price {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-width: 0;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 33%;
  margin-right: 1%;
  padding: 31px 20px;
  display: flex;
}

.title-card {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 6px;
  display: flex;
}

.title-card.pul-left {
  text-align: left;
}

.title-cart-text {
  border-bottom: 8px solid #00000026;
  padding-bottom: 11px;
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.title-cart-text._2 {
  border-bottom-color: var(--blue-violet);
  font-size: 24px;
  position: relative;
}

.title-cart-text._1 {
  border-bottom-style: none;
  font-size: 22px;
  font-weight: 700;
}

.content-card {
  flex: 1;
}

.center {
  text-align: center;
}

.center.black.x5 {
  font-size: 1.5em;
}

.center.black.x7 {
  font-size: 2em;
}

.center.black.x10 {
  font-size: 2.4em;
}

.center.caps {
  text-transform: uppercase;
}

.center.pt-50 {
  padding-top: 40px;
}

.rubl {
  white-space: nowrap;
  font-family: Masiva-black, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 2rem;
}

.price-block {
  display: flex;
}

.table {
  z-index: 1;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}

.table.shadow {
  box-shadow: 5px 20px 20px 1px #2b73a436;
}

.table.price {
  min-width: 800px;
}

.table.price.shadow {
  min-width: 900px;
}

.raw {
  border-bottom: 1px solid #a8a2a233;
  justify-content: space-between;
  padding: 19px 19px 19px 20px;
  display: flex;
}

.raw.header {
  background-image: linear-gradient(#f8f7fd, #f8f7fd);
  border-bottom-style: none;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.raw.promo {
  background-color: #f8f7fd;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

._25 {
  width: 25%;
}

.shadow {
  box-shadow: 0 0 100px 80px #2b73a412;
}

.mb-0 {
  margin-bottom: 0;
}

.slider {
  background-color: var(--white);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.mask {
  overflow: visible;
}

.star {
  margin-right: 7px;
}

.star-div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tabs-content {
  overflow: visible;
}

.slide-nav {
  width: 20%;
}

.store {
  align-items: center;
  display: flex;
}

.review {
  margin-left: 11px;
  font-size: 3em;
}

.video-otziv {
  margin: 13px 5px 13px 0;
  overflow: hidden;
}

._33 {
  width: 33.33%;
  position: relative;
}

._33.bottom-rounf {
  border: 10px solid #d0e8ed;
  border-top-style: none;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

._33.bottom-rounf.end {
  border-right-style: none;
  border-bottom-right-radius: 0;
  margin-bottom: -23px;
  margin-left: -10px;
}

._33.bottom-rounf.start {
  margin-bottom: -23px;
}

._33.top-round {
  border-style: solid solid none;
  border-width: 10px;
  border-color: #d0e8ed #d0e8ed var(--alice-blue);
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -33px;
  margin-left: -10px;
  padding-top: 21px;
}

.history {
  display: flex;
}

.history.mb-100 {
  margin-bottom: 46px;
}

.history-block {
  margin-left: -25px;
}

.arrow-end.start {
  transform: rotate(-180deg);
}

.top-truck {
  width: 55%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(-50%, -55%);
}

.truck-div {
  position: absolute;
  inset: 0% 0% auto;
}

.artistic {
  font-family: Pfreminderpro, sans-serif;
  position: absolute;
  inset: 0% 0% auto auto;
}

.artistic.truck {
  transform: rotate(-30deg)translate(0, -300%);
}

.artistic.man-text {
  transform: rotate(-50deg)translate(73px);
}

.drop-title {
  white-space: normal;
  width: 100%;
}

.drop-qa {
  border-bottom: 4px solid var(--alice-blue);
  width: 100%;
  padding-bottom: 12px;
}

.drop-arrow {
  color: var(--blue-violet);
  font-size: 30px;
}

.pink {
  color: var(--blue-violet);
}

.number {
  font-size: 24px;
}

.drop-content {
  position: relative;
}

.drop-content.w--open {
  background-color: var(--white);
  padding: 25px;
}

.form-field {
  background-color: var(--azure);
  border: 0 solid #000;
  border-radius: 18px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.form-field.pop {
  margin-right: -15px;
}

.field-label {
  display: none;
}

.form-icon {
  transform: translate(-150%);
}

.field-container {
  display: flex;
  position: relative;
}

.field-container._80 {
  width: 80%;
}

.field-container.popup {
  align-items: center;
  height: 80px;
}

.field-container.drop {
  width: 50%;
}

.left-field-wrupper {
  width: 40%;
}

.div-block {
  display: flex;
}

.form-button-wrupper {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.gray {
  color: var(--dark-grey);
}

.gray.button-right-trxt {
  width: 65%;
  padding-left: 26px;
}

.man {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: none;
}

.phone-futer {
  white-space: nowrap;
  font-family: Masiva-black, sans-serif;
  font-size: 3vw;
  line-height: 1em;
}

.phone-futer.pink.pr-50 {
  padding-right: 15px;
}

.phone-futer.pink.pr-50.pl-50 {
  padding-left: 21px;
}

.link {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--blue-violet);
  font-family: Masiva-black, sans-serif;
}

.futer-app {
  color: var(--black);
  padding-right: 25px;
  text-decoration: none;
}

.futer-app.skolkovo {
  flex: 1;
  align-self: center;
  width: 200px;
  padding-right: 20px;
}

.futer-app.mr-0 {
  padding-right: 0;
}

.futer-app-wrupper {
  display: flex;
}

.bottom-bordere {
  background-image: linear-gradient(22deg, var(--blue-violet), var(--hot-pink));
  height: 10px;
}

.arrow {
  background-image: linear-gradient(#d0e8ed, #d0e8ed);
  width: 100%;
  height: 6px;
}

.arrow-wrupper {
  z-index: -1;
  align-items: center;
  display: flex;
  position: relative;
}

.beton-truck-wrupper {
  align-self: center;
  position: relative;
}

.arrow-history {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0, 52%);
}

.phone-frame {
  width: 75%;
  position: relative;
}

.phone-screen-frame {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.people-photo {
  border-radius: 5%;
  width: 100%;
}

.menue-servisec {
  z-index: 10;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  max-height: 100px;
  padding-bottom: 14px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tabs-otzivi {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.form-join {
  z-index: 1000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#aa1ff880, #16161633);
  border-radius: 15px;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 15% 0% auto;
}

.form-pop-field {
  width: 100%;
  display: flex;
}

.form-block {
  align-items: flex-end;
  width: 50%;
  padding: 52px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small {
  font-size: .8em;
  line-height: 1.2em;
}

.form-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.form-truck {
  border-radius: 25px;
  flex: none;
  width: 100%;
  max-width: 600px;
  max-height: 393px;
}

.close-form {
  width: 50px;
  height: 50px;
  padding-top: 12px;
  padding-right: 24px;
  display: flex;
}

.close {
  flex: none;
  align-self: auto;
  width: 70%;
  min-width: 35px;
}

.arrow-reminder.rotate {
  transform: rotate(-18deg);
}

.enter-wrupper {
  align-self: flex-start;
  padding-top: 10px;
  display: inline-block;
}

.logo-wrupper {
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 19px;
  display: flex;
}

.logo-wrupper.logo-toplivo.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}

.logo-sign {
  max-width: 50px;
}

.image-2 {
  margin-right: 10px;
}

.right-arrow {
  background-color: #0000;
  display: none;
}

.top-phone {
  z-index: 1001;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  padding-top: 9px;
  padding-right: 38px;
  position: relative;
}

.top-phone.hide {
  display: none;
}

.form-wrupper-stickers {
  z-index: 1000;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#aa1ff880, #0003);
  border-radius: 15px;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 15% 0% auto;
}

.field-label-copy {
  display: flex;
}

.small-copy {
  font-size: .8em;
  line-height: 1.2em;
}

.small-copy.white {
  padding-top: 13px;
}

.form-block-sticky {
  align-items: flex-end;
  width: 70%;
  padding: 52px;
}

.app-logo {
  max-width: 151px;
}

.sticker-pack {
  border-radius: 20px;
  flex: none;
  align-self: center;
  max-width: 586px;
}

.text-link {
  border-bottom: 3px solid var(--blue-violet);
  color: var(--blue-violet);
  font-family: Masiva, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.qviz-embaded {
  margin-left: auto;
  margin-right: auto;
}

.border {
  background-image: linear-gradient(212deg, var(--blue-violet), var(--hot-pink));
  opacity: 0;
  border-radius: 20px;
  height: 7px;
  margin-top: 8px;
  display: none;
}

.laptop {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.arrow-flip {
  transform-style: preserve-3d;
  transform: translate(0, 50%)rotateX(0)rotateY(-180deg)rotateZ(180deg);
}

.desctop-frame {
  max-width: 1280px;
  position: relative;
}

.success-message {
  background-color: #0000;
  background-image: linear-gradient(38deg, var(--blue-violet), var(--hot-pink));
  text-align: left;
  border-radius: 11px;
}

.error-message {
  background-color: #0000;
}

.form-cons {
  z-index: 1000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#aa1ff880, #16161633);
  border-radius: 15px;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 15% 0% auto;
}

.heading-2 {
  line-height: 3vw;
}

.success-message-2 {
  background-color: #0000;
}

.button-copy {
  z-index: 100;
  background-image: linear-gradient(180deg, var(--hot-pink), var(--blue-violet));
  color: var(--white);
  border-radius: 9px;
  padding: 16px 29px;
  font-family: Masiva-black, sans-serif;
  text-decoration: none;
  position: relative;
  box-shadow: 0 7px 19px -4px #aa1ff880;
}

.button-outline-qwiz {
  border: 4px solid var(--white);
  color: var(--white);
  background-image: none;
  border-radius: 500px;
  padding: 9px 21px;
  font-family: Masiva, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.button-outline-qwiz:hover {
  background-image: linear-gradient(#ff5aaf, #aa1ff8);
}

.form-title {
  color: var(--white);
  font-size: 2vw;
  line-height: 2.5vw;
}

.hid-field {
  height: 0;
}

.form-button {
  z-index: 100;
  background-image: linear-gradient(to bottom, var(--hot-pink), var(--blue-violet));
  color: var(--white);
  border-radius: 9px;
  padding: 16px 29px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 7px 19px -4px #aa1ff880;
}

.success-message-3 {
  background-color: #0000;
}

.text-block {
  text-align: left;
}

.price-big {
  font-family: Masiva-black, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 3.2vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.blog {
  background-image: url('../images/blog-logo.svg'), linear-gradient(360deg, #aa1ff8, #ff5aaf 100%, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  border-radius: 25px;
  align-items: center;
  width: 98vw;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.blog-block {
  color: var(--black);
  text-decoration: none;
}

.partnerka {
  background-image: url('../images/partnerka-title.svg'), linear-gradient(360deg, #aa1ff8, #ff5aaf 100%, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-radius: 25px;
  align-items: center;
  width: 98vw;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.partner-list {
  width: 25%;
}

.choice-form {
  background-color: var(--azure);
  border: 0 solid #000;
  border-radius: 18px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 31px;
  padding-bottom: 31px;
}

.choice-form.pop {
  margin-right: -15px;
}

.partners-type-choiser {
  border: 1px #0000;
  border-radius: 18px;
  width: 90%;
  height: 60px;
  margin-top: 21px;
}

._404-title {
  background-image: url('../images/404.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._404-title.blog {
  height: 70%;
}

.page-share {
  border: 1px solid var(--dark-grey);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 15px;
  display: flex;
}

.share-wruping {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.pull-left {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.round-border {
  border-radius: 9px;
}

.toplivo-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.overflow {
  overflow: visible;
}

.heading-5 {
  font-size: 16px;
}

.phone-tplivo {
  z-index: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  border-radius: 40px;
  max-height: 550px;
  position: relative;
}

.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tpl-pic {
  z-index: 2;
  position: absolute;
  inset: 50% auto 0% 5%;
  transform: translate(50%);
}

.tpl-pic._2 {
  z-index: 0;
  inset: auto 10% 0% auto;
}

.tpl-pic.reverce {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.tpl-title {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  position: sticky;
  top: 5%;
}

.pull-up {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.arrow-left {
  transform: translate(0, 11px);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pic {
  max-width: 40%;
}

.toplivo-wrupper {
  height: 100vh;
  position: sticky;
  inset: 5% 0% 0%;
}

.title-price {
  border-bottom: 8px #00000026;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.title-price._2 {
  border-bottom-color: var(--blue-violet);
  font-size: 24px;
  position: relative;
}

.title-price._1 {
  border-bottom-style: none;
  font-size: 22px;
  font-weight: 700;
}

.title-price.descriptor {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.grey {
  color: var(--dark-grey);
}

.reminder-toplivo {
  justify-content: center;
  align-items: center;
  font-family: Pfreminderpro, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.reminder-toplivo.mt-50 {
  margin-top: -5%;
}

.reminder-toplivo.pul-left {
  justify-content: flex-start;
}

.reminder-toplivo.pul-left.ml-100 {
  margin-left: -7%;
}

.reminder-toplivo.pul-left.ml-100.mt-50 {
  margin-left: -5%;
}

.reminder-toplivo.pul-left.desktop {
  align-items: center;
  padding-left: 8%;
  transform: none;
}

.reminder-toplivo.center {
  justify-content: center;
}

.reminder-toplivo.pull-up {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%);
}

.text-block-2 {
  transform: translate(0, -20px)rotate(-18deg);
}

.toplivo-subtitle {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.time-toggle {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.navbar-toplivo {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Masiva-black, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.navbar-toplivo.futer {
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.rodz_up {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
}

.bold-text {
  font-family: Masiva-black, sans-serif;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 26px;
  display: flex;
}

.flex-block {
  justify-content: space-between;
  align-items: flex-start;
}

.toplivo-social {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rodz_app_logo {
  width: 150px;
  margin-top: 13px;
}

.pic-topl {
  z-index: 0;
  max-width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(10%, -40%);
}

._70 {
  width: 60%;
}

.div-block-10 {
  width: 1280px;
}

._30_1 {
  width: 40%;
}

._30_1.pt-50 {
  padding-top: 28px;
}

.title {
  font-size: 46px;
  line-height: 56px;
}

.toplivo-futer-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 1280px;
}

.description {
  font-size: 12px;
  line-height: 18px;
}

.shrink {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink.flex.vert {
  justify-content: center;
  align-items: center;
}

.first-cell {
  width: 35%;
}

.label {
  border: 1px solid #28272752;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2px;
  display: flex;
}

.x5 {
  font-family: Masiva-black, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.modul-header {
  padding-bottom: 11px;
  font-size: 24px;
  display: inline-block;
}

.modul-header._2 {
  border-bottom-color: var(--blue-violet);
  font-size: 24px;
  position: relative;
}

.modul-header._1 {
  border-bottom-style: none;
  font-size: 22px;
  font-weight: 700;
}

.modul-header-div {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.pt-50 {
  padding-top: 20px;
}

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

.content-card-price {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-modul-div {
  align-self: stretch;
}

.bottom-modul-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.body {
  line-height: 22px;
}

.gap-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.hero-etrn {
  flex-flow: column;
  width: 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.h2etrn {
  padding-bottom: 0;
  font-family: Masiva-black, sans-serif;
  font-weight: 700;
}

.etrncard {
  z-index: 1;
  border: 5px solid var(--azure);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  width: 100%;
  box-shadow: none;
  text-align: left;
  border-radius: 25px;
  padding: 30px 30px 14px;
  position: relative;
}

.etrncard.ralign {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 100px 80px #2b73a412;
}

.etrncard.ralign.blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffb3;
}

.etrncard.ralign.toplivo-card {
  padding-bottom: 40px;
}

.etrncard.otziv {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 33%;
  margin-right: 1%;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.etrncard.topl {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-right: 25px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.etrncard.price {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-width: 0;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 33%;
  margin-right: 1%;
  padding: 31px 20px;
  display: flex;
}

.etrncard.active {
  border-color: var(--etrn);
  background-image: none;
  padding-bottom: 14px;
}

.etrncard.darck {
  border-color: var(--etrn);
  color: var(--white);
  background-color: #1c2445;
  background-image: none;
}

.etrncard.darck.h-full {
  box-shadow: none;
  border-color: #8933b940;
}

.etrncard.darck.act {
  border-style: none;
  border-color: var(--etrn);
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  padding-top: 10px;
  box-shadow: 0 2px 25px 15px #2b73a412;
}

.etrn-card-tite {
  margin-bottom: 0;
  font-size: 24px;
  display: inline-block;
}

.etrn-card-tite._2 {
  border-bottom-color: var(--blue-violet);
  font-size: 24px;
  position: relative;
}

.etrn-card-tite._1 {
  border-bottom-style: none;
  font-size: 22px;
  font-weight: 700;
}

.icons-copy {
  margin-right: 11px;
}

.icons-copy.big {
  flex: none;
  width: 30%;
  margin-left: -11px;
  margin-right: 0;
}

.icons-copy.form-icon.pop {
  margin-right: 0;
  transform: translate(-77%);
}

.icons-copy.social {
  width: 150%;
}

.icons-copy.plan {
  filter: saturate(0%);
}

.icons-copy.plan.flip {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.icons-copy.big-copy {
  flex: none;
  width: 30%;
  margin-left: -11px;
  margin-right: 0;
}

.x2 {
  transform: scale(1.5);
}

.gp-2, .gap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.justify-between {
  justify-content: space-between;
  align-items: flex-start;
}

.justify-between.mb-2 {
  align-self: stretch;
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.active {
  background-image: linear-gradient(#e4f6fa, #e4f6fa);
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.list {
  list-style-type: decimal;
}

.outline {
  border: 6px solid var(--alice-blue);
  border-radius: 14px;
  padding: 10px 20px;
}

.h3etrn {
  padding-bottom: 0;
  font-family: Masiva-black, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.h3etrn.nowrup {
  white-space: nowrap;
}

.space-betwin {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.h-full {
  align-self: stretch;
}

.qote {
  border-left: 6px solid var(--blue-violet);
  outline-offset: 0px;
  outline: 3px #282727;
  padding-left: 7px;
  font-family: Masiva-black, sans-serif;
}

.mt-2 {
  margin-top: 1rem;
}

.block-quote, .block-quote-2 {
  background-color: #e4f6fa;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

.max-width {
  max-width: 700px;
}

.button2 {
  border: 4px solid var(--etrndarck);
  background-color: var(--etrndarck);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 9px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 7px 34px;
  font-family: Masiva, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.button2:hover {
  background-color: var(--blue-violet);
  background-image: linear-gradient(to bottom, var(--hot-pink), var(--blue-violet));
  color: #fff;
}

.button2.join {
  white-space: nowrap;
}

.text-block-3 {
  text-transform: none;
}

.body-2 {
  border: 1px solid #1c2445;
}

.nowrap {
  white-space: nowrap;
}

.small_img {
  width: 200px;
}

.etrnback {
  background-image: url('../images/3d_icon_serious.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pb-0 {
  padding-bottom: 0;
}

.full-wudth {
  width: 93%;
}

.pull-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-arrow {
  filter: grayscale();
  position: absolute;
  inset: auto 1% 5% auto;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
}

.link-2 {
  margin-top: 13px;
  font-size: 22px;
  display: block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4vw;
    line-height: 4dvw;
  }

  h2 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .navbar.futer {
    background-color: #0000;
  }

  .navlink {
    z-index: 1000;
    width: 300px;
    color: var(--white);
    text-align: center;
    border-bottom-color: #0000;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .navlink:hover {
    border-bottom-color: var(--white);
    color: var(--white);
  }

  .nav-menu {
    z-index: 1000;
    background-image: linear-gradient(to bottom, var(--hot-pink), var(--blue-violet));
    border-bottom: 1px solid #0000;
    border-radius: 20px;
    padding-bottom: 27px;
  }

  .button-outline {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .section {
    padding-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.toplivo-sec {
    height: auto;
  }

  .section.toplivo-hero {
    width: auto;
    margin-bottom: 15%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-div.flex, .content-div.flex.compact {
    flex-direction: row;
  }

  .content-div.numeric {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-div.toplivo {
    opacity: 1;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    position: static;
  }

  .content-div.toplivo._2, .content-div.toplivo._3, .content-div.toplivo._4, .content-div.toplivo._5, .content-div.toplivo._6, .content-div.toplivo._7, .content-div.toplivo._8, .content-div.toplivo._9 {
    opacity: 100;
  }

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

  .white.x5 {
    font-size: 12vw;
  }

  .hero-content {
    width: 90%;
  }

  .flex {
    flex-direction: column;
  }

  .flex.price-block.vcentr {
    width: 100%;
  }

  .flex.price-block.vcentr.shadow {
    align-items: flex-start;
  }

  .flex.full {
    flex-direction: row;
    justify-content: space-around;
  }

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

  .flex._1, .flex.qwiz-block {
    flex-direction: row;
  }

  .flex.qwiz-block.vcentr {
    width: 100%;
  }

  .flex.qwiz-block.vcentr.shadow {
    align-items: flex-start;
  }

  .flex.reverse {
    flex-flow: column-reverse wrap;
  }

  .flex.wrupper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .flex.etrn-fill {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: row;
    padding: 10px 20px;
  }

  .flex.etrn-fill.vcentr {
    width: 100%;
  }

  .flex.etrn-fill.vcentr.shadow {
    align-items: flex-start;
  }

  .counter {
    text-align: center;
    font-size: 2em;
  }

  .counter.counter3.split_number {
    color: #fff;
    text-decoration: none;
  }

  ._50 {
    align-self: center;
    width: 100%;
  }

  ._50.flex.vertical.full {
    width: 100%;
  }

  ._50.flex.v-flex {
    justify-content: center;
    align-items: flex-start;
  }

  ._50.screen {
    align-self: center;
    width: 100%;
    display: block;
  }

  ._50.mb-50.pul-right {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._50.ralign {
    justify-content: center;
  }

  ._50.lalign {
    margin-top: 19px;
    margin-left: 0;
  }

  ._50.lalign.flex-in {
    justify-content: center;
  }

  .reminder.mt-50 {
    justify-content: center;
    margin-left: -76px;
  }

  .reminder.pull-up {
    position: static;
    transform: none;
  }

  .card.otziv {
    width: auto;
  }

  .card.price {
    width: 45%;
  }

  .table.shadow {
    width: 100%;
  }

  .table.price.shadow {
    min-width: auto;
  }

  ._33 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  ._33._1c {
    width: 80%;
  }

  .field-container._80 {
    width: 100%;
  }

  .left-field-wrupper {
    width: 50%;
  }

  .form-button-wrupper {
    width: 100%;
  }

  .phone-futer {
    flex: 0 auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
  }

  .phone-futer.pink.pr-50.pl-50 {
    padding-left: 0;
  }

  .phone-frame {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .menue-servisec {
    width: 100%;
    position: relative;
  }

  .form-join {
    flex-direction: column;
    margin: 26px;
    display: none;
  }

  .form-block {
    width: 100%;
    padding-top: 0;
  }

  .form-truck {
    max-width: 350px;
    display: none;
  }

  .close-form {
    order: -1;
    align-self: flex-end;
    padding-right: 7px;
  }

  .logo-wrupper.logo-toplivo.w--current {
    padding-top: 0;
  }

  .div-block-6 {
    flex-direction: column;
    margin-top: 38px;
    display: flex;
  }

  .form-wrupper-stickers {
    flex-direction: column;
    margin-left: 39px;
    margin-right: 39px;
    display: none;
  }

  .form-block-sticky {
    width: 100%;
  }

  .menu-button.w--open {
    background-image: linear-gradient(to bottom, var(--blue-violet), var(--hot-pink));
  }

  .sticker-pack {
    max-width: 250px;
    display: none;
  }

  .div-block-7 {
    display: flex;
  }

  .form-cons {
    flex-direction: column;
    margin: 26px;
    display: none;
  }

  .button-outline-qwiz {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .price-big {
    font-size: 5vw;
    line-height: 5vw;
  }

  .toplivo-hero {
    flex-flow: column-reverse;
  }

  .tpl-title {
    position: static;
  }

  .toplivo-wrupper {
    height: auto;
    position: relative;
  }

  .reminder-toplivo.mt-50 {
    justify-content: center;
    margin-left: -76px;
  }

  .reminder-toplivo.pull-up {
    position: static;
    transform: none;
  }

  .navbar-toplivo.futer {
    background-color: #0000;
  }

  .rodz_app_logo {
    margin-top: 0;
  }

  .pic-topl {
    max-width: 30%;
  }

  ._70, ._30_1, .label {
    width: 100%;
  }

  .etrncard.otziv {
    width: auto;
  }

  .etrncard.price {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4vh;
    line-height: 4vh;
  }

  h2 {
    padding-bottom: 10px;
  }

  .navbar {
    overflow: visible;
  }

  .section.mt-0 {
    padding-top: 0;
  }

  .section.toplivo-sec {
    height: auto;
  }

  .content-div.flex.compact, .content-div.flex._1, .content-div.flex.futer {
    flex-direction: column;
  }

  .content-div.aps-otzivi {
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 25px;
    transform: none;
  }

  .content-div.partners {
    flex-direction: column;
  }

  .content-div.toplivo {
    height: auto;
    position: static;
  }

  .content-div.toplivo._2, .content-div.toplivo._3, .content-div.toplivo._4, .content-div.toplivo._5, .content-div.toplivo._6, .content-div.toplivo._7, .content-div.toplivo._8, .content-div.toplivo._9 {
    opacity: 100;
  }

  .white.x5 {
    font-size: 12vw;
  }

  .hero-content {
    width: 100%;
  }

  .flex.qwiz-block {
    border-radius: 20px;
    flex-direction: column;
  }

  .flex.reverse {
    flex-flow: column-reverse wrap;
  }

  .flex.etrn-fill {
    border-radius: 20px;
    flex-direction: column;
    padding-left: 20px;
  }

  .counter {
    font-size: 1.5em;
  }

  ._30 {
    width: 100%;
  }

  ._30.pt-50 {
    padding-top: 0;
  }

  ._60 {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-link.w--current {
    border-radius: 20px;
  }

  .tab-content {
    padding-right: 50px;
  }

  ._50.middle {
    margin-bottom: 32px;
  }

  .reminder.pull-up {
    position: relative;
    transform: none;
  }

  .left-field-wrupper {
    width: 100%;
  }

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

  .gray.button-right-trxt {
    color: var(--white);
    line-height: 21px;
  }

  .futer-app-wrupper {
    margin-top: 25px;
  }

  .form-join, .form-wrupper-stickers, .form-cons {
    display: none;
  }

  .heading-3 {
    font-size: 4vh;
    line-height: 4vh;
  }

  .heading-4 {
    padding-bottom: 0;
  }

  .partner-list {
    width: 100%;
  }

  .toplivo-wrupper {
    height: auto;
    position: relative;
  }

  .reminder-toplivo.pull-up {
    position: relative;
    transform: none;
  }

  .navbar-toplivo {
    overflow: visible;
  }

  ._30_1 {
    width: 100%;
  }

  ._30_1.pt-50 {
    padding-top: 0;
  }

  .title {
    font-size: 3.6vh;
    line-height: 46px;
  }

  .label {
    width: 100%;
  }

  .small_img {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4vh;
    line-height: 4.5vh;
  }

  h2 {
    margin-bottom: 5%;
    padding-bottom: 0;
    font-size: 2em;
    line-height: 1.2em;
  }

  .navbar {
    overflow: visible;
  }

  .navbar.futer {
    justify-content: flex-start;
    padding-bottom: 15px;
  }

  .navlink {
    width: 100%;
    color: var(--white);
    text-align: center;
    border-bottom-color: #0000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    display: block;
  }

  .navlink:hover, .navlink:focus {
    border-bottom-color: var(--white);
    color: var(--white);
  }

  .nav-menu {
    background-image: linear-gradient(to bottom, var(--hot-pink), var(--blue-violet));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .button-outline {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section {
    margin: 10% 0;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
  }

  .section.full {
    border-radius: 1.2em;
  }

  .section.full.price {
    height: auto;
    padding-top: 22px;
    padding-bottom: 29px;
  }

  .section.full.height {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
    padding-top: 0%;
    padding-bottom: 15%;
  }

  .section.full.height.etrn {
    background-position: 35%;
  }

  .section.full.blog-title {
    background-position: 50%;
  }

  .section.car {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 30px;
  }

  .section.car.topli {
    overflow: visible;
  }

  .section.desktop {
    display: none;
  }

  .section.mobile {
    display: block;
  }

  .section.toplivo-sec {
    margin-bottom: 0%;
  }

  .section.toplivo-hero {
    height: auto;
    padding-top: 0;
  }

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

  .black {
    line-height: 1.2em;
  }

  .black.grey.pul-right {
    text-align: center;
  }

  .black.white {
    line-height: 1.5rem;
  }

  .black.pr-50 {
    padding-right: 19px;
  }

  .black.desktop {
    display: none;
  }

  .content-div.flex {
    flex-flow: column;
  }

  .content-div.flex.compact {
    flex-direction: column;
  }

  .content-div.flex._1 {
    width: 100%;
  }

  .content-div.flex.futer {
    flex-direction: column;
  }

  .content-div.aps-otzivi {
    justify-content: center;
    transform: none;
  }

  .content-div.center, .content-div.partners {
    flex-direction: column;
  }

  .content-div.toplivo {
    height: auto;
    position: static;
  }

  .content-div.toplivo._2, .content-div.toplivo._3, .content-div.toplivo._4, .content-div.toplivo._5, .content-div.toplivo._6, .content-div.toplivo._7, .content-div.toplivo._8, .content-div.toplivo._9 {
    opacity: 100;
  }

  .content-div.bottom-side {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .white.x5 {
    font-size: 20vw;
  }

  .flex.price-block.vcentr {
    align-items: flex-start;
    width: 100%;
  }

  .flex.vert {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

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

  .flex._1 {
    flex-direction: column;
    width: 50%;
  }

  .flex.mob-hide {
    display: none;
  }

  .flex.qwiz-block.vcentr {
    align-items: flex-start;
    width: 100%;
  }

  .flex.reverse {
    flex-flow: column-reverse wrap;
  }

  .flex.etrn-fill {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
  }

  .flex.etrn-fill.vcentr {
    align-items: flex-start;
    width: 100%;
  }

  .flex.etrn-fill.gap-2 {
    padding-right: 20px;
  }

  .button {
    margin-bottom: 18px;
    padding: 14px;
  }

  .button.join.etrnstyle {
    white-space: nowrap;
  }

  .button.full-wudth {
    width: 100%;
  }

  .space {
    height: 20px;
  }

  .skolkovo-div {
    text-decoration: none;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .counter {
    text-align: left;
    font-size: 2.5em;
  }

  .divider-vertikal {
    width: 50px;
    height: 5px;
    margin-top: 21px;
    margin-bottom: 21px;
  }

  ._30 {
    width: 100%;
    margin-bottom: 40px;
  }

  ._30.pt-50 {
    padding-top: 0;
  }

  ._60 {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-link {
    margin-bottom: 1%;
  }

  .tab-link.w--current {
    border-top-right-radius: 50em;
    border-bottom-right-radius: 50em;
  }

  .tab-content {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._50 {
    width: 100%;
  }

  ._50.screen {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._50.pl-50 {
    padding-left: 0;
  }

  ._50.mb-50 {
    margin-bottom: 13%;
  }

  ._50.mb-50.pul-right {
    text-align: center;
  }

  ._50.ralign {
    margin-bottom: 30px;
  }

  ._50.lalign {
    margin-left: 0;
  }

  ._50.middle {
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .icon-list.midle.mb-0 {
    flex-direction: column;
    align-items: center;
  }

  .blob {
    inset: auto 0% 0% auto;
  }

  .tab-horizontal {
    text-align: center;
    border-bottom: 6px solid #0000;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .reminder {
    text-align: left;
  }

  .reminder.mt-50 {
    justify-content: center;
    margin-left: 0;
  }

  .reminder.pul-left.ml-100 {
    margin-top: -35px;
  }

  .reminder.pull-up {
    display: none;
    position: relative;
    transform: none;
  }

  .card {
    text-align: left;
    width: 100%;
  }

  .card.ralign {
    width: 100%;
    padding: 6px;
  }

  .card.otziv {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card.topl {
    margin-right: 0;
    padding-left: 10px;
  }

  .card.price {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-card {
    flex: none;
  }

  .center {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .center.black {
    white-space: pre;
  }

  .table.shadow {
    width: 100%;
  }

  .table.price.shadow {
    min-width: auto;
  }

  .raw {
    padding-left: 13px;
    padding-right: 13px;
  }

  .raw.header {
    padding-left: 0;
    padding-right: 0;
  }

  ._25 {
    width: 50%;
  }

  .mb-0 {
    margin-bottom: 0;
    line-height: 2rem;
  }

  .slide-nav {
    margin-bottom: 5px;
    display: none;
  }

  .store {
    text-align: center;
    justify-content: center;
    margin-top: 29px;
    margin-bottom: 20px;
    position: relative;
    top: 0%;
    right: 0%;
  }

  ._33 {
    width: 100%;
  }

  .history {
    flex-direction: row;
  }

  .history-block {
    margin-left: 0;
  }

  .top-truck {
    position: relative;
    transform: none;
  }

  .truck-div {
    display: flex;
    position: relative;
  }

  .artistic.truck {
    position: relative;
    transform: translate(0, -35px)rotate(-30deg);
  }

  .artistic.man-text {
    inset: auto auto 0% 0%;
    transform: rotate(-50deg)translate(97px);
  }

  .form-field {
    flex: none;
    width: 100%;
  }

  .form-field.pop {
    border-radius: 8px;
  }

  .field-container._80, .left-field-wrupper {
    width: 100%;
  }

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

  .form-button-wrupper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .gray.button-right-trxt {
    width: 100%;
    color: var(--dark-grey);
    margin-top: 19px;
    padding-left: 0;
  }

  .man {
    inset: 0% 0% 0% auto;
    transform: translate(50%);
  }

  .phone-futer {
    white-space: nowrap;
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 2em;
  }

  .phone-futer.pink.pr-50.pl-50 {
    padding-left: 0;
  }

  .futer-app-wrupper {
    justify-content: center;
    align-items: center;
    margin-top: 34px;
  }

  .brand {
    padding-left: 0;
  }

  .arrow-wrupper {
    transform: rotate(90deg);
  }

  .phone-frame {
    width: 90%;
  }

  .menue-servisec {
    flex-wrap: wrap;
    place-content: flex-start;
    width: 100%;
    max-height: 100%;
    margin-bottom: 12px;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .tabs-otzivi {
    margin-left: 0;
    padding-left: 0%;
    display: flex;
  }

  .form-join {
    flex-direction: column;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
    position: fixed;
    top: 0%;
  }

  .form-pop-field {
    flex-direction: column;
  }

  .form-block {
    width: 100%;
    padding: 37px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .small {
    padding-left: 0;
    font-size: 12px;
  }

  .form-truck {
    max-width: 250px;
  }

  .close-form {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-6 {
    display: block;
  }

  .top-phone {
    padding-right: 0;
  }

  .form-wrupper-stickers {
    flex-direction: column;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
    position: fixed;
    top: 0%;
  }

  .field-label-copy.white {
    line-height: 20px;
  }

  .small-copy {
    padding-left: 0;
  }

  .form-block-sticky {
    width: 100%;
    padding: 37px;
  }

  .menu-button.w--open {
    background-image: linear-gradient(to bottom, var(--blue-violet), var(--hot-pink));
  }

  .sticker-pack {
    max-width: 250px;
    display: none;
  }

  .div-block-7 {
    display: flex;
  }

  .laptop {
    width: 90%;
    inset: 5% 0% 0%;
  }

  .desctop-frame {
    justify-content: center;
  }

  .form-cons {
    flex-direction: column;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
    position: fixed;
    top: 0%;
  }

  .button-copy {
    width: 100%;
    margin-bottom: 18px;
    padding: 14px;
  }

  .button-outline-qwiz {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form-title {
    font-size: 2vh;
    line-height: 5vw;
  }

  .form-button {
    margin-top: 5px;
    margin-bottom: 18px;
    padding: 14px;
  }

  .price-big {
    font-size: 4vh;
    line-height: 4vw;
  }

  .blog-img {
    border-radius: 25px;
  }

  .partner-list {
    width: 100%;
  }

  .choice-form {
    flex: none;
    width: 100%;
  }

  .choice-form.pop {
    border-radius: 8px;
  }

  .partners-type-choiser {
    width: 100%;
  }

  .page-share {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .share-wruping {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .toplivo-hero {
    flex-flow: row-reverse wrap-reverse;
  }

  .phone-tplivo {
    border-radius: 45px;
    max-height: 500px;
  }

  .tpl-pic {
    max-width: 25%;
    inset: 0% 0% auto auto;
  }

  .tpl-title {
    position: static;
  }

  .arrow-left {
    transform: translate(0, 11px);
  }

  .pic {
    max-width: 100%;
  }

  .toplivo-wrupper {
    height: auto;
  }

  .reminder-toplivo {
    text-align: left;
  }

  .reminder-toplivo.mt-50 {
    justify-content: center;
    margin-left: 0;
  }

  .reminder-toplivo.pul-left.ml-100 {
    margin-top: -35px;
  }

  .reminder-toplivo.pull-up {
    display: none;
    position: relative;
    transform: none;
  }

  .time-toggle {
    z-index: 10;
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 7%;
  }

  .navbar-toplivo {
    overflow: visible;
  }

  .navbar-toplivo.futer {
    justify-content: flex-start;
    padding-bottom: 15px;
  }

  .flex-block {
    flex-flow: column;
  }

  .div-block-9 {
    text-align: center;
  }

  .toplivo-social {
    justify-content: center;
    align-items: center;
  }

  .pic-topl {
    max-width: 30%;
    transform: translate(10%, -40%);
  }

  ._30_1 {
    width: 100%;
    margin-bottom: 40px;
  }

  ._30_1.pt-50 {
    padding-top: 0;
  }

  .title {
    font-size: 2.7vh;
    line-height: 4vh;
  }

  .toplivo-futer-inner {
    flex-flow: column;
  }

  .shrink {
    flex: none;
    width: 33%;
  }

  .shrink.flex.vert {
    align-self: stretch;
  }

  .shrink.empty {
    width: 0%;
  }

  .first-cell {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 33%;
    display: flex;
  }

  .first-cell.long {
    width: 70%;
  }

  .label {
    white-space: nowrap;
    width: 100%;
    padding: 1px 13px;
  }

  .x5 {
    white-space: nowrap;
  }

  .content-card-price {
    flex: none;
  }

  .etrncard {
    text-align: left;
    width: 100%;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .etrncard.ralign {
    width: 100%;
    padding: 6px;
  }

  .etrncard.otziv {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .etrncard.topl {
    margin-right: 0;
    padding-left: 10px;
  }

  .etrncard.price {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .justify-between.mb-2 {
    flex-flow: column;
  }

  .space-betwin {
    flex: none;
  }

  .flex-block-2, .flex-block-3.mt-2.gap-4.pt-2 {
    flex-flow: column;
  }

  .small_img {
    width: 100vw;
  }

  .full-wudth {
    width: 100%;
  }

  .div-block-11 {
    display: none;
  }

  .v-flex {
    flex-flow: column;
  }

  .v-flex.gap-2.mt-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}

#w-node-_20dcd59e-b195-0f0c-79c1-b3335484019a-f9a63bd6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_695ced91-c9f8-8de0-badf-c6629c2ff5d3-e4e94fb7, #w-node-_37950d71-a36f-153e-ad26-7befcaccad32-e4e94fb7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_20dcd59e-b195-0f0c-79c1-b3335484019a-f9a63bd6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_20dcd59e-b195-0f0c-79c1-b3335484019b-f9a63bd6, #w-node-_20dcd59e-b195-0f0c-79c1-b3335484019c-f9a63bd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_695ced91-c9f8-8de0-badf-c6629c2ff5d3-e4e94fb7, #w-node-_37950d71-a36f-153e-ad26-7befcaccad32-e4e94fb7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Pfreminderpro';
  src: url('../fonts/PFReminderPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Masiva';
  src: url('../fonts/Masiva-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Masiva';
  src: url('../fonts/Masiva-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Masiva-black';
  src: url('../fonts/Masiva-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}