:root {
  --f2ede0: #f2ede0;
  --483a31: #483a31;
  --32302b: #32302b;
  --141414: #141414;
  --e7e1db: #e7e1db;
  --834100: #834100;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--f2ede0);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

.section_top {
  background-color: #e7e1db;
  background-image: url('../images/cardboard_light-1.png');
  background-size: auto;
  height: 900px;
  min-height: auto;
  max-height: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_top.section_top_page {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: auto;
}

.section_top.section_top_page.section_top_page_content.section_top_oops {
  height: 100vh;
  min-height: 600px;
}

.s_top_content {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.container {
  width: 96%;
  max-width: 1150px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  overflow: visible;
}

.container.s2_container, .container.container4 {
  position: absolute;
}

.container.foo_block {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.s_top_content_left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.s_top_content_right {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 56%;
  height: 100%;
  margin-right: -6%;
  position: relative;
}

.s_top_content_left_block {
  z-index: 1;
  width: 320px;
  margin-top: -83px;
  position: relative;
}

.body {
  background-color: var(--483a31);
  color: var(--32302b);
  letter-spacing: .7px;
  max-width: 1920px;
  font-family: Roboto Slab, sans-serif;
  overflow: visible;
}

.text_top {
  margin-top: 30px;
}

.top_btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--32302b);
  background-image: url('../images/btn_top.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 76px;
  margin-top: 20px;
  margin-left: -10px;
  text-decoration: none;
  display: flex;
}

.top_btn.top_btn_page {
  width: 340px;
  height: 85px;
  margin-top: 10px;
  margin-left: -15px;
}

.btn_top_back {
  width: 284px;
  margin-top: 25px;
  margin-left: auto;
}

.heading {
  line-height: 1.15em;
}

.btn_text {
  color: var(--141414);
  letter-spacing: 2.4px;
  font-size: 12px;
}

.top_photo {
  pointer-events: none;
  width: auto;
  max-width: 354px;
  margin-top: 192px;
  margin-left: 57%;
  margin-right: 50%;
  position: absolute;
}

.top_photo.top_photo_mob {
  display: none;
}

.top_header {
  z-index: 1;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.top_logo {
  color: var(--32302b);
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.top_btn_header {
  color: var(--e7e1db);
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.top_btn_header.top_btn_header_page {
  color: var(--32302b);
}

.section_two {
  justify-content: center;
  align-items: center;
  margin-top: -101px;
  padding-top: 101px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s_two_content {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section_list {
  background-image: url('../images/153-копія-3.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -129px;
  margin-bottom: -150px;
  padding-top: 200px;
  padding-bottom: 137px;
  display: block;
  overflow: hidden;
}

.s_list_item {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  margin-bottom: 185px;
  display: flex;
}

.s_list_item.s_list_item_reverse {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row-reverse;
}

.s_list_item.s_list_item_reverse.s_list_item2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  margin-bottom: 117px;
}

.s_list_item_left {
  width: 460px;
}

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

.s_list_item_right.s_list_item_right_reverse {
  width: 50%;
}

.s_list_item_left_content {
  position: relative;
}

.s_list_item_text_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.s_list_item_text_item {
  color: var(--f2ede0);
  font-size: 16px;
  line-height: 1.25em;
}

.btn_list_block {
  background-image: url('../images/btn_base.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 460px;
  height: 150px;
  margin-top: 25px;
  padding-left: 30px;
  display: flex;
}

.btn_list_block_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-left: 0;
  display: flex;
}

.btn_list_block_text1 {
  text-transform: uppercase;
  width: 90px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.btn_list_block_text2 {
  width: 230px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.btn_list_block_text2.btn_list_block_text2_reverse {
  width: 275px;
  font-size: 15px;
}

.s_list_item_right_img {
  width: 640px;
  max-width: none;
  display: block;
  position: absolute;
  left: 0%;
  right: auto;
}

.s_top_mask {
  position: absolute;
}

.back_2 {
  pointer-events: none;
  width: 1920px;
  max-width: none;
  height: auto;
  margin-top: -101px;
  display: block;
  position: relative;
}

.heading-2 {
  width: 60%;
  font-family: Noto Serif Display, sans-serif;
  font-weight: 400;
}

.heading-2.s_list_title_2 {
  width: 70%;
  margin-top: 0;
}

.heading-2.s_list_title_3, .heading-2.s_list_title_3.s_list_title_3 {
  width: 70%;
}

.heading-2.s_list_title_3, .heading-2.s_list_title_4 {
  width: 60%;
}

.s_two_content_block {
  z-index: 99;
  color: var(--f2ede0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  margin-top: -90px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.s_two_content_heading {
  color: var(--f2ede0);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 75px;
  line-height: 25%;
  display: flex;
}

.s_two_content_text {
  text-align: justify;
}

.s_two_content_text.s_two_content_text_link {
  color: var(--f2ede0);
  letter-spacing: 2.4px;
  font-size: 12px;
  text-decoration: none;
}

.s_two_content_text.s_two_content_text_link.s_two_content_text_link_oops {
  color: var(--32302b);
  font-weight: 400;
}

.s_two_content_text_link_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.s_top_img_text {
  position: absolute;
  bottom: 169px;
  right: 0;
}

.s_list_item_img_text {
  position: absolute;
  top: 13px;
  right: 0;
}

.s_list_item_right_rev_img_1 {
  width: 388px;
  max-width: none;
  display: none;
  position: absolute;
  top: 157px;
  left: auto;
  right: 225px;
  transform: rotate(-4deg);
}

.s_list_item_right_rev_img_2 {
  width: 403px;
  max-width: none;
  display: none;
  position: absolute;
  right: 20px;
}

.s_list_item_right_rev_img_3 {
  width: 402px;
  max-width: none;
  display: none;
  position: absolute;
  top: 0;
  left: 17%;
  right: 0;
}

.s_list_item_right_rev_img_4 {
  width: 387px;
  max-width: none;
  display: none;
  position: absolute;
  top: 252px;
  left: 324px;
  right: auto;
  transform: rotate(-4deg);
}

.btn_list_block_text3 {
  width: 230px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.btn_list_block_text3.btn_list_block_text2_reverse {
  width: 280px;
  font-size: 15px;
}

.s_list_item_right_rev_img_5 {
  width: 388px;
  max-width: none;
  display: none;
  position: absolute;
  top: -3px;
  left: auto;
  right: 42px;
  transform: rotate(-4deg);
}

.s_list_item_right_rev_img_6 {
  width: 340px;
  max-width: none;
  display: none;
  position: absolute;
  top: 27px;
  left: auto;
  right: 294px;
}

.section_price {
  justify-content: center;
  align-items: center;
  margin-top: 113px;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back_4 {
  pointer-events: none;
  width: 1920px;
  max-width: none;
  height: auto;
  margin-top: -101px;
  display: block;
  position: relative;
  overflow: visible;
}

.s_price_block {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.s_price_left {
  width: 410px;
  margin-top: -87px;
  margin-left: 101px;
}

.s_price_right {
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-top: -49px;
  display: flex;
  position: relative;
}

.h2_price {
  color: var(--483a31);
  text-transform: none;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25em;
}

.img_price.img_price_mob {
  display: none;
}

.s_price_right_block {
  width: 325px;
  height: auto;
  margin-left: 64px;
  position: absolute;
  transform: rotate(4.5deg);
}

.s_price_right_img {
  width: 547px;
  max-width: none;
  position: absolute;
}

.s_price_right_text {
  justify-content: space-around;
  display: flex;
  position: relative;
}

.s_price_right_textt {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
}

.s_price_right_textt_small {
  opacity: .5;
  text-transform: uppercase;
  font-size: 16px;
}

.s_price_right_btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/btn_2.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 77px;
  margin-top: 11px;
  text-decoration: none;
  display: flex;
}

.s_price_right_btn_text {
  color: var(--f2ede0);
  letter-spacing: 2.4px;
  font-size: 12px;
}

.img_top_right {
  width: auto;
  min-width: 50vw;
  max-width: none;
  height: 900px;
  min-height: 100vh;
  position: relative;
}

.section_timer {
  background-image: url('../images/Group-1791.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -80px;
  padding-top: 188px;
  padding-bottom: 200px;
  display: block;
}

.s_timer_block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.title_timer {
  color: var(--f2ede0);
  text-align: center;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.title_timer.title_timer2 {
  display: none;
}

.timer_block {
  height: 140px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section_footer {
  border-top: 1px none var(--f2ede0);
  justify-content: center;
  align-items: center;
  margin-top: -11px;
  padding-top: 233px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_footer.section_footer_page {
  background-color: var(--483a31);
  height: 50px;
  margin-top: -50px;
  padding-top: 0;
}

.foo_back {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

.foo_back.foo_back_page {
  display: none;
}

.foo_link_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foo_link_block.foo_link_block1 {
  float: left;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foo_link_block.foo_link_block3 {
  float: right;
  display: inline-block;
}

.foo_link_block.foo_link_block2 {
  display: inline-flex;
}

.foo_text {
  float: left;
  color: var(--f2ede0);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: inline-block;
}

.foo_img {
  z-index: -2;
  position: absolute;
  bottom: 0;
  right: 0;
}

.s_top_img_text_mob {
  display: none;
}

.s_list_item_right_rev_img_11 {
  width: 672px;
  max-width: none;
  position: absolute;
  top: auto;
  left: auto;
  right: -2vw;
}

.s_list_item_right_rev_img_22 {
  width: 609px;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.s_list_item_right_rev_img_33 {
  width: 678px;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.s_list_item_right_rev_img_22_mob {
  width: 609px;
  max-width: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.foo_top_line {
  width: 100vw;
  position: absolute;
  top: 0;
}

.foo_top_line.foo_top_line_page {
  display: none;
}

.top_back_img {
  z-index: 1;
  pointer-events: none;
  width: 1920px;
  max-width: none;
  position: absolute;
  inset: 0;
}

.cnt-features-left {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center stretch;
  width: 520px;
  display: grid;
  position: relative;
}

.grp-metric {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-left {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

.p1-left-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.js-clock {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.box.box_second {
  display: none;
}

.clock-number {
  color: var(--f2ede0);
  letter-spacing: 10px;
  font-size: 102px;
  font-weight: 400;
  line-height: 1.4em;
}

.clock-label {
  color: var(--f2ede0);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: -9px;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.timer_img_left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.timer_img_right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.s_top_img_text_page {
  margin-top: -37px;
  margin-left: 130px;
  position: relative;
  bottom: auto;
  right: auto;
}

.text_top_page {
  letter-spacing: .7px;
  margin-top: 20px;
}

.body-2 {
  font-family: Roboto Slab, sans-serif;
}

.body-2.body_oops {
  height: 100vh;
  min-height: auto;
}

.text_mark {
  color: var(--834100);
}

.kkk, .foo_back_coo {
  display: none;
}

.content_page_block {
  margin-top: 150px;
}

.content_page_block.content_page_block_oops {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.page_h1 {
  font-size: 34px;
}

.page_h1.page_h1_oops {
  color: var(--32302b);
  text-align: center;
  font-size: 56px;
  line-height: 1.15em;
}

.rich-text-block {
  padding-top: 50px;
  padding-bottom: 150px;
}

.text_page_block {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 150px;
}

.preloader_block {
  z-index: 9999;
  background-color: var(--e7e1db);
  background-image: url('../images/cardboard_light-1.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  inset: 0;
}

.price_old_block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -25px;
  left: 31px;
  transform: rotate(0);
}

.price_old_text {
  color: var(--834100);
  letter-spacing: .9px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: auto;
  left: auto;
}

.price_old_line {
  background-color: var(--834100);
  width: 120%;
  height: 2px;
  position: absolute;
  transform: rotate(-11deg);
}

.oops_content {
  width: 100%;
  margin-top: 20px;
}

.oops_text {
  color: var(--32302b);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .s_top_content {
    justify-content: center;
    align-items: flex-start;
  }

  .s_top_content_left {
    height: 100%;
  }

  .top_photo {
    width: 30%;
    margin-top: 17%;
    margin-right: 36%;
    padding-right: 0;
  }

  .s_list_item {
    margin-bottom: 140px;
  }

  .back_2 {
    max-width: 1600px;
  }

  .section_price {
    margin-top: 20px;
  }

  .back_4 {
    max-width: 1600px;
  }

  .s_price_left {
    width: 490px;
    margin-left: 0;
  }

  .s_price_right_img {
    width: 547px;
  }

  .section_timer {
    background-image: url('../images/Group-1791.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 150%;
    padding-bottom: 99px;
  }

  .section_footer {
    margin-top: 47px;
    padding-top: 154px;
  }

  .foo_link_block.foo_link_block2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .foo_text {
    letter-spacing: 0;
    font-size: 12px;
  }

  .foo_img {
    width: 320px;
    right: 1px;
  }

  .box {
    width: 243px;
  }

  .text_page_block {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section_top {
    background-image: url('../images/cardboard_light-1.png');
    background-size: auto;
    height: auto;
    padding-bottom: 29px;
  }

  .section_top.section_top_page {
    background-color: #e7e1db00;
    background-image: url('../images/Group-1758.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .section_top.section_top_page.section_top_page_content {
    background-image: url('../images/cardboard_light-1.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .s_top_content {
    z-index: 99;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 150px;
    padding-bottom: 22px;
  }

  .s_top_content.s_top_content_page {
    margin-top: 100px;
  }

  .container {
    width: 590px;
    max-width: 95%;
    height: auto;
  }

  .container.foo_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 720px;
  }

  .container.foo_block.foo_block_page {
    flex-flow: row;
  }

  .container.container_oops {
    height: 100%;
  }

  .s_top_content_left {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .s_top_content_left_block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -83px;
    display: flex;
  }

  .s_top_content_left_block.s_top_content_left_block_page {
    margin-top: 0;
  }

  .text_top {
    text-align: center;
    width: 430px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .top_btn {
    width: 358px;
    height: 90px;
    margin-left: -21px;
    margin-right: 0;
  }

  .top_btn.top_btn_page {
    width: 360px;
    height: 90px;
    margin-top: 20px;
  }

  .heading {
    text-align: center;
    margin-top: 83px;
  }

  .heading.heading_page {
    margin-top: 0;
  }

  .btn_text, .btn_text.btn_text_page {
    font-size: 16px;
  }

  .top_photo {
    display: none;
  }

  .top_photo.top_photo_mob {
    width: 80%;
    margin-top: 49px;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    position: relative;
  }

  .top_btn_header {
    color: var(--32302b);
  }

  .section_two {
    background-image: url('../images/БЛОК-2.png');
    background-position: 50%;
    background-size: auto 100%;
    height: 900px;
    margin-top: -233px;
    padding-top: 100px;
  }

  .section_list {
    padding-top: 126px;
  }

  .s_list {
    margin-top: 37px;
  }

  .s_list_item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    margin-bottom: 50px;
  }

  .s_list_item.s_list_item_reverse.s_list_item2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    margin-bottom: 50px;
  }

  .s_list_item_left {
    width: 100%;
  }

  .s_list_item_left.s_list_item_left2 {
    margin-top: 32px;
  }

  .s_list_item_right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .s_list_item_right.s_list_item_right_reverse {
    width: 100%;
  }

  .s_list_item_left_content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn_list_block {
    width: 100%;
    height: 135px;
    padding-left: 20px;
  }

  .btn_list_block_text2.btn_list_block_text2_reverse {
    width: 62%;
  }

  .s_list_item_right_img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .back_2 {
    max-width: 1920px;
    height: 900px;
    display: none;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2.s_list_title_2 {
    width: 84%;
  }

  .heading-2.s_list_title_3.s_list_title_3 {
    width: 83%;
  }

  .heading-2.s_list_title_4 {
    width: 80%;
  }

  .s_two_content_block {
    margin-top: -76px;
  }

  .s_two_content_text_link_block {
    justify-content: center;
    align-items: center;
  }

  .s_top_img_text {
    display: none;
  }

  .s_list_item_img_text {
    top: 0;
  }

  .s_list_item_right_rev_img_1 {
    width: 470px;
    top: 108px;
    right: 144px;
  }

  .s_list_item_right_rev_img_2 {
    width: 470px;
    position: relative;
    right: -115px;
  }

  .s_list_item_right_rev_img_3 {
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
  }

  .s_list_item_right_rev_img_4 {
    top: 79px;
    left: auto;
    right: 210px;
  }

  .btn_list_block_text3.btn_list_block_text2_reverse {
    width: 65%;
  }

  .s_list_item_right_rev_img_5 {
    position: relative;
    right: auto;
  }

  .s_list_item_right_rev_img_6 {
    right: 248px;
  }

  .section_price {
    background-image: url('../images/bbb.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 980px;
    margin-top: 0;
    padding-top: 30px;
    overflow: visible;
  }

  .back_4 {
    width: auto;
    max-width: none;
    height: 100%;
    display: none;
  }

  .s_price_block {
    flex-flow: column;
    margin-top: 97px;
  }

  .s_price_left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 410px;
    display: flex;
  }

  .s_price_right {
    width: 100%;
    margin-top: 0;
  }

  .h2_price {
    text-align: center;
  }

  .img_price {
    display: none;
  }

  .img_price.img_price_mob {
    display: block;
  }

  .s_price_right_block {
    width: 350px;
    margin-left: 0;
    transform: none;
  }

  .s_price_right_img {
    width: 500px;
    margin-left: -67px;
    position: relative;
    left: auto;
    transform: rotate(-4.5deg);
  }

  .s_price_right_btn {
    width: 350px;
    height: 90px;
    margin-left: -7px;
  }

  .s_price_right_btn_text {
    padding-left: 30px;
    font-size: 16px;
  }

  .img_top_right {
    display: none;
  }

  .section_timer {
    background-image: url('../images/Group-1791.png');
    background-position: 0 60%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -137px;
    padding-top: 255px;
    padding-bottom: 8px;
  }

  .section_footer {
    background-image: url('../images/153-копія-4-.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    overflow: hidden;
  }

  .section_footer.section_footer_page {
    height: auto;
    margin-top: 0;
    padding-top: 75px;
  }

  .section_footer.section_footer_page.section_footer_page_content {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .foo_back {
    width: auto;
    max-width: none;
    height: 200px;
    left: -250.484px;
  }

  .foo_back.foo_back2 {
    z-index: 0;
    max-width: none;
    height: 140px;
  }

  .foo_back.foo_back2.foo_back_page {
    display: none;
  }

  .foo_back.foo_back_page {
    z-index: 0;
    height: 250px;
    display: block;
    position: absolute;
    bottom: -27px;
    left: -420px;
  }

  .foo_back.foo_back_page.none {
    display: none;
  }

  .foo_link_block.foo_link_block2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .foo_text {
    font-size: 12px;
    display: inline-flex;
  }

  .foo_img {
    display: none;
  }

  .s_top_img_text_mob {
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .s_top_img_text_mob.s_top_img_text_mob_page {
    margin-bottom: 23px;
    position: static;
    overflow: clip;
  }

  .s_list_item_right_rev_img_11 {
    width: 682px;
    position: relative;
    top: auto;
    right: auto;
  }

  .s_list_item_right_rev_img_22 {
    width: 574px;
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .s_list_item_right_rev_img_33 {
    margin-left: -117px;
    position: relative;
    top: auto;
    right: auto;
  }

  .s_list_item_right_rev_img_22_mob {
    width: 574px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .image, .image.image_page_btn_top {
    width: 30px;
  }

  .foo_top_line {
    width: 1160px;
    max-width: none;
  }

  .foo_top_line.foo_top_line_page {
    display: none;
  }

  .cnt-features-left {
    width: 480px;
  }

  .js-clock {
    width: 100%;
  }

  .box {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 80px;
  }

  .s_top_img_text_page {
    display: none;
  }

  .text_top_page {
    text-align: center;
    width: 480px;
    max-width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .kkk {
    background-color: var(--483a31);
    height: 300px;
    margin-top: -342px;
    display: block;
  }

  .foo_back_coo {
    z-index: 0;
    width: 285px;
    display: block;
    position: absolute;
    bottom: -117.484px;
    right: -65px;
  }

  .foo_back_coo.none {
    display: none;
  }

  .content_page_block.content_page_block_oops {
    max-width: 100%;
  }

  .text_page_block {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section_top {
    min-height: 700px;
  }

  .s_top_content {
    margin-top: 125px;
  }

  .s_top_content.s_top_content_page {
    padding-bottom: 80px;
  }

  .container.foo_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .s_top_content_left_block {
    height: auto;
  }

  .s_top_content_left_block.s_top_content_left_block_page {
    margin-top: 0;
  }

  .text_top {
    width: 100%;
    max-width: 340px;
  }

  .heading {
    font-size: 34px;
  }

  .heading.heading_page {
    margin-top: 0;
  }

  .btn_text {
    font-size: 16px;
  }

  .top_photo.top_photo_mob {
    margin-top: 25px;
  }

  .top_header {
    margin-top: 15px;
  }

  .top_logo, .top_btn_header {
    font-size: 14px;
  }

  .section_two {
    height: 850px;
  }

  .s_list {
    margin-top: 0;
  }

  .s_list_item_left_content {
    width: 100%;
  }

  .s_list_item_text_item {
    font-size: 16px;
  }

  .btn_list_block {
    background-position: 100% 0;
    height: 40vw;
  }

  .btn_list_block_text {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -2px;
  }

  .btn_list_block_text1 {
    width: 98px;
    font-size: 15px;
  }

  .btn_list_block_text2, .btn_list_block_text2.btn_list_block_text2_reverse {
    font-size: 18px;
  }

  .btn_list_block_text2.btn_list_block_text2_reverse.btn_list_block_text2_reverse2 {
    font-size: 16px;
  }

  .back_2 {
    height: 100%;
  }

  .heading-2 {
    width: 80%;
    font-size: 36px;
  }

  .heading-2.s_list_title_2 {
    width: 90%;
    font-size: 34px;
  }

  .s_two_content_text.s_two_content_text_link {
    font-size: 16px;
  }

  .s_two_content_text.s_two_content_text_link.s_two_content_text_link_oops {
    font-size: 14px;
  }

  .s_two_content_text_link_block {
    color: var(--f2ede0);
    margin-top: 35px;
    text-decoration: none;
  }

  .s_two_content_text_link_block.s_two_content_text_link_block_oops {
    margin-top: 25px;
  }

  .s_two_content_text_img {
    width: 30px;
  }

  .s_list_item_img_text {
    opacity: .3;
  }

  .btn_list_block_text3.btn_list_block_text2_reverse {
    font-size: 16px;
  }

  .section_price {
    background-image: url('../images/bbb.png');
    background-position: 40%;
    background-size: auto 100%;
  }

  .back_4 {
    display: none;
  }

  .s_price_left {
    max-width: 100%;
  }

  .h2_price {
    width: 100%;
  }

  .s_price_right_block {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .s_price_right_img {
    width: 450px;
  }

  .s_price_right_btn {
    width: 320px;
    margin-left: 8px;
  }

  .section_timer {
    background-image: url('../images/Group-1791.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 190px;
  }

  .title_timer {
    font-size: 14px;
  }

  .section_footer {
    background-position: 50% 100%;
    overflow: hidden;
  }

  .section_footer.section_footer_page {
    padding-top: 68px;
  }

  .section_footer.section_footer_page.section_footer_page_content {
    padding-top: 0;
  }

  .foo_back {
    width: 230%;
    max-width: none;
    left: -167px;
  }

  .foo_back.foo_back2 {
    left: auto;
  }

  .foo_back.foo_back2.foo_back_page {
    display: none;
  }

  .foo_back.foo_back_page {
    width: auto;
    height: 200px;
    bottom: -26px;
    left: -378px;
  }

  .foo_back.foo_back_page.none {
    display: none;
  }

  .foo_link_block.foo_link_block2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .foo_img {
    display: none;
  }

  .s_top_img_text_mob {
    width: 330px;
  }

  .s_top_img_text_mob.s_top_img_text_mob_page {
    width: 220px;
  }

  .s_list_item_right_rev_img_11 {
    width: 120%;
    max-width: 680px;
  }

  .s_list_item_right_rev_img_33 {
    width: 140%;
    max-width: 678px;
    margin-left: -62px;
  }

  .s_list_item_right_rev_img_22_mob {
    width: 125%;
    max-width: 574px;
    margin-left: -71px;
  }

  .image {
    width: 30px;
  }

  .cnt-features-left {
    grid-column-gap: 16px;
    width: 280px;
  }

  .h2-left {
    font-size: 32px;
  }

  .p1-left-2 {
    font-size: 12px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    height: 100px;
    margin-bottom: 10px;
  }

  .clock-number {
    letter-spacing: 0;
    font-size: 64px;
    line-height: 1em;
  }

  .clock-label {
    margin-top: 10px;
    font-size: 16px;
  }

  .timer_img_left, .timer_img_right {
    height: 100%;
  }

  .text_top_page {
    width: 100%;
    max-width: 340px;
  }

  .kkk {
    height: 200px;
    margin-top: -214px;
  }

  .foo_back_coo {
    bottom: -143px;
    right: -108px;
  }

  .foo_back_coo.none {
    display: none;
  }

  .content_page_block {
    margin-top: 100px;
  }

  .content_page_block.content_page_block_oops {
    max-width: 90%;
  }

  .page_h1 {
    font-size: 23px;
    line-height: 1.2em;
  }

  .page_h1.page_h1_oops {
    font-size: 36px;
  }

  .text_page_block {
    padding-bottom: 50px;
  }
}


