@charset "UTF-8";

/******************************************************************************/

/*           Стили Darvin     */

/******************************************************************************/

.timer-section {
  background: #0b2752;
  border-radius: 28px;
  padding: 0 54px;
  color: #ebf0ff;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  font-family: 'Manrope';
}

.timer-section-image {
  align-self: flex-end;
  padding-top: 30px;
  width: 50%;
  padding-left: 12px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
}

.timer-section-image picture {
  display: block;
  max-width: 468px;
}

.timer-section-info {
  align-self: center;
  padding: 30px 0;
  width: 50%;
  padding-right: 12px;
  max-width: 500px;
}

.timer-section-info > * + * {
  margin-top: 40px;
}

.timer-section-title {
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: normal;
  font-size: 40px;
}

.timer-section-btn button {
  width: 100%;
  max-width: 320px;
}

.timer-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  gap: 12px 20px;
}

.timer-row .countdown {
  color: transparent;
  gap: 0;
}

.timer-row .countdown .timet-cell {
  min-width: 40px;
}

.timer-row .countdown .timet-cell span:first-child {
  font-weight: 400;
  font-size: 32px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ebf0ff;
  font-family: 'Cygre';
}

.timer-row .countdown .timet-cell span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.77143;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.71);
  font-family: 'Manrope';
}

.timer-row .countdown .timet-cell:nth-of-type(2) span:last-child {
  max-width: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.timer-row .countdown .timet-cell:nth-of-type(3) span:last-child {
  max-width: 25px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.timer-row .countdown .timet-cell:nth-of-type(4) span:last-child {
  max-width: 22px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.timer-section-price {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 37px;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.36532;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.timer-section-price + * {
  margin-top: 16px;
}

.timer-title {
  flex-shrink: 0;
}

.timer-section-subtitle {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.24;
  letter-spacing: -0.03em;
  color: rgba(235, 240, 255, 0.71);
}

.multi-steps-row {
  display: -moz-box;
  display: flex;
  font-family: 'Manrope';
}

.multi-steps-col {
  width: 50%;
}

.multi-steps-col > * + * {
  margin-top: 40px;
}

.multi-steps-col-first {
  padding-right: 20px;
}

.multi-steps-col-first .multi-steps-item {
  margin-right: 50px;
}

.multi-steps-col-first .multi-steps-item:nth-of-type(odd):not(:nth-of-type(1)):not(:nth-last-of-type(1)):before {
  content: '';
  position: absolute;
  top: -58px;
  right: -71px;
  border-left: 1px solid #0b2752;
  bottom: -58px;
}

.multi-steps-col-first .multi-steps-count:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0b2752;
  right: -26px;
  top: 50%;
  margin-top: -6px;
}

.multi-steps-count {
  display: block;
  position: relative;
}

.multi-steps-count span {
  display: inline-block;
  background: #0b2752;
  border-radius: 33px;
  width: 85px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fdfbf8;
  font-size: 14px;
  text-transform: uppercase;
}

.multi-steps-col-two {
  padding-left: 20px;
  padding-top: 155px;
}

.multi-steps-col-two .multi-steps-item {
  margin-left: 50px;
}

.multi-steps-col-two .multi-steps-count:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0b2752;
  left: -26px;
  top: 50%;
  margin-top: -6px;
}

.multi-steps-col-two .multi-steps-item:nth-of-type(1):before,
.multi-steps-col-two .multi-steps-item:nth-last-of-type(1):before {
  content: '';
  position: absolute;
  top: -58px;
  left: -70px;
  border-left: 1px solid #0b2752;
  bottom: -58px;
}

.multi-steps-item {
  background: #e4eaef;
  border-radius: 20px;
  padding: 16px;
  position: relative;
}

.multi-steps-image {
  margin-bottom: 24px;
}

.multi-steps-image img {
  border-radius: 13px;
}

.multi-steps-descr {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: -0.03em;
  color: rgba(11, 39, 82, 0.71);
}

.multi-steps-descr h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #0b2752;
  font-family: 'Cygre';
}

.multi-steps-descr h3 ~ * {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .multi-steps-col-first .multi-steps-count:nth-of-type(odd) {
    display: none;
  }

  .multi-steps-col-first .multi-steps-item:nth-of-type(even) {
    display: none;
  }

  .multi-steps-col-first .multi-steps-count {
    text-align: right;
  }

  .multi-steps-col-first .multi-steps-item:nth-of-type(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1400px) {
  .timer-section-title {
    font-size: 36px;
  }

  .timer-section-subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .timer-section {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1199px) {
  .timer-section-title {
    font-size: 32px;
  }

  .multi-steps-col-first .multi-steps-item {
    margin-right: 20px;
  }

  .multi-steps-col-first .multi-steps-item:nth-of-type(odd):not(:nth-of-type(1)):not(:nth-last-of-type(1)):before {
    right: -41px;
  }

  .multi-steps-col-two .multi-steps-item {
    margin-left: 20px;
  }

  .multi-steps-col-two .multi-steps-item:nth-of-type(1):before,
  .multi-steps-col-two .multi-steps-item:nth-last-of-type(1):before {
    left: -40px;
  }

  .multi-steps-descr {
    font-size: 16px;
  }

  .multi-steps-descr h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .timer-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .timer-section-info {
    width: 100%;
    padding-right: 0;
    max-width: none;
  }

  .timer-section-image {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-top: 0;
  }

  .timer-section-info > * + * {
    margin-top: 30px;
  }

  .timer-section-top {
    text-align: center;
  }

  .timer-section-middle {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
  }

  .timer-row {
    -moz-box-align: center;
    align-items: center;
  }

  .timer-section-btn {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
  }

  .multi-steps-col-two {
    display: none;
  }

  .multi-steps-col-first {
    width: 100%;
  }

  .multi-steps-count {
    text-align: right;
  }

  .multi-steps-item {
    margin-right: 0 !important;
  }

  .multi-steps-item:before {
    content: '';
    position: absolute;
    top: -58px;
    right: -21px !important;
    border-left: 1px solid #0b2752;
    bottom: -58px;
  }

  .multi-steps-item:last-child:before {
    bottom: 0;
  }
}