@keyframes form-appear {
  0% {
    transform: translateY(2000px);
  }
  30% {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.boldText {
  font-weight: 700;
}
.italicText {
  font-style: oblique;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0 !important;
  background-color: #001937;
  font-family: Arial, sans-serif;
}
input,
button {
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
.new_price_cur,
.new_price_val {
  padding: 0;
}
ol.list-1,
ul.list-1 {
  list-style: none;
  margin: 0;
}
ol.list-1 {
  counter-reset: section;
}
ol.list-1 li {
  counter-increment: section;
}
ol.list-1 li::before {
  content: counters(section, ".") ". ";
  margin-right: 5px;
  margin-left: -24px;
  text-align: right;
}
.list-0 {
  display: inline-block;
  margin-left: 24px;
}
ul.list-1 li::before {
  content: "•";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
ul.list-1 ol,
ul.list-2 div ol {
  counter-reset: listStyle;
}
ul.list-1 ol li,
ul.list-2 div ol li {
  counter-increment: listStyle;
}
ul.list-1 ol li::before,
ul.list-2 div ol li::before {
  content: counter(listStyle, lower-alpha);
}
ol li.listCircle,
ul li.listCircle {
  list-style-type: none;
}
ol li.listCircle::before,
ul li.listCircle::before {
  content: "∘";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
.imgBox__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 100px;
}
.imgBox__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}
.ctContent {
  max-width: 1025px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ctContent,
.ctContentFluid {
  width: 100%;
  background: #fff;
}
.btnWrapper {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  max-width: 1000px;
}
.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-size: 24px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btnWrapper__btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.menHealthCom {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.menHealthCom__wrapper {
  display: flex;
  padding: 10px 55px 30px;
  width: 100%;
}
.menHealthCom__avatarWrapper {
  margin-right: 21px;
  width: 100%;
  height: 78px;
  max-width: 78px;
}
.menHealthCom__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menHealthCom__info {
  width: 100%;
}
.menHealthCom__comment,
.menHealthCom__name {
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  word-break: break-word;
  color: #000;
}
.menHealthCom__comment {
  font-weight: 400;
}
.menHealthCom:first-child {
  padding-top: 0;
}

.goToForm {
  display: none;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: red;
}
.goToFormShow {
  display: block !important;
}
.ctContentFluid--red {
  background: red;
}
.line {
  width: 100%;
}
.line__container {
  padding: 3px 0;
  width: 100%;
}
.line__bg {
  width: 100%;
  height: 3px;
  background: #000;
}
.news24ContentImg__imgItem {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news24ContentImg__imgWrapper {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 700px;
}
.news24ContentImg__imgWrapper--small {
  max-width: 500px;
}
.news24Doors {
  padding: 10px 15px 80px;
  width: 100%;
}
.news24Doors__subWrapper {
  border-radius: 10px;
  padding: 10px;
  background-color: #3a4752;
}
.news24Doors__supTitle {
  padding: 0 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.news24Doors__pricesWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
}
.news24Doors__pricesWrapper--oldPrice {
  padding-right: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  text-decoration: line-through;
  color: gray;
}
.news24Doors__pricesWrapper--newPrice {
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
  color: red;
}
.news24Doors__subTitle {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.news24Doors__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.news24Doors__wrapper--hide {
  display: none;
}
.news24Doors__doorsWrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.news24Doors__box {
  position: relative;
  z-index: 0;
  padding: 20px;
}
.news24Doors__prizeWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  height: 100px;
  max-width: 150px;
  box-shadow: 0 1px 2px 2px #7f7878;
}
.news24Doors__prize {
  font-weight: 700;
  font-size: 55px;
  color: red;
}
.news24Doors__imageWrapper {
  border: 2px solid #000;
  width: 100%;
  height: fit-content;
  max-width: 190px;
  perspective: 500px;
}
.news24Doors__doorsImage {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #191919;
  object-fit: contain;
  transform-origin: 0 0;
  transition: 0.5s transform linear;
  cursor: pointer;
}
.news24Doors__doorsImage:hover {
  transform: rotateY(-30deg);
}
.news24Doors__doorsImage--open {
  transform: rotateY(-90deg) !important;
}
.news24Doors__popUpWrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.news24Doors__popUpWrapper--show {
  display: flex;
}
.news24Doors__hiddenWrapper {
  width: 100%;
  max-width: 500px;
}
.news24Doors__popUpCloser {
  display: block;
  margin-left: auto;
  width: 100%;
  height: fit-content;
  max-width: 30px;
  cursor: pointer;
}
.news24Doors__closeImage {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px #fff;
  object-fit: contain;
}
.news24Doors__popUpContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px 20px 20px;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
}
.news24Doors__popUpText,
.news24Doors__popUpTitle {
  padding: 10px 0;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
}
.news24Doors__popUpText {
  padding: 5px 0;
  font-size: 16px;
}
.news24Doors__popUpLink {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  border-radius: 5px;
  padding: 10px 30px;
  min-width: 180px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  background-color: #71c341;
  cursor: pointer;
}
.news24Doors__offerWrapper {
  width: 100%;
  height: fit-content;
  max-width: 220px;
}
.news24Doors__offerImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news24Doors__form {
  z-index: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 20px 20px 5px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  animation: 0.6s ease 0s normal none 1 running form-appear;
}
.news24Doors__formImgWrapper {
  position: relative;
  width: 100%;
  height: fit-content;
  max-width: 215px;
}
.news24Doors__formImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news24Doors__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
}
.news24Doors__timer .countdownTimerBox {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  max-width: 10%;
}
.news24Doors__timer .countdownTimerBox .minutes,
.news24Doors__timer .countdownTimerBox .seconds {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  transition: 0.2s;
}
.news24Doors__timer .countdownTimerBox .minutesBox,
.news24Doors__timer .countdownTimerBox .secondsBox {
  display: flex;
}
.news24Doors__timer .countdownTimerBox .timeBg {
  display: block;
  margin: 0;
  padding: 0;
  width: unset;
  height: unset;
  line-height: 32px;
  text-align: center;
  color: red;
  background: #fff;
}
.news24Doors__timer .countdownTimerBox .timeBg:nth-child(2n) {
  margin-right: 0;
}
.news24Doors__timer .countdownTimerBox .ending {
  display: block;
  margin: 0 5px;
  padding: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #000;
  transition: 0.2s;
}
.news24Doors__formTitle {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}
.news24Doors__formTitle--red {
  font-weight: 700;
  color: #ca2d2d;
}
.news24Doors__formTitle--big {
  font-size: 26px;
}
.news24Doors__formSubTitle {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}
.news24Doors__formWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
}
.news24Doors__formBtn,
.news24Doors__formName,
.news24Doors__formPhone {
  display: flex;
  outline: 0;
  width: 100%;
  height: auto;
  max-width: 300px;
  box-sizing: border-box;
  font-style: normal;
  line-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.news24Doors__formName,
.news24Doors__formPhone {
  flex-direction: column;
  align-items: flex-start;
  margin: 7px 0;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  transition: 0.25s;
}
.news24Doors__formBtn {
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 4px 3px #242120;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  cursor: pointer;
}
.news24Doors__textFooter {
  margin: 0;
  padding: 5px 0 0;
  font-weight: 400;
  text-align: center;
}
.news24Doors__formBotText {
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 15px;
  word-break: break-word;
  text-align: center;
  color: #888;
}
.winPopupBgNews24Doors,
.winPopupNews24Doors {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.winPopupBgNews24Doors {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  padding: 0 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.winPopupNews24Doors {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 70px 10px 20px;
  max-width: 400px;
  word-break: break-word;
  text-align: center;
  background: #fff 0 0;
  animation: 0.6s ease 0s normal none 1 running pop-up-appear;
}
.winPopupNews24Doors__iconWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 110px;
  max-height: 110px;
}
.winPopupNews24Doors__iconRound--white {
  position: absolute;
  left: 0;
  top: -123px;
  border: 0;
  border-radius: 50%;
  width: 100%;
  height: auto;
  background: #71c341;
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.winPopupNews24Doors__iconWrapperClose {
  position: relative;
  width: 100%;
  height: 100%;
}
.winPopupNews24Doors__closeBtn {
  position: absolute;
  right: -45px;
  top: -107px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: #fff 0 0 10px 0;
  cursor: pointer;
}
.winPopupNews24Doors__text {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #333;
}
.winPopupNews24Doors__text--title {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 45px;
}
.winPopupNews24Doors__btn {
  margin: 25px auto 0;
  border: 0;
  border-radius: 5px;
  padding: 10px 20%;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #71c341;
  cursor: pointer;
}
.winPopupNews24Doors__text--red {
  color: red;
}
.winPopupBgNews24DoorsShow {
  display: flex;
}
.winPopupBgNews24DoorsEdit {
  position: unset;
  display: flex;
  min-height: 50vh;
}
.news24DoorsFormShow {
  display: flex;
}
.news24NavSecond {
  border-bottom: 10px solid #8f1e26;
  padding: 8px 20px;
  background: #2d0b0d;
  background: linear-gradient(180deg, #24090a 0, #781516 70%, #861617 100%);
}
.news24NavSecond__itemsWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news24NavSecond__itemsWrapper ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.news24NavSecond__itemsWrapper:hover .news24NavSecond__linkItem {
  opacity: 0.5;
}
.news24NavSecond a.news24NavSecond__linkItem {
  color: #e4cbcc;
}
.news24NavSecond a.news24NavSecond__linkItem:hover {
  color: #001938;
  background-color: #3a6eb5;
  opacity: 1 !important;
}
.news24NavSecond__linkItem {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
.news24Text__mainTitleWrapper {
  margin-top: 15px;
  padding-bottom: 20px;
}
.news24Text__simpleTextWrapper--greenBG {
  border: 1px solid #000;
  padding: 10px;
  background-color: #b6d7a8;
}
.news24Text__simpleTextWrapper--orangeBg {
  padding: 10px;
  background-color: #ffe4b5;
}
.news24Text__simpleTextWrapper--withPdding {
  padding: 10px 30px;
}
.news24Text__mainTitle {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
  color: #000;
}
.news24Text__mainTitle--colored {
  color: red;
}
.news24Text__simpleText {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 25px;
}
.news24Text__simpleText ul {
  padding-left: 20px;
}
.news24Text__simpleText--subHeader {
  padding: 15px 30px;
  font-weight: 700;
  font-size: 26px;
}
.news24Text__simpleText--bold {
  font-weight: 700;
}
.news24Text__simpleText--red {
  color: red;
}
.news24Text__simpleText--withBg {
  font-weight: 700;
  font-size: 22px;
  background: #ffe4b5;
}
.news24Text__simpleText--noPaddings {
  padding: 10px 0;
}
/* .news24Text__simpleText--noPaddings ul {
  padding-left: 60px;
} */
.news24Text__simpleText--bordered {
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
}
.news24Text__simpleText--redBorder {
  border: 1px solid red;
}
.news24Text__simpleText--greenBg {
  background-color: #b6d7a8;
}
.news24Text__simpleText--withBgInline {
  font-weight: 700;
  font-size: 22px;
  background: #ffe4b5;
}
.news24Text__simpleText--biger {
  font-size: 22px;
}
.news24Text__simpleText--centered {
  text-align: center;
}
.news24Text__simpleText--underImage {
  padding-bottom: 30px;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
.news24Text__simpleText--commentsTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #03658c;
}
.news24Text a.news24Text__simpleText--link {
  color: #84171e;
}
.news24Text a.news24Text__simpleText--link:hover {
  color: #3a6eb5;
}
.news24Text a.news24Text__simpleText--blueLink {
  color: #00f;
}
.news24Text a.news24Text__simpleText--redLink {
  color: red;
}
.news24Text__footerBtnWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.news24Text__borderBottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.news24Text__footerWrapper {
  margin-top: 40px;
  border-top: 10px solid #3079d5;
  padding-top: 40px;
}
.news24Text__footerText {
  font-size: 12px;
  text-align: center;
}
.news24Text a.news24Text--footerBtn:hover {
  background-color: #d9292d;
}
.news24Text--withPdding {
  padding: 10px 30px;
}
.news24Text--greenBlock,
.news24Text--orangeBlock {
  padding: 10px;
}
.news24Text--footerBtn {
  display: inline-block;
  border: 0;
  border-radius: 2.5px;
  padding: 0 25px;
  box-shadow: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.news24Text--border {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.oneImageWidget {
  padding: 15px;
}
.oneImageWidget__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paragraphWidget__text {
  margin: 0;
  padding: 35px 20px;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}
.oneImageWidget__wrapper--108353 {
  max-width: 1200px;
}
.oneImageWidget__img--895092 {
  height: 100%;
}
.news24Text__mainTitle--169724 {
  display: inline-block;
  padding-left: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #ff0004;
  padding-bottom: 0;
}
.news24Text--285587 {
  color: #000;
}
.news24Text__simpleText--472378 {
  line-height: 30px;
}
.news24ContentImg__imgWrapper--331147 {
  max-width: 700px;
}
.news24ContentImg__imgItem--198922 {
  height: 100%;
}
.news24Text__simpleText--708552 {
  font-size: 22px;
  line-height: 28.6px;
  font-weight: 700;
  color: #ff0004;
}
.news24Text__simpleText--968193 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text--206720,
.news24Text--476890,
.news24Text--780778 {
  font-weight: 700;
}
.news24Text--178372 {
  font-style: oblique;
}
.news24Text--130098,
.news24Text--352313 {
  font-weight: 700;
}
.news24Text__simpleText--497405 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
}
.news24Text--375683 {
  color: #ff0004;
}
.news24Text__simpleText--503162 {
  font-weight: 400;
}
.news24Text--317982,
.news24Text--610597 {
  font-weight: 700;
}
.news24ContentImg__imgWrapper--230877 {
  max-width: 700px;
}
.news24ContentImg__imgItem--598277 {
  height: 100%;
}
.news24Text__simpleText--661217 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text--203066 {
  font-weight: 700;
}
.news24Text__simpleText--970819 {
  font-size: 22px;
  line-height: 28.6px;
  font-weight: 700;
  color: #ff0004;
}
.news24Text__simpleText--773091 {
  font-size: 20px;
  line-height: 26px;
}
.news24Text--136178,
.news24Text--663517,
.news24Text--835365 {
  font-weight: 700;
}
.news24Text__simpleText--624881 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text--367612,
.news24Text--806043 {
  font-weight: 700;
}
.oneImageWidget__wrapper--883188 {
  max-width: 700px;
}
.oneImageWidget__img--945220 {
  height: 100%;
}
.news24Text--328359 {
  color: #060174;
  text-decoration-line: underline;
  cursor: pointer;
}
.news24Text--439411 {
  font-weight: 700;
}
.news24Text__simpleText--270675 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text--456621,
.news24Text--918716,
.news24Text--941799,
.news24Text__simpleText--549087 {
  font-weight: 700;
}
.news24Text__simpleText--499660 {
  font-size: 22px;
  line-height: 28.6px;
}
.news24Text__simpleText--140189,
.news24Text__simpleText--499660 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text--825061,
.news24Text--843736,
.news24Text--852337 {
  color: #18287f;
  text-decoration-line: underline;
  cursor: pointer;
}
.news24Text--843736,
.news24Text--852337 {
  color: #0a1659;
}
.news24Text--852337 {
  color: #071b6f;
}
.oneImageWidget__wrapper--279711 {
  max-width: 300px;
}
.oneImageWidget__img--238631 {
  height: 100%;
}
.news24Text--912553 {
  color: #0f0676;
  text-decoration-line: underline;
  cursor: pointer;
}
.news24Text__simpleText--385810 {
  background-color: #f8f7c8;
}
.news24Text--321252 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.news24Text--201770,
.news24Text--232930,
.news24Text--280978,
.news24Text--930162,
.undefined {
  font-weight: 700;
}
.news24Text--369412 {
  color: #1c138b;
  text-decoration-line: underline;
  cursor: pointer;
}
.oneImageWidget__wrapper--587045 {
  max-width: 600px;
}
.oneImageWidget__img--634927 {
  height: 100%;
}
.news24Text__simpleText--793633 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text__simpleText--178839 {
  font-style: oblique;
  text-align: left;
}
.news24Text--778867 {
  color: #040b68;
  text-decoration-line: underline;
  cursor: pointer;
}
.oneImageWidget__wrapper--180077 {
  max-width: 500px;
}
.oneImageWidget__img--189066 {
  height: 100%;
}
.news24Text__simpleText--184869 {
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.news24Text__simpleText--572055 {
  font-style: oblique;
  text-align: left;
}
.news24Text--965313 {
  color: #11146e;
  text-decoration-line: underline;
  cursor: pointer;
}
.news24Text__simpleText--511924 {
  font-weight: 700;
  font-size: 23px;
  line-height: 29.9px;
}
.news24Text--443029 {
  color: #140c74;
  text-decoration-line: underline;
  cursor: pointer;
}
.news24Text__simpleText--492768 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.news24Text--183263 {
  color: #09146c;
  text-decoration-line: underline;
  cursor: pointer;
}
.news24Text__simpleText--534507 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
  text-align: center;
  color: #ff0004;
}
.news24Text--357201 {
  font-weight: 700;
}
.news24Text--408944 {
  font-weight: 700;
  color: #ff0004;
}
.news24Text--574736 {
  font-weight: 700;
}
.news24Doors__formImg--725522 {
  width: 100%;
}
.news24Doors__pricesWrapper--newPrice--702506 {
  font-size: 26px;
  line-height: 33.8px;
}
.paragraphWidget--601135 {
  font-size: 23px;
  line-height: 29.9px;
  font-weight: 700;
}
.commentImgWrapper--490462 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--802068 {
  width: 100%;
  object-fit: contain;
}
.commentBox--662962 {
  color: #1b0c65;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--567822 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--986385 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--394877 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--406233 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--831841 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--582576 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--624117 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--173564 {
  width: 100%;
  object-fit: contain;
}
.commentBox--177109 {
  color: #160f6c;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--109676 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--294833 {
  width: 100%;
  object-fit: contain;
}
.commentBox--332661 {
  color: #0f326a;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--610442 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--424919 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--166598 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--175143 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--896269 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--542895 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--689238 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--425188 {
  width: 100%;
  object-fit: contain;
}
.commentBox--703703 {
  color: #130f6e;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--188977 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--315380 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--482566 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--851828 {
  width: 100%;
  object-fit: contain;
}
.commentBox--989858 {
  color: #050062;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--958562 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--700711 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--754209 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--386273 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--655756 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--256924 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--883694 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--338064 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--518313 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--162739 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--587935 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--952177 {
  width: 100%;
  object-fit: contain;
}
.commentBox--618987 {
  color: #361982;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--816551 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--495741 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--763443 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--417405 {
  width: 100%;
  object-fit: contain;
}
.commentBox--852792 {
  color: #1d1460;
  text-decoration-line: underline;
  cursor: pointer;
}
.commentImgWrapper--765377 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--151644 {
  width: 100%;
  object-fit: contain;
}
.commentImgWrapper--522933 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--284143 {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .news24ContentImg,
  .news24Doors,
  .news24Text {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .news24Doors__timer .countdownTimerBox .minutes,
  .news24Doors__timer .countdownTimerBox .seconds {
    font-size: 17px;
  }
  .news24Doors__timer .countdownTimerBox .timeBg {
    width: unset;
    height: unset;
    line-height: 32px;
  }
  .news24Doors__timer .countdownTimerBox .ending {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
@media (max-width: 890px) {
  .news24NavSecond__linkItem {
    font-size: 12px;
  }
}
@media (max-width: 883px) {
  .news24NavSecond__itemsWrapper {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .menHealthCom__wrapper {
    padding: 10px;
  }
  .menHealthCom {
    padding-bottom: 10px;
  }
  .winPopupNews24Doors__iconRound--white {
    left: 5px;
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .textMedia {
    padding: 5px;
  }
  .textHeightMedia {
    line-height: normal;
  }
  .textLetterMedia {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .btnWrapper__btn {
    font-size: 20px;
  }
  .news24Doors__box {
    padding: 10px;
  }
  .news24Doors__prizeWrapper {
    border-radius: 50%;
    height: 60px;
    max-width: 60px;
  }
  .news24Doors__prize {
    font-size: 20px;
  }
  .news24Doors__imageWrapper {
    max-width: 95px;
  }
  .news24Doors__formImgWrapper {
    max-width: 200px;
  }
  .winPopupNews24Doors__closeBtn {
    right: -5px;
  }
  .news24NavSecond,
  .news24NavSecond__itemsWrapper ul {
    display: none;
  }
  .news24Text__mainTitleWrapper {
    margin-top: 0;
  }
  .news24Text__mainTitle {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .news24Doors__form {
    padding: 0px;
  }
}
.mobile_visible {
  display: none;
}
@media (max-width: 500px) {
  .mobile_hidden {
    display: none;
  }
  .mobile_visible {
    display: block;
  }
}
[scroll="goScrollToForm"] {
  cursor: pointer;
}
.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);
  }
}
.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.popbox_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 780px;
  text-align: center;
  width: 100%;
  background: #3c72b5;
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, #3c72b5),
    color-stop(100%, #7b9fcc)
  );
  background: -o-linear-gradient(315deg, #3c72b5 0, #7b9fcc 100%);
  background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
  position: relative;
  border: 5px solid #ddd;
  padding: 25px 10px;
}
.popbox-btn:hover,
.popbox-title .city {
  text-decoration: underline;
}
.popbox-btn-block,
.popbox-text p {
  text-align: left;
}
.popbox_container p.popbox-title {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.popbox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 9px 0 #000;
  box-shadow: 0 0 9px 0 #000;
  background: url(../images/close.png) -4px -2px no-repeat;
}
.popbox-content {
  padding-top: 15px;
}
.popbox-img {
  float: left;
  width: 30%;
}
.popbox-img img {
  max-width: 170px;
  width: 100%;
  height: auto;
}
.popbox-text {
  display: inline-block;
  width: 70%;
  margin-left: 0%;
}
.popbox-text p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  color: #fff;
  font-size: 20px;
}
.popbox-text span {
  border-radius: 3px;
  color: #5b5f65;
  background: #fff;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px;
}
.popbox-btn {
  display: inline-block;
  max-width: 380px;
  margin: 10px 0 0;
  font-size: 23px;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.popbox-btn:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 900px) {
  .popbox-btn,
  .popbox-text p {
    font-size: 18px;
  }
  .popbox_container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .popbox-img {
    display: none;
  }
  .popbox_container p.popbox-title {
    font-size: 22px;
  }
  .popbox-text {
    width: 100%;
    margin-left: 0;
  }
  .popbox-btn-block {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .news24Doors__pricesWrapper--newPrice--702506 {
    font-size: 20px;
    line-height: normal;
  }
  .news24Doors__timer .countdownTimerBox {
    margin: 0 auto;
  }
  .news24Text--withPdding {
    padding: 10px;
  }
  .news24Text__simpleText,
  .news24Text__simpleTextWrapper--withPdding {
    padding: 10px 20px;
  }
  .news24Text__simpleText--noPaddings {
    padding: 10px 0;
  }
}
