@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;
  }
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header img {
  max-width: 100%;
}

.header_mob {
  display: none;
}

.header_mini {
  display: none;
}

.old {
  color: #000;
  text-decoration: line-through;
}

@media (max-width:400px) {
  .header_img {
    display: none;
  }

  .header_mob {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

.boldText {
  font-weight: 700;
}

.italicText {
  font-style: oblique;
}

body {
  margin: 0 !important;
  background-color: #fff;
}

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: -1px auto 0;
  width: 100%;
  background: 0 0;
}

.ctContent {
  max-width: 1025px;
  margin: -1px auto 0;
  box-sizing: border-box;
}

.ctContent,
.ctContentFluid {
  width: 100%;
  background: #fff;
}

.feminaCom {
  padding: 30px 50px 0;
  width: 100%;
  max-width: 100%;
}

.feminaCom__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.feminaCom__avatarWrapper {
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  padding: 0;
  width: 100%;
  height: 70px;
  max-width: 70px;
}

.feminaCom__avatar {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feminaCom__info {
  width: 100%;
}

.feminaCom__comment,
.feminaCom__comment a,
.feminaCom__name {
  font-family: sans-serif;
  line-height: 26px;
  word-break: break-word;
  text-decoration: none;
}

.feminaCom__name {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}

.feminaCom__comment,
.feminaCom__comment a {
  font-size: 22px;
}

.feminaCom__comment {
  margin: 10px 0 0;
  padding: 0;
  font-weight: 400;
}

.feminaCom__comment a {
  font-weight: 700;
  color: #4193d4;
}

.feminaCom__imgProductWrapper {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  height: fit-content;
  max-width: 400px;
}

.feminaCom__imgProduct {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feminaCom__published {
  margin: 15px 0 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
  color: #62a7d9;
}

.docInfoDoors {
  padding: 20px;
  width: 100%;
}

.docInfoDoors__titleWrapper {
  border-radius: 10px;
  padding: 10px;
  background-color: #3a4752;
}

.docInfoDoors__title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  word-break: break-word;
  text-align: center;
  color: #fff;
}

.docInfoDoors__wrapper {
  width: 100%;
}

.docInfoDoors__wrapper--hide,
.kardineoFooter__list ul li::before {
  display: none;
}

.docInfoDoors__doorsWrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.docInfoDoors__box {
  position: relative;
  z-index: 0;
  padding: 20px;
}

.docInfoDoors__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;
}

.docInfoDoors__prize {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 40px;
  word-break: break-word;
  color: red;
}

.docInfoDoors__imageWrapper {
  border: 2px solid #000;
  width: 100%;
  height: fit-content;
  max-width: 190px;
  perspective: 500px;
}

.docInfoDoors__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;
}

.docInfoDoors__doorsImage:hover {
  transform: rotateY(-30deg);
}

.docInfoDoors__doorsImage--open {
  transform: rotateY(-90deg) !important;
}

.docInfoDoors__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);
}

.docInfoDoors__popUpWrapper--show {
  display: flex;
}

.docInfoDoors__hiddenWrapper {
  width: 100%;
  max-width: 500px;
}

.docInfoDoors__popUpCloser {
  display: block;
  margin-left: auto;
  width: 100%;
  height: fit-content;
  max-width: 30px;
  cursor: pointer;
}

.docInfoDoors__closeImage {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px #fff;
  object-fit: contain;
}

.docInfoDoors__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;
}

.docInfoDoors__popUpTitle {
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
}

.docInfoDoors__popUpLink,
.docInfoDoors__popUpText,
.docInfoDoors__popUpTitle {
  font-family: sans-serif;
  font-weight: 400;
  word-break: break-word;
}

.docInfoDoors__popUpText {
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
}

.docInfoDoors__popUpLink {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  border-radius: 5px;
  padding: 10px 30px;
  min-width: 180px;
  font-size: 20px;
  color: #fff;
  background-color: #71c341;
  cursor: pointer;
}

.docInfoDoors__offerWrapper {
  width: 100%;
  height: fit-content;
  max-width: 220px;
}

.docInfoDoors__offerImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.docInfoDoors__form {
  z-index: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto 40px;
  border: 2.5px dashed #ddd;
  padding: 20px 20px 5px;
  max-width: 465px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  animation: 0.6s ease 0s normal none 1 running form-appear;
}

.docInfoDoors__formImgWrapper {
  position: relative;
  width: 100%;
  height: fit-content;
  max-width: 215px;
}

.docInfoDoors__formImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.docInfoDoors__formStock {
  position: absolute;
  right: -40px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 117px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  word-break: break-word;
  text-align: center;
  color: #fff;
  background: url(../images/reduslimPriceBox.png) no-repeat center center/cover;
}

.docInfoDoors__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
}

.docInfoDoors__timer .countdownTimerBox {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 10%;
}

.docInfoDoors__timer .countdownTimerBox .minutes,
.docInfoDoors__timer .countdownTimerBox .seconds {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  word-break: break-word;
  transition: 0.2s;
}

.docInfoDoors__timer .countdownTimerBox .minutesBox,
.docInfoDoors__timer .countdownTimerBox .secondsBox {
  display: flex;
}

.docInfoDoors__timer .countdownTimerBox .timeBg {
  display: block;
  margin: 0;
  padding: 0;
  width: unset;
  height: unset;
  line-height: 32px;
  word-break: break-word;
  text-align: center;
  color: red;
  background: #fff;
}

.docInfoDoors__timer .countdownTimerBox .timeBg:nth-child(2n) {
  margin-right: 0;
}

.docInfoDoors__timer .countdownTimerBox .ending {
  display: block;
  margin: 0 5px;
  padding: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  word-break: break-word;
  text-align: center;
  color: #000;
  transition: 0.2s;
}

.docInfoDoors__formTitle {
  margin: 10px 0 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}

.docInfoDoors__formSubTitle,
.docInfoDoors__formTitle--red {
  font-family: sans-serif;
  font-weight: 700;
  color: #ca2d2d;
}

.docInfoDoors__formSubTitle {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}

.docInfoDoors__formBtn,
.docInfoDoors__formName,
.docInfoDoors__formPhone {
  display: flex;
  outline: 0;
  border-radius: 35px;
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  font-style: normal;
  word-break: break-word;
}

.docInfoDoors__formName,
.docInfoDoors__formPhone {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 15px;
  border: 2.5px solid #ddd;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #f2f2f2;
  transition: 0.25s;
}

.docInfoDoors__formBtn {
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  border: 0;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #388e3c;
  cursor: pointer;
}

.docInfoDoors__formBotText,
.docInfoDoors__textFooter {
  font-weight: 400;
  word-break: break-word;
  text-align: center;
}

.docInfoDoors__textFooter {
  margin: 0;
  padding: 5px 0 0;
  font-family: sans-serif;
}

.docInfoDoors__formBotText {
  margin: 10px 0 0;
  font-family: sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #888;
}

.winPopupBgDocInfoDoors,
.winPopupDocInfoDoors {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.winPopupBgDocInfoDoors {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  padding: 0 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.winPopupDocInfoDoors {
  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;
}

.winPopupDocInfoDoors__iconWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 110px;
  max-height: 110px;
}

.winPopupDocInfoDoors__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;
}

.winPopupDocInfoDoors__iconWrapperClose {
  position: relative;
  width: 100%;
  height: 100%;
}

.winPopupDocInfoDoors__closeBtn {
  position: absolute;
  right: -45px;
  top: -107px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: #fff 0 0 10px 0;
  cursor: pointer;
}

.feminaList li,
.winPopupDocInfoDoors__text {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.winPopupDocInfoDoors__text {
  margin: 0;
  padding: 0;
  font-weight: 700;
  word-break: break-word;
  color: #111;
}

.winPopupDocInfoDoors__text--title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 40px;
}

.winPopupDocInfoDoors__btn {
  margin: 25px auto 0;
  border: 0;
  border-radius: 5px;
  padding: 10px 20%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
  word-break: break-word;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #71c341;
  cursor: pointer;
}

.winPopupDocInfoDoors__text--red {
  color: red;
}

.winPopupBgDocInfoDoorsShow {
  display: flex;
}

.winPopupBgDocInfoDoorsEdit {
  position: unset;
  display: flex;
  min-height: 50vh;
}

.docInfoDoorsFormShow {
  display: flex;
}

.commentsTitle {
  padding: 40px 10px;
}

.commentsTitle__title {
  padding: 5px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  color: #45688e;
  background-color: #dae2e8;
}

.feminaImgs__wrapper {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: fit-content;
  max-width: 900px;
}

.feminaImgs__wrapper--prodImg {
  padding: 0 10px;
  max-width: 450px;
}

.feminaImgs__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feminaImportant {
  padding: 0 10px;
}

.feminaImportant__container {
  outline: #7d8293 solid 1px;
  border-radius: 3px;
}

.feminaImportant__header {
  padding: 10px;
  background-color: #7d8293;
}

.feminaImportant__title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.feminaImportant__info {
  padding: 10px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}

.feminaList ul {
  padding: 0 0 20px 30px;
}

.feminaList li {
  font-weight: 400;
}

.feminaOrderBtn {
  padding: 40px 10px;
}

.feminaOrderBtn__btn {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  max-width: 450px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  background-color: #ffda0b;
}

.feminaText {
  padding: 0 10px;
}

.feminaText__content {
  padding-bottom: 20px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

.feminaText__content--bolder {
  font-weight: 700;
}

.feminaText__content--uppercase {
  text-transform: uppercase;
}

.feminaText__content--colored {
  color: red;
}

.feminaText__content--centered {
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.feminaText__link {
  font-weight: 700;
  color: #4193d4;
}

.feminaText__link:hover {
  text-decoration: underline #4193d4;
}

.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;
}

.kardineoFooter,
.kardineoFooterBgColor {
  background: #282828 0 0;
}

.kardineoFooter {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.kardineoFooter__menuBlock {
  padding: 0 0 30px;
}

.kardineoFooter__menuBlock ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0 65px 0 0;
  width: 100%;
}

.kardineoFooter__menuBlock ul li:nth-child(1) {
  text-decoration: none;
  color: #62a7d9;
}

.kardineoFooter__list ul li,
.kardineoFooter__menuBlock ul li {
  align-items: center;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.kardineoFooter__menuBlock ul li {
  display: block;
  justify-content: center;
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c7c7c;
}

.kardineoFooter__menuItem {
  margin: 0 10px 0 0;
  padding: 0;
}

.kardineoFooter__list ul {
  display: flex;
  flex: 0 1 25%;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.kardineoFooter__list ul li {
  display: inline-flex;
  justify-content: flex-start;
  padding: 4px 0;
  font-weight: 400;
  word-break: break-word;
  color: #62a7d9;
}

.kardineoFooter__menuNav--copyright .copyrightLink,
.kardineoFooter__menuNav--copyright .copyrightText {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 20px;
  word-break: break-word;
  color: #7c7c7c;
}

.kardineoFooter__list ul li:hover,
.kardineoFooter__menuBlock ul li:hover,
.kardineoFooter__menuNav--copyright .copyrightLink {
  text-decoration: underline;
}

.kardineoFooter__menuNav--copyright .copyrightLink:hover {
  text-decoration: none;
}

.kardineoFooter__menuNav--Box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  width: 100%;
}

.menuNav {
  display: flex;
  flex: 0 1 25%;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menuNav__menuItem {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  word-break: break-word;
}

.menuNav__menuLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  color: #62a7d9;
}

.menuNav__menuLink:hover {
  text-decoration: underline;
}

.lineParagraph__wrapper {
  padding: 15px 75px;
  width: 100%;
}

.lineParagraph__paragraph {
  margin: 0 0 0 10px;
  border-left: 2px solid #095683;
  padding: 10px 25px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  word-break: break-word;
}

.ministryHeader {
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.ministryHeader,
.ministryHeader__logoBlock {
  display: flex;
  align-items: center;
}

.ministryHeader__logoWrapper {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 74px;
  text-decoration: none;
}

.ministryHeader__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ministryHeader__languageBlock,
.ministryHeader__logoText {
  margin: 0;
  font-family: sans-serif;
  word-break: break-word;
  text-transform: uppercase;
}

.ministryHeader__logoText {
  padding: 0 0 0 17px;
  max-width: 265px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.ministryHeader__languageBlock {
  display: flex;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #353746;
}

.ministryHeader__languageText {
  margin: 0;
  padding: 0 10px;
}

.ministryHeader__languageLink {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  color: #353744;
}

.ministryHeader__languageLink:hover {
  color: #b0493d;
}

.ministryNav,
.ministryNav__navbar {
  background: #333541 0 0;
}

.ministryNav__navbar {
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.ministryNav__navbar ol,
.ministryNav__navbar ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.ministryNav__menuLink,
.ministryNav__navbar ol li,
.ministryNav__navbar ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.ministryNav__menuLink {
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  word-break: break-word;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.ministryNav:hover {
  outline: 0;
}

.oneImageWidget {
  padding: 15px;
}

.oneImageWidget__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 800px;
}

.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paragraphWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}

.tableTwo {
  padding: 10px;
  background: #fff;
}

.tableTwo__table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}

.tableTwo__tableData {
  vertical-align: middle;
  border: 1px solid #000;
  width: 100%;
  max-width: 50%;
}

.tableTwo__dataWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tableTwo__tableText {
  padding: 5px;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.textOnImg {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.textOnImg__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  min-height: 350px;
  background: url(../images/textonimgBackground.jpg) no-repeat center center/cover;
}

.textOnImg__subtitle,
.textOnImg__title {
  margin: 0;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 40px;
  word-break: break-word;
  color: #fff;
}

.textOnImg__subtitle {
  font-size: 20px;
  line-height: 20px;
}

.paragraphWidget--788701--386903 {
  padding-top: 20px;
  padding-bottom: 3px;
}

.paragraphWidget__text--513399 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #0200ff;
  text-align: center;
}

.lineParagraph__paragraph--271439 {
  text-align: right;
  color: #ff0004;
  font-size: 22px;
  line-height: 28.6px;
}

.textOnImg__content--394517 {
  background-image: url(../images/image-3516-1680548237239.jpeg);
}

.textOnImg__title--793195 {
  color: #000;
}

.textOnImg__subtitle--541414 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 24px;
  line-height: 40px;
}

.oneImageWidget__wrapper--925367 {
  max-width: 750px;
}

.feminaText__content--859868 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.forBackEndTo--383940--318968 {
  font-weight: 700;
}

.feminaText--109622--399852 {
  color: #ff0004;
  font-weight: 700;
}

.feminaText--585872--749070 {
  font-weight: 400;
}

.feminaText--146751--756582,
.feminaText--510866--560455 {
  font-weight: 700;
  color: #ff0004;
}

.feminaText--553946--398978 {
  color: #00f;
  text-decoration-line: underline;
  cursor: pointer;
}

.oneImageWidget__wrapper--436692 {
  max-width: 600px;
}

.tableTwo__tableText--247102,
.tableTwo__tableText--340418,
.tableTwo__tableText--366201,
.tableTwo__tableText--505022,
.tableTwo__tableText--549594,
.tableTwo__tableText--570075,
.tableTwo__tableText--659228,
.tableTwo__tableText--682875,
.tableTwo__tableText--698253,
.tableTwo__tableText--712576,
.tableTwo__tableText--884254,
.tableTwo__tableText--950732 {
  font-size: 20px;
  line-height: 26px;
}

.oneImageWidget__wrapper--587114 {
  max-width: 500px;
}

.feminaText--970597--515302 {
  padding-top: 16px;
}

.feminaText--365522--489127,
.feminaText--373549--748405,
.feminaText--498061--731485,
.feminaText--927635--216980,
.feminaText--960576--887155 {
  color: #00f;
  text-decoration-line: underline;
  cursor: pointer;
}

.feminaImportant--163874--465482,
.feminaImportant--250895--446751,
.feminaImportant--298792--701624,
.feminaImportant--709293--326754 {
  color: #ff0004;
}

.feminaImgs__wrapper--949591 {
  max-width: 600px;
}

.oneImageWidget__wrapper--822148 {
  max-width: 750px;
}

.commentImgWrapper--743970 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--561748 {
  width: 100%;
  object-fit: contain;
}

.commentImgWrapper--217212 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--169907 {
  width: 100%;
  object-fit: contain;
}

.commentImgWrapper--579921 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--495823 {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .menuNav {
    padding: 10px 15px;
  }
}

@media (max-width: 959px) {

  .docInfoDoors__timer .countdownTimerBox .minutes,
  .docInfoDoors__timer .countdownTimerBox .seconds {
    font-size: 17px;
  }

  .docInfoDoors__timer .countdownTimerBox .timeBg {
    width: unset;
    height: unset;
    line-height: 32px;
  }

  .docInfoDoors__timer .countdownTimerBox .ending {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

@media (max-width: 800px) {
  .kardineoFooter__menuBlock ul {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .winPopupDocInfoDoors__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) {
  .feminaCom {
    padding: 10px 10px 20px;
  }

  .docInfoDoors__box {
    padding: 10px;
  }

  .docInfoDoors__prizeWrapper {
    border-radius: 20px;
    padding: 10px;
    height: 50px;
    max-width: 60px;
  }

  .docInfoDoors__prize {
    font-size: 13px;
    text-align: center;
  }

  .docInfoDoors__imageWrapper {
    max-width: 95px;
  }

  .docInfoDoors__formImgWrapper {
    max-width: 179px;
  }

  .winPopupDocInfoDoors__closeBtn {
    right: -5px;
  }

  .kardineoFooter__menuBlock,
  .kardineoFooter__menuNav--Box {
    display: none;
  }

  .lineParagraph__paragraph {
    padding: 10px;
  }

  .ministryHeader__languageBlock {
    display: none;
  }
}

@media (max-width: 720px) {

  .ministryNav__navbar ol li,
  .ministryNav__navbar ul li {
    padding: 0 5px;
    width: 33%;
  }
}

@media (max-width: 575px) {
  .docInfoDoors__form {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .feminaCom {
    display: block;
  }
}

@media (max-width: 420px) {
  .ministryHeader__logoText {
    max-width: 225px;
    font-size: 16px;
  }

  .ministryNav__navbar ol li,
  .ministryNav__navbar ul li {
    width: 50%;
  }
}

.ring-loading {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.commentImg--169907,
.commentImg--495823,
.commentImg--561748 {
  margin-top: 10px;
}

.docInfoDoors__formStock {
  background: red;
  border-radius: 50%;
}

.docInfoDoors__formStock {
  right: -60px;
  top: 25px;
}