@font-face {
  font-family: 'Kharkiv Tone';
  src: url(../fonts/KharkivTone.ttf);
}

@font-face {
  font-family: 'Ermilov';
  src: url(../fonts/Ermilov.otf);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;

  max-width: 390px;
}

.header {
  padding-top: 12px;
  padding-bottom: 60px;

  background-image: url(../images/background/header-mobile-1x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .header {
    background-image: url(../images/background/header-mobile-2x.jpg);
  }
}

.header-start {
  text-align: center;

  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 308px;
}

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

.header-title {
  color: #fff;
  font-family: Mulish;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;

  margin-top: 0;
  margin-bottom: 0;
}

.header-title::after {
  content: '';
  display: block;

  height: 1px;
  width: 100px;
  background-color: #fff;

  margin-top: 16px;
  margin-bottom: 16px;

  margin-left: auto;
  margin-right: auto;
}

.main-title {
  color: #fff;
  text-align: center;
  font-family: Ermilov;
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 12px;

  line-height: 100%;
}

.main-title-span {
  color: #fcca7c;
  font-family: Ermilov;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-text-one {
  color: #fff;
  text-align: center;
  font-family: Kharkiv Tone;
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 56px;
}

.header-button {
  display: block;
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;

  border-radius: 60px;
  background: #fcca7c;

  text-decoration: none;

  padding: 14px 20px;

  margin-top: 0;
  margin-bottom: 16px;

  max-width: 310px;

  margin-left: auto;
  margin-right: auto;

  animation: glowing 1300ms infinite;
}

@keyframes glowing {
  0% {
    background-color: #fcca7c;
    box-shadow: 0 0 5px #fcca7c;
  }
  50% {
    background-color: #fbd8a3;
    box-shadow: 0 0 20px #fbd8a3;
  }
  100% {
    background-color: #fcca7c;
    box-shadow: 0 0 5px #fcca7c;
  }
}

.header .container {
  position: relative;
}

.header-sale-mark {
  position: absolute;
  top: 495px;
  right: 23px;
}

.sale-mark {
  position: relative;

  -webkit-animation-name: rotation;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sale-number {
  position: absolute;
  top: 25%;
  left: 50%;

  transform: translate(-50%, -50%);

  color: #fff;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.header-text-two {
  color: #fff;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;

  text-align: center;

  margin-top: 0;
  margin-bottom: 60px;
}

.text-two-accent {
  color: #fcca7c;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.header-sale {
  color: #e49a3f;
  text-align: center;
  font-family: Ermilov;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;

  width: 265px;

  margin-left: auto;
  margin-right: auto;

  margin-top: 0;
  margin-bottom: 20px;
}

/* timer */

.countdown {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.countdown-time {
  color: #fff;
  font-family: Kharkiv Tone;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.countdown-doubledot {
  content: '';
  display: flex;

  height: 30px;
  width: 1px;
  background-color: #fff;

  margin-top: 40px;
  margin-bottom: 40px;

  margin-left: auto;
  margin-right: auto;

  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 428px) {
  .header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 428px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 94px;
    padding-right: 94px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 76px;

    background-image: url(../images/background/header-tablet-1x.jpg);
  }

  @media (min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .header {
      background-image: url(../images/background/header-tablet-2x.jpg);
    }
  }

  .header .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-start {
    font-size: 20px;

    margin-top: 0;
    margin-bottom: 515px;
  }

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

  .header-title {
    font-size: 24px;
  }

  .main-title {
    font-size: 64px;
  }

  .main-title-span {
    font-size: 49px;
  }

  .header-text-one {
    font-size: 24px;
    margin-bottom: 80px;
  }

  .header-sale-mark {
    top: 800px;
    right: 210px;
  }

  .header-sale {
    font-size: 24px;
  }

  .countdown-time {
    font-size: 48px;
  }

  .countdown-doubledot {
    height: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header {
    padding-top: 128px;
    padding-bottom: 52px;
    background-size: cover;
    background-image: url(../images/background/header-desktop-2x.jpg);

    position: relative;
  }

  .header .container {
    margin-left: -30px;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  @media (min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .header {
      background-image: url(../images/background/header-desktop-3x.jpg);
    }
  }

  .header-start {
    font-size: 24px;

    position: absolute;
    top: -90px;
    left: 190px;
  }

  .header-title {
    margin-left: 0;
    margin-right: 0;
  }

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

  .countdown-time {
    font-size: 36px;
  }

  .countdown-doubledot {
    height: 30px;
  }

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

  .header-sale-mark {
    top: 260px;
    right: 210px;
  }
}

/* section-one */

.section-one {
  padding-top: 60px;
  padding-bottom: 60px;

  background: #fcca7c;

  margin-bottom: 0;
  margin-top: 0;
}

.section-one .wrapper {
  border-radius: 20px;
  background: #fff;
  padding: 16px 20px;

  margin-top: 0;
  margin-bottom: 40px;

  position: relative;
}

.one-title {
  color: #e49a3f;
  text-align: center;
  font-family: Ermilov;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;

  margin-bottom: 0;
  margin-top: 0;
}

.one-one-text {
  color: #0e0e0e;
  text-align: center;
  font-family: Ermilov;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
  text-transform: uppercase;

  margin-bottom: 0;
  margin-top: 0;

  max-width: 267px;

  margin-left: auto;
  margin-right: auto;
}

.one-first-image {
  position: absolute;
  right: 5px;
  bottom: -45px;
}

.list-one {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-one p {
  text-align: center;

  color: #0e0e0e;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  max-width: 323px;

  margin-left: auto;
  margin-right: auto;

  margin-bottom: 0;
  margin-top: 0;
}

.list-one span {
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.list-one p::after {
  content: '';
  display: block;

  height: 2px;
  width: 160px;
  background-color: #fff;

  margin-top: 40px;
  margin-bottom: 40px;

  margin-left: auto;
  margin-right: auto;
}

.sect-one-button {
  display: block;
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  padding: 16px 30px;

  max-width: 310px;

  text-decoration: none;

  border-radius: 30px;
  background: #fff;

  margin-left: auto;
  margin-right: auto;

  margin-top: 60px;

  position: relative;

  border: none;

  cursor: pointer;
}

.sect-one-button::before,
.sect-one-button::after {
  position: absolute;
  content: '';
  border: 2px solid #ffffff;
  left: -50px;
  right: -50px;
  top: -15px;
  bottom: -15px;
  animation: pulse 1.3s linear infinite;
  opacity: 0;

  border-radius: 60px;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.section-one .container {
  position: relative;
  z-index: 1;
}

.one-image {
  position: absolute;
  left: 0;
  top: 216px;
  z-index: -1;
  opacity: 0.5;
}

.two-image {
  position: absolute;
  left: 0;
  top: 430px;
  z-index: -1;
  opacity: 0.5;
}

.three-image {
  position: absolute;
  left: 0;
  top: 652px;
  z-index: -1;
  opacity: 0.5;
}

.four-image {
  position: absolute;
  left: 0;
  top: 850px;
  z-index: -1;
  opacity: 0.5;
}

.five-image {
  position: absolute;
  left: 0;
  top: 1053px;
  z-index: -1;
  opacity: 0.5;
}

.one-coffee-image {
  position: absolute;
  top: 551px;
  right: 67px;
}

.one-palm-image {
  position: absolute;
  left: 66px;
  top: 774px;
}

.one-laptop-image {
  position: absolute;
  right: 20px;
  top: 920px;
}

.one-hand-image {
  position: absolute;
  left: 40%;
  bottom: 30px;
  z-index: 1;

  /* transform: translate(-50%, -50%); */

  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.bounce-2 {
  animation-name: bounce-2;
  animation-timing-function: ease;
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .section-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-one .container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .list-one p {
    max-width: 447px;
  }

  .one-image {
    left: 94px;
  }

  .two-image {
    left: 94px;
    top: 347px;
  }

  .three-image {
    left: 94px;
    top: 512px;
  }

  .four-image {
    left: 94px;
    top: 668px;
  }

  .five-image {
    left: 94px;
    top: 833px;
  }

  .one-coffee-image {
    top: 455px;
    right: 244px;
  }

  .one-palm-image {
    left: 260px;
    top: 640px;
  }

  .one-laptop-image {
    right: 200px;
    top: 765px;
  }

  .one-hand-image {
    left: 45%;
    bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .one-coffee-image {
    top: 431px;
    right: 244px;
  }

  .one-palm-image {
    left: 260px;
    top: 600px;
  }

  .one-laptop-image {
    right: 122px;
    top: 720px;
  }

  .one-hand-image {
    left: 40%;
    bottom: 30px;
  }
}

/* section-two */

.section-two {
  padding-top: 60px;
  padding-bottom: 120px;

  background: #0e0e0e;
}

.section-two .container {
  padding-left: 36px;
  padding-right: 36px;
}

.two-title {
  color: #fcca7c;
  text-align: center;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 8px;

  max-width: 268px;

  margin-left: auto;
  margin-right: auto;
}

.two-pre-title {
  color: #fff;
  text-align: center;
  font-family: Ermilov;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;

  max-width: 288px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 40px;
}

.list-two {
  list-style: none;
  margin: 0;
}

.list-two .list-item {
  color: #fff;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;

  margin-bottom: 28px;

  max-width: 274px;

  margin-left: auto;
  margin-right: auto;
}

.list-two .list-item:last-child {
  margin-bottom: 0;
}

.list-two .accent {
  color: #ffe0b0;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

.section-two .container {
  position: relative;
}

.sect-two-image {
  position: absolute;
  left: 36px;
  top: 175px;
}

@media screen and (min-width: 768px) {
  .section-two {
    padding-top: 80px;
  }

  .two-pre-title {
    margin-bottom: 60px;
  }

  .list-two .list-item {
    max-width: 504px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .list-two .list-item:last-child {
    margin-bottom: 0;
  }

  .sect-two-image {
    left: 115px;
    top: 200px;
  }
}

/* section-three */

.section-three {
  padding-top: 0;
  padding-bottom: 60px;

  background: #0e0e0e;
}

.three-title {
  color: #fff;
  text-align: center;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 4px;

  max-width: 268px;

  margin-left: auto;
  margin-right: auto;
}

.three-pre-title {
  color: #fcca7c;
  text-align: center;
  font-family: Ermilov;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 4px;
}

.three-pre-title::after {
  content: '';
  display: block;

  height: 1px;
  width: 120px;
  background-color: #e49a3f;

  margin-top: 60px;
  margin-bottom: 60px;

  margin-left: auto;
  margin-right: auto;
}

.three-info {
  color: #fcca7c;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  max-width: 217px;

  margin-left: auto;
  margin-right: auto;

  margin-top: 0;
  margin-bottom: 60px;
}

.section-three .container {
  position: relative;
}

.three-first-stroke {
  position: absolute;
  top: 4px;
  left: 20px;
}

.three-second-stroke {
  position: absolute;
  top: 4px;
  right: 20px;
}

.list-three {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-item-three {
  border-radius: 30px;
  background: #fff;

  padding: 40px 30px;

  margin-bottom: 20px;
}

.list-item-three:last-child {
  margin-bottom: 0;
}

.three-item-title {
  color: #e49a3f;
  text-align: center;
  font-family: Ermilov;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 0;
}

.list-item-three img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.list-item-three p {
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  max-width: 270px;

  margin-left: auto;
  margin-right: auto;

  margin-top: 0;
  margin-bottom: 0;
}

.title-span {
  text-align: center;
  color: #0e0e0e;
  font-family: Ermilov;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: lowercase;

  margin-top: 0;
  margin-bottom: 8px;

  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .section-three {
    padding-bottom: 80px;
  }

  .three-title {
    font-size: 48px;
    max-width: 400px;
  }

  .three-info {
    max-width: 444px;
    margin-bottom: 98px;
  }

  .list-three {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    max-height: 1321px;
    gap: 20px;
  }

  .list-item-three {
    max-width: 350px;
    margin-bottom: 0;
  }

  .first-item {
    max-height: 317px;
    order: 4;
  }

  .second-item {
    height: 438px;
    order: 1;
  }

  .three-item {
    height: 317px;
    order: 2;
  }

  .four-item {
    max-height: 377px;
    order: 5;
  }

  .five-item {
    height: 410px;
    order: 3;
  }

  .six-item {
    height: 487px;
    order: 6;
  }
}

/* section-four */

.section-four {
  padding-top: 60px;
  padding-bottom: 60px;
}

.four-title {
  text-align: center;

  color: #0e0e0e;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;

  max-width: 320px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 52px;
}

.four-title .accent-one {
  color: #0e0e0e;
  text-align: center;
  font-family: Ermilov;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 108px */
  text-transform: uppercase;
}

.four-title .accent-two {
  color: #e49a3f;
  text-align: center;
  font-family: Ermilov;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 42px */
  text-transform: uppercase;
}

.list-four {
  list-style: none;
  margin: 0;
  padding: 0;

  margin-bottom: 36px;
}

.four-list-item {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;

  margin-bottom: 20px;
}

.four-list-item:last-child {
  margin-bottom: 0;
}

.item-title-first {
  color: #0e0e0e;
  text-align: center;
  font-family: Ermilov;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;

  max-width: 310px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.item-title-first::after {
  content: '';
  display: block;

  height: 1px;
  width: 120px;
  background-color: #0e0e0e;

  margin-top: 16px;
  margin-bottom: 16px;

  margin-left: auto;
  margin-right: auto;
}

.wrapper-one {
  border-radius: 30px;
  background: #fcca7c;

  padding: 28px 20px;
}

.list-four img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.list-four p {
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  max-width: 310px;

  margin-left: auto;
  margin-right: auto;

  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-two {
  border-radius: 30px;
  background: #e49a3f;

  padding: 28px 20px;
}

.item-title-second {
  color: #fff;
  text-align: center;
  font-family: Ermilov;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 0;
}

.item-title-second::after {
  content: '';
  display: block;

  height: 1px;
  width: 120px;
  background-color: #fff;

  margin-top: 16px;
  margin-bottom: 16px;

  margin-left: auto;
  margin-right: auto;
}

.wrapper-two span {
  color: #0e0e0e;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.four-last-text {
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */

  max-width: 350px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.four-last-text span {
  color: #e49a3f;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.four-sale {
  color: #fff;
  text-align: center;
  font-family: Ermilov;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 46px */
  text-transform: uppercase;

  background: #0e0e0e;

  padding-top: 20px;
  padding-bottom: 20px;

  margin-bottom: 20px;
}

.four-second-last {
  text-align: center;
  color: #000;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;

  max-width: 318px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.four-second-last span {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-four {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-four .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .four-title {
    font-size: 48px;
    max-width: 350px;
    margin-bottom: 60px;
  }

  .four-title .accent-two {
    font-size: 51px;
  }

  .list-four {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;

    margin-left: 0;
    margin-right: 0;

    max-height: 850px;
  }

  .four-list-item {
    margin: 0;
  }

  .four-first-item {
    order: 1;
  }

  .four-second-item {
    order: 2;
  }

  .four-three-item {
    order: 3;
  }

  .four-four-item {
    order: 4;
  }

  .wrapper-tablet-one {
    background: #e49a3f;
  }

  .wrapper-tablet-two {
    background: #fcca7c;
  }

  .wrapper-one-one {
    height: 431px;
  }

  .wrapper-two-two {
    height: 388px;
  }

  .item-title-first {
    color: #0e0e0e;
  }

  .item-title-second {
    color: #0e0e0e;
  }

  .item-title-second::after {
    background-color: #0e0e0e;
  }
}

/* section-five */
.section-five {
  padding-top: 60px;
  padding-bottom: 120px;

  background: #0e0e0e;
}

.five-table {
  border-collapse: collapse;
  border-radius: 20px;

  margin-bottom: 40px;

  max-width: 350px;

  margin-left: auto;
  margin-right: auto;
}

.five-table tr {
  border-bottom: 1px solid #0e0e0e;
}

.top-left-radius {
  border-top-left-radius: 20px;
}

.top-right-radius {
  border-top-right-radius: 20px;
}

.table-text {
  color: #0e0e0e;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */

  background-color: #fff;

  padding: 20px;

  border-right: 1px solid #0e0e0e;
}

.table-galka {
  background: #fef4e5;

  padding: 17px 49px;
}

.table-text-second {
  text-align: center;

  color: #0e0e0e;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */

  background: #fef4e5;
}

.table-text-accent {
  color: #0e0e0e;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 16.8px */

  background-color: #fff;

  padding: 20px;

  border-right: 1px solid #0e0e0e;
}

.table-text-third {
  color: #0e0e0e;
  font-family: Mulish;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 18px */
  text-align: center;
  background: #fef4e5;
}

.table-text-third span {
  color: #f80000;
  font-weight: 700;
  text-decoration: line-through;
}

.five-button {
  display: block;
  color: #0e0e0e;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  border-radius: 30px;
  background: #fcca7c;

  text-decoration: none;

  padding: 16px 40px;

  max-width: 310px;

  margin-left: auto;
  margin-right: auto;

  position: relative;

  border: none;

  cursor: pointer;
}

.five-button::before,
.five-button::after {
  position: absolute;
  content: '';
  border: 2px solid #fcca7c;
  left: -50px;
  right: -50px;
  top: -15px;
  bottom: -15px;
  animation: pulse-two 1.3s linear infinite;
  opacity: 0;

  border-radius: 60px;
}

@keyframes pulse-two {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.bottom-left-radius {
  border-bottom-left-radius: 20px;
}

.bottom-right-radius {
  border-bottom-right-radius: 20px;
}

@media screen and (min-width: 768px) {
  .section-five {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .five-table {
    max-width: 568px;
    margin-bottom: 60px;
  }

  .table-text {
    padding-left: 24px;
    padding-right: 150px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 440px;

    font-size: 16px;
  }

  .table-galka {
    padding: 17px 86px;
  }

  .table-text-second {
    font-size: 18px;
  }

  .table-text-accent {
    font-size: 16px;
  }

  .table-text-third {
    font-size: 20px;

    padding: 17px 17px;
  }
}

/* section-six */

.section-six {
  padding-top: 0;
  padding-bottom: 120px;

  background: #0e0e0e;

  position: relative;
  z-index: -4;
}

.six-title {
  color: #fff;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  text-transform: uppercase;

  max-width: 320px;

  margin-top: 0;
  margin-bottom: 40px;

  position: relative;
  z-index: -1;
}

.six-title span {
  color: #e49a3f;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}

.section-six .container {
  position: relative;
}

.six-image {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -5;
}

.six-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.six-list-item {
  color: #fff;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  max-width: 260px;
}

.six-list-item::after {
  content: '';
  display: block;

  height: 1px;
  width: 100px;
  background-color: #fff;

  margin-top: 20px;
  margin-bottom: 20px;
}

.six-list-item-last {
  color: #fff;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  max-width: 284px;
}

@media screen and (min-width: 768px) {
  .section-six {
    padding-bottom: 120px;
  }

  .section-six .container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .six-title {
    font-size: 48px;
    max-width: 364px;

    margin-bottom: 20px;
  }

  .six-title span {
    font-size: 48px;
  }

  .six-image {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -5;
  }

  .six-list-item {
    font-size: 18px;
    max-width: 346px;
  }

  .six-list-item-last {
    font-size: 18px;
    max-width: 346px;
  }
}

/* section-seven */

.section-seven {
  padding-top: 0;
  padding-bottom: 120px;

  background: #0e0e0e;
}

.title-seven {
  color: #fff;
  text-align: center;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 33px;

  max-width: 250px;

  margin-left: auto;
  margin-right: auto;
}

.title-seven span {
  color: #fcca7c;
  font-family: Ermilov;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}

.section-seven .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  max-width: 256px;
  height: 419px;
  border-radius: 30px;
  border: 1px solid #fcca7c;

  margin-left: auto;
  margin-right: auto;

  padding: 12px;
}

.siema img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.section-seven .container {
  position: relative;
}

.prev {
  position: absolute;
  left: 0;
  top: 300px;

  background: none;
  border: none;
}

.next {
  position: absolute;
  right: 0;
  top: 300px;

  background: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .title-seven {
    font-size: 48px;
  }

  .title-seven span {
    font-size: 48px;
  }

  .section-seven .wrapper {
    max-width: 307px;
    height: 502px;
    padding: 14px;
  }

  .prev {
    left: 134px;
    top: 350px;
  }

  .next {
    right: 134px;
    top: 350px;
  }

  .siema img {
    width: 279px;
    height: 474px;
  }
}

/* footer */

.footer {
  padding-top: 0;
  padding-bottom: 40px;

  background: #0e0e0e;
}

.list-deal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-deal::after {
  content: '';
  display: block;

  height: 1px;
  width: 100px;
  background-color: #fff;

  margin-top: 24px;
  margin-bottom: 24px;

  margin-left: auto;
  margin-right: auto;
}

.deal-item {
  margin-bottom: 12px;
}

.deal-item:last-child {
  margin-bottom: 0;
}

.deal-link {
  text-align: center;
  display: block;
  color: #fff;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  text-decoration: none;
}

.social-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 60px;
}

.social-link {
  color: #fff;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.social-image {
  margin-right: 8px;
}

.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.social-item:last-child {
  margin-bottom: 0;
}

.footer-fop {
  color: #fff;
  text-align: center;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  max-width: 300px;

  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer .container {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .deal-link {
    text-align: start;
    font-size: 18px;
  }

  .social-item {
    justify-content: end;
  }

  .social-link {
    font-size: 18px;
  }

  .list-deal::after {
    display: none;
  }

  .social-image {
    width: 23px;
  }

  .footer-fop {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .footer .container {
    max-width: 1280px;
  }

  .footer .container {
    padding-left: 52px;
    padding-right: 52px;
  }
}

/* modal */

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 47, 66, 0.4);

  padding-top: 50px;
  padding-bottom: 114px;

  opacity: 1;
  visibility: none;

  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);

  overflow-y: scroll;

  z-index: 999;
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;

  padding-top: 72px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;

  /* width: calc(100% - 28 px); */

  width: 90%;

  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;

  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .modal {
    width: 500px;
  }
}

.close-button {
  position: absolute;
  top: 40px;
  right: 10%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: inherit;
  border: none;
}
