/*------------grids*/
.row {
   display: flex;
   width: 100%;
   position: relative;
}

.row.wrap {
   flex-wrap: wrap;
}

.row.ta--space {
   justify-content: space-between;
}

.row.ta--c {
   justify-content: center;
}

.row.ta--l {
   justify-content: flex-start;
}

.row.ta--r {
   justify-content: flex-end;
}

.row.va--t {
   align-items: flex-start;
}

.row.va--c {
   align-items: center;
}

.row.va--b {
   align-items: flex-end;
}

.row .col {
   display: inline-block;
   position: relative;
}

.row .col.col--10 {
   width: 10%;
}

.row .col.col--15 {
   width: 15%;
}

.row .col.col--20 {
   width: 20%;
}

.row .col.col--25 {
   width: 25%;
}

.row .col.col--30 {
   width: 30%;
}

.row .col.col--35 {
   width: 35%;
}

.row .col.col--40 {
   width: 40%;
}

.row .col.col--45 {
   width: 45%;
}

.row .col.col--50 {
   width: 50%;
}

.row .col.col--55 {
   width: 55%;
}

.row .col.col--60 {
   width: 60%;
}

.row .col.col--65 {
   width: 65%;
}

.row .col.col--70 {
   width: 70%;
}

.row .col.col--75 {
   width: 75%;
}

.row .col.col--80 {
   width: 80%;
}

.row .col.col--85 {
   width: 85%;
}

.row .col.col--90 {
   width: 90%;
}

.row .col.col--95 {
   width: 95%;
}

.row .col.col--100 {
   width: 100%;
}

.row .col.col--3 {
   width: 33.333333%;
}

.row .col.col--6 {
   width: 66.666666%;
}

/*BUTTON*/
.discontNew .lp_button {
   height: 40px;
   padding: 0px 20px;
   margin: 0;
   vertical-align: middle;
   background: #f6db51;
   min-width: 240px;
   margin-top: 6px;
}

.discontNew .lp_button p {
   font-size: 13px;
   line-height: 40px;
   color: #000;
   padding: 0;
   margin: 0;
   font-family: 'Lotus_Medium';
}

.discontNew .lp_button:hover {
   background: #000;
}

.discontNew .lp_button:hover p {
   color: #fff;
}

.presentBox {
   display: inline-flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   border-radius: 1000px;
   position: relative;
}

.presentBox img {
   display: block;
}

/*DISCONTNEW*/
.discontNew {
   display: flex;
   width: 100%;
   padding: 0px 10px;
   box-sizing: border-box;
   flex-wrap: wrap;
   justify-content: space-between;
   position: relative;
}

.s3_content .con_1 {
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.discontNew__item {
   display: block;
   box-sizing: border-box;
   width: 49%;
   height: auto;
   margin-top: 20px;
   position: relative;
   padding: 30px;
   box-shadow: 0px 30px 18px -20px rgba(0, 0, 0, 0);
   transition: 0.3s;
   overflow: hidden;
}

.discontNew__item.full {
   width: 100%;
}

.discontNew__item:hover {
   box-shadow: 0px 30px 18px -20px rgba(0, 0, 0, 0.3);
}

.discontNew_image_desctop {
   display: block;
   position: absolute;
   right: 0px;
   bottom: 0px;
   z-index: 1;
   width: auto;
   height: auto;
   min-height: 100%;
   max-height: 100%;
}

.discontNew_image_desctop.left {
   right: auto;
   left: 0px;
   bottom: auto;
   top: 0px;
}

.discontNew_image_mobil,
.imgMobil {
   display: none;
}

/*CONTENT*/
.discontNew__item .content {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   max-width: 100%;
   height: 100%;
   align-content: space-between;
   position: relative;
   z-index: 2;
   box-sizing: border-box;
}

.discontNew__item .content.ta--l {
   justify-content: flex-start;
   text-align: left;
}

.discontNew__item .content.ta--c {
   justify-content: center;
   text-align: center;
}

.discontNew__item .content > * {
   margin: 5px 0px;
}

.discontNew__item .content > *:first-child {
   margin-top: 0px;
}

.discontNew__item .content > *:last-child {
   margin-bottom: 0px;
}

.discontNew__item .content p.text {
   font-size: 14px;
   line-height: 20px;
   font-family: 'Lotus_Regular';
}

.discontNew__item .content p.text .bold,
.discontNew__item .content p.text b {
   font-family: 'Lotus_Medium';
   color: inherit;
}

.discontNew__item .content p img {
   display: inline-block;
}

/*НА УДАЛЕНИЕ------------------------------*/
.discontNew_2 .content {
   max-width: 70%;
}

.discontNew_5 .content {
   display: inline-flex;
   max-width: 100%;
}

.discontNew_5 .content.ta--c {
   padding: 0px 20px;
}

.dis_label {
   display: inline-block;
   width: 100%;
   position: relative;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-right: 10px;
}

.dis_label img {
   position: absolute;
   left: -30px;
   top: 0px;
   height: 100%;
}

.s3_bunners--popup .dis_label {
   padding-right: 60px;
}

/*НА УДАЛЕНИЕ КОНЕЦ------------------------*/

/*ВО ВСПЛЫВАШКЕ*/
.s3_bunners--popup .discontNew {
   padding: 0px 0px;
}

.s3_bunners--popup .discontNew .discontNew__item .lp_button {
   display: none;
}

.s3_bunners--popup .discontNew .discontNew__item {
   width: 100%;
   margin-top: 50px;
   padding: 30px;
   padding-top: 40px;
   overflow: visible;
   min-height: 300px;
}

.s3_bunners--popup .discontNew .del_inPopup {
   display: none !important;
}

/*НА УДАЛЕНИЕ------------------------------*/
.s3_bunners--popup .discontNew .row .col.col--3 {
   width: 50%;
   margin-top: 20px;
}

.s3_bunners--popup .discontNew .row .col.col--3:first-child {
   width: 100%;
   margin-top: 0px;
}

.text.text--whiteBg {
   font-size: 16px;
   line-height: 22px;
   color: #000000;
   width: auto;
   background: #fff;
   box-sizing: border-box;
   padding: 10px 20px 10px 30px;
   margin-left: -30px;
}

.lp_button.lp_button--white {
   background: #fff;
   box-shadow: 3px 4px 22px rgba(0, 0, 0, 0.13);
}

.lp_button.lp_button--white:hover {
   background: #000;
}

.arrow_svg {
   position: absolute;
   left: -10px;
   top: 30px;
}

.absTxt {
   position: absolute;
   left: 192px;
   top: 20px;
}

.align {
   display: inline-block;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   padding-left: 150px;
   max-width: 100%;
}

.align.ta--r {
   text-align: right;
}

.align.ta--l {
   text-align: left;
}

/*НА УДАЛЕНИЕ КОНЕЦ------------------------------*/

.discont_title {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   line-height: 16px;
   font-size: 15px;
   font-family: 'Lotus_Light';
}

.discont_title p {
   display: inline-flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   color: #fff;
   text-transform: uppercase;
   color: #c02630;
   font-family: 'Lotus_Medium';
   font-size: 14px;
   line-height: 14px;
}

.discont_title p span.padding {
   padding-right: 20px;
   margin-right: 0px;
   margin-left: 0px;
}

.discont_title p span {
   display: inline-flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   position: relative;
   font-size: 14px;
   line-height: 14px;
   background: #fff;
   border-radius: 12px;
   padding: 4px 8px;
   margin: 0px 5px;
   color: #5b4bb9;
}

.discont_title p span.present {
   padding: 0;
   width: 28px;
   height: 28px;
   border-radius: 140px;
   background: #5b4bb9;
   margin-left: -15px;
}

.discont_title p span.new {
   color: #1c896f;
   border-radius: 50px;
   background: #d8f0ea;
   padding: 8px 20px;
   margin-right: 0px;
   margin-left: 10px;
   font-family: 'Lotus_Medium';
   margin-bottom: 0px;
}

.discont_title .med {
   font-size: 20px;
   padding: 0px 4px;
}

/*блок карты дисконтной*/

#disCard {
   padding-top: 40px;
   padding-bottom: 80px;
}
#disCard .subtitle.green {
   display: inline-block;
   margin-top: 20px;
}

.cashback {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   align-items: center;
   margin-top: 40px;
}

.cashback__inner {
   position: relative;
   width: 50%;
}

.cashback__inner:nth-child(1):before {
   content: '';
   width: 5000px;
   height: 100%;
   background: #1c896f;
   position: absolute;
   right: 35%;
   top: 0px;
   transform: skewX(25deg);
}

.cashbackCard {
   width: 100%;
   max-width: 496px;
   display: flex;
   flex-wrap: wrap;
   position: relative;
   justify-content: center;
   align-items: center;
   background: #fff;
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
   border-radius: 30px;
   z-index: 1;
   overflow: hidden;
   margin: 25px 0px;
   float: right;
   transition: 1.5s cubic-bezier(0, 0.9, 0.09, 1) 0s;
   transform: translate(-50%, 0%);
}

.cashbackCard.animated {
   transform: translate(0%, 0%);
}

.cashbackCard:before {
   content: '';
   display: block;
   width: 100%;
   padding-top: 61%;
}

.cashbackCard img {
   display: block;
   position: absolute;
   left: -1%;
   top: 0px;
   width: 102%;
}

.cashback__text {
   text-align: left;
   padding-left: 100px;
}
.cashback__text.bigger {
   padding-left: 70px;
}

.cashback__text > * {
   margin-top: 20px;
}

.cashback__text > *:first-child {
   margin-top: 0px;
}

.cashback__text .cashback__title {
   display: inline-block;
   width: 100%;
   font-family: 'Lotus_Regular';
   font-size: 44px;
   line-height: 54px;
}

.cashback__text .cashback__subtitle {
   display: inline-block;
   width: 100%;
   font-family: 'Lotus_Regular';
   font-size: 22px;
   line-height: 28px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.cashback__text .bold {
   display: inline-block;
   width: 100%;
   font-family: 'Lotus_Medium';
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 10px;
}

.cashback__text .text {
   font-family: 'Lotus_Regular';
   font-size: 16px;
   line-height: 20px;
}

.cashback__text.bigger .text {
   font-family: 'Lotus_Light';
}

.cashback__text .lp_button {
   margin-top: 35px;
}

.cashback__text .text.text--bg {
   display: inline-block;
   font-family: 'Lotus_Light';
   font-size: 25px;
   line-height: 25px;
   color: #fff;
   background: #1c896f;
   padding: 10px 30px;
   border-radius: 50px;
}

.cashback__text.bigger .text.text--bg {
   margin-top: 30px;
}

/*screen--cashback*/

#disCard.screen--cashback {
   padding-top: 190px;
   padding-bottom: 0px;
}

.screen--cashback .cashback {
   position: relative;
   align-items: flex-start;
   margin-bottom: 150px;
}

.screen--cashback .cashbackCard {
   float: none;
   margin: 20px auto;
}
.screen--cashback .cashback__inner:before {
   content: none;
}

.discontLives {
   display: block;
   position: absolute;
   right: 35%;
   top: 50%;
   transform: translate(0%, -52%);
   transition: 1.5s cubic-bezier(0, 0.9, 0.09, 1) 0s;
   width: 590px;
}

.card-text {
   display: inline-block;
   font-family: 'Lotus_Light';
   font-size: 17px;
   line-height: 20px;
   color: #fff;
   position: absolute;
   left: 0px;
   top: 100%;
   text-align: left;
}

.buttonLarge {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 264px;
   height: 264px;
   border-radius: 264px;
   position: absolute;
   right: 51%;
   bottom: -100px;
   background: #fff;
   border: 1px solid #118a6e;
   padding: 16px;
   box-sizing: border-box;
   cursor: pointer;
   transition: 0.3s;
}

.buttonLarge:hover span {
   background: #0a6b54;
}
.buttonLarge span {
   font-family: 'Lotus_Light';
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   border-radius: 264px;
   background: #118a6e;
   color: #fff;
   font-size: 22px;
   line-height: 135.6%;
   transition: 0.3s;
}

/*=========================================================================================== 768px*/
@media only screen and (min-width: 200px) and (max-width: 1100px) {
   .discont_title {
      justify-content: flex-start;
      width: 96%;
   }
   .cashback__text {
      padding-left: 40px;
   }
   #disCard.screen--cashback {
      padding-top: 90px;
      padding-bottom: 0px;
   }
   #disCard.screen--cashback .cashback__inner {
      width: 100%;
   }
   .card-text {
      left: 18%;
   }
   .cashback__text.bigger {
      padding-left: 0px;
      margin-top: 140px;
   }
   .buttonLarge {
      width: 180px;
      height: 180px;
      position: relative;
      right: 0%;
      bottom: 0px;
      margin: 0 auto;
      margin-top: 30px;
      padding: 6px;
   }
   .buttonLarge span {
      font-size: 16px;
   }
   .screen--cashback .cashback {
      margin-bottom: 40px;
   }
}

@media only screen and (min-width: 200px) and (max-width: 1279px) {
   .s3_content .inner {
      max-width: 100% !important;
   }

   .discontNew__item {
      width: 100%;
      min-height: 280px;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
   }

   /*НА УДАЛЕНИЕ------------------------------*/

   .discontNew .row .col.col--3 {
      width: 50%;
      margin-top: 30px;
   }

   .discontNew .row .col.col--3:first-child {
      width: 100%;
      margin-top: 0px;
   }

   /*НА УДАЛЕНИЕ КОНЕЦ------------------------------*/
}

/*======================================================================================== 320px*/
@media only screen and (min-width: 200px) and (max-width: 1023px) {
   .discont_title {
      width: 95%;
   }

   .discont_title p {
      font-size: 12px;
      line-height: 16px;
   }

   .discont_title p span {
      font-size: 14px;
      line-height: 14px;
   }

   .discont_title p span.present {
      width: 20px;
      height: 20px;
      margin-left: -17px;
   }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
   .discont_title p {
      display: inline;
      font-size: 9px;
      line-height: 15px;
   }

   .discont_title p span {
      font-size: 8px;
      line-height: 8px;
      padding: 1px 3px;
   }

   .discont_title p span.present {
      width: 14px;
      height: 14px;
      margin-left: -14px;
   }

   .discont_title p span.padding {
      padding-right: 16px;
   }

   .discont_title {
      width: 76%;
      line-height: 10px;
      display: inline-flex;
      align-items: center;
   }

   .discont_title .discont_button {
      padding: 4px 10px;
      margin-left: 0px;
      font-size: 8px;
      display: inline-block;
      position: absolute;
      right: 40px;
      top: 11px;
   }

   .headerDiscont__content.headerDiscont__content--form:before {
      content: '';
      position: absolute;
      width: 300%;
      height: 100%;
      background: inherit;
      left: -50%;
      top: 0px;
      z-index: -1;
   }

   .s3_bunners {
      max-width: 360px !important;
      width: 100% !important;
   }

   .s3_content .inner {
      max-width: 330px !important;
   }

   .s3_bunners--popup .discontNew .discontNew__item:before {
      width: 44%;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
   }

   .s3_bunners--popup .discontNew .discontNew__item {
      padding: 50px 20px 0px 20px;
   }

   .discontNew {
      max-width: 358px;
      margin: 0 auto;
      padding: 0px 14px;
   }

   .s3_content .con_1 {
      padding: 14px !important;
   }

   .discontNew_image_desctop {
      display: none;
   }

   .s3_bunners--popup .discontNew {
      padding: 0px 0px;
      max-width: 330px;
   }

   .discontNew_image_mobil {
      display: block;
      position: relative;
   }

   .imgMobil {
      display: flex;
      position: relative;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100px;
      z-index: -1;
   }

   .imgMobil img {
      width: 100%;
   }

   .s3_content .con_1 {
      padding-bottom: 0px !important;
   }

   .discontNew__item {
      padding: 30px 20px;
   }

   .discontNew__item .content {
      max-width: 100% !important;
   }

   .discontNew .lp_button {
      width: 100%;
   }

   /*CONTENT*/
   .discontNew__item .content {
      display: inline-block;
   }

   .discontNew__item .content > * {
      margin: 14px 0px;
   }

   .s3_bunners--popup .discontNew {
      max-width: 100%;
   }

   .discontNew__item .forBtn p.text,
   .full_in320 {
      display: inline-block !important;
      width: 100% !important;
      box-sizing: border-box;
      text-align: center;
   }

   /*НА УДАЛЕНИЕ------------------------------*/
   .absTxt {
      position: relative;
      left: auto;
      top: auto;
   }

   .arrow_svg {
      position: relative;
      left: auto;
      top: auto;
   }

   .discontNew .row .col.col--3,
   .s3_bunners--popup .discontNew .row .col.col--3 {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 20px;
   }

   .discontNew .row .col.col--3:first-child,
   .s3_bunners--popup .discontNew .row .col.col--3:first-child {
      margin-bottom: 0px;
   }

   .dis_label {
      padding-right: 30px;
   }

   .dis_label img {
      left: -20px;
   }

   .s3_bunners--popup .dis_label {
      padding-right: 40px;
   }

   .ta--c_in320 {
      text-align: center !important;
   }

   .text.text--whiteBg {
      font-size: 16px;
      line-height: 22px;
      color: #000000;
      width: auto;
      background: #fff;
      box-sizing: border-box;
      padding: 10px 20px 10px 20px;
      margin-left: 0px;
   }

   .align {
      padding-left: 0px;
      text-align: center !important;
   }

   #disCard {
      padding-top: 0px;
      padding-bottom: 60px;
   }
   #disCard .wrapp {
      padding: 0px 20px;
   }
   .cashback__inner {
      width: 100%;
   }
   .cashback__inner:nth-child(1) {
      margin-bottom: 40px;
   }
   .cashbackCard {
      margin: 25px auto;
      float: none;
   }
   .cashback__text,
   .cashback__text.bigger {
      padding-left: 0px;
   }
   .card-text {
      left: 0%;
      font-size: 14px;
      line-height: 18px;
   }
   .cashback__text .cashback__title {
      font-size: 30px;
      line-height: 40px;
   }
   .cashback__text .cashback__subtitle {
      font-size: 20px;
      line-height: 22px;
      margin-top: 10px;
      margin-bottom: 0px;
   }
   .discontLives {
      right: 20%;
      width: 120%;
   }

   #disCard.screen--cashback .cashback {
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
   }
   .cashback__text.bigger {
      margin-top: 70px;
   }
}

.svgBunner {
   display: flex !important;
   flex-wrap: wrap !important;
   justify-content: center !important;
   align-items: center !important;
   box-sizing: border-box !important;
   width: 100%;
   min-height: 300px;
   padding: 30px;
   padding-right: 130px;
   background: url('../img/discontsNew/svg_bunner.jpg') no-repeat right center/cover;
   margin-bottom: 10px;
}
.svgBunner picture,
.svgBunner img {
   display: block;
   width: 100%;
}
.svgBunner .lp_button {
   margin-right: auto;
   background: #c38c4a;
   position: absolute;
   left: 30px;
   bottom: 20px;
}
.svgBunner .lp_button:hover {
   background: #a3753c;
}
@media only screen and (min-width: 200px) and (max-width: 1279px) {
   .s3_content .con_1 {
      display: block;
      margin: 0 auto;
   }
   .s3_content .con_1.con_1--svg {
      width: 100%;
   }
   .svgBunner {
      padding: 20px;
      padding-right: 20px;
      background: url('../img/discontsNew/svg_bunner_mobil.jpg') no-repeat center top/cover;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
   }
   .svgBunner .lp_button {
      margin-left: auto;
      position: relative;
      left: 0px;
      bottom: 0px;
      width: 100%;
      margin-top: 20px;
   }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
   .svgBunner {
      max-width: 330px;
   }
   .discont_title p {
      font-size: 7px;
      line-height: 12px;
   }
}

.videoSlid {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   position: relative;
}

.videoSlid .play {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 98px;
   height: 98px;
   border-radius: 50px;
   background: rgba(0, 0, 0, 0.5);
   position: absolute;
   z-index: 4;
   cursor: pointer;
}
.videoSlid .play img {
   position: relative;
   transform: scale(1);
   transition: 0.3s;
   width: 30px;
   height: 30px;
}
.videoSlid .play:hover img {
   transform: scale(1.1);
}

.slider_dop {
   display: block;
   max-width: 100%;
   margin: 0 auto;
}

.discontFlex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   position: relative;
   padding: 0px 10px;
   gap: 2%;
}
.discontFlexPopup {
   width: 100%;
   padding: 20px 0px;
   background: linear-gradient(90deg, #ffe8e8 0%, #f9f4c8 100%);
}

.discontFlexPopup .discontImage {
   height: 200px;
}
.discontFlexPopup .lp_button {
   display: none;
}
.discontFlexPopup .discontFlex__item {
   width: 100%;
   min-height: auto;
   margin-top: 0px;
}
.discontFlexPopup .discontFlex__item--1 {
   padding-top: 15px;
}
.discontFlexPopup .discontFlex__item {
   background: rgba(255, 255, 255, 0);
}

.discontFlex__item {
   display: flex;
   position: relative;
   box-sizing: border-box;
   width: 49%;
   min-height: 300px;
   margin-top: 20px;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-end;
   background: linear-gradient(90deg, #ffe8e8 0%, #f9f4c8 100%);
   padding: 15px;
   box-shadow: 0px 30px 18px -20px rgba(0, 0, 0, 0);
   transition: 0.3s;
}
.discontFlex__item:hover {
   box-shadow: 0px 30px 18px -20px rgba(0, 0, 0, 0.3);
}

.discontFlex__item.full {
   width: 100%;
}

.discontFlex__item.full .whiteWrapper__text {
   width: calc(100% - 211.13px);
}

.discontFlex__item.full .whiteWrapper__image {
   width: 211.13px;
}

@media only screen and (max-width: 1279px) {
   .discontFlex__item.full .whiteWrapper__text {
      width: 100%;
   }

   .discontFlex__item.full .whiteWrapper__image {
      width: 100%;
   }

   .del_in_mobil {
      display: none;
   }
}

/* .discontFlex__item--1 {
   padding-top: 74px;
} */

.discontFlex__item--1 .discontImage {
   background: url('../img/discontModern/discont_1.webp') no-repeat center center/cover;
}
.discontFlex__item--2 .discontImage {
   background: url('../img/discontModern/discont_2.webp') no-repeat center center/cover;
}
.discontFlex__item--3 .discontImage {
   background: url('../img/discontModern/discont_3.webp') no-repeat center center/cover;
}
.discontFlex__item--4 .discontImage {
   background: url('../img/discontModern/discont_4.webp') no-repeat center center/cover;
}
.discontFlex__item--5 .discontImage {
   background: url('../img/discontModern/discont_5.webp') no-repeat center center/cover;
}
@media only screen and (min-width: 1280px) {
   .discontFlex__item--1 {
      background: url('../img/discontModern/bg1.webp') no-repeat left bottom/cover;
   }
   .discontFlex__item--2 {
      background: url('../img/discontModern/bg2.webp') no-repeat left bottom/cover;
   }
   .discontFlex__item--3 {
      background: url('../img/discontModern/bg3.webp') no-repeat center top/cover;
   }
   .discontFlex__item--4 {
      background: url('../img/discontModern/bg4.webp') no-repeat center top/cover;
   }
   .discontFlex__item--5 {
      background: url('../img/discontModern/bg5.webp') no-repeat center top/cover;
   }
}

.whiteWrapper {
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   justify-content: space-between;
   align-items: flex-end;
   border-radius: 10px;
   background: #fff;
   padding: 15px;
}

/* .s3_bunners--popup .discontFlex__item--1 .discontImage {
   height: 130px;
} */
.s3_bunners--popup .discontImage {
   margin-bottom: 0px;
}
.s3_bunners--popup .whiteWrapper {
   align-items: stretch;
}

.whiteWrapper__text {
   display: flex;
   flex-wrap: wrap;
   position: relative;
   align-content: space-between;
   width: 55%;
   min-height: 100%;
   text-align: left;
   box-sizing: border-box;
   padding-right: 10px;
}

.whiteWrapper__image {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: stretch;
   align-items: stretch;
   flex-direction: column;
   width: 45%;
   height: 100%;
}

.discontFlex__item .lp_button {
   width: 100%;
   border-radius: 5px;
   background: #f6db51;
   padding: 0px 10px;
   height: 40px;
}
.discontFlex__item .lp_button p {
   font-size: 11px;
   font-family: 'Lotus_Medium';
   color: #131313;
   line-height: 40px;
}

.discontFlex__item .lp_button:hover {
   background: #131313;
}
.discontFlex__item .lp_button:hover p {
   color: #ffffff;
}

.discontImage {
   display: block;
   min-height: 100px;
   width: 100%;
   position: relative;
   /* overflow: hidden; */
   border-radius: 10px;
   background: tomato;
   margin-bottom: 12px;
   flex-grow: 1;
}

.wwtNumber {
   display: inline-flex;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: flex-start;
   border-width: 1px;
   border-style: solid;
   border-color: #118a6e;
   border-radius: 50px;
   font-size: 11px;
   font-family: 'Lotus_Medium';
   padding-right: 10px;
   margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
   /* .wwtNumber {
      display: none;
   } */
   .begStroka {
      font-size: 20px !important;
   }
}

picture.picture img {
   width: 270px;
   margin: 10px 0px 0px 0px;
}

@media screen and (max-width: 1279px) {
   picture.picture img {
      margin: 10px auto;
      width: 100%;
   }
}

.wwtNumber p {
   color: #118a6e;
}
.wwtNumber span {
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   background: #118a6e;
   color: #fff;
   width: 22px;
   height: 22px;
   border-radius: 22px;
   margin-right: 8px;
}
.begStroka {
   width: 100%;
   background: #cd245c;
   color: #fff;
   padding: 4px;
}
.wwtNumber.green {
   border-color: #134c12;
}
.wwtNumber.green p {
   color: #134c12;
}
.wwtNumber.green span {
   background: #134c12;
}

.wwtNumber.blue {
   background: rgba(0, 0, 0, 0);
}
.wwtNumber.blue p {
   color: #5a18d6;
}
.wwtNumber.blue span {
   background: #5a18d6;
}
.wwtNumber.brown {
   background: rgba(0, 0, 0, 0);
}
.wwtNumber.brown p {
   color: #5a18d6;
}
.wwtNumber.brown span {
   background: #5a18d6;
}
.wwtNumber.lila {
   border-color: #ce356d;
}
.wwtNumber.lila p {
   color: #ce356d;
}
.wwtNumber.lila span {
   background: #ce356d;
}
.wwtNumber.red {
   border-color: #8a1111;
}
.wwtNumber.red p {
   color: #8a1111;
}
.wwtNumber.red span {
   background: #8a1111;
}

.wwtNumber.fiolet {
   border-color: #7442de;
}
.wwtNumber.fiolet p {
   color: #7442de;
}
.wwtNumber.fiolet span {
   background: #7442de;
}

.wwtNumber.orange {
   border-color: #f55a18;
}
.wwtNumber.orange p {
   color: #f55a18;
}
.wwtNumber.orange span {
   background: #f55a18;
}

.wwtNumber.orangeDark {
   border-color: #c7430a;
}
.wwtNumber.orangeDark p {
   color: #c7430a;
}
.wwtNumber.orangeDark span {
   background: #c7430a;
}

.wwtNumber.rosa {
   border-color: #cd245c;
}
.wwtNumber.rosa p {
   color: #cd245c;
}
.wwtNumber.rosa span {
   background: #cd245c;
}

.whiteWrapper__text .box {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   justify-content: flex-start;
   align-items: center;
   margin-top: 8px;
}

.whiteWrapper__text .box p {
   font-family: 'Lotus_Medium';
   color: #2d2d2d;
   font-size: 12px;
}

.whiteWrapper__text .box p.mini {
   font-size: 10px;
}

.whiteWrapper__text .box h3 {
   font-family: 'Lotus_Medium';
   font-size: 18px;
   line-height: 1.2;
}
.whiteWrapper__text .box h2 {
   font-family: 'Lotus_Medium';
   font-size: 20px;
   line-height: 1.2;
}

.whiteWrapper__text .box .h1 {
   font-family: 'Lotus_Medium';
   font-size: 30px;
   line-height: 1.2;
}

.whiteWrapper__text .price {
   font-family: 'Lotus_Medium';
   font-size: 22px;
   line-height: 1.2;
   color: #fff !important;
   padding: 5px 8px;
   background: #118a6e;
   border-radius: 8px;
   margin-right: 18px;
}

.whiteWrapper__text .price.price--mini {
   font-size: 16px;
}

.whiteWrapper__text .price.blue {
   background: #113a8a;
}
.whiteWrapper__text .price.lila {
   background: #8a1168;
}
.whiteWrapper__text .price.red {
   background: #8a1111;
}
.whiteWrapper__text .price.fiolet {
   background: #7442de;
}
.whiteWrapper__text .price.navy {
   background: #e9ffee;
   color: #113a8a !important;
   font-size: 16px;
}

.discontFlex .lp_button.for_mobile,
.discontFlex .mobilImg {
   display: none;
}
@media only screen and (max-width: 1279px) {
   .discontFlex {
      gap: 0px;
      display: block;
      max-width: 350px;
      margin: 0 auto;
   }
   .discontFlex .lp_button.for_mobile,
   .discontFlex .mobilImg {
      display: block;
   }
   .discontFlex .mobilImg {
      width: 100%;
      height: 152px;
      background: #eee;
      border-radius: 10px;
      margin-bottom: 15px;
   }

   .discontFlex__item--1 .mobilImg {
      background: url('../img/discontModern/discont_1_mob.webp') no-repeat center center/cover;
   }
   .discontFlex__item--2 .mobilImg {
      background: url('../img/discontModern/discont_2_mob.webp') no-repeat center center/cover;
   }
   .discontFlex__item--3 .mobilImg {
      background: url('../img/discontModern/discont_3_mob.webp') no-repeat center center/cover;
   }
   .discontFlex__item--4 .mobilImg {
      background: url('../img/discontModern/discont_4_mob.webp') no-repeat center center/cover;
   }
   .discontFlex__item--5 .mobilImg {
      background: url('../img/discontModern/discont_5_mob.webp') no-repeat center center/cover;
   }

   .discontFlex .lp_button {
      margin-top: 15px;
   }
   .discontFlex__item {
      width: 100%;
      min-height: auto;
   }
   .discontFlex__item--1 {
      padding-top: 15px;
   }
   .whiteWrapper__image {
      display: none;
   }
   .whiteWrapper__text {
      min-height: auto;
      padding-right: 0px;
      width: 100%;
   }
   .whiteWrapper__text .box {
      margin-top: 14px;
   }
   .discontFlexPopup .mobilImg {
      height: 170px;
      width: 100%;
      margin-bottom: -14px;
      border-radius: 10px;
   }
}

.black_friday {
   display: block;
   width: 100%;
   margin-top: 20px;
   cursor: pointer;
   transition: 0.3s;
   box-shadow: 0px 30px 18px -20px rgba(0, 0, 0, 0);
}
.black_friday:hover {
   box-shadow: 0px 30px 18px -20px rgba(0, 0, 0, 0.3);
}
.black_friday img {
   display: block;
   width: 100%;
   object-fit: cover;
}

@media only screen and (max-width: 414px) {
   .whiteWrapper__text .picture img {
      max-width: 100% !important;
      margin-top: 20px;
   }
}

#hero {
   height: 100vh;
   min-height: 830px;
   background: #118a6e;
}

#hero .container {
   position: relative;
   width: 47%;
   min-width: 676px;
   margin-left: auto;
   height: 100%;
   box-sizing: border-box;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   background: #f9f9f9;
}

.hero__girl {
   display: flex;
   justify-content: flex-end;
   position: absolute;
   bottom: 0px;
   right: 100%;
   margin-right: -100px;
   width: 100%;
   height: 85%;
   z-index: 1;
}

.hero__girl img {
   position: relative;
   display: block;
   height: 100%;
   object-fit: cover;
}

.hero__content {
   position: relative;
   width: 100%;
   max-width: 580px;
   height: 100%;
   /* background: #f9f9f9; */
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   box-sizing: border-box;
   padding: 140px 20px 20px 80px;
   z-index: 2;
}

.hero__content h1 {
   width: 100%;
   font-size: 60px;
   line-height: 1.11;
   margin-bottom: 22px;
}

.hero__reiting {
   display: inline-block;
   width: auto;
   padding: 24px 28px;
   background: #fff;
   position: absolute;
   right: 100%;
   margin-right: 32vw;
   bottom: 80px;
   z-index: 2;
   white-space: nowrap;
}

.hero_form .lp_button {
   border: none;
   margin-top: 20px;
}

#hero a.subtitle.link {
   width: auto;
}

.hero_form form {
   max-width: 345px;
}

.hero_form .popup_input,
.hero_form .for_input .placeholder {
   font-weight: 400;
   font-size: 15px;
   line-height: 30px;
}
.hero_form .for_input {
   margin-bottom: 0px;
   max-width: 295px;
}

.hero_form {
   width: 100%;
   max-width: 460px;
   background: #118a6e;
   box-sizing: border-box;
   padding: 40px 35px 20px 35px;
   color: #fff;
   margin-top: 50px;
}

.hero_form__title {
   color: #fff;
   font-size: 30px;
}

.hero_form__title span {
   font-size: 20px;
   color: #fff;
}

@media screen and (max-width: 1439px) {
   #hero {
      min-height: 750px;
   }
   #hero .container {
      min-width: 600px;
   }
   .hero__content h1 {
      font-size: 40px;
      margin-bottom: 12px;
   }
   .hero_form {
      max-width: 400px;
      padding: 30px 30px 20px 30px;
      margin-top: 30px;
   }
   .hero__reiting {
      margin-right: 24vw;
      bottom: 40px;
   }
}

@media screen and (max-width: 1279px) {
   #hero .container {
      min-width: 500px;
   }
   .hero__content {
      padding: 120px 20px 20px 50px;
   }
   #hero {
      min-height: 730px;
      max-height: 768px;
   }
   .hero__reiting {
      margin-right: 22vw;
      bottom: 40px;
      padding: 20px 24px;
   }
}

@media screen and (max-width: 1023px) {
   #hero {
      min-height: auto;
      max-height: 5000px;
      height: auto;
   }
   #hero .container {
      min-width: 100%;
      margin-bottom: 600px;
   }
   .hero__content {
      max-width: 100%;
      padding: 140px 40px 0px 40px;
   }
   .hero__reiting {
      margin-right: 20%;
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 20px;
   }
   #hero a.subtitle.link {
      margin-right: 20%;
   }
   .hero__content h1 {
      font-size: 60px;
      margin-bottom: 20px;
   }
   .hero__reiting {
      margin-top: 30px;
      margin-bottom: 90px;
   }
   .hero_form {
      position: absolute;
      top: 100%;
      max-width: 400px;
      padding: 30px 30px 20px 30px;
      margin-top: 180px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      z-index: 2;
   }
   .hero__girl {
      bottom: -600px;
      right: auto;
      left: 210px;
      margin-right: -137px;
      width: auto;
      height: 880px;
   }
}

@media screen and (max-width: 767px) {
   .hero__content {
      padding: 140px 0px 0px 0px;
   }
   #hero .container {
      min-width: 100%;
      margin-bottom: 0px;
   }
   .hero_form .mainForm__text {
      text-align: left;
   }
   .hero_form {
      position: relative;
      top: auto;
      max-width: 100%;
      padding: 30px 20px 20px 20px;
      margin-top: 0px;
      box-shadow: none;
      z-index: 2;
   }
   .hero__girl {
      bottom: 0px;
      right: auto;
      left: 0px;
      margin-right: 0px;
      width: 100%;
      height: auto;
      position: relative;
   }
   .hero__girl img {
      width: 100%;
      height: auto;
   }
   .hero__reiting {
      margin-top: 20px;
      margin-bottom: 0px;
      margin-left: 20px;
      margin-right: 0%;
   }
   #hero a.subtitle.link {
      margin-right: 0%;
      width: 100%;
      padding: 10px 20px;
   }
   .hero__content h1 {
      font-size: 30px;
      margin-bottom: 10px;
      padding: 0px 20px;
   }
}

/*=================================================*/

.main-picture {
   position: absolute;
   height: 100%;
   width: auto;
   right: 0px;
   top: 0px;
   z-index: 2;
}

.main-picture img {
   display: block;
   object-fit: cover;
   height: 100%;
   width: auto;
}

.lp_button.d3lpb {
   width: auto;
   min-width: 260px;
   background: #ee390b;
}

.lp_button.d3lpb p {
   color: #fff;
}

.d3lpb {
   margin: 20px;
}

.blue_line,
.white_line {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   align-items: center;
   align-content: center;
   background: #271953;
   padding: 15px;
   margin-top: 25px;
   gap: 20px;
   position: relative;
   z-index: 1;
}

.white_line.inpopup {
   margin-top: 10px;
   z-index: 2;
}
.blue_line.inpopup {
   z-index: 2;
   margin-top: 0px;
   padding: 24px 20px;
   border-radius: 10px 10px 0px 0px;
}

.blue_line p {
   color: #fff;
   text-transform: uppercase;
   font-size: 20px;
   max-width: 400px;
}

.blue_line span,
.white_line span {
   color: #fff;
   padding: 10px 20px;
   background: #dd2a56;
   border-radius: 5px;
   font-size: 14px;
}

.white_line {
   background: none;
}

.white_line span {
   font-size: 24px;
   padding: 20px 20px;
}

.white_line p {
   font-size: 22px;
   max-width: 340px;
}

.white_line p b {
   color: #ee390b;
   font-weight: 600;
}

.svg3m {
   display: none;
}

@media (min-width: 1280px) {
   .main-picture.inpopup {
      position: relative;
      height: auto;
      width: 100%;
      right: 0px;
      top: 0px;
      z-index: 2;
      margin-top: -169px;
      left: 22%;
      z-index: 1;
   }

   .main-picture.inpopup img {
      height: auto;
      width: 100%;
   }
}

@media (max-width: 1279px) {
   .main-picture.inpopup img {
      border-radius: 10px 10px 0px 0px;
   }
   .main-picture {
      position: relative;
      height: auto;
      width: 100%;
   }

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

   .blue_line,
   .white_line {
      display: none;
   }

   .svg3m {
      display: block;
      width: 100%;
   }

   .svg3m.in_popup {
      position: relative;
      top: -10px;
      z-index: 5;
   }

   .whiteWrapper__text.hide_in_mobil {
      display: none;
   }
}

.marquee-container {
   position: relative;
   overflow: hidden;
   white-space: nowrap;
   flex-shrink: 0;
   color: #fff;
   font-size: 14px;
   line-height: 14px;
   width: calc(100% + 30px);
   left: -15px;
   max-width: 5000px;
   padding: 8px 0px 7px 0px;
   position: relative;
   border-radius: 0px;
   text-transform: uppercase;
}

.marquee-content {
   display: inline-block;
   padding-left: 100%;
   animation: marquee 90s linear infinite;
}

@keyframes marquee {
   from {
      transform: translateX(0%);
   }
   to {
      transform: translateX(-100%);
   }
}
