.hero__thank {
  padding-bottom: 1.5rem !important;
}

.thank {
	background-image: url(../img/thank-bg.jpg);
	padding-bottom: 4rem;
	padding-top: 9rem;
	background-repeat: no-repeat;
	background-size: 93% auto;
	background-position: bottom center;
	background-color: #000;
}

.thank p {
  font-size: 26px;
}

.thank__hed h1 {}

.thank__txt {
  padding: 0 0 3rem;
  max-width: 46rem;
}

.thank__txt.work {
  background-color: #141414;
  border: 1px solid var(--dark);
  padding: 2rem 4rem;
  max-width: 36rem;
  margin-bottom: 4rem;
}

.thank__txt p {
  color: #fff;
  font-size: 36px;
}

.thank__txt p.time {
  font-size: 18px;
}

.thank__txt p.send {
  font-size: 18px;
}

.thank__time {
  border: 1px solid #b9bdc2;
  max-width: 491px;
  padding: 2.5rem 4rem;
  margin-bottom: 3rem;
}

.thank__time p:first-of-type {
  font-weight: bold;
}

/*
==============================
	xl 2500 - ��������	(2500)
==============================
*/
@media (min-width: 2500px) {
  body {
    zoom: 1.333;
  }
}

/*
 ==============================
	xl 1699 - Декстопы	(1600)
 ==============================
 */
@media (max-width: 1699px) {

  .thanks__content {
    max-width: 55rem;
  }

  .thank__txt p {
    color: #fff;
    font-size: 26px;
  }

  .thank__txt {
    padding: 0 0 1rem;
    max-width: 40rem;
  }

}

/*
 ==============================
	xl 1599 - Декстопы	(1440)
 ==============================
 */
@media (max-width: 1440px) {}

/*
 ==============================
	lg 1399 - Ноутбуки	(1360)
 ==============================
 */
@media (max-width: 1399px) {
  .thank {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .thanks__content {
    padding-top: 3rem;
  }
}

/*
 ==============================
	lg 1399 - Ноутбуки	(1360)
 ==============================
 */
@media (max-width: 1366px) {}

/*
 ==============================
	lg 1299 - Ноутбуки	(1280)
 ==============================
 */
@media (max-width: 1299px) {
  .thank p {
    font-size: 20px;
  }
}

/*
 ==============================
	ml 1149 - Нетбуки	(1152)
 ==============================
 */
@media (max-width: 1156px) {
	.thank__txt.work {
		background-color: #1414148c;
  }
}

/*
 ==============================
	ml 1149 - Нетбуки	(1024)
 ==============================
 */
@media (max-width: 1149px) {
  .thank {
    background-size: 87% auto;
    background-position: bottom right;
  }

  .thank__txt.work {
    background-color: #14141475;
  }
}

/*
 ==============================
	md 1023 - Планшеты	(768)
 ==============================
 */
@media (max-width: 1023px) {}

/*
 ==============================
	sm 767 - Фаблеты	(500)
 ==============================
 */
@media (max-width: 767px) {
  .thank {
    padding-left: 0;
  }
}

/*
 ==============================
	xs 499 - Смартфоны	(360)
 ==============================
 */
@media (max-width: 499px) {
	.thank__txt.work {
    padding: 2rem 2rem;
}
  .thank__time {
    padding: 2.5rem 3rem;
  }

  .thank {
    background-image: none;
    background-color: #000;
  }

}

/*
 ==============================
	xs 359 - Смартфоны	(360)
 ==============================
 */
@media (max-width: 375px) {}

/*
 ==============================
	xs 359 - Смартфоны	(320)
 ==============================
 */
@media (max-width: 359px) {
  .thank p {
    font-size: 16px;
  }
}