* {
  font-family: sans-serif !important;
}
html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: sans-serif;
  background: #260701;
}
[scroll='goScrollToForm'] {
  cursor: pointer;
}
body * {
  box-sizing: border-box;
}

.header {
  background: rgb(238, 238, 238);
  padding: 20px 0;
}
.header-cont {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-cont .date {
  margin-left: auto;
  color: rgb(150, 160, 168) !important;
  font-size: 12px;
}

.top-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-logo div {
  color: #000;
  font-size: 26px;
  line-height: 30px;
}
a.top-logo:hover {
  text-decoration: none !important;
}

.container-fluid {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
}

.header__logo img {
  max-width: 280px;
}

.nav {
  font-size: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 60px;
  gap: 30px;
}

.header__control {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.container-fluid a {
  font-family: sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-fluid a:hover {
  text-decoration: underline;
}

.btn-header {
  display: block;
  padding: 8px 30px;
  border: 1px #fff solid;
}

a.btn-header:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

footer {
  background: #d0021b;
  padding: 35px 40px 40px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
  max-width: 950px;
  margin: 0 auto;
  align-items: center;
}

footer img {
  max-width: 280px;
}

.main-content {
  max-width: 1040px;
  margin: 0 auto 20px;
  background: #fff;
  padding: 30px 25px 20px;
  font-size: 20px;
  line-height: 1.4;
  border-top: 20px #260701 solid;
}

.main-content p {
  margin: 0 0 20px;
}
figure {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 700px;
}
figure img {
  max-width: 100%;
}
figcaption {
  font-size: 0.9em;
}
h1,
h2,
ul,
ol {
  padding: 0;
  margin: 0 0 20px 0;
}

ul,
ol {
  padding-left: 20px;
}

ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 15px;
}

h1 {
  font-size: 34px;
}

.red-txt {
  color: red;
}

.main-content > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.main-content img {
  max-width: 100%;
}

.main-content > div {
  margin-bottom: 20px;
  padding: 10px;
}

.color-1 {
  color: #c60b0b;
}

.red-bg {
  color: #fff;
  background: red;
  padding: 10px;
}

.yell-bg {
  background: #ffbf0059;
  padding: 10px;
}

.green-bg {
  background: #00800038;
  padding: 10px;
}

.border {
  border: 1px #000 solid;
}

.h2 {
  font-size: 1.15em;
  line-height: 1.16;
}

.center-txt {
  text-align: center;
}

.main-content > div > ul,
.main-content > div > ol,
.main-content > div p:last-child {
  margin-bottom: 0;
}

.color-2 {
  color: rgb(190, 4, 4);
}

.gray-color {
  color: #6d6d6d;
}

.color-ul li::marker {
  color: rgb(190, 4, 4);
}

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

.comment-block {
  padding: 15px 0;
  border-bottom: 1px #d7d7d7 solid;
  height: 100%;
}

.comments {
  padding: 0 !important;
}

.comment-block > img {
  width: 50px;
  height: 50px;
  float: left;
}

.comment-text {
  margin-left: 60px;
  max-width: 85%;
}

@media (max-width: 500px) {
  .comment-text {
    max-width: 80%;
  }
}

.comment-text img {
  display: block;
  margin-top: 6px;
  max-width: 100%;
}

.vk-comment-name {
  font-weight: 600;
}

.comment-block {
  font-size: 18px;
}

.reply {
  padding-left: 3%;
}

.bot-btn {
  padding: 14px 10px;
  box-sizing: border-box;
  max-width: 450px;
  width: 100%;
  background-color: red;
  font-weight: bold;
  font-size: 19px;
  color: white;
  text-align: center;
  margin: 20px auto 1rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.flex-doc {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header__control {
    display: none;
  }

  .nav {
    margin-left: auto;
  }

  .container-fluid,
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }

  .container-fluid {
    justify-content: center;
  }

  footer img {
    max-width: 200px;
  }

  footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-cont .date {
    display: none;
  }
  .header-cont {
    justify-content: center;
  }
}

@media screen and (max-width: 540px) {
  .main-content {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px;
  }

  h1 {
    font-size: 26px;
  }
  .flex-doc {
    flex-direction: column;
  }
}
.time_remains {
  color: red;
  font-weight: 600;
}

.order-txt {
  text-align: center;
}
.price-bl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.price-bl b {
  color: red;
  padding-left: 6px;
}
#order_form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Стили для форм для пенсионеров */
.order_block {
  padding: 40px !important;
  max-width: 1200px !important;
  margin: 0 auto;
  text-align: center !important;
}
.order_block h3 {
  font-size: 28px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  margin-bottom: 30px !important;
}
.order_block p {
  font-size: 22px !important;
  line-height: 1.5 !important;
  margin-bottom: 40px !important;
}
.order_block img {
  width: 100% !important;
  max-width: 300px !important;
  display: block;
  margin: 0 auto 30px !important;
}
.input-roulette {
  font-size: 24px !important;
  padding: 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: 3px solid #43A047 !important;
  border-radius: 8px !important;
  margin-bottom: 30px !important;
  height: auto !important;
  -webkit-appearance: none;
  appearance: none;
}
.submit-roulette {
  font-size: 28px !important;
  padding: 25px 50px !important;
  width: 100% !important;
  background-color: #43A047 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  color: #fff !important;
  cursor: pointer;
  text-transform: none !important;
}
.submit-roulette:hover {
  background-color: #388E3C !important;
}
.submit-roulette:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.error-message {
  color: red;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  display: none;
}
.error-message.show {
  display: block;
}
.button {
  width: 100%;
  border: 0;
  background: #43A047;
  color: #fff;
  font-weight: 600;
  padding: 4px 5px;
  min-height: 46px;
  cursor: pointer;
}

.comment-text img {
  max-width: 600px;
  width: 100%;
}

.mobile {
  display: none;
}

@media (max-width: 600px) {
  .mobile {
    display: flex;
    flex-direction: column;
  }

  .des {
    display: none !important;
  }
}
