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

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}

.boldText {
  font-weight: 700;
}

.italicText {
  font-style: oblique;
}

* {
  box-sizing: border-box;
}

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

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

.certificateBlackTitle {
  padding: 15px 79px;
  width: 100%;
  text-align: center;
}

.certificateBlackTitle__supTitle,
.certificateBlackTitle__title {
  font-family: sans-serif;
  font-style: normal;
  word-break: break-word;
  text-align: center;
  color: #000;
}

.certificateBlackTitle__title {
  display: inline-block;
  margin: 0 auto 14px;
  border-radius: 10px;
  padding: 0 40px;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.certificateBlackTitle__supTitle {
  margin: 0 auto;
  max-width: 70.83%;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.certificateBlackTitle__infoBox {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.certificateBlackTitle__documentBox {
  display: flex;
  margin-right: 22px;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 1.48% 1.94% 1.6% 2.28%;
  width: 100%;
  max-width: 25%;
  font-weight: 400;
  word-break: break-word;
  color: #000;
}

.certificateBlackTitle__documentBox:hover {
  font-weight: 700;
  color: #fff;
  background: #5690c6;
}

.certificateBlackTitle__documentBox:hover .certificateBlackTitle__documentLogoWrapper,
.certificateBlackTitle__info:hover .certificateBlackTitle__infoLogoWrapper {
  background-color: #fff;
}

.certificateBlackTitle__documentLogoWrapper {
  display: flex;
  margin-top: 6px;
  border-radius: 4px;
  width: 100%;
  height: 28px;
  max-width: 22px;
}

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

.certificateBlackTitle__document {
  margin: 0 0 0 12px;
  width: 100%;
  max-width: 80%;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  word-break: break-word;
  text-align: start;
}

.certificateBlackTitle__info {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 1.48% 1.71% 1.48% 1.94%;
  width: 100%;
  max-width: 49.89%;
  font-weight: 400;
  word-break: break-word;
  color: #000;
}

.certificateBlackTitle__info:hover {
  font-weight: 400;
  color: #fff;
  background: #5690c6;
}

.certificateBlackTitle__infoLogoWrapper {
  display: flex;
  margin-top: 4px;
  border-radius: 4px;
  width: 100%;
  height: 26px;
  max-width: 12px;
}

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

.certificateBlackTitle__text {
  margin: 0 0 0 2.72%;
  padding-left: 2px;
  width: 100%;
  max-width: 95%;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  word-break: break-word;
  text-align: start;
}

.certificateBlackTitle__imagesBox {
  display: flex;
  justify-content: center;
  margin-top: 3.41%;
}

.certificateBlackTitle__productWrapper {
  margin: -0.91% 1.94%0 6.48%;
  width: 100%;
  height: fit-content;
  max-width: 300px;
}

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

.certificateBlackTitle__certificates {
  display: flex;
  justify-content: space-between;
  margin: 0.57% 3.18%0 1.14%;
  width: 100%;
  max-width: 53.18%;
}

.certificateBlackTitle__certificatWrapper {
  width: 100%;
  max-width: 138px;
}

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

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

.checkedList ul {
  padding-left: 0;
}

.checkedList ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
}

.checkedList ul li::before {
  content: none;
}

.checkedList__itemText {
  padding-left: 25px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
  word-break: break-word;
}

.checkedList__itemImgWrapper {
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 30px;
}

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

.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-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  word-break: break-word;
  color: #000;
}

.menHealthCom__comment {
  font-weight: 400;
}

.menHealthCom:first-child {
  padding-top: 0;
}

.menHealthCom:last-child {
  padding-bottom: 70px;
}

.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 {
  display: none;
}

.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(../img/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;
  justify-content: center;
}

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

.iti {
  position: relative;
  width: 100%;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  padding-right: 36px;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir="rtl"] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0-1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
  font-family: sans-serif;
  font-size: 15px;
}

[dir="rtl"] .iti__country-name,
[dir="rtl"] .iti__flag-box {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir="rtl"] .iti--allow-dropdown input,
[dir="rtl"] .iti--allow-dropdown input[type="tel"],
[dir="rtl"] .iti--allow-dropdown input[type="text"],
[dir="rtl"] .iti--separate-dial-code input,
[dir="rtl"] .iti--separate-dial-code input[type="tel"],
[dir="rtl"] .iti--separate-dial-code input[type="text"] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0#888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

.ketoChat {
  padding: 10px 20px;
}

.ketoChat__comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  border-bottom: 2px solid #8080;
  padding: 10px 0 5px;
}

.ketoChat__right {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.ketoChat__avatarWrapper {
  display: flex;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  max-width: 70px;
}

.ketoChat__avatarWrapper--left {
  margin: 0 8px 0-10px;
}

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

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

.ketoChat__context {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  word-break: break-word;
}

.ketoChat__context--name {
  display: inline-block;
}

.ketoChat__context--item,
.ketoChat__context--left {
  display: block;
  margin: 0 0 15px -15px;
}

.ketoChat__context--left:last-child {
  margin: 0 0 0-15px;
}

.ketoChat__context--bottomItem {
  display: block;
  margin: 0 0 2px -15px;
}

.ketoChat__imgWrapper {
  display: flex;
  margin: 10px auto 0;
  width: 100%;
  height: 100%;
  max-width: 728px;
}

.ketoChat__imgWrapper--doctor {
  max-width: 720px;
}

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

.numberImageWithDescription {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.numberImageWithDescription__itemWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  width: 100%;
  max-width: 350px;
}

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

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

.numberImageWithDescription__textWrapper {
  margin: 24px 0 8px;
}

.numberImageWithDescription__text {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #33324e;
}

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

.paragraphWidget__text span {
  cursor: pointer;
}

.sliderZoom {
  padding: 30px 45px;
  width: 100%;
}

.sliderZoom .swiper-container {
  display: flex;
  width: 100%;
  height: 500px;
}

.sliderZoom .swiper-slide.swiper-slide-active+.swiper-slide {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.18);
  transition: 0.9s;
}

.sliderZoom .swiper-slide.swiper-slide-active,
.sliderZoom .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
  opacity: 0.5;
}

.sliderZoom .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 0;
}

.sliderZoom .swiper-slide__img {
  border-radius: 5px;
  width: 226px;
  height: 332px;
}

.sliderZoom .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderZoom .swiper-button-prev {
  left: -4px;
}

.sliderZoom .swiper-button-next {
  right: -7px;
}

.sliderZoom .swiper-button-prev::after {
  content: "";
  width: 10px;
  height: 17px;
  background: url(../img/sliderGreyPrev.png) no-repeat center center/cover;
}

.sliderZoom .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 17px;
  background: url(../img/sliderGreyNext.png) no-repeat center center/cover;
}

.sliderZoom .swiper-button-next:focus,
.sliderZoom .swiper-button-prev:focus {
  outline: 0;
}

.sliderZoom .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 14px;
  display: flex;
  justify-content: center;
}

.sliderZoom .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  bottom: 90px;
  margin: 0 19px 0 0;
}

.sliderZoom .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin: 0;
}

.sliderZoom .swiper-pagination-bullet {
  display: inline-block;
  outline: 0;
  border-radius: 25px;
  width: 43px;
  height: 4px;
  background: #eaeaea;
  background-color: transparent;
  opacity: 1;
}

.sliderZoom .swiper-pagination-bullet-active {
  display: inline-block;
  margin: 0 4px;
  border-radius: 25px;
  width: 43px;
  height: 4px;
  background: gray;
}

@font-face {
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-family: "swiper-icons";
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  position: relative;
  z-index: 1;
  list-style: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "swiper-icons";
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100%0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-container-cube .swiper-cube-shadow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  filter: blur(50px);
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.oneImageWidget__wrapper--252558 {
  max-width: 1100px;
}

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

.paragraphWidget__text--279290 {
  font-weight: 700;
  font-size: 34px;
  line-height: 44.2px;
}

.paragraphWidget__text--745742 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28.6px;
}

.oneImageWidget__wrapper--992446 {
  max-width: 650px;
}

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

.paragraphWidget__text--270615 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28.6px;
}

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

.paragraphWidget__text--428763 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

.oneImageWidget__wrapper--586607 {
  max-width: 650px;
}

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

.paragraphWidget__text--287399,
.paragraphWidget__text--344012 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget__text--344012 {
  font-weight: 700;
  font-style: oblique;
}

.paragraphWidget__text--190604 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--646361,
.paragraphWidget--979294 {
  font-weight: 700;
}

.oneImageWidget__wrapper--638552 {
  max-width: 650px;
}

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

.paragraphWidget__text--464002 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

.paragraphWidget__text--619601,
.paragraphWidget__text--710442 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

.oneImageWidget__wrapper--418751 {
  max-width: 650px;
}

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

.paragraphWidget__text--169374,
.paragraphWidget__text--445466,
.paragraphWidget__text--539496 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget__text--169374 {
  font-weight: 700;
  font-style: oblique;
}

.paragraphWidget__text--676022 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--278775,
.paragraphWidget--468036 {
  font-weight: 700;
}

.paragraphWidget__text--445303 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

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

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

.paragraphWidget__text--417423,
.paragraphWidget__text--518604,
.paragraphWidget__text--538085,
.paragraphWidget__text--837276 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget__text--518604 {
  font-weight: 700;
  font-style: oblique;
}

.paragraphWidget__text--266978 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--103743,
.paragraphWidget--261164 {
  font-weight: 700;
}

.paragraphWidget__text--197951 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

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

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

.paragraphWidget__text--873879 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

.paragraphWidget__text--645556 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

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

.paragraphWidget__text--550348 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--115511,
.paragraphWidget--933318,
.paragraphWidget--956077 {
  font-weight: 700;
}

.paragraphWidget__text--853398 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

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

.paragraphWidget__text--717910 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

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

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

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

.paragraphWidget--636485 {
  color: #ff0004;
}

.oneImageWidget__wrapper--805348 {
  max-width: 650px;
}

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

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

.paragraphWidget__text--160728 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--427569,
.paragraphWidget--745891,
.paragraphWidget--846607 {
  font-weight: 700;
}

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

.paragraphWidget__text--813191 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.paragraphWidget--894222,
.paragraphWidget--996080 {
  font-weight: 700;
}

.textMedia--475412 {
  margin-bottom: 0;
  margin-top: 10px;
}

.paragraphWidget__text--695781 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
  text-align: center;
}

.textMedia--968480 {
  margin-bottom: 0;
  margin-top: 0;
}

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

.imgBox__wrapper--792120 {
  display: flex;
  max-width: 400px;
}

.paragraphWidget--387549 {
  height: 100%;
}

.ketoChat__context--615267 {
  font-weight: 700;
}

.ketoChat__context--615267,
.ketoChat__context--831800 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--845487 {
  max-width: 90px;
}

.ketoChat__avatar--726834 {
  height: 100%;
}

.ketoChat__avatarWrapper--709012 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--899496 {
  height: 100%;
}

.ketoChat__context--401948 {
  font-weight: 700;
}

.ketoChat__context--317162,
.ketoChat__context--401948 {
  font-size: 20px;
  line-height: 26px;
}

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

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

.ketoChat__context--822842 {
  font-weight: 700;
}

.ketoChat__context--738755,
.ketoChat__context--822842 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--201837 {
  max-width: 90px;
}

.ketoChat__avatar--979577 {
  height: 100%;
}

.ketoChat__avatarWrapper--936330 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--577264 {
  height: 100%;
}

.ketoChat__context--747194 {
  font-weight: 700;
}

.ketoChat__context--260881,
.ketoChat__context--639872,
.ketoChat__context--747194 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__context--639872 {
  font-weight: 400;
}

.ketoChat--908488 {
  font-weight: 700;
}

.ketoChat__context--756554 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--376781 {
  max-width: 90px;
}

.ketoChat__avatar--906042 {
  height: 100%;
}

.ketoChat__avatarWrapper--756922 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--222806 {
  height: 100%;
}

.ketoChat__context--607541 {
  font-weight: 700;
}

.ketoChat__context--455592,
.ketoChat__context--607541 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--466296 {
  color: #0c0bb4;
  cursor: pointer;
}

.ketoChat--147420 {
  font-weight: 700;
}

.slider--621267 {
  padding: 0 45px;
}

.textMedia--801694 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--812674 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;

  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.paragraphWidget--478499,
.paragraphWidget--598626,
.paragraphWidget--709344,
.paragraphWidget--962059 {
  font-weight: 700;
}

.ketoChat__avatarWrapper--235844 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--533025 {
  height: 100%;
}

.ketoChat__context--115118 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--902167 {
  background-color: initial;
  font-size: 20px;
  display: inline !important;
}

.textMedia--122579 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--804953 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
}

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

.imgBox__wrapper--699621 {
  display: flex;
  max-width: 500px;
}

.paragraphWidget--301998 {
  height: 100%;
}

.textMedia--932682 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--446068 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
}

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

.imgBox__wrapper--867695 {
  display: flex;
  max-width: 500px;
}

.paragraphWidget--224727 {
  height: 100%;
}

.ketoChat__context--245942 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--698812 {
  font-weight: 700;
}

.ketoChat__context--867052 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--156926 {
  max-width: 90px;
}

.ketoChat__avatar--772177 {
  height: 100%;
}

.ketoChat__avatarWrapper--741512 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--656034 {
  height: 100%;
}

.ketoChat__context--583503 {
  font-weight: 700;
}

.ketoChat__context--579078,
.ketoChat__context--583503 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--426457 {
  color: #0c0bb4;
  cursor: pointer;
}

.numberImageWithDescription__imgWrapper--831526 {
  height: 100px;
}

.numberImageWithDescription__img--472750 {
  height: 100%;
}

.numberImageWithDescription__text--138388 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.numberImageWithDescription--236176 {
  font-weight: 700;
}

.numberImageWithDescription__imgWrapper--841504 {
  max-width: 100px;
  height: 120px;
}

.numberImageWithDescription__img--299195 {
  height: 100%;
}

.numberImageWithDescription__text--617535 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.numberImageWithDescription--643291 {
  font-weight: 700;
}

.numberImageWithDescription__imgWrapper--741930 {
  max-width: 120px;
  height: 100px;
}

.numberImageWithDescription__img--917316 {
  height: 100%;
}

.numberImageWithDescription__text--319735 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.numberImageWithDescription--208718,
.numberImageWithDescription--492893 {
  font-weight: 700;
}

.ketoChat__avatarWrapper--630431 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--738565 {
  height: 100%;
}

.ketoChat__context--446135 {
  font-weight: 700;
}

.ketoChat__context--351652,
.ketoChat__context--446135 {
  font-size: 20px;
  line-height: 26px;
}

.oneImageWidget__wrapper--109249 {
  max-width: 900px;
}

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

.paragraphWidget__text--655950 {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  padding-left: 120px;
  padding-right: 15px;
}

@media(max-width: 700px) {
  .paragraphWidget__text--655950 {
    padding: 15px !important;
  }
}

.ketoChat__avatarWrapper--680611 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--992619 {
  height: 100%;
}

.ketoChat__context--679482 {
  font-weight: 700;
}

.ketoChat__context--679482,
.ketoChat__context--896590 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--912435 {
  color: #0c0bb4;
  cursor: pointer;
}

.certificateBlackTitle__title--596008 {
  font-size: 28px;
  line-height: 36.4px;
}

.certificateBlackTitle__productWrapper--734958 {
  max-width: 250px;
  margin-top: 40px;
  box-sizing: unset;
}

.certificateBlackTitle__product--258987 {
  height: 100%;
  object-fit: contain;
}

.ketoChat__avatarWrapper--207634 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--543232 {
  height: 100%;
}

.ketoChat__context--467735 {
  font-weight: 700;
}

.ketoChat__context--467735,
.ketoChat__context--474264 {
  font-size: 20px;
  line-height: 26px;
}

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

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

.ketoChat__avatarWrapper--187124 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--304187 {
  height: 100%;
}

.ketoChat__context--505151 {
  font-weight: 700;
}

.ketoChat__context--505151,
.ketoChat__context--815630 {
  font-size: 20px;
  line-height: 26px;
}

.checkedList__itemText--344598,
.checkedList__itemText--356840,
.checkedList__itemText--619647,
.checkedList__itemText--660771,
.checkedList__itemText--697426,
.checkedList__itemText--725075,
.checkedList__itemText--867338 {
  font-weight: 700;
  font-style: oblique;
}

.ketoChat__avatarWrapper--421769 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--829656 {
  height: 100%;
}

.ketoChat__context--185788 {
  font-weight: 700;
}

.ketoChat__context--185788,
.ketoChat__context--733918 {
  font-size: 20px;
  line-height: 26px;
}

.textMedia--768692 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--638998 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
}

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

.imgBox__wrapper--482805 {
  display: flex;
  max-width: 500px;
}

.paragraphWidget--322076 {
  height: 100%;
}

.paragraphWidget--393136,
.paragraphWidget--587573 {
  font-weight: 700;
}

.paragraphWidget--229351 {
  font-style: oblique;
}

.textMedia--933425 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--214443 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
}

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

.imgBox__wrapper--287334 {
  display: flex;
  max-width: 500px;
}

.paragraphWidget--176477 {
  height: 100%;
}

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

.paragraphWidget--205491 {
  font-style: oblique;
}

.textMedia--366080 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--934853 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
}

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

.imgBox__wrapper--954043 {
  display: flex;
  max-width: 500px;
}

.paragraphWidget--700608 {
  height: 100%;
}

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

.paragraphWidget--128856 {
  font-style: oblique;
}

.ketoChat__context--551811 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--906230 {
  font-weight: 700;
}

.ketoChat__context--929749 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--200793 {
  max-width: 90px;
}

.ketoChat__avatar--988194 {
  height: 100%;
}

.ketoChat__avatarWrapper--740138 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--530838 {
  height: 100%;
}

.ketoChat__context--596097 {
  font-weight: 700;
}

.ketoChat__context--453854,
.ketoChat__context--596097 {
  font-size: 20px;
  line-height: 26px;
}

.textMedia--975607 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--275059 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--482032 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px;
  background-color: #fff;
}

.textMedia--248666,
.textMedia--559367,
.textMedia--794112,
.textMedia--822446 {
  border: 1.6px solid #000;
  background-color: #fbfbfb;
  display: inline-block;
  padding: 10px 30px;
}

.textMedia--559367,
.textMedia--794112,
.textMedia--822446 {
  background-color: #fff;
}

.textMedia--559367 {
  border: 2px solid #000;
  padding: 10px 15px;
}

.textMedia--453637 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--591318 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--679336 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px 70px;
  background-color: #fff;
}

.textMedia--562513,
.textMedia--736505,
.textMedia--756400,
.textMedia--836854 {
  border: 1.6px solid #000;
  display: inline-block;
  padding: 10px 63px;
  background-color: #fff;
}

.textMedia--562513,
.textMedia--736505,
.textMedia--836854 {
  padding: 10px 12px;
}

.textMedia--562513,
.textMedia--736505 {
  background-color: #fbfbfb;
  padding: 10px 45px;
}

.textMedia--736505 {
  border: 2px solid #000;
  padding: 10px 65px;
  background-color: #fff;
}

.textMedia--588198 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--907528 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--143645 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px;
  background-color: #fff;
}

.textMedia--453256,
.textMedia--616403 {
  border: 1.6px solid #000;
  background-color: #fbfbfb;
  display: inline-block;
  padding: 10px 90px;
}

.textMedia--453256 {
  border: 2px solid #000;
  padding: 10px 200px;
  background-color: #fff;
}

.textMedia--219932 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--271004 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--292278 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px;
  background-color: #fff;
}

.textMedia--315367,
.textMedia--970072 {
  border: 1.6px solid #000;
  background-color: #fbfbfb;
  display: inline-block;
  padding: 10px 30px;
}

.textMedia--315367 {
  border: 2px solid #000;
  padding: 10px 140px;
  background-color: #fff;
}

.textMedia--566674 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--463949 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--930753 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px 45px;
  background-color: #fff;
}

.textMedia--506057,
.textMedia--811935 {
  border: 1.6px solid #000;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.textMedia--811935 {
  border: 2px solid #000;
  padding: 10px 42px;
}

.textMedia--914434 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--364015 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--622829 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px 90px;
  background-color: #fff;
}

.textMedia--151314,
.textMedia--585009 {
  border: 1.6px solid #000;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.textMedia--585009 {
  border: 2px solid #000;
  padding: 10px 75px;
}

.textMedia--876179 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--152531 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.textMedia--284662 {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  padding: 10px 70px;
  background-color: #fff;
}

.textMedia--181640,
.textMedia--610319 {
  border: 1.6px solid #000;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.textMedia--610319 {
  border: 2px solid #000;
  padding: 10px 90px;
}

.textMedia--290651 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--498539 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

.ketoChat__context--779563 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--923465 {
  font-weight: 700;
}

.ketoChat__context--175914 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--788178 {
  max-width: 90px;
}

.ketoChat__avatar--906121 {
  height: 100%;
}

.ketoChat__avatarWrapper--510659 {
  max-width: 90px;
  height: 90px;
}

.ketoChat__avatar--808058 {
  height: 100%;
}

.ketoChat__context--339366 {
  font-weight: 700;
}

.ketoChat__context--133066,
.ketoChat__context--339366 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--165417 {
  color: #0f0e91;
  cursor: pointer;
  font-weight: 700;
}

.ketoChat--139545 {
  color: #000;
  font-weight: 700;
}

.fullDate--838374 {
  font-weight: 700;
  color: #ff0004;
}

.ketoChat__context--502621 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.ketoChat--316065 {
  font-weight: 700;
}

.ketoChat__context--698699 {
  font-size: 20px;
  line-height: 26px;
}

.ketoChat__avatarWrapper--715289 {
  max-width: 90px;
}

.ketoChat__avatar--416628 {
  height: 100%;
}

.textMedia--158622 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraphWidget__text--139182 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;

  border: 2px solid #000;
  background-color: rgba(141, 226, 196, 0.8);
}

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

.paragraphWidget--400679,
.paragraphWidget--748343 {
  font-weight: 700;
  color: #ff0004;
}

.textMedia--968686 {
  padding-left: 0;
  margin-top: 0;
}

.checkedList__itemImgWrapper--220046 {
  max-width: 100px;
  height: 100px;
}

.checkedList__itemImg--448056 {
  height: 100%;
}

.checkedList__itemText--434321 {
  font-weight: 700;
}

.undefined {
  display: none;
}

.docInfoDoors--489909 {
  color: #ff0004;
}

.paragraphWidget__text--783654 {
  font-size: 22px;
  line-height: 28.6px;
  font-weight: 700;
}

.menHealthCom__avatarWrapper--311774 {
  max-width: 78px;
}

.commentAvatar--722156 {
  border-radius: 50%;
}

.menHealthCom__comment--305725,
.menHealthCom__name--567075 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--272202 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--772862 {
  max-width: 78px;
}

.commentAvatar--600075 {
  border-radius: 50%;
}

.menHealthCom__comment--230857,
.menHealthCom__name--165721 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--653395 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--988121 {
  max-width: 78px;
}

.commentAvatar--809284 {
  border-radius: 50%;
}

.menHealthCom__comment--658398,
.menHealthCom__name--454952 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--958248 {
  display: flex;
  max-width: 400px;
  margin: 0 auto 0 0;
}

.commentBox--234656 {
  height: 100%;
}

.menHealthCom__wrapper--819557 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--479558 {
  max-width: 78px;
}

.commentAvatar--705646 {
  border-radius: 50%;
}

.menHealthCom__comment--986624,
.menHealthCom__name--276060 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--523978 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--943446 {
  max-width: 78px;
}

.commentAvatar--842158 {
  border-radius: 50%;
}

.menHealthCom__comment--123341,
.menHealthCom__name--489913 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--742152 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--782096 {
  max-width: 78px;
}

.commentAvatar--883453 {
  border-radius: 50%;
}

.menHealthCom__comment--575825,
.menHealthCom__name--634626 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--552336 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--491816 {
  max-width: 78px;
}

.commentAvatar--819522 {
  border-radius: 50%;
}

.menHealthCom__comment--969239,
.menHealthCom__name--625206 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--318918 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--309880 {
  max-width: 78px;
}

.commentAvatar--128796 {
  border-radius: 50%;
}

.menHealthCom__comment--656453,
.menHealthCom__name--421280 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--746454 {
  display: flex;
  max-width: 400px;
  margin: 0 auto 0 0;
}

.commentBox--453852 {
  height: 100%;
}

.menHealthCom__wrapper--273469 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--618003 {
  max-width: 78px;
}

.commentAvatar--727308 {
  border-radius: 50%;
}

.menHealthCom__comment--250081,
.menHealthCom__name--784184 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--334323 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--723732 {
  max-width: 78px;
}

.commentAvatar--806238 {
  border-radius: 50%;
}

.menHealthCom__comment--127293,
.menHealthCom__name--951732 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--365802 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--397745 {
  max-width: 78px;
}

.commentAvatar--415583 {
  border-radius: 50%;
}

.menHealthCom__comment--817894,
.menHealthCom__name--142124 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--740788 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--423432 {
  max-width: 78px;
}

.commentAvatar--819134 {
  border-radius: 50%;
}

.menHealthCom__comment--893188,
.menHealthCom__name--167461 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--905554 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--250759 {
  max-width: 78px;
}

.commentAvatar--313510 {
  border-radius: 50%;
}

.menHealthCom__comment--634419,
.menHealthCom__name--867179 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--921118 {
  display: flex;
  max-width: 350px;
  margin: 0 auto 0 0;
}

.commentBox--565711 {
  height: 100%;
}

.menHealthCom__wrapper--975097 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--723239 {
  max-width: 78px;
}

.commentAvatar--758354 {
  border-radius: 50%;
}

.menHealthCom__comment--213930,
.menHealthCom__name--156259 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--322370 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--828706 {
  max-width: 78px;
}

.commentAvatar--953990 {
  border-radius: 50%;
}

.menHealthCom__comment--496681,
.menHealthCom__name--265631 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--473931 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--750084 {
  max-width: 78px;
}

.commentAvatar--472751 {
  border-radius: 50%;
}

.menHealthCom__comment--758618,
.menHealthCom__name--561577 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--562749 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--873615 {
  max-width: 78px;
}

.commentAvatar--680154 {
  border-radius: 50%;
}

.menHealthCom__comment--635989,
.menHealthCom__name--347844 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--770263 {
  display: flex;
  max-width: 350px;
  margin: 0 auto 0 0;
}

.commentBox--178044 {
  height: 100%;
}

.menHealthCom__wrapper--943616 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--819312 {
  max-width: 78px;
}

.commentAvatar--888510 {
  border-radius: 50%;
}

.menHealthCom__comment--821003,
.menHealthCom__name--360687 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--341002 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--738203 {
  max-width: 78px;
}

.commentAvatar--367161 {
  border-radius: 50%;
}

.menHealthCom__comment--976240,
.menHealthCom__name--412358 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--335737 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--655809 {
  max-width: 78px;
}

.commentAvatar--563812 {
  border-radius: 50%;
}

.menHealthCom__comment--446040,
.menHealthCom__name--369349 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--665776 {
  display: flex;
  max-width: 350px;
  margin: 0 auto 0 0;
}

.commentBox--878091 {
  height: 100%;
}

.menHealthCom__wrapper--485572 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--117721 {
  max-width: 78px;
}

.commentAvatar--171078 {
  border-radius: 50%;
}

.menHealthCom__comment--851039,
.menHealthCom__name--493694 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--480706 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--305588 {
  max-width: 78px;
}

.commentAvatar--574530 {
  border-radius: 50%;
}

.menHealthCom__comment--806089,
.menHealthCom__name--892809 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--611496 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--672494 {
  max-width: 78px;
}

.commentAvatar--551521 {
  border-radius: 50%;
}

.menHealthCom__comment--122219,
.menHealthCom__name--492184 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--821926 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--724411 {
  max-width: 78px;
}

.commentAvatar--975801 {
  border-radius: 50%;
}

.menHealthCom__comment--145213,
.menHealthCom__name--211883 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--179171 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--358445 {
  max-width: 78px;
}

.commentAvatar--516855 {
  border-radius: 50%;
}

.menHealthCom__comment--832420,
.menHealthCom__name--227784 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--527380 {
  display: flex;
  max-width: 350px;
  margin: 0 auto 0 0;
}

.commentBox--256426 {
  height: 100%;
}

.menHealthCom__wrapper--554828 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--801677 {
  max-width: 78px;
}

.commentAvatar--481383 {
  border-radius: 50%;
}

.menHealthCom__comment--371364,
.menHealthCom__name--566774 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--351136 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--603270 {
  max-width: 78px;
}

.commentAvatar--114291 {
  border-radius: 50%;
}

.menHealthCom__comment--292963,
.menHealthCom__name--523756 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--846799 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--233930 {
  max-width: 78px;
}

.commentAvatar--341172 {
  border-radius: 50%;
}

.menHealthCom__comment--390314,
.menHealthCom__name--165741 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--287318 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--132655 {
  max-width: 78px;
}

.commentAvatar--393906 {
  border-radius: 50%;
}

.menHealthCom__comment--671722,
.menHealthCom__name--392194 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--706395 {
  display: flex;
  max-width: 300px;
  margin: 0 auto 0 0;
}

.commentBox--627139 {
  height: 100%;
}

.menHealthCom__wrapper--564584 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--488193 {
  max-width: 78px;
}

.commentAvatar--196870 {
  border-radius: 50%;
}

.menHealthCom__comment--840646,
.menHealthCom__name--271798 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--178186 {
  padding-left: 140px;
}

.menHealthCom__avatarWrapper--984471 {
  max-width: 78px;
}

.commentAvatar--565746 {
  border-radius: 50%;
}

.menHealthCom__comment--169098,
.menHealthCom__name--344388 {
  font-size: 18px;
  line-height: 23.4px;
}

.menHealthCom__wrapper--403411 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--194716 {
  max-width: 78px;
}

.commentAvatar--909489 {
  border-radius: 50%;
}

.menHealthCom__comment--819525,
.menHealthCom__name--568971 {
  font-size: 18px;
  line-height: 23.4px;
}

.imgBox__wrapper--233986 {
  display: flex;
  max-width: 350px;
  margin: 0 auto 0 0;
}

.commentBox--964102 {
  height: 100%;
}

.menHealthCom__wrapper--461265 {
  padding-left: 55px;
}

.menHealthCom__avatarWrapper--424812 {
  max-width: 78px;
}

.commentAvatar--623471 {
  border-radius: 50%;
}

.menHealthCom__comment--139200,
.menHealthCom__name--954125 {
  font-size: 18px;
  line-height: 23.4px;
}

.oneImageWidget__wrapper--392611 {
  max-width: 1100px;
}

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

@media (max-width: 1024px) {
  .numberImageWithDescription__itemWrapper {
    max-width: 500px;
  }

  .numberImageWithDescription {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .certificateBlackTitle__documentBox {
    max-width: 35%;
  }

  .certificateBlackTitle__imagesBox {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .certificateBlackTitle__productWrapper {
    order: 2;
    margin: 20px 0 30px;
  }

  .sliderZoom {
    padding: 133px 20px 137px;
  }
}

@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) {
  .certificateBlackTitle__title {
    padding: 0 30px;
    font-size: 26px;
    line-height: 29px;
  }

  .certificateBlackTitle__supTitle {
    margin-top: 4px;
    max-width: 270px;
    font-size: 14px;
    line-height: 21px;
  }

  .certificateBlackTitle__infoBox {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .certificateBlackTitle__documentBox {
    margin: 0 0 12px 1px;
    padding: 7px 26px 11px 17px;
    max-width: 285px;
  }

  .certificateBlackTitle__documentLogo {
    margin-top: 4px;
  }

  .certificateBlackTitle__document {
    width: 100%;
    max-width: 210px;
    font-size: 12px;
    line-height: 17px;
  }

  .certificateBlackTitle__info {
    padding: 13px 15px 13px 17px;
    max-width: 285px;
  }

  .certificateBlackTitle__infoLogo {
    width: 19px;
    height: 34px;
  }

  .certificateBlackTitle__text {
    margin-left: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .certificateBlackTitle__productWrapper {
    max-width: 268px;
  }

  .certificateBlackTitle__certificates {
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .certificateBlackTitle__certificatWrapper,
  .certificateBlackTitle__certificate {
    margin: 0 5px;
    height: 109px;
    max-width: 77px;
  }

  .certificateBlackTitle__certificateThree {
    margin: -4px 9px 0;
    padding: 5px 0;
    height: 119px;
    max-width: 87px;
  }

  .certificateBlackTitle {
    padding: 15px 30px;
  }

  .menHealthCom__wrapper {
    padding: 10px;
  }

  .menHealthCom {
    padding-bottom: 10px;
  }

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

@media (max-width: 600px) {
  .sliderZoom .swiper-container {
    height: 350px;
  }

  .sliderZoom .swiper-slide.swiper-slide-active+.swiper-slide {
    transform: translate3d(0, 0, 0) scale(1.5);
  }

  .sliderZoom .swiper-slide__img {
    width: 121px;
    height: 182px;
  }

  .sliderZoom .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
  }

  .sliderZoom .swiper-pagination-bullet,
  .sliderZoom .swiper-pagination-bullet-active {
    width: 54px;
    height: 5px;
  }
}

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

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .certificateBlackTitle__title {
    padding: 0 20px;
    font-size: 17px;
  }

  .certificateBlackTitle {
    padding: 10px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url(../img/flags_402x.png);
  }
}

@media (max-height: 500px) {
  .ketoChat__imgWrapper {
    height: auto;
  }
}

.cube_input {
  color: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  background: #e7e1d1;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  margin-bottom: 15px;
  max-width: 400px;
  width: 100%;
  padding: 15px 25px;
}

.form_btn {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  background: #56783d !important;
  border-radius: 14px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  border: 0;
}

[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: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD
}

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

  50% {
    transform: rotate(180deg)
  }

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

@media screen and (orientation: landscape) and (max-width: 600px) {
  .winPopupDocInfoDoors {
    margin-top: 30px;
  }
}

.form_block form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_title {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.product-image {
  max-width: 400px;
  width: 100%;
}