:root {
  --accent-blue: #3F67F2;
  --accent-pink: #D8C6FF;
  --not-black: #1F1F1F;
  --h-gradient: linear-gradient(114.58deg, #2067EF 0%, #7466F5 100%);
  --stroke-gray: #BDBCDB;
  --txt-disabled: #C5C0DB;
  --input-bg: #F7F7FD;
  --white: #ffffff;
  --purple: #605DEC;
  --purple-gray: #E3E4EF;
  --border-gray: #DBDBDB;
  --main-bg: #F1F2F6; }

body {

  margin-bottom: 70px;
}

@font-face {
  font-family: "Benzin";
  src: url("../../fonts/Benzin-Semibold.woff2") format("woff2"), url("../../fonts/Benzin-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/*html {*/
		/*font-size : 10px;*/
	/*} */

.banner-link{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-decoration: none; /* No underlines on the link */
z-index: 10; /* Places the link above everything else in the div */
background-color: #FFF; /* Fix to make div clickable in IE */
opacity: 0; /* Fix to make div clickable in IE */
filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

._wrapper {
  background: #F1F2F6;
  overflow-x: hidden; }
  ._wrapper section {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  ._wrapper img {
    height: auto; }
  ._wrapper .title {
    font-weight: bold; }

._section {
  margin: 120px 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

._d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

._centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.discountBanner .bold {
  font-weight: bold; }

.discountBanner ._f-14 {
  font-size: 14px;
  line-height: 110%; }

.discountBanner ._f-18 {
  font-size: 18px;
  line-height: 110%; }

.discountBanner ._f-20 {
  font-size: 20px;
  line-height: 110%; }

.discountBanner ._f-27 {
  font-size: 27px;
  line-height: 110%; }

.discountBanner ._f-38 {
  font-size: 38px;
  line-height: 110%; }

.discountBanner ._f-56 {
  font-size: 56px;
  line-height: 110%; }

.discountBanner ._container-lg {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1150px; }

.discountBanner ._container-xl {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1346px; }

.discountBanner ._input {
  display: block;
  width: 100%;
  height: 56px;
  background: var(--white);
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 150%;
  color: var(--not-black);
  outline: none; }
  ._input::-webkit-input-placeholder {
    opacity: 0.6; }
  ._input::-moz-placeholder {
    opacity: 0.6; }
  ._input:-ms-input-placeholder {
    opacity: 0.6; }
  ._input::-ms-input-placeholder {
    opacity: 0.6; }
  ._input::placeholder {
    opacity: 0.6; }

.discountBanner ._btn {
  width: 100%;
  height: 56px;
  -webkit-box-shadow: 0px 4px 0px #000000;
          box-shadow: 0px 4px 0px #000000;
  border-radius: 16px;
  font-size: 16px;
  border: none;
  padding: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear; }
.discountBanner  ._btn-no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; }
.discountBanner  ._btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
.discountBanner   ._btn:not([disabled]) {
    cursor: pointer; }

._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 32px;
  background: var(--purple);
  border-radius: 16px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  cursor: pointer; }

.discountBanner ._outline-border {
  position: relative; }
.discountBanner ._outline-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-gray);
    pointer-events: none; }

.discountBanner ._rounded {
  border-radius: 34px; }

@media (max-width: 1400px) {
    .discountBanner ._container-xl {
    max-width: 1146px; } }

@media (max-width: 1200px) {
    .discountBanner ._container-xl {
    max-width: 946px; } }

@media (max-width: 1024px) {
    .discountBanner ._container-lg, .discountBanner ._container-xl {
    max-width: 642px; }
    .discountBanner .title {
    font-size: 48px; }
    .discountBanner ._section {
    margin: 60px 0; }
    .discountBanner ._f-20 {
    font-size: 18px; }
    .discountBanner ._f-27 {
    font-size: 24px; }
    .discountBanner ._f-38 {
    font-size: 32px; }
    .discountBanner ._f-56 {
    font-size: 48px; } }

@media (max-width: 767px) {
    .discountBanner ._container-lg, .discountBanner ._container-xl {
    max-width: 364px; }
    .discountBanner .title {
    font-size: 28px; }
    .discountBanner ._section {
    margin: 50px 0; }
    .discountBanner ._f-20 {
    font-size: 16px; }
    .discountBanner ._f-27 {
    font-size: 20px; }
    .discountBanner ._f-38 {
    font-size: 28px; }
    .discountBanner ._f-56 {
    font-size: 32px; }
    .discountBanner ._input {
    font-size: 14px; } }

.discountBanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  background: #EDFF3E;
  color: #1F1F1F;
}
  .discountBanner::before, .discountBanner::after {
    position: absolute;
    top: 0;
    width: 174px;
    height: 92px;
    content: ""; }
  .discountBanner::before {
    left: 0;
    background: url(/images/banner/general/bf_yellow_left_pic.png) 0 0 no-repeat;
    background-size: contain; }
  .discountBanner::after {
    right: 0;
    background: url(/images/banner/general/bf_yellow_right_pic.png) 0 0 no-repeat;
    background-size: contain; }
  .discountBanner__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: relative;
    z-index: 3; }
    .discountBanner__content-discounts {
      margin-left: 30px;
      margin-right: 30px; }
    .discountBanner__content-btn {
      margin-left: 30px; }
  .discountBanner-title {
      text-transform: uppercase;
    font-family: "Benzin";
    font-size: 27px;
    line-height: 140%; }
  .discountBanner-timer {
      font-weight: 600;
      font-size: 20px;
      line-height: 140%;
      font-family: 'Montserrat';
  }
  .discountBanner-btn {
      padding: 9px 40px;
      background: #1F1F1F;
      color: #EDFF3E;
      font-family: 'Montserrat';
      font-weight: 600;
      white-space: nowrap;
  }
	.discountBanner-btn:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}

    .discountBanner-discounts {
        gap: 23px;
    }

    .discountBanner-discounts__item:last-child {
      margin-right: 0; }
  .discountBanner-discounts__txt {
    width: 44px;
    height: 44px;
    background: #1F1F1F;

    border-radius: 12px;
    font-weight: 800;
    font-size: 15px;
    color: #EDFF3E; }
    .discountBanner-discounts__txt-1 {
      -webkit-transform: rotate(-8.23deg);
          -ms-transform: rotate(-8.23deg);
              transform: rotate(-8.23deg); }
    .discountBanner-discounts__txt-2 {
      -webkit-transform: rotate(9.18deg);
          -ms-transform: rotate(9.18deg);
              transform: rotate(9.18deg); }
    .discountBanner-discounts__txt-3 {
      -webkit-transform: rotate(-3.84deg);
          -ms-transform: rotate(-3.84deg);
              transform: rotate(-3.84deg); }

@media (max-width: 1200px) {
  .discountBanner::before {
    left: -50px; }
  .discountBanner::after {
    right: -32px; }
  .discountBanner__content-discounts {
    margin-left: 28px;
    margin-right: 28px; }
  .discountBanner__content-btn {
    margin-left: 28px; }
  .discountBanner-title {
    font-size: 27px; }
  .discountBanner-timer {
    font-size: 18px; }
  .discountBanner-btn {
    padding: 14px 32px; }

  .discountBanner-discounts__txt {
    width: 38px;
    height: 38px;
    font-size: 13px;
    border-radius: 8px; } }

@media (max-width: 1024px) {
  .discountBanner::before, .discountBanner::after {
    width: 92px; }
  .discountBanner::before {
    left: 0;
    /*background: url(/images/banner/general/left_pic-m.png) 0 0 no-repeat;*/
    background: url(/images/banner/general/bf_yellow_left_pic-m.png) 0 0 no-repeat;
    background-size: contain; }
  .discountBanner::after {
    right: 0;
    /*background: url(/images/banner/general/right_pic-m.png) 0 0 no-repeat;*/
    background: url(/images/banner/general/bf_yellow_right_pic-m.png) 0 0 no-repeat;
    background-size: contain; }
  .discountBanner__content {
    max-width: 602px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: center;}
    .discountBanner__content-btn {
      margin-left: 24px;
      padding-top: 8px; }
    .discountBanner__content-discounts {
      margin-left: auto;
      margin-right: 0;
      padding-top: 8px; }
  .discountBanner-title {
    font-size: 24px; }
  .discountBanner-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px; }

  .discountBanner-discounts__txt {
    width: 36px;
    height: 36px;
    font-size: 13px; } }

@media (max-width: 767px) {
  .discountBanner::before {
    /*background: url(/images/banner/general/left_pic-m-2.png) 0 0 no-repeat;*/
    background: url(/images/banner/general/bf_yellow_left_pic-m-2.png) 0 0 no-repeat;
    background-size: contain; }
  .discountBanner__content {
    /*max-width: 250px;*/
    max-width: 330px;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .discountBanner__content-btn {
      display: none; }
    .discountBanner__content-timer {
      display: none; }
    .discountBanner__content-discounts {
      padding-top: 0;
      margin-left: 16px; }
  .discountBanner-discounts__item {
    width: 60px;
    height: 60px; }
    .discountBanner-discounts__item:not(:last-child) {
      display: none; }
  .discountBanner-discounts__txt {
    width: 46px;
    height: 46px;
    font-size: 16px;
    border-radius: 13px; }
  .discountBanner-title {
    font-size: 18px; } }


.discount-content__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.discount-content__wrapper::before {
    position: absolute;
    top: 0;
    width: 1023px;
    height: 92px;
    content: "";
    background-image: url(/images/banner/general/yellow_bg_stripes.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    z-index: -1;
}


@media (max-width: 1627px) {
    .discount-content__wrapper::before {
        background-image: url(/images/banner/general/yellow_bg_stripes_nb.png);
        width: 726px;
    }
    .discountBanner-timer {
        font-size: 14px;
    }

    .discountBanner-title {
        font-size: 20px;

    }

    .discountBanner-discounts__txt {
        font-size: 13px;
        width: 40px;
        height: 40px;
    }

    .discountBanner__content-discounts {
        margin-left: 20px;
        margin-right: 20px;
    }

    .discountBanner-discounts {
        gap: 15px;
    }
}

@media (max-width: 1024px) {
    .discount-content__wrapper::before {
        background-image: url(/images/banner/general/yellow_bg_stripes_tablet.png);
        width: 488px;
    }

    .discountBanner-title {
        font-size: 18px;
        line-height: 110%;
    }

    .discountBanner-discounts__txt {
        font-size: 12px;
        width: 36px;
        height: 36px;
    }

    .discountBanner-discounts {
        gap: 10px;
    }

    .discountBanner-timer__day::before {
        content: "\A";
        white-space: pre;
    }

    .discountBanner-timer {
        white-space: nowrap;
    }

}

@media (max-width: 767px) {
    .discountBanner-title {
        font-size: 17px;
    }

    .discount-content__wrapper::before {
        background-image: url(/images/banner/general/yellow_bg_stripes_mobile.png);
        width: 280px;
    }

    .discountBanner-discounts__txt {
        font-size: 16px;
        width: 46px;
        height: 46px;
    }
}
