*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px !important;
}

body {
  color: var(--adm-font-base);
  position: relative;
}

:root {
  --main-color: #ddbe8d;
  --square: url('../img/icon__rect.png');
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h3,
.h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
  background-color: #ebebeb;
}

h3,
.h3 {
  line-height: 1.1;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 1.5rem;
  color: #000;
}

@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

:target:before {
  content: '';
  display: block;
  height: 2rem;
  margin-top: -2rem;
}

@media (max-width: 600px) {
  .qwerty {
    color: red !important;
  }
}

.form {
  background: #f3fafb;
  border: 1px solid #dcecec;
  font-size: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media all and (max-width: 767px) {
  .form {
    padding-bottom: 0px;
  }
}

.form__title {
  color: #242424;
  text-align: center;
}

.content {
  display: block;
  padding-top: 100px;
}

@media (min-width: 992px) {
  .content {
    font-size: 0;
    padding-top: 110px;
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

img {
  vertical-align: middle;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }
}

*::after,
*::before {
  box-sizing: border-box;
}

.form-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 300px;
}

.mod-red {
  color: red;
}

.form {
  border: 2px solid #dbdbdb;
  background: #f7f7f7;
  box-shadow: 0 0 12px #c5c5c5;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto 20px;
}

.form__image {
  margin: 0 auto 15px;
  position: relative;
}
.form__date {
  text-align: center;
  margin-bottom: 10px;
}
.form__note {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 10px;
}
.red-border__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  top: 10px;
  right: 0;
}
.red-border__text::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid red;
  top: -14px;
  right: -14px;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}

/* @media screen and (max-width: 575px) {
  .red-border__text {
    top: -20px;
    left: 0;
  }
} */

.form__title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.form__price {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  text-align: center;
}
.form__price-title {
  margin-bottom: 5px;
}

.form__price-lines {
  position: relative;
}
.form__price-lines::after {
  content: '';
  position: absolute;
  border-top: 1px solid red;
  width: 100%;
  top: 50%;
  left: 0;
  transform: rotate(-12deg);
}
.form__price-lines::before {
  content: '';
  position: absolute;
  border-top: 1px solid red;
  width: 100%;
  top: 50%;
  left: 0;
  transform: rotate(12deg);
}
.form__price-value {
  font-size: 22px;
}
.form__price-value.mod-red {
  font-weight: 700;
}
.form__input {
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  padding: 10px 10px 10px 20px;
  outline: 0;
  font-size: 16px;
}
.form__btn {
  font-size: 25px;
  color: #fff;
  background: red;
  border: 2px solid red;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 40px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  animation: btnScale 1.2s linear infinite;
}
.form__btn:hover {
  background: 0 0;
  color: red;
}
.form__inner {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    max-width: 650px;
    margin: 0 auto 20px;
  }
  .form__image {
    margin: 0;
  }
  .form__inner {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .form {
    flex-direction: column !important;
  }
}

@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes btnScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/*.comment--answer:not(:last-child):before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: calc(100% + 40px);*/
/*    border-left: 1px dashed rgba(61, 61, 61, 0.29);*/
/*    width: 100%;*/
/*    border-radius: 0;*/
/*    left: 14px;*/
/*    z-index: -1;*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*    transform-origin: top;*/
/*    !*transition: 0.7s;*!*/
/*}*/
/*.answer-inc .comment:not(.comment--answer):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    height: 53px;*/
/*    width: 53px;*/
/*    background: transparent;*/
/*    z-index: 1;*/
/*}*/
/*.comment__text img {*/
/*    display: block;*/
/*    margin-top: 8px;*/
/*    max-width: 340px;*/
/*    width: 100%;*/
/*}*/
/*.emoji-box__ico:nth-child(2)  {*/
/*    z-index: 3;*/
/*}*/
/*.emoji-box__ico:nth-child(2) {*/
/*    z-index: 2;*/
/*}*/
/*.emoji-box__ico:last-child {*/
/*    z-index: 1;*/
/*}*/
/*.comment--answer .comment__author-pic {*/
/*    min-width: 25px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    margin-right: 8px;*/
/*}*/
/*.comment--answer .emoji-box {*/
/*    transform: translateY(0);*/
/*    margin-right: -10px;*/
/*}*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes emoji-appear {
  0% {
    display: none;
    transform: scale(0);
  }
  1% {
    display: block;
    transform: scale(0);
  }
  65% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}

/*.comment-create__text*/

/*GRADIENT COMMENTS STYLE*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes appear1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes appear2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes appear3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes appear1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes appear2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes appear3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes comment-appear {
  0% {
    background: rgba(85, 136, 186, 0.3);
  }
  90% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: #f7f7f7;
  }
}

@-webkit-keyframes comment-appear {
  0% {
    background: rgba(85, 136, 186, 0.3);
  }
  90% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: #f7f7f7;
  }
}

@keyframes animated-gradient {
  100% {
    background-position: 100% 0;
  }
}

/* media */

input::placeholder {
  border: none !important;
}

.countdown-block {
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  box-shadow: 0 0 black;
}

.countdown-block h3 {
  font-weight: 800;
  font-size: 28px;
  padding-top: 5px;
  margin: 0;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
}
.countdown-container {
  max-width: 220px;
  border: 5px solid #000;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .countdown-container {
    max-width: 250px !important;
  }
}

.countdown-container h3 {
  color: #fff;
  margin: 0 auto;
  margin-top: -10px;
  background: #000;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
}

.countdown {
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  color: #000;
  width: 80px;
  font-weight: bold;
  text-align: center;
}

.countdown-divider {
  color: #000;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #000;
  width: 90%;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  text-align: center;
  width: 33%;
}

.product {
  margin: 0 auto;
  display: flex;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input::placeholder {
  font-family: sans-serif;
  color: grey !important;
}

@media screen and (max-width: 759px) {
  .product {
    display: block;
  }
}

.countdown-container h3 {
  font-size: 1rem;
}

.countdown-text {
  font-size: 0.8rem;
}

@media (max-width: 600px) {
}
