body,
body * {
  font-family: sans-serif;
}

@keyframes form-appear {
  0% {
    transform: translateY(2000px)
  }

  30% {
    transform: translateY(100px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px)
  }

  30% {
    transform: translateY(100px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.boldText {
  font-weight: 700
}

.italicText {
  font-style: oblique
}

* {
  box-sizing: border-box
}

body {
  margin: 0 !important
}

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

a,
li {
  text-decoration: none
}

a {
  cursor: pointer;
  color: inherit
}

.new_price_cur,
.new_price_val {
  padding: 0
}

ol.list-1,
ul.list-1 {
  list-style: none;
  margin: 0
}

ol.list-1 {
  counter-reset: section
}

ol.list-1 li {
  counter-increment: section
}

ol.list-1 li::before {
  content: counters(section, ".")". ";
  margin-right: 5px;
  margin-left: -24px;
  text-align: right
}

.list-0 {
  display: inline-block;
  margin-left: 24px
}

ul.list-1 li::before {
  content: "•";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right
}

ul.list-1 ol,
ul.list-2 div ol {
  counter-reset: listStyle
}

ul.list-1 ol li,
ul.list-2 div ol li {
  counter-increment: listStyle
}

ul.list-1 ol li::before,
ul.list-2 div ol li::before {
  content: counter(listStyle, lower-alpha)
}

ol li.listCircle,
ul li.listCircle {
  list-style-type: none
}

ol li.listCircle::before,
ul li.listCircle::before {
  content: "∘";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right
}

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

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

.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0
}

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

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

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

.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-family: sans-serif;
  font-size: 24px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  transition: all .5s ease-in-out;
  cursor: pointer
}

.btnWrapper__btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1)0 0)
}

.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,
body {
  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: -.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: .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 {
  width: 100%
}

.checkedList ul {
  padding-left: 0
}

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

.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;
  height: fit-content;
}

.checkedList__itemImg {
  width: 23px;
  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: .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, .6)
}

.docInfoDoors__popUpWrapper--show {
  display: flex
}

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

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

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

.docInfoDoors__popUpContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px 20px 20px;
  width: 100%;
  max-width: 400px;
  background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

.docInfoDoors__timer .countdownTimerBox .minutes,
.docInfoDoors__timer .countdownTimerBox .seconds {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  word-break: break-word;
  transition: .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: .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: .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, .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: .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: .5s ease .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;
  font-size: 35px;
  line-height: 1.1;
}

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

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

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

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

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

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

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

.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, .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, .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, .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("style.css");
  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
}

.kardineoLeaveComment {
  display: flex;
  justify-content: center;
  padding: 10px 40px;
  width: 100%;
  box-sizing: border-box;
  background: #f0f0f0;
  transition: 1s
}

.kardineoLeaveComment__form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 48px 10px;
  width: 100%;
  max-width: 600px
}

.kardineoLeaveComment__title {
  margin: 0 0 16px;
  border-bottom: 0 solid;
  padding: 0;
  box-shadow: 1px 4px 10px -7px #ccc;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #43a047
}

.kardineoLeaveComment__nameInputBlock {
  display: flex;
  padding: 0;
  width: 100%
}

.kardineoLeaveComment__yourCommentBlock {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%
}

.kardineoLeaveComment__nameInputBlock {
  margin: 0 0 25px
}

.kardineoLeaveComment__nameInput {
  outline: 0;
  border: 1px solid #43a047;
  padding: 10px 20px;
  width: 100%;
  box-shadow: 0 2px 4px -3px #237a27;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer
}

.kardineoLeaveComment__nameInput::placeholder,
.kardineoLeaveComment__yourComment::placeholder {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1
}

.kardineoLeaveComment__yourComment {
  outline: 0;
  border: 1px solid #43a047;
  padding: 10px 20px;
  width: 100%;
  height: 120px;
  box-shadow: 0 2px 4px -3px #237a27;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  resize: none
}

.kardineoLeaveComment__sendButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  border: 0;
  border-radius: 25px;
  padding: 0;
  width: 100%;
  height: 50px;
  max-width: 280px;
  box-shadow: 0 2px 4px -3px #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #237a27;
  color: #fff;
  background: #43a047;
  transition: .5s;
  cursor: pointer
}

.kardineoLeaveComment__sendButton:hover {
  box-shadow: none;
  text-shadow: none;
  background: #237a27
}

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

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

@media(max-width: 400px) {
  .tableThree {
    overflow: scroll;
  }
}

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

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

.tableThree__tableData:first-child {
  width: 100%;
  max-width: 20%
}

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

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

.testimonialsWithImage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px
}

.testimonialsWithImage__leftWrapper,
.testimonialsWithImage__rightWrapper {
  display: flex;
  flex-direction: column
}

.testimonialsWithImage__leftItemWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  padding-right: 40px;
  width: 100%
}

.testimonialsWithImage__rightItemWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  padding-left: 40px;
  width: 100%
}

.testimonialsWithImage__rightItemWrapper .testimonialsWithImage__itemImgWrapper {
  margin-right: 17px;
  margin-left: 0
}

.testimonialsWithImage__rightItemWrapper .testimonialsWithImage__itemTextBlock {
  text-align: start
}

.testimonialsWithImage__itemTextBlock {
  width: 100%;
  max-width: 256px;
  text-align: end
}

.testimonialsWithImage__itemTitle {
  margin-bottom: 10px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #062a4d
}

.testimonialsWithImage__itemText {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #747373
}

.testimonialsWithImage a.testimonialsWithImage__itemText--link {
  color: #1696e7
}

.testimonialsWithImage__itemImgWrapper {
  display: flex;
  margin-left: 17px;
  border: 2px dashed #062a4d;
  border-radius: 12px;
  padding: 5px;
  width: 100%;
  height: 100%;
  max-width: 80px
}

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

.testimonialsWithImage__imgWrapper {
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 393px;
  background-position: center center;
  background-size: cover
}

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

.oneImageWidget__wrapper--520913 {
  background-color: #65a930
}

.oneImageWidget__wrapper--391815 {
  max-width: 1025px
}

.oneImageWidget__img--104057 {
  height: 100%
}

.oneImageWidget__wrapper--292470 {
  max-width: 1025px;
  height: 50px
}

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

.paragraphWidget__text--368768 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #426b34;
  font-size: 14px;
  line-height: 18.2px
}

.paragraphWidget--564596,
.paragraphWidget--665408 {
  text-decoration-line: underline
}

.paragraphWidget__text--213678 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #426b34;
  font-size: 36px;
  line-height: 46.8px
}

.oneImageWidget__wrapper--888189 {
  max-width: 1000px
}

.oneImageWidget__img--557559 {
  height: 100%
}

.paragraphWidget__text--275501 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #426b34;
  font-size: 26px;
  line-height: 33.8px
}

.paragraphWidget__text--472053,
.paragraphWidget__text--511455 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--626206,
.paragraphWidget--702108,
.paragraphWidget--830361,
.paragraphWidget--932285,
.paragraphWidget--957758 {
  color: #65a930;
  text-decoration-line: underline
}

.paragraphWidget__text--299541 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget__text--532296 {
  background-color: #e8f2cf
}

.paragraphWidget__text--532296,
.paragraphWidget__text--659247 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--757697,
.paragraphWidget--821768 {
  font-weight: 700
}

.paragraphWidget__text--638936 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--771377 {
  font-weight: 700
}

.paragraphWidget__text--884302,
.paragraphWidget__text--974743 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget__text--884302 {
  font-weight: 400
}

.paragraphWidget--919633 {
  font-weight: 700
}

.paragraphWidget__text--890019 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px;
  background-color: #e8f2cf
}

.paragraphWidget--156679 {
  font-weight: 700
}

.paragraphWidget__text--228391 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--635579,
.paragraphWidget--860323 {
  font-weight: 700
}

.paragraphWidget__text--311243 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px;
  background-color: #e8f2cf
}

.paragraphWidget--977500 {
  font-weight: 700
}

.paragraphWidget__text--190500,
.paragraphWidget__text--954139 {
  font-family: sans-serif;
  font-weight: 400;
  color: #1f1f1f
}

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

.paragraphWidget__text--190500 {
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px
}

.textMedia--437128 {
  border: 9.6px solid #e8f2cf;
  padding-top: 10px
}

.testimonialsWithImage__itemText--644721,
.testimonialsWithImage__itemTitle--356147 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f
}

.testimonialsWithImage__itemText--644721 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px
}

.testimonialsWithImage__itemText--676097,
.testimonialsWithImage__itemTitle--731237 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f
}

.testimonialsWithImage__itemText--676097 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px
}

.testimonialsWithImage__itemText--135760,
.testimonialsWithImage__itemTitle--392492 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f
}

.testimonialsWithImage__itemText--135760 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px
}

.testimonialsWithImage__imgWrapper--634080 {
  max-width: 400px
}

.testimonialsWithImage__img--274599 {
  height: 100%
}

.testimonialsWithImage__itemText--374864,
.testimonialsWithImage__itemTitle--434636 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f
}

.testimonialsWithImage__itemText--374864 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400
}

.testimonialsWithImage__itemText--668146,
.testimonialsWithImage__itemTitle--542205 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f
}

.testimonialsWithImage__itemText--668146 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px
}

.testimonialsWithImage__itemTitle--155526 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f
}

.paragraphWidget__text--221375,
.paragraphWidget__text--766907,
.testimonialsWithImage__itemText--948530 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 23.4px
}

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

.paragraphWidget__text--221375 {
  font-weight: 400
}

.paragraphWidget--273254,
.paragraphWidget--420940 {
  font-weight: 700
}

.paragraphWidget--394543,
.paragraphWidget--857308 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.tableThree__tableText--106902,
.tableThree__tableText--471568,
.tableThree__tableText--673564,
.tableThree__tableText--838798 {
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px;
  color: #1f1f1f
}

.tableThree__tableText--106902,
.tableThree__tableText--673564 {
  font-weight: 700
}

.tableThree__tableText--673564 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23.4px
}

.tableThree__tableText--195438 {
  text-align: center
}

.imgBox__wrapper--766586 {
  display: flex;
  max-width: 50px
}

.tableThree--499427 {
  height: 100%
}

.tableThree__tableText--563569 {
  text-align: center
}

.imgBox__wrapper--661296 {
  display: flex;
  max-width: 40px
}

.tableThree--751282 {
  height: 100%
}

.tableThree__tableText--938645 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 23.4px;
  color: #1f1f1f;
  text-align: center
}

.tableThree__tableText--528441 {
  text-align: center
}

.imgBox__wrapper--136103 {
  display: flex;
  max-width: 40px
}

.tableThree--947610 {
  height: 100%
}

.tableThree__tableText--580748 {
  text-align: center
}

.imgBox__wrapper--329073 {
  display: flex;
  max-width: 40px
}

.tableThree--724486 {
  height: 100%
}

.tableThree__tableText--336708 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  color: #1f1f1f
}

.tableThree__tableText--618702 {
  text-align: center
}

.imgBox__wrapper--814822 {
  display: flex;
  max-width: 50px
}

.tableThree--312109 {
  height: 100%
}

.tableThree__tableText--899874 {
  text-align: center
}

.imgBox__wrapper--346993 {
  display: flex;
  max-width: 40px
}

.tableThree--199218 {
  height: 100%
}

.tableThree__tableText--515622 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  color: #1f1f1f
}

.tableThree__tableText--464025 {
  text-align: center
}

.imgBox__wrapper--191814 {
  display: flex;
  max-width: 50px
}

.tableThree--622335 {
  height: 100%
}

.tableThree__tableText--126176 {
  text-align: center
}

.imgBox__wrapper--111634 {
  display: flex;
  max-width: 40px
}

.tableThree--191753 {
  height: 100%
}

.tableThree__tableText--839989 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 23.4px
}

.tableThree__tableText--649179 {
  text-align: center
}

.imgBox__wrapper--100025 {
  display: flex;
  max-width: 50px
}

.tableThree--264074 {
  height: 100%
}

.tableThree__tableText--476263 {
  text-align: center
}

.imgBox__wrapper--857354 {
  display: flex;
  max-width: 40px
}

.tableThree--870607 {
  height: 100%
}

.tableThree__tableText--285974 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 23.4px;
  color: #1f1f1f;
  text-align: center
}

.tableThree__tableText--156829 {
  text-align: center
}

.imgBox__wrapper--865539 {
  display: flex;
  max-width: 50px
}

.tableThree--159277 {
  height: 100%
}

.tableThree__tableText--321302 {
  text-align: center
}

.imgBox__wrapper--528556 {
  display: flex;
  max-width: 40px
}

.tableThree--693678 {
  height: 100%
}

.tableThree__tableText--100993 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  color: #1f1f1f
}

.tableThree__tableText--355862 {
  text-align: center
}

.imgBox__wrapper--889211 {
  display: flex;
  max-width: 40px
}

.tableThree--995655 {
  height: 100%
}

.tableThree__tableText--325173 {
  text-align: center
}

.imgBox__wrapper--151798 {
  display: flex;
  max-width: 40px
}

.tableThree--751535 {
  height: 100%
}

.paragraphWidget__text--765040 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--952118 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--938016 {
  font-weight: 700
}

.paragraphWidget--278818 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--122217,
.paragraphWidget--641427 {
  font-weight: 700
}

.paragraphWidget__text--103227,
.paragraphWidget__text--119699 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget__text--119699 {
  font-weight: 400
}

.paragraphWidget--198118 {
  font-weight: 700
}

.paragraphWidget--562491,
.paragraphWidget--615455,
.paragraphWidget--680802 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--351218,
.paragraphWidget--549522,
.paragraphWidget--974216 {
  font-weight: 700
}

.checkedList--581975 {
  background-color: #e8f2cf
}

.checkedList__itemText--504067,
.paragraphWidget__text--402900 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--352514 {
  color: #0b0b0b;
  cursor: pointer
}

.paragraphWidget--211154,
.paragraphWidget--807957 {
  font-weight: 700
}

.checkedList--826514 {
  background-color: #e8f2cf
}

.checkedList__itemText--277510,
.paragraphWidget__text--702164 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--263505 {
  color: #1f1f1f;
  cursor: pointer
}

.paragraphWidget--236630,
.paragraphWidget--772680 {
  font-weight: 700
}

.checkedList--312147 {
  background-color: #e8f2cf
}

.checkedList__itemText--591170,
.paragraphWidget__text--808493 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--932383,
.paragraphWidget--989733 {
  font-weight: 700
}

.checkedList--336394 {
  background-color: #e8f2cf
}

.checkedList__itemText--155578,
.paragraphWidget__text--976122 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--265167,
.paragraphWidget--382525 {
  font-weight: 700
}

.checkedList--890165 {
  background-color: #e8f2cf
}

.checkedList__itemText--902832,
.paragraphWidget__text--461875 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--596712,
.paragraphWidget--763279 {
  font-weight: 700
}

.checkedList--989338 {
  background-color: #e8f2cf
}

.checkedList__itemText--201472,
.paragraphWidget__text--348026 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--291163,
.paragraphWidget--388816 {
  font-weight: 700
}

.checkedList--222944 {
  background-color: #e8f2cf
}

.checkedList__itemText--920878,
.paragraphWidget__text--364340 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #1f1f1f
}

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

.paragraphWidget--330728,
.paragraphWidget--608873 {
  font-weight: 700
}

.paragraphWidget__text--101161 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--585139 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--627618 {
  font-weight: 700
}

.paragraphWidget--860645 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--156321,
.paragraphWidget--354489 {
  font-weight: 700
}

.certificateBlackTitle__title--289862 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 39px
}

.certificateBlackTitle__document--866180,
.certificateBlackTitle__supTitle--417377,
.certificateBlackTitle__text--581944 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal
}

.certificateBlackTitle__productWrapper--152451 {
  max-width: 130px
}

.certificateBlackTitle__product--767993 {
  height: 100%
}

.paragraphWidget__text--427695 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--277449,
.paragraphWidget--589138 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--886337,
.paragraphWidget--934099 {
  font-weight: 700
}

.paragraphWidget--325565 {
  border: 20px solid #e8f2cf;
  padding: 15px;
}

.paragraphWidget__text--672441 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 19px;
  line-height: 24.7px;
  padding: 0;

}

.imgBox__wrapper--613946 {
  display: flex;
  max-width: 300px;
  margin: 0 15px 0 0;

}

@media(max-width: 599px) {
  .imgBox__wrapper--613946 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(min-width: 600px) {
  .imgBox__wrapper--613946 {
    float: left;
  }
}

.paragraphWidget--262652 {
  height: 100%
}

.paragraphWidget--842827 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--355142,
.paragraphWidget--376018 {
  font-weight: 700
}

.paragraphWidget__text--145430 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--184776 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--561433,
.paragraphWidget--980112 {
  font-weight: 700
}

.imgWithText--218991 {
  border: 20px solid #e8f2cf
}

.imgWithText__wrapper--265284 {
  max-width: 330px
}

.imgWithText__img--865371 {
  height: 100%
}

.imgWithText__text--874883,
.paragraphWidget__text--389291 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 24.7px
}

.paragraphWidget__text--389291 {
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--180128 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--957226 {
  font-weight: 700
}

.paragraphWidget--310879 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--246796,
.paragraphWidget--803567 {
  font-weight: 700
}

.paragraphWidget__text--765753 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--191602 {
  font-weight: 700
}

.paragraphWidget--602321 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--333552,
.paragraphWidget--795657 {
  font-weight: 700
}

.paragraphWidget__text--506327 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--596634 {
  font-weight: 400
}

.paragraphWidget--872488 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--613995 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--401242 {
  font-weight: 400
}

.paragraphWidget--367836 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--200661 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--699275 {
  font-weight: 400
}

.paragraphWidget--834025 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--241606 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--999437 {
  font-weight: 400
}

.paragraphWidget--404003 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--383948 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--132091 {
  font-weight: 400
}

.paragraphWidget--744214 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--730264 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--542678 {
  font-weight: 400
}

.paragraphWidget--219224 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--691646 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--810557 {
  font-weight: 400
}

.paragraphWidget--986209 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--129862 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 2px solid #65a930
}

.paragraphWidget--719556 {
  font-weight: 400
}

.paragraphWidget--314333 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--180123 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #426b34;
  font-size: 22px;
  line-height: 28.6px;
  border: 1.6px solid #65a930
}

.paragraphWidget--741499 {
  font-weight: 400
}

.paragraphWidget--290912 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.imgWithText--416873 {
  border: 1px solid #65a930
}

.imgWithText__wrapper--202699 {
  max-width: 200px
}

.imgWithText__img--748249 {
  height: 100%
}

.imgWithText__text--349414,
.paragraphWidget__text--260276 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal
}

.imgWithText__text--349414 {
  text-align: left;
  color: #426b34
}

.paragraphWidget__text--260276 {
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--640048 {
  font-weight: 400
}

.paragraphWidget--696921,
.paragraphWidget--870937 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.checkedList__itemImg--953864 {
  height: 100%
}

.checkedList--251296,
.checkedList__itemText--143836 {
  font-weight: 400;
  font-family: sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px;
  color: #1f1f1f
}

.checkedList--251296 {
  font-weight: 700
}

.checkedList__itemImg--738814 {
  height: 100%
}

.checkedList__itemText--845954 {
  font-weight: 400;
  font-family: sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px;
  color: #1f1f1f
}

.checkedList--378938 {
  font-weight: 700
}

.checkedList--286691 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px
}

.checkedList__itemImg--270834 {
  height: 100%
}

.checkedList__itemText--203528 {
  font-weight: 400;
  font-family: sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px;
  color: #1f1f1f
}

.checkedList--745409,
.checkedList--981030 {
  font-weight: 700
}

.checkedList--838529 {
  font-weight: 700;
  font-family: sans-serif;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.checkedList__itemImg--253082 {
  height: 100%
}

.checkedList__itemText--213537 {
  font-weight: 400;
  font-family: sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 28.6px;
  color: #1f1f1f
}

.checkedList--376303,
.checkedList--718691,
.checkedList--822584 {
  font-weight: 700
}

.checkedList--462810,
.paragraphWidget__text--584307 {
  font-weight: 700;
  font-family: sans-serif;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget__text--584307 {
  font-weight: 400
}

.paragraphWidget--877843 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--784483 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--716689 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget__text--350186 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--162050 {
  font-weight: 700
}

.paragraphWidget--142165,
.paragraphWidget--610695,
.paragraphWidget--668609 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--125267,
.paragraphWidget--402409 {
  font-weight: 700
}

.paragraphWidget__text--866331 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px;
  border: 20px solid #e8f2cf
}

.paragraphWidget--688943 {
  font-weight: 700;
  color: #426b34
}

.paragraphWidget--217497 {
  font-weight: 700
}

.paragraphWidget--875097 {
  font-size: 20px;
  line-height: 26px
}

.paragraphWidget--823649 {
  font-weight: 700
}

.paragraphWidget--478529 {
  font-size: 20px;
  line-height: 26px
}

.paragraphWidget--872454 {
  font-weight: 700
}

.paragraphWidget--140235 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer
}

.paragraphWidget--737135 {
  font-size: 20px;
  line-height: 26px
}

.paragraphWidget--360700 {
  font-weight: 700
}

.paragraphWidget--361490 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--337022,
.paragraphWidget--623700 {
  font-weight: 700
}

.paragraphWidget__text--771893 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px;
  margin-top: 10px;
  border: 4px solid #65a930
}

.paragraphWidget--653964 {
  font-weight: 700
}

.paragraphWidget--339458,
.paragraphWidget--923603 {
  font-weight: 700;
  color: #426b34
}

.paragraphWidget--962597 {
  font-weight: 700
}

.paragraphWidget--818704 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.paragraphWidget--324988,
.paragraphWidget--633167 {
  font-weight: 700
}

.paragraphWidget__text--953027 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px
}

.paragraphWidget--355740 {
  font-weight: 700
}

.paragraphWidget--452895 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.undefined {
  display: none
}

.docInfoDoors__title--505544,
.docInfoDoors__titleWrapper--283546 {
  background-color: #3b4f35
}

.winPopupDocInfoDoors__iconRound--868649 {
  background-color: #65a930
}

.winPopupDocInfoDoors__text--459256,
.winPopupDocInfoDoors__text--496151,
.winPopupDocInfoDoors__text--red--213893 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal
}

.winPopupDocInfoDoors__btn--433691 {
  background-color: #65a930
}

.docInfoDoors__formImgWrapper--276334 {
  max-width: 300px
}

.docInfoDoors__formImg--842975 {
  height: 100%
}

.docInfoDoors__newVal--508300 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal
}

.docInfoDoors--625290 {
  font-size: 18px;
  line-height: 23.4px
}

.docInfoDoors__formTitle--700659,
.docInfoDoors__formTitle--red--494978 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal
}

.docInfoDoors__formBtn--558431 {
  background-color: #65a930
}

.docInfoDoors--980618 {
  font-weight: 400
}

.docInfoDoors__textFooter--987701 {
  font-size: 14px;
  line-height: 18.2px
}

.oneImageWidget__wrapper--251223 {
  max-width: 600px;
  margin-bottom: 10px;
  box-sizing: unset
}

.oneImageWidget__img--873092 {
  height: 100%
}

.paragraphWidget__text--281562 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 28.6px;
  background-color: #e8f2cf
}

.paragraphWidget--583901 {
  font-weight: 700
}

.commentBox--723867 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--893973 {
  max-width: 78px
}

.commentAvatar--844720 {
  border-radius: 50%
}

.menHealthCom__comment--935590,
.menHealthCom__name--742449 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--935590 {
  font-weight: 400
}

.commentBox--121800 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--992221 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--240149 {
  max-width: 78px
}

.commentAvatar--393685 {
  border-radius: 50%
}

.menHealthCom__comment--631177,
.menHealthCom__name--118631 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--631177 {
  font-weight: 400
}

.commentBox--493529 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--780719 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--172255 {
  max-width: 78px
}

.commentAvatar--838041 {
  border-radius: 50%
}

.menHealthCom__comment--199201,
.menHealthCom__name--914423 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--199201 {
  font-weight: 400
}

.commentBox--995031 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--666122 {
  max-width: 78px
}

.commentAvatar--530609 {
  border-radius: 50%
}

.menHealthCom__comment--390273,
.menHealthCom__name--573098 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--390273 {
  font-weight: 400
}

.commentBox--103146 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--144256 {
  max-width: 78px
}

.commentAvatar--250443 {
  border-radius: 50%
}

.menHealthCom__comment--659079,
.menHealthCom__name--670302 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--659079 {
  font-weight: 400
}

.commentBox--210802 {
  display: inline !important
}

.commentBox--547445,
.commentBox--966596 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.imgBox__wrapper--386391 {
  display: flex;
  max-width: 250px;
  margin: 0 auto 0 0
}

.commentBox--861791 {
  height: 100%
}

.commentBox--984991 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--731421 {
  max-width: 78px
}

.commentAvatar--363467 {
  border-radius: 50%
}

.menHealthCom__comment--986583,
.menHealthCom__name--184696 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--986583 {
  font-weight: 400
}

.commentBox--926267 {
  display: inline !important
}

.commentBox--254543 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--902666 {
  max-width: 78px
}

.commentAvatar--692106 {
  border-radius: 50%
}

.menHealthCom__comment--792057,
.menHealthCom__name--653494 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--792057 {
  font-weight: 400
}

.commentBox--848370 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.imgBox__wrapper--635716 {
  display: flex;
  max-width: 300px;
  margin: 0 auto 0 0
}

.commentBox--678337 {
  height: 100%
}

.commentBox--550290 {
  display: inline !important
}

.commentBox--254877 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--691280 {
  max-width: 78px
}

.commentAvatar--536201 {
  border-radius: 50%
}

.menHealthCom__comment--674117,
.menHealthCom__name--289839 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--674117 {
  font-weight: 400
}

.commentBox--863338 {
  display: inline !important
}

.commentBox--212230 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--248415 {
  max-width: 78px
}

.commentAvatar--566734 {
  border-radius: 50%
}

.menHealthCom__comment--845633,
.menHealthCom__name--922551 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--845633 {
  font-weight: 400
}

.commentBox--471521 {
  display: inline !important
}

.commentBox--380881 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--284784 {
  max-width: 78px
}

.commentAvatar--671512 {
  border-radius: 50%
}

.menHealthCom__comment--438934,
.menHealthCom__name--200189 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--438934 {
  font-weight: 400
}

.commentBox--504384 {
  display: inline !important
}

.commentBox--662553 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--168633 {
  max-width: 78px
}

.commentAvatar--529997 {
  border-radius: 50%
}

.menHealthCom__comment--395642,
.menHealthCom__name--997875 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--395642 {
  font-weight: 400
}

.commentBox--118819 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--556535 {
  display: inline !important
}

.commentBox--826716 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--391968 {
  max-width: 78px
}

.commentAvatar--998400 {
  border-radius: 50%
}

.menHealthCom__comment--255617,
.menHealthCom__name--563266 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--255617 {
  font-weight: 400
}

.imgBox__wrapper--226166 {
  display: flex;
  max-width: 300px;
  margin: 0 auto 0 0
}

.commentBox--229424 {
  height: 100%
}

.commentBox--857167 {
  display: inline !important
}

.commentBox--591631 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--471411 {
  max-width: 78px
}

.commentAvatar--622680 {
  border-radius: 50%
}

.menHealthCom__comment--277267,
.menHealthCom__name--460060 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--277267 {
  font-weight: 400
}

.commentBox--112932 {
  display: inline !important
}

.commentBox--467514 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--430970 {
  max-width: 78px
}

.commentAvatar--745960 {
  border-radius: 50%
}

.menHealthCom__comment--563707,
.menHealthCom__name--804677 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--563707 {
  font-weight: 400
}

.commentBox--676172 {
  display: inline !important
}

.commentBox--910711 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--866118 {
  max-width: 78px
}

.commentAvatar--381712 {
  border-radius: 50%
}

.menHealthCom__comment--720621,
.menHealthCom__name--738896 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--720621 {
  font-weight: 400
}

.commentBox--876881 {
  display: inline !important
}

.commentBox--473210 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--434438 {
  max-width: 78px
}

.commentAvatar--922470 {
  border-radius: 50%
}

.menHealthCom__comment--516899,
.menHealthCom__name--139430 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--516899 {
  font-weight: 400
}

.commentBox--378860 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--518522 {
  display: inline !important
}

.commentBox--164059 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--417159 {
  max-width: 78px
}

.commentAvatar--109569 {
  border-radius: 50%
}

.menHealthCom__comment--309814,
.menHealthCom__name--176949 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--309814 {
  font-weight: 400
}

.imgBox__wrapper--720090 {
  display: flex;
  max-width: 300px;
  margin: 0 auto 0 0
}

.commentBox--181979 {
  height: 100%
}

.commentBox--230545 {
  display: inline !important
}

.commentBox--644991 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--273502 {
  max-width: 78px
}

.commentAvatar--657123 {
  border-radius: 50%
}

.menHealthCom__comment--992086,
.menHealthCom__name--197528 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--992086 {
  font-weight: 400
}

.commentBox--832020 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--203446 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--198271 {
  max-width: 78px
}

.commentAvatar--802369 {
  border-radius: 50%
}

.menHealthCom__comment--296091,
.menHealthCom__name--776164 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--296091 {
  font-weight: 400
}

.commentBox--881891 {
  display: inline !important
}

.commentBox--780232 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--868819 {
  max-width: 78px
}

.commentAvatar--281859 {
  border-radius: 50%
}

.menHealthCom__comment--779453,
.menHealthCom__name--965496 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--779453 {
  font-weight: 400
}

.commentBox--451021 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--518316 {
  display: inline !important
}

.commentBox--634401 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--933102 {
  max-width: 78px
}

.commentAvatar--773579 {
  border-radius: 50%
}

.menHealthCom__comment--633182,
.menHealthCom__name--794316 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--633182 {
  font-weight: 400
}

.commentBox--320961 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--641970 {
  display: inline !important
}

.commentBox--594073 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--996694 {
  max-width: 78px
}

.commentAvatar--115084 {
  border-radius: 50%
}

.menHealthCom__comment--579846,
.menHealthCom__name--512120 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--579846 {
  font-weight: 400
}

.commentBox--892828 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--278055 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--470221 {
  max-width: 78px
}

.commentAvatar--173272 {
  border-radius: 50%
}

.menHealthCom__comment--417254,
.menHealthCom__name--834126 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--417254 {
  font-weight: 400
}

.imgBox__wrapper--231353 {
  display: flex;
  max-width: 300px;
  margin: 0 auto 0 0
}

.commentBox--365751 {
  height: 100%
}

.commentBox--307382 {
  display: inline !important
}

.commentBox--538768 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--747921 {
  max-width: 78px
}

.commentAvatar--940056 {
  border-radius: 50%
}

.menHealthCom__comment--919477,
.menHealthCom__name--715337 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--919477 {
  font-weight: 400
}

.commentBox--988057 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--537150 {
  display: inline !important
}

.commentBox--837551 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--717198 {
  max-width: 78px
}

.commentAvatar--764515 {
  border-radius: 50%
}

.menHealthCom__comment--509880,
.menHealthCom__name--908807 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--509880 {
  font-weight: 400
}

.commentBox--741100 {
  display: inline !important
}

.commentBox--309465 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--385411 {
  max-width: 78px
}

.commentAvatar--924199 {
  border-radius: 50%
}

.menHealthCom__comment--966156,
.menHealthCom__name--763231 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--966156 {
  font-weight: 400
}

.commentBox--825081 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.imgBox__wrapper--559314 {
  display: flex;
  max-width: 200px;
  margin: 0 auto 0 0
}

.commentBox--173603 {
  height: 100%
}

.commentBox--712147 {
  display: inline !important
}

.commentBox--700349 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--382852 {
  max-width: 78px
}

.commentAvatar--276067 {
  border-radius: 50%
}

.menHealthCom__comment--458810,
.menHealthCom__name--572154 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--458810 {
  font-weight: 400
}

.commentBox--515593 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--362374 {
  display: inline !important
}

.commentBox--586374 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--369569 {
  max-width: 78px
}

.commentAvatar--290077 {
  border-radius: 50%
}

.menHealthCom__comment--696757,
.menHealthCom__name--208628 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--696757 {
  font-weight: 400
}

.commentBox--541826 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--762027 {
  display: inline !important
}

.commentBox--360666 {
  padding-bottom: 0
}

.menHealthCom__avatarWrapper--262476 {
  max-width: 78px
}

.commentAvatar--147707 {
  border-radius: 50%
}

.menHealthCom__comment--501956,
.menHealthCom__name--997222 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px
}

.menHealthCom__comment--501956 {
  font-weight: 400
}

.commentBox--495951 {
  color: #65a930;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700
}

.commentBox--383505 {
  display: inline !important
}

.kardineoLeaveComment--491082 {
  padding-left: 0;
  padding-right: 350px;
  background-color: #fff
}

.kardineoLeaveComment__form--400408 {
  padding: 0
}

.kardineoLeaveComment__title--289160 {
  color: #43a047
}

.kardineoLeaveComment__sendButton--139069 {
  background-color: #fff;
  color: #000;
  border: 2px solid #43a047
}

.btnWrapper__btn--959516 {
  background-color: #3b4f35;
  padding-left: 50px;
  padding-right: 50px
}

.btnWrapper--130015,
.btnWrapper--604628 {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal
}

.oneImageWidget__wrapper--405936 {
  background-color: #65a930
}

.oneImageWidget__wrapper--172780 {
  max-width: 1025px
}

.oneImageWidget__img--284389 {
  height: 100%
}

@media (max-width:1024px) {
  .kardineoLeaveComment {
    padding: 10px 20px
  }

  .testimonialsWithImage__leftItemWrapper {
    flex-direction: column-reverse;
    padding: 0
  }

  .testimonialsWithImage__rightItemWrapper .testimonialsWithImage__itemImgWrapper {
    margin-right: 0
  }

  .testimonialsWithImage__rightItemWrapper .testimonialsWithImage__itemTextBlock {
    text-align: center
  }

  .testimonialsWithImage__rightItemWrapper {
    flex-direction: column;
    padding: 0
  }

  .testimonialsWithImage__itemTextBlock {
    max-width: 550px;
    text-align: center
  }

  .testimonialsWithImage__itemImgWrapper {
    margin: 0 auto 15px
  }

  .testimonialsWithImage {
    flex-direction: column
  }
}

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

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

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

  .kardineoLeaveComment__sendButton {
    margin: 20px auto 0
  }
}

@media screen and (max-width:767px) {
  .textMedia {
    padding: 5px
  }

  .textHeightMedia {
    line-height: normal
  }

  .textLetterMedia {
    letter-spacing: normal
  }
}

@media (max-width:767px) {
  .btnWrapper__btn {
    font-size: 20px
  }

  .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: 260px
  }

  .winPopupDocInfoDoors__closeBtn {
    right: -5px
  }

  .imgWithText__text {
    font-size: 16px
  }

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

@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("style.css")
  }
}

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

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

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

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

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

.list-results-image {
  width: 150px;
}

@media(max-width: 500px) {
  .list-results-image {
    width: 80px;
  }
}

@media(max-width: 350px) {
  .docInfoDoors__formStock {
    width: 90px;
    height: 90px;
    right: -15px;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .winPopupDocInfoDoors__text--title {
    font-size: 30px;
  }

  .winPopupDocInfoDoors {
    margin-top: 30px;
  }
}