#promo2-template .close-popup,
#promo2-template .cursor-text {
  cursor: pointer;
  position: absolute;
}
#promo2-template .cursor-text,
#promo2-template .pop-up-window,
#promo2-template .spin-result-wrapper,
#promo2-template .spin-wrapper,
#promo2-template .rulet-wrapper {
  text-align: center;
}
#promo2-template .order_block,
#promo2-template .spin-wrapper {
  max-width: 600px !important;
  margin: 20px auto !important;
}
#promo2-template .btn_rulet {
  display: block !important;
  margin: 25px auto 0 !important;
  padding: 20px !important;
  font-size: 20px !important;
  text-decoration: none !important;
  background-color: #de0606 !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
}
#promo2-template .rulet_input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto !important;
  color: -internal-light-dark(black, white) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  display: inline-block !important;
  text-align: start !important;
  appearance: textfield !important;
  background-color: -internal-light-dark(#fff, #3b3b3b) !important;
  -webkit-rtl-ordering: logical !important;
  cursor: text !important;
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 4px !important;
  padding: 10px !important;
  width: 90% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
  box-sizing: border-box;
}
#promo2-template .spin-title {
  font-size: 20px !important;
}
#promo2-template .spin-result-wrapper {
  font-family: Arial, Sans-Serif;
}
#promo2-template .spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
#promo2-template .spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px;
}
#promo2-template .rulet {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}
#promo2-template .rulet-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#promo2-template .cursor-text {
  font-size: 14px;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 11px;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset,
    rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset,
    rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(234, 234, 234, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0,
    rgba(234, 234, 234, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eaeaea',GradientType=1);
}
#promo2-template .rulet-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
#promo2-template .close-popup {
  width: 30px;
  background: #ccc;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  right: -40px;
}
#promo2-template .cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
#promo2-template .spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
#promo2-template .pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
#promo2-template .pop-up-layer-show {
  display: block;
}
#promo2-template .pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 30%;
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: 0.7s ease 0 normal none 1 running pop-up-appear;
}
#promo2-template .pop-up-window::after,
#promo2-template .pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#promo2-template .pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
#promo2-template .pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
@keyframes pop-up-appear {
  0 {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pop-up-appear-before {
  0 {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#promo2-template .pop-up-heading {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}
#promo2-template .pop-up-text {
  margin-bottom: 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #414141 !important;
  font-weight: 400;
}
#promo2-template .pop-up-button,
#promo2-template .pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
#promo2-template .pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #71c341 !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important;
}
#promo2-template .rulet img {
  max-width: 100%;
}
#promo2-template .super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}
@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}
#promo2-template .time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
#promo2-template .time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}
#promo2-template .order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
#promo2-template .order_block__time {
  font-weight: bold;
  font-size: 20px;
  color: red;
}
#promo2-template .order_block {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#promo2-template .prod_img_wrapper {
  float: none;
  margin-right: 10%;
}
#promo2-template .prod_img_wrapper {
  max-width: 100%;
  margin: 15px auto;
  position: relative;
}
#promo2-template .prod_img {
  max-width: 100%;
  max-height: 350px;
}
#promo2-template .priceСЃ {
  position: absolute;
  font-family: "Arial", sans-serif;
  left: -35px;
  top: -35px;
  padding: 10px 15px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  text-align: center !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0 auto 0;
  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 19%;
}
#promo2-template span.discountСЃ {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}
#promo2-template .price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 15px;
  /* margin: 0 auto; */
}
#promo2-template .js_old_price {
  display: block;
  margin: 0 auto;
}
#promo2-template .data_label {
  line-height: 30px;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
}
@media all and (max-width: 520px) {
  #promo2-template .rulet {
    width: 240px !important;
  }
  #promo2-template .pop-up-heading {
    font-size: 33px !important;
  }
  #promo2-template .pop-up-text {
    margin-bottom: 15px !important;
  }
  #promo2-template .cursor-text {
    line-height: 40px;
    font-size: 8px;
  }
  #promo2-template .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer;
  }
}
#promo2-template .order__text {
  padding: 5px;
  font-size: 22px;
}
@media (max-width: 600px) {
  #promo2-template .form,
  #promo2-template .prod_img_wrapper {
    display: block;
  }
  #promo2-template .prod_img_wrapper {
    float: none;
    margin: 0 auto;
  }
  #promo2-template .form {
    padding-top: 30px;
    min-width: auto;
  }
  #promo2-template .form__input {
    padding: 5px 15px;
    min-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 755px) {
  #promo2-template .priceСЃ {
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.8) 0 3px 6px;
  }
}
@media (max-width: 600px) {
  #promo2-template .priceСЃ {
    top: 0;
  }
}
@media (max-width: 455px) {
  #promo2-template .priceСЃ {
    left: 25px;
  }
}
@media (max-width: 400px) {
  #promo2-template .order_block__time {
    margin-bottom: 10px;
  }
  #promo2-template .priceСЃ {
    font-size: 14px;
    padding: 5px;
  }
  #promo2-template .price_main {
    font-size: 20px;
  }
}

#promo2-template .rulet-img-wrapper {
  position: relative;
}

#promo2-template .wheel-discount {
  transform: rotate(50deg);
  position: absolute;
  right: 50px;
  top: 54px;
  font-size: 52px;
  font-weight: bold;
}

@media (max-width: 520px) {
  #promo2-template .wheel-discount {
    right: 32px;
    top: 31px;

    font-size: 33px;
  }
}

#promo2-template .price-block {
  margin: 0 auto 20px;
  max-width: 275px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}
#promo2-template html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

#promo2-template main {
  display: block;

  padding: 0 10px;
}

#promo2-template h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#promo2-template a {
  background-color: transparent;
}

#promo2-template b {
  font-weight: bolder;
}

#promo2-template img {
  border-style: none;
}

#promo2-template button,
#promo2-template input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

#promo2-template button,
#promo2-template input {
  overflow: visible;
}

#promo2-template button {
  text-transform: none;
}

#promo2-template button {
  -webkit-appearance: button;
}

#promo2-template button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#promo2-template button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

#promo2-template html {
  box-sizing: border-box;
  font-size: 16px;
}

#promo2-template *,
#promo2-template *::before,
#promo2-template *::after {
  box-sizing: inherit;
}

#promo2-template a {
  text-decoration: none;
  color: inherit;
}

#promo2-template body,
#promo2-template h1,
#promo2-template h2,
#promo2-template p,
#promo2-template li {
  margin: 0;
}

#promo2-template ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#promo2-template input,
#promo2-template button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

#promo2-template img {
  max-width: 100%;
}

#promo2-template .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#promo2-template {
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #f5f2e9;
  color: #000000;

  overflow-x: hidden;
}

#promo2-template .wrapper {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  #promo2-template .wrapper {
    padding: 0 10px;
  }
}

#promo2-template .header__inner {
  display: table;
  width: 100%;
  font-size: 0;
}

#promo2-template .header__logo,
#promo2-template .header__search-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

@media (max-width: 767px) {

  #promo2-template .header__logo,
  #promo2-template .header__search-wrapper {
    height: auto;
  }
}

#promo2-template .header__logo {
  width: calc(100% - 380px);
}

#promo2-template .header__search-wrapper {
  width: 380px;
}

@media (max-width: 767px) {
  #promo2-template .header__search-wrapper {
    width: 40px;
  }
}

#promo2-template .header__form {
  width: 100%;
  position: relative;
}

#promo2-template .header__input {
  width: 100%;
  background: #efefef;
  border-radius: 50px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #9f9f9f;
  padding: 12px 15px;
  border: none;
}

#promo2-template .header__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background:url(../images/lupa.png) center no-repeat #b118e5;
  border: none;
  /* cursor: pointer; */
}

#promo2-template .header__nav {
  background: #272727;
}

#promo2-template .header__nav-list {
  display: inline-block;
}

@media (max-width: 767px) {
  #promo2-template .header__nav-list {
    display: none;
  }
}

#promo2-template .header__item {
  margin-right: 30px;
}

#promo2-template .header__nav-item {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  line-height: 41px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

#promo2-template .header__nav-item:hover {
  text-decoration: underline;
}

#promo2-template .header__user-btn {
  float: right;
  position: relative;
}

#promo2-template .header__user-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#promo2-template .header__menu {
  display: none;
}

#promo2-template .header__menu a {
  display: inline-block;
  padding: 13px 0;
}

@media (max-width: 767px) {
  #promo2-template .header__menu {
    display: inline-block;
  }
}

#promo2-template .promo__info {
  padding: 20px 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #9c9c9c;
}

@media (max-width: 767px) {
  #promo2-template .promo__info {
    padding: 15px 0;
  }
}

#promo2-template .promo__author-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  float: left;
}

@media (max-width: 767px) {
  #promo2-template .promo__author-img {
    width: 40px;
    height: 40px;
  }
}

#promo2-template .promo__author-info {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #5c0da0;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

#promo2-template .promo__author-info span {
  display: block;
  font-weight: 300;
}

@media (max-width: 767px) {
  #promo2-template .promo__author-info {
    font-size: 18px;
    line-height: 21px;
    height: 30px;
  }
}

#promo2-template .promo__author,
#promo2-template .promo__social-list {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#promo2-template .promo__social-item {
  float: right;
  height: 40px;
  width: 40px;
  margin-left: 15px;
}

#promo2-template .promo__social-item a {
  display: block;
}

#promo2-template .promo__social-item a svg {
  fill: #dddddd;
  transition: all 0.3s;
  height: 40px;
  width: 40px;
}

#promo2-template .promo__social-item:hover svg {
  fill: #b118e5;
}

@media (max-width: 767px) {
  #promo2-template .promo__social-item {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }

  #promo2-template .promo__social-item svg {
    width: 30px;
    height: 30px;
  }
}

#promo2-template .promo__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #promo2-template .promo__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}

#promo2-template .promo__stats-list {
  padding: 15px 0;
  border-bottom: 1px solid #9c9c9c;
}

@media (max-width: 767px) {
  #promo2-template .promo__stats-list {
    padding: 5px 0;
  }
}

#promo2-template .promo__stats-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  #promo2-template .promo__stats-item {
    font-size: 14px;
    line-height: 16px;
  }
}

#promo2-template .promo__stats-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}


#promo2-template .article {
  padding-top: 20px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  #promo2-template .article {
    padding-bottom: 20px;
  }
}

#promo2-template .artcile__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #promo2-template .artcile__text {
    font-size: 18px;
    line-height: 25px;
  }
}

#promo2-template .artcile__text-big {
  background: #f5f5f5;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  border-left: 3px solid #ea4747;
  padding: 50px 30px 10px;
  position: relative;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #promo2-template .artcile__text-big {
    font-size: 22px;
    line-height: 30px;
    padding: 30px 10px 10px;
    background: #f5f5f5;
  }
}

#promo2-template .article__img {
  margin-bottom: 20px;
}

#promo2-template .artcile__prod-img {
  margin: 0 auto;
}

#promo2-template .article__btn {
  display: block;
  max-width: 450px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: #ea4747;
  border-radius: 50px;
  margin: 0 auto;
  padding: 22px 0;
  transition: all 0.3s;
  cursor: pointer;
}

#promo2-template .article__btn:hover {
  color: #000000;
  background: yellow;
}

@media (max-width: 767px) {
  #promo2-template .article__btn {
    font-size: 18px;
    line-height: 26px;
    padding: 7px;
    max-width: 250px;
  }
}

#promo2-template .comments__header {
  background: #272727;
}

#promo2-template .comments__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  padding: 3px 0;
}

#promo2-template .comments__list {
  padding-top: 35px;
  margin-bottom: 35px;
}

#promo2-template .comments__item {
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid #9c9c9c;
  position: relative;
}

#promo2-template .comments__item--reply {
  margin-top: 20px;
  border-bottom: none;
  border-left: 1px solid #9c9c9c;
  padding: 0 0 0 90px;
}

#promo2-template .comments__item--reply .commtens__ava {
  left: 20px;
  top: 0;
}

@media (max-width: 767px) {
  #promo2-template .comments__item {
    padding: 10px 0 20px 50px;
  }

  #promo2-template .comments__item--reply {
    padding: 0 0 0 50px;
  }

  #promo2-template .comments__item--reply .commtens__ava {
    left: 5px;
    top: 0;
  }
}

#promo2-template .commtens__ava {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 0;
}

@media (max-width: 767px) {
  #promo2-template .commtens__ava {
    width: 40px;
    height: 40px;
    left: 0;
    top: 10px;
  }
}

#promo2-template .comments__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #5c0da0;
}

@media (max-width: 767px) {
  #promo2-template .comments__name {
    font-size: 18px;
    line-height: 25px;
  }
}

#promo2-template .comments__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

@media (max-width: 767px) {
  #promo2-template .comments__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}

#promo2-template .comments__date {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

@media (max-width: 767px) {
  #promo2-template .comments__date {
    font-size: 14px;
    line-height: 16px;
  }
}

#promo2-template .comments__img {
  width: 480px;
  margin-top: 10px;
}

#promo2-template .link {
  color: red;
  font-weight: bolder;
}

#promo2-template .link:hover {
  text-decoration: underline;
}

#promo2-template .ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: #a12000;
}

#promo2-template .ac_footer a {
  color: #a12000;
}

#promo2-template .ac_footer p {
  text-align: center;
}

#promo2-template form .error {
  color: #ff0000;
  display: block;
}

#promo2-template .footer_links {
  margin: 30px 0 30px 0;
}

#promo2-template footer {
  font-size: 12px;
  padding: 15px;
  text-align: center;
  color: #000000;
}

#promo2-template footer a {
  text-decoration: none;
  color: #000000;
}

#promo2-template select.rulet_input {
  appearance: none!important;
  height: 48px;
}