@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: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}

.kardineoCom__comment a:hover,
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 {
  box-sizing: border-box;
}

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

.btnWrapper {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  max-width: 1000px;
}

.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-family: sans-serif;
  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);
}

.kardineoCom {
  padding: 10px 40px 20px;
  width: 100%;
  max-width: 100%;
}

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

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

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

.kardineoCom__info {
  width: 100%;
}

.kardineoCom__comment,
.kardineoCom__name {
  padding: 0;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 25px;
  word-break: break-word;
  text-decoration: none;
}

.kardineoCom__name {
  margin: 0;
  font-weight: 700;
  color: #000;
}

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

.kardineoCom__comment a {
  text-decoration: underline;
  color: #62a7d9;
}

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

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

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

.kardineoN2Com {
  display: flex;
  align-items: center;
  padding: 10px 20px 30px;
}

.kardineoN2Com__wrapper {
  display: flex;
  width: 100%;
}

.kardineoN2Com__avatarWrapper {
  margin-right: 15px;
  width: 100%;
  height: 60px;
  max-width: 60px;
}

.kardineoN2Com__avatar {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kardineoN2Com__name {
  margin: 0 0 5px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.kardineoN2Com__info {
  width: 100%;
}

.kardineoN2Com__comment,
.kardineoN2Com__link {
  font-family: sans-serif;
  font-size: 18px;
}

.kardineoN2Com__comment {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}

.kardineoN2Com__comment a {
  color: #00f;
}

.kardineoN2Com__comment a:hover {
  color: #000;
}

.kardineoN2Com__link {
  font-weight: 700;
  line-height: 25px;
}

.kardineoN2Com:first-child {
  margin-top: 0;
}

.kardineoN2Com:last-child {
  margin-bottom: 0;
}

.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 {
  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;
  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(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: 8px 0;
  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;
}

.winPopupDocInfoDoors__text {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  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;
}

.imgWithText {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  padding: 10px;
  column-gap: 10px;
}

.imgWithText__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 500px;
}

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

.imgWithText__textContainer {
  padding-left: 20px;
  width: 100%;
  max-width: 50%;
}

.imgWithText__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
  color: #000;
}

.line {
  width: 100%;
}

.line__container {
  padding: 3px 0;
  width: 100%;
}

.line__bg {
  width: 100%;
  height: 3px;
  background: #000;
}

.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: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}

.h1TitleWidget__text,
.h2TitleWidget__text,
.h3TitleWidget__text,
.h4TitleWidget__text,
.h5TitleWidget__text,
.h6TitleWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 140%;
  word-break: break-word;
  color: #000;
}

.h1TitleWidget__text {
  font-size: 40px;
}

.h2TitleWidget__text {
  font-size: 32px;
}

.h3TitleWidget__text {
  font-size: 28px;
}

.h4TitleWidget__text {
  font-size: 24px;
}

.h5TitleWidget__text {
  font-size: 20px;
}

.h6TitleWidget__text {
  font-size: 16px;
}

.paragraphWidget__text--432824 {
  font-size: 15px;
  line-height: 19.5px;
  color: #1a4470;
}

.h2TitleWidget__text--960681 {
  color: #000;
}

.paragraphWidget__text--837756 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--430217 {
  color: #1c69bf;
}

.paragraphWidget--923003 {
  color: #000;
}

.paragraphWidget--274989 {
  color: #00828c;
}

.paragraphWidget__text--364612 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--354099 {
  color: #00828c;
}

.paragraphWidget__text--166781 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--695991,
.paragraphWidget--734191,
.paragraphWidget--794195 {
  color: #00828c;
}

.ctContent--293007 {
  border: 0#757575;
}

.line__container--885041 {
  border: 0#bfbfbf;
}

.line__bg--209549 {
  background-color: #d6d6d6;
}

.paragraphWidget__text--668632 {
  font-size: 25px;
  line-height: 32.5px;
}

.paragraphWidget__text--285182,
.paragraphWidget__text--878167 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget__text--636072 {
  font-size: 17px;
  line-height: 22.1px;
  text-align: center;
  color: #b7b7b7;
}

.paragraphWidget__text--783211,
.paragraphWidget__text--879775 {
  font-size: 20px;
  line-height: 26px;
}

.ctContent--362516 {
  background-color: #fff;
}

.paragraphWidget__text--378513 {
  font-size: 20px;
  line-height: 26px;
  color: #e41f1f;
}

.paragraphWidget--607421 {
  color: #00828c;
}

.paragraphWidget__text--290262 {
  font-size: 25px;
  line-height: 32.5px;
}

.paragraphWidget__text--571922 {
  font-size: 20px;
  line-height: 26px;
}

.oneImageWidget__img--621921 {
  height: 100%;
}

.paragraphWidget__text--680915 {
  font-size: 17px;
  line-height: 22.1px;
  text-align: center;
  color: #b7b7b7;
}

.paragraphWidget__text--112732 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--229276,
.paragraphWidget--493389 {
  color: #00828c;
}

.paragraphWidget__text--344919 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--820530 {
  color: #00828c;
}

.paragraphWidget--203291,
.paragraphWidget--513683 {
  color: #000;
}

.paragraphWidget__text--194326 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--465143 {
  color: #000;
}

.oneImageWidget__img--972370 {
  height: 100%;
}

.paragraphWidget__text--268586 {
  font-size: 17px;
  line-height: 22.1px;
  text-align: center;
  color: #a0a0a0;
}

.paragraphWidget__text--754926 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.ctContent--524333 {
  background-color: #fff;
}

.paragraphWidget__text--826128 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 1px dashed #820050;
}

.paragraphWidget--223535 {
  color: #000;
}

.paragraphWidget--378108,
.paragraphWidget--811928 {
  color: #1a4470;
}

.paragraphWidget--485088 {
  color: #000;
}

.paragraphWidget--690786,
.paragraphWidget--827816 {
  color: #820050;
}

.paragraphWidget--460210,
.paragraphWidget--478600 {
  color: #000;
}

.paragraphWidget--304948 {
  color: #820050;
}

.paragraphWidget__text--280148,
.paragraphWidget__text--630528 {
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget__text--280148 {
  text-align: center;
  color: #e41f1f;
}

.paragraphWidget--556947 {
  color: #000;
  font-size: 25px;
  line-height: 32.5px;
}

.oneImageWidget__img--490862 {
  height: 100%;
}

.paragraphWidget--841300,
.paragraphWidget__text--262729 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.paragraphWidget--841300 {
  color: #00828c;
}

.paragraphWidget--879341 {
  color: #00828c;
}

.paragraphWidget__text--629200 {
  font-size: 25px;
  line-height: 32.5px;
  font-weight: 700;
}

.paragraphWidget--733059 {
  color: #000;
}

.paragraphWidget__text--600978 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.paragraphWidget--732183 {
  color: #000;
}

.paragraphWidget--777741 {
  font-weight: 400;
}

.paragraphWidget__text--153949 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #8c8c8c;
}

.paragraphWidget--294627 {
  color: #c5c5c5;
  font-size: 17px;
  line-height: 22.1px;
}

.paragraphWidget--833450 {
  font-weight: 400;
  color: #a4a4a4;
}

.paragraphWidget__text--427526 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.paragraphWidget--598021 {
  color: #000;
}

.paragraphWidget--984159 {
  font-weight: 400;
}

.paragraphWidget__text--924891 {
  font-size: 25px;
  line-height: 32.5px;
  font-weight: 700;
  text-align: center;
}

.paragraphWidget--182582 {
  color: #000;
}

.oneImageWidget__img--747342 {
  height: 100%;
}

.ctContent--398546 {
  background-color: #fff;
}

.paragraphWidget__text--345190 {
  font-size: 25px;
  line-height: 32.5px;
  text-align: left;
  background-color: transparent;
}

.paragraphWidget--427674 {
  color: #004494;
}

.paragraphWidget--633407 {
  color: #000;
}

.ctContent--346362 {
  background-color: #fff;
}

.paragraphWidget__text--163803 {
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
  color: #000;
}

.ctContent--209484 {
  background-color: #fff;
}

.paragraphWidget__text--658199 {
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
  color: #000;
}

.ctContent--665302 {
  background-color: #fff;
}

.paragraphWidget__text--302794 {
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
  color: #000;
}

.paragraphWidget--957622 {
  color: #00828c;
}

.ctContent--278028 {
  background-color: #fff;
}

.paragraphWidget__text--195024 {
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
  color: #00828c;
  text-align: center;
}

.ctContent--398414 {
  background-color: #fff;
}

.paragraphWidget__text--931230 {
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
}

.paragraphWidget--631235 {
  font-weight: 700;
}

.paragraphWidget--131676 {
  color: #00828c;
}

.line__bg--898079 {
  background-color: #bebebe;
}

.btnWrapper__btn--738568 {
  background-color: #1a4470;
}

.ctContent--378212 {
  background-color: #fff;
}

.paragraphWidget__text--993254 {
  font-size: 20px;
  line-height: 26px;
  background-color: transparent;
}

.paragraphWidget--436368 {
  color: #1a4470;
}

.ctContent--742888 {
  background-color: #fff;
}

.btnWrapper__btn--844482 {
  background-color: #1a4470;
}

.ctContent--160422 {
  background-color: #fff;
}

.paragraphWidget__text--888709 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000;
  border: 1px dashed #820050;
}

.paragraphWidget--497561 {
  color: #d22b2b;
}

.paragraphWidget--729120 {
  color: #820050;
}

.paragraphWidget--915431,
.paragraphWidget--964314 {
  color: #000;
}

.ctContent--921738 {
  background-color: transparent;
}

.paragraphWidget__text--249120 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  font-weight: 700;
}

.paragraphWidget--983129 {
  caret-color: #1c69bf;
}

.paragraphWidget--179279 {
  font-size: 25px;
  line-height: 32.5px;
  color: #000;
}

.ctContent--286857 {
  background-color: transparent;
}

.paragraphWidget__text--428796 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--706467 {
  caret-color: #1c69bf;
}

.paragraphWidget--305538 {
  color: #000;
  font-weight: 700;
}

.ctContent--359602 {
  background-color: transparent;
}

.paragraphWidget__text--712095 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--620702 {
  caret-color: #1c69bf;
}

.paragraphWidget--456243 {
  color: #000;
}

.ctContent--148188 {
  background-color: transparent;
}

.paragraphWidget__text--397996 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--212911 {
  caret-color: #1c69bf;
}

.paragraphWidget--203099 {
  color: #000;
  font-weight: 700;
}

.ctContent--702768 {
  background-color: transparent;
}

.paragraphWidget__text--206092 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--417512 {
  caret-color: #1c69bf;
}

.ctContent--982887 {
  background-color: transparent;
}

.paragraphWidget__text--798380 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--295612 {
  caret-color: #1c69bf;
}

.paragraphWidget--638592 {
  color: #000;
  font-weight: 700;
}

.ctContent--843084 {
  background-color: transparent;
}

.paragraphWidget__text--561895 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--106599 {
  caret-color: #1c69bf;
}

.ctContent--635452 {
  background-color: transparent;
}

.paragraphWidget__text--598917 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--231589 {
  caret-color: #1c69bf;
}

.paragraphWidget--542269 {
  color: #000;
  font-weight: 700;
}

.ctContent--224871 {
  background-color: transparent;
}

.paragraphWidget__text--853517 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.paragraphWidget--688591 {
  caret-color: #1c69bf;
}

.btnWrapper__btn--736476 {
  background-color: #1a4470;
}

.paragraphWidget__text--798421 {
  text-align: left;
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
}

.kardineoN2Com__avatar--393762 {
  object-fit: cover;
}

.kardineoN2Com__comment--996111 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--177770 {
  margin-left: 70px;
  box-sizing: unset;
}

.kardineoN2Com__avatar--241776 {
  object-fit: cover;
}

.kardineoN2Com__comment--550224 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--285189 {
  margin-left: 70px;
  box-sizing: unset;
}

.kardineoN2Com__avatar--861192 {
  object-fit: cover;
}

.kardineoN2Com__comment--856948 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--218818 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--647730 {
  object-fit: cover;
}

.kardineoN2Com__comment--734082 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--272495 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__comment--511572 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--370438 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--132432 {
  object-fit: cover;
}

.kardineoN2Com__comment--154664 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--939361 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 70px;
}

.kardineoN2Com__comment--854347 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--991539 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__comment--294765 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--785275 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__comment--599986 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--138911 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--165307 {
  object-fit: cover;
}

.kardineoN2Com__comment--103595 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--946459 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 70px;
}

.kardineoN2Com__comment--228742 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--499776 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__comment--195632 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--479306 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__comment--618988 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--944776 {
  margin-left: 70px;
  box-sizing: unset;
}

.kardineoN2Com__avatar--945363 {
  object-fit: cover;
}

.kardineoN2Com__comment--311224 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--762901 {
  margin-left: 70px;
  box-sizing: unset;
}

.kardineoN2Com__avatar--869962 {
  object-fit: cover;
}

.kardineoN2Com__comment--242632 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--679653 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--409347 {
  object-fit: cover;
}

.kardineoN2Com__comment--983512 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--977200 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--587399 {
  object-fit: cover;
}

.kardineoN2Com__comment--818474 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--731953 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--269304 {
  object-fit: cover;
}

.kardineoN2Com__comment--642516 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--927103 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--482051 {
  object-fit: cover;
}

.kardineoN2Com__comment--359800 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--233317 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--709392 {
  object-fit: cover;
}

.kardineoN2Com__comment--241303 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--101047 {
  margin-left: 0;
  box-sizing: unset;
}

.kardineoN2Com__avatar--466865 {
  object-fit: cover;
}

.kardineoN2Com__comment--242393 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--261428 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 70px;
}

.kardineoN2Com__avatar--200689 {
  object-fit: cover;
}

.kardineoN2Com__name--494378 {
  color: #000;
}

.kardineoN2Com__comment--523128 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--374440 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--260121 {
  object-fit: cover;
}

.kardineoN2Com__name--892634 {
  color: #000;
}

.kardineoN2Com__comment--587026 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--733991 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--645500 {
  object-fit: cover;
}

.kardineoN2Com__name--212830 {
  color: #000;
}

.kardineoN2Com__comment--716278 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--674074 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--858827 {
  object-fit: cover;
}

.kardineoN2Com__name--719144 {
  color: #000;
}

.kardineoN2Com__comment--578530 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--507969 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--955624 {
  object-fit: cover;
}

.kardineoN2Com__name--330027 {
  color: #000;
}

.kardineoN2Com__comment--595046 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--837278 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--851297 {
  object-fit: cover;
}

.kardineoN2Com__name--602407 {
  color: #000;
}

.kardineoN2Com__comment--651653 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--680277 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--150283 {
  object-fit: cover;
}

.kardineoN2Com__name--618246 {
  color: #000;
}

.kardineoN2Com__comment--393188 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kardineoN2Com__avatarWrapper--978425 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}

.kardineoN2Com__avatar--561267 {
  object-fit: cover;
}

.kardineoN2Com__name--318388 {
  color: #000;
}

.kardineoN2Com__comment--956682 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.paragraphWidget__text--860573 {
  text-align: center;
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
}

.btnWrapper__btn--399469 {
  background-color: #1a4470;
}

@media (max-width: 1020px) {
  .imgWithText__textContainer {
    padding-left: 0;
    max-width: 100%;
  }
}

@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: 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) {
  .btnWrapper__btn {
    font-size: 20px;
  }

  .kardineoCom {
    padding: 10px 10px 20px;
  }

  .kardineoN2Com__comment {
    font-size: 18px;
    line-height: 18px;
  }

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

  .imgWithText {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }

  .h1TitleWidget__text,
  .h2TitleWidget__text,
  .h3TitleWidget__text,
  .h4TitleWidget__text,
  .h5TitleWidget__text,
  .h6TitleWidget__text {
    padding: 5px;
    letter-spacing: normal;
  }
}

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

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

img {
  border: 0;
  vertical-align: middle;
}
.ico-play {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5.62179V7.37887L2.27273 12.3337H0L0 0.666992L2.27273 0.666992L10 5.62179Z' fill='%2300828C'/%3E%3C/svg%3E");
}
.article-meta {
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
  font-size: 14px;
  color: #5a626c;
}
.article-meta .article-meta-wrap {
  width: 100%;
}
.article-meta .authors .photos {
  padding-right: 8px;
  float: left;
  margin-top: 2px;
  margin-bottom: 7px;
}
.article-meta .authors .photos img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #cdcdbe;
  vertical-align: middle;
}
.article-meta .authors a {
  font-weight: 600;
}
@media (max-width: 980px) {
  .article-meta {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #tts-start-wrap {
    margin-left: 6px;
  }
}
#tts-start {
  display: inline-block;
}
#tts-start:hover {
  text-decoration: underline;
}
.tts-status-bar {
  padding-left: 19px;
  line-height: 23px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #00828c;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.tts-progress-bar {
  display: flex;
  width: 100%;
  height: 3px;
  line-height: 3px;
}
.tts-progress-bar.micro {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 8px;
  width: 100px;
}
.tts-progress-bar.empty {
  background-color: #c8e6e8;
}
#tts-player-micro.inactive {
  display: none;
}

.button {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 24px 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  min-width: 120px;
  background-color: #0a3f78;
  border: none;
  transition: background-color 0.25s;
  display: inline-block;
}
.button:hover {
  color: #fff;
  background-color: #376496;
  text-decoration: none;
}
.article-item .article-media .ico-video:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H24V24H0V0Z' fill='%230A3F78'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 10.9458V13.0542L9.5 19H7L7 5H9.5L18 10.9458Z' fill='white'/%3E%3C/svg%3E");
}
.article-item:not(.pr-article) .category,
.article-item:not(.pr-article) .category a {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #820050;
}
.article-item article {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.article-item article img.author-locket {
  border-radius: 50%;
  border: 1px solid #cdcdbe;
  background: #cdcdbe;
}
.article-item article .article-media {
  flex: 0 0 auto;
  margin-right: 24px;
  margin-bottom: 15px;
  width: 235px;
  position: relative;
}
.article-item article .article-media .article-media-content {
  position: relative;
}
.article-item article .article-media img {
  width: 100%;
  min-width: 112px;
}
.article-item article .article-media.with-media .media-button {
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  height: 32px;
  width: auto;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding: 0 0 0 32px;
}
.article-item article .article-media.with-media .media-button:before {
  content: '';
  display: block;
  width: 32px;
  background-color: #0a3f78;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .article-item article .article-media {
    width: 200px;
    margin-right: 0;
  }
  .article-item article .article-media.with-media {
    width: auto;
  }
}
.article-item article .article-box {
  flex: 1 1 auto;
  position: relative;
}
.article-item article .article-title {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}
.article-item article .article-title a {
  color: #000;
}
.article-item article .article-title a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.article-item article .article-time {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #5a626c;
  padding: 8px 0 0 0;
}
.article-item article .perex {
  color: #000;
  padding-top: 8px;
}
.article-item article .category {
  margin-bottom: 8px;
}
.article-item.ow-media .article-media {
  width: 320px;
}
.article-item.ow-opinion:not(.vertical) .article-box {
  order: 1;
}
.article-item.ow-opinion:not(.vertical) .article-media {
  order: 2;
  margin: 0 0 0 22px;
  width: 120px;
  padding-top: 30px;
}
.article-item.ow-podcast .article-media {
  width: 132px !important;
}
@media (max-width: 640px) {
  .article-item article {
    display: block;
    margin: 0 8px;
    width: calc(100% - 16px);
  }
  .article-item.ow-opinion:not(.vertical) .article-media {
    float: left;
    margin: 0 12px 0 0;
    width: 40px;
    padding-top: 0;
  }
  .article-item.ow-opinion:not(.vertical) .article-media img {
    min-width: 40px;
  }
  .article-item.ow-opinion:not(.vertical) .category {
    padding: 10px 0;
  }
}
.a-wrapper.pr .category {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #5a626c;
  text-transform: none;
}
.overview:not(.overview-right) {
  margin-bottom: 40px;
  margin-top: 8px;
}
.overview .ow-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.overview .ow-title:not(.subsource-title):not(.without-border) {
  border-bottom: 6px solid #000;
}
.overview .ow-title h2 {
  margin-bottom: 8px;
}
.overview .ow-title h2 {
  margin-right: 32px;
  position: relative;
  font-size: 40px;
}
@media (max-width: 980px) {
  .overview .ow-title h2 {
    font-size: 24px;
  }
}
.overview .ow-content > .wrap-btn {
  width: 100%;
  text-align: center;
  margin: 35px 0;
}
.overview .ow-content .article-item:not(.ow-simple-title):not(.vertical):not(.size-big) {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
.media-button {
  width: 56px;
  height: 56px;
  display: block;
}
@media (max-width: 640px) {
  .media-button {
    width: 48px;
    height: 48px;
  }
}
.a-wrapper {
  display: none;
}
.a-wrapper {
  margin: 0 auto;
  width: 100%;
}
.a-content {
  position: relative;
  text-align: center;
}
.a-content > * {
  margin: 0 auto;
}
.a-visible {
  display: block;
}
.a-wrapper::after {
  content: 'Reklama';
  display: block;
  margin: auto;
  width: 100%;
  font-size: 12px;
  color: #5a5a5a;
  text-align: right;
}
.pr::after {
  display: none;
}
.a-content .article-item {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}

.animated__btn {
  animation: heartRate 2s infinite linear;
}

@keyframes heartRate {
  0% {
    transform: scale(1);
    animation-timing-function: linear;
  }

  50% {
    transform: scale(1.2);
    animation-timing-function: linear;
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 500px) {
  .animated__btn {
    max-width: 87%;
  }
}

.fly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fly__link {
  position: fixed;
  bottom: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fly__link a {
  color: #fff;
  font-weight: 700;
}

.fly__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(26, 68, 112);
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 1.4;
  font-family: sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  will-change: transform;
  padding: 12px;
}

.fly__button:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.pulse {
  position: relative;
}

.pulse:after,
.pulse:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}

.pulse:before {
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}

.pulse:after {
  -webkit-animation: pulse 2s 0.4s infinite linear;
  animation: pulse 2s 0.4s infinite linear;
}

.pulse:hover:after,
.pulse:hover:before {
  display: none;
}

.accordion-item {
  border-bottom: 2px solid #eee;
}
.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
  transition: 0.2s;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '';
  background-image: url('arrow-down.webp');
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  background-color: #e2e0e0;
  border-radius: 50%;
  background-position: center;
}

.active:after {
  content: '';
  background-image: url('arrow-up.webp');
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  background-color: #e2e0e0;
  border-radius: 50%;
  background-position: center;
}

.accordion__question,
.accordion__text {
  color: #000;
  font-size: 18px;
}

.circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid grey;
  border-radius: 50%;
  aspect-ratio: 1;
  z-index: 2;
  background-color: #fff;
}

.circle::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 130, 140);
  border-radius: 50%;
}

.circle--grey::before {
  background-color: rgb(173, 173, 173);
}

.circle-wrap {
  display: flex;
  column-gap: 10px;
  position: relative;
}

.circle-wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgb(173, 173, 173);
  left: 35px;
  z-index: 1;
}

.circle-wrap--additional {
  padding-left: 35px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: #0a3f78;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
  vertical-align: middle;
}
.a-wrapper {
  display: none;
}
.a-wrapper {
  margin: 0 auto;
  width: 100%;
}
.a-wrapper > span {
  font-size: 12px;
  float: right;
}
.a-content {
  position: relative;
  text-align: center;
}
.a-content > * {
  margin: 0 auto;
}
.a-visible {
  display: block;
}
.leader {
  max-width: 1080px;
}
.a-wrapper::after {
  content: 'Reklama';
  display: block;
  margin: auto;
  width: 100%;
  font-size: 12px;
  color: #5a5a5a;
  text-align: right;
}
.leader::after {
  padding-right: calc(50% - 500px);
  display: none;
}
#fp-leader {
  position: relative;
  top: 0;
}
.a-wrapper .sashec-preserve-scope {
  display: none;
}
/*! CSS Used from: Embedded */
.adform-adbox-static {
  position: relative;
}
.adform-adbox-static-I {
  display: inline-block;
  zoom: 1;
}
/*! CSS Used from: Embedded */
.leader::after {
  display: none !important;
}
#fp-leader {
  height: 210px;
}

.background-wrapper {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  background-color: #fff1e0;
  padding: 32px 0 16px 0;
  min-height: 300px;
  position: relative;
}

.order__form {
  padding: 0 10px;
}

[scroll='goScrollToForm'] {
  cursor: pointer;
}

header {
  transition: all 0.3s ease;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(license/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 520px) {
  .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;
  }
}

.tab-container,
.super-menu {
  display: none !important;
}
