:root {
  --black: black;
  --12-px: 12px;
  --blue: #4cc3e9;
  --red: #c8202f;
  --white: white;
  --yellow: #ffe22f;
  --orange: #ff6840;
  --dark-blue: #29296d;
}

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

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

body {
  color: var(--black);
  font-family: Peridot PE, sans-serif;
  font-size: 23px;
  line-height: 140%;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

p {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

img {
  border-radius: var(--12-px);
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.gray {
  background-color: #e8e8e8;
}

.section.blue {
  background-color: var(--blue);
}

.container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  padding: 80px 30px;
  display: flex;
}

.container.mg-btm {
  padding-bottom: 140px;
}

.container.hero {
  margin-top: 70px;
}

.v-flex-gap-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.v-flex-gap-30px.btm-stroke {
  border-bottom: 1.6px solid #ebebeb;
  padding-bottom: 20px;
}

.p-30px {
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 140%;
}

.div-block {
  display: flex;
}

.v-flex-gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 650px;
  display: flex;
}

.full-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.img-main {
  flex: none;
  width: 310px;
  height: 310px;
}

.img-main._10 {
  object-position: 50% 20%;
}

.img-main-adaptation {
  flex: none;
  width: auto;
  display: none;
}

.h-flex-gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-offer-main {
  border: 2px dashed var(--red);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-offer-main.mg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.div-offer-main.mg.hide {
  display: none;
}

.div-offer-main.mg-0px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
}

.div-offer-left {
  text-align: center;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 340px;
  display: flex;
}

._14px-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

._14px-bold.hide {
  display: none;
}

._28px-black {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
}

.red-span {
  color: var(--red);
}

.red-span._800 {
  font-weight: 800;
}

.p-18px {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 140%;
}

.big-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  display: flex;
}

.arrow {
  filter: invert();
  flex: none;
  width: 20px;
}

.timer-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 900;
  line-height: 110%;
  display: flex;
}

.timer-red {
  color: var(--red);
  display: flex;
}

.div-highlight {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fed7cc;
  border: 2px dashed #cbcbcb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.divider {
  background-color: var(--black);
  flex: none;
  width: 1px;
  height: 23px;
}

.span-800 {
  font-weight: 800;
}

.p-16px {
  margin-top: 12px;
  font-size: 16px;
  line-height: 120%;
}

.div-sale {
  background-color: var(--red);
  color: var(--white);
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  position: absolute;
  top: -25px;
}

.offer-img {
  flex: none;
  width: 320px;
  height: 400px;
}

.footer-img {
  object-position: 50% 0%;
  width: 100%;
  height: 80px;
  margin-top: -60px;
}

.footer-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.logo-img {
  flex: none;
  height: 104px;
}

.footer-info-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  z-index: 1;
  color: var(--white);
  font-size: 18px;
  line-height: 120%;
  position: relative;
}

.link:hover {
  opacity: .75;
}

.divider-white {
  background-color: var(--white);
  flex: none;
  width: 1px;
  height: 20px;
}

.section-timer-fixed {
  z-index: 99;
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.section-timer-fixed.gray {
  background-color: #e8e8e8;
}

.section-timer-fixed.blue {
  background-color: var(--blue);
}

._16px-900 {
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
}

._16px-900.bold.white {
  color: var(--white);
}

.hflex-gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-countdown-holder-main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.div-white-back {
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 8px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.countdown-hrs, .countdown-min, .countdown-sec {
  font-size: 14px;
  font-weight: 800;
  line-height: 110%;
}

.section-sale-fixed {
  z-index: 99;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

.section-sale-fixed.gray {
  background-color: #e8e8e8;
}

.section-sale-fixed.blue {
  background-color: var(--blue);
}

.div-holder-white-txt {
  color: var(--white);
}

.section-mobile-offer-fixed {
  z-index: 99;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.section-mobile-offer-fixed.gray {
  background-color: #e8e8e8;
}

.section-mobile-offer-fixed.blue {
  background-color: var(--blue);
}

.holder-btn {
  width: 100%;
  padding: 15px;
}

.table-head-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.table-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #0000000f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 6px 0 12px;
}

.table-item.second {
  background-color: #fcf7ee;
}

.table-column {
  border-right: 1px solid #0000001a;
  width: 34%;
}

.table-column.last {
  border-right-style: none;
  border-right-width: 0;
}

.table-text {
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.table-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.table-icon.cros {
  width: 20px;
}

.table-holder {
  border: 1px solid #0000000f;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.table-head {
  background-color: var(--blue);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.section-holder.centered {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
}

.table-logo {
  max-width: 150px;
  height: 24px;
}

.bold-text {
  color: var(--white);
  font-size: 14px;
}

.bold-text-2 {
  color: var(--white);
}

.bold {
  font-weight: 900;
}

@media screen and (min-width: 1280px) {
  .container.mg-btm {
    padding-top: 20px;
  }

  .container.hero {
    padding-bottom: 40px;
  }

  .full-holder {
    margin-top: 0;
  }

  .div-offer-main.mg {
    margin-top: 20px;
  }

  .heading {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .container.hero {
    margin-top: 50px;
  }

  .v-flex-gap-24px {
    max-width: none;
  }

  .img-main {
    display: none;
  }

  .img-main-adaptation {
    display: block;
  }

  .div-offer-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .div-offer-main.mg {
    padding: 0;
  }

  .div-offer-left {
    width: auto;
    max-width: none;
    margin: 0 20px 40px;
  }

  .offer-img {
    order: -1;
    width: 100%;
    height: auto;
  }

  .heading {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-main {
    justify-content: center;
  }

  .left-img {
    z-index: 0;
    position: absolute;
    top: -100px;
    left: 0;
  }

  .right-img {
    z-index: 0;
    position: absolute;
    bottom: -100px;
    right: 0;
  }

  .heading {
    line-height: 110%;
  }

  .text-block.hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0;
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 18px;
  }

  .container.mg-btm {
    padding-top: 30px;
  }

  .container.hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .p-30px {
    font-size: 20px;
  }

  .div-offer-main.mg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-offer-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-18px {
    margin-bottom: 24px;
  }

  .div-highlight {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-sale {
    font-size: 18px;
  }

  .footer-img {
    object-position: 90% 0%;
  }

  .footer-main {
    padding-top: 40px;
  }

  .logo-img {
    width: 100%;
    height: auto;
  }

  .left-img {
    left: -15px;
  }

  .right-img {
    right: -15px;
  }

  .footer-info-div {
    margin-top: 40px;
  }

  .link.logo.w--current {
    width: 100%;
  }

  .divider-white.hide {
    display: none;
  }

  ._16px-900 {
    text-align: center;
    font-size: 14px;
  }

  .div-countdown-holder-main {
    margin-right: 20px;
  }

  .section-sale-fixed {
    padding-left: 12px;
  }

  .section-mobile-offer-fixed {
    display: flex;
  }

  .holder-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--red);
    text-align: center;
    flex-flow: column;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    display: flex;
  }

  .text-block {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Peridot PE';
  src: url('../fonts/PeridotPE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridot PE';
  src: url('../fonts/PeridotPE-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridot PE';
  src: url('../fonts/PeridotPE-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridot PE';
  src: url('../fonts/PeridotPE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridot PE';
  src: url('../fonts/PeridotPE-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}