﻿@keyframes movetop {
  0%,
  20% {
    transform: translate(0, 0);
  }
  87.7%,
  to {
    opacity: 0;
    transform: translate(0, -170px);
  }
}
@keyframes Flash {
  0% {
    background-color: #000;
    transform: scale(1);
  }
  to {
    background-color: #fff;
    transform: scale(0.3);
  }
}
body {
  margin: 0 !important;
  background-color: #fff;
}

html,
body {
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
ul.list-1 {
  list-style: none;
  margin: 0;
}
.list-0 {
  display: inline-block;
  margin-left: 24px;
}
ul.list-1 li::before {
  content: "•";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
.ctContainer {
  max-width: 1025px;
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}
.ctContent {
  max-width: 1025px;
  margin: -1px auto 0;
  box-sizing: border-box;
}
.ctContent {
  width: 100%;
  background: #fff;
}
.docInfoNav ul li::before {
  display: none;
}
.candleWrapper__description {
  border: 4px solid #613193;
  border-radius: 120px;
  padding: 15px;
  width: 93%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #fff;
}
.candleWrapper__saleText {
  word-break: break-word;
  color: red;
}
.candleWrapper__spinResultWrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.candleWrapper--bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
  width: 800px;
  height: 420px;
  background: url(http://109.206.178.28/lander/vorifex-vrachinform-roshal/candlesBg.png)
    no-repeat;
  background-size: cover;
}
.country_select {
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0 15px;
  width: 100% !important;
  height: 45px;
  max-width: 400px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  word-break: break-word;
  color: #666;
  -webkit-appearance: none;
  appearance: none;
}
.docInfoCommentsPanel__wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 25px 20px 0;
}
.docInfoCommentsPanel__avatarWrapper {
  border-radius: 50%;
  width: 100%;
  height: fit-content;
  min-width: 55px;
  max-width: 55px;
}
.docInfoCommentsPanel__avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.docInfoCommentsPanel__info {
  padding: 0 0 0 20px;
}
.docInfoCommentsPanel__comment,
.docInfoCommentsPanel__name {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.docInfoCommentsPanel__comment {
  /* display: flex; */
  align-items: center;
  padding: 0 5px 0 0;
  font-weight: 400;
}
.docInfoCommentsPanel__comment--bold {
  font-weight: 700;
}
.docInfoFooter,
.docInfoFooterBg {
  background-color: #486591;
}
.docInfoFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
.docInfoFooter__subject {
  padding: 20px 35px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  word-break: break-word;
  color: #fff;
}
.docInfoFooter:hover {
  outline: 0;
}
.docInfoHeader,
.docInfoNav ul {
  display: flex;
  align-items: center;
}
.docInfoHeader {
  justify-content: space-between;
  padding: 20px 0;
}
.docInfoHeader__logoLink {
  display: flex;
  height: fit-content;
  max-width: 640px;
}
.docInfoHeader__mainLogo {
  padding: 0 30px;
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
}
.docInfoHeader__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.docInfoHeader__icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 30px;
  box-sizing: border-box;
}
.docInfoHeader__rowFeaturesList,
.docInfoHeader__rowSocialsList {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  padding: 10px 0;
  min-width: 160px;
}
.docInfoHeader__rowSocialsList li a {
  display: flex;
  height: fit-content;
  max-width: 34px;
}
.docInfoHeader__rowSocialsList li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.docInfoHeader__rowFeaturesList {
  align-items: baseline;
  padding: 0;
  min-width: 106px;
}
.docInfoHeader__rowFeaturesList li {
  text-decoration: underline;
}
.docInfoHeader__rowFeaturesList li a {
  display: flex;
  align-items: baseline;
  height: fit-content;
  max-width: 32px;
}
.docInfoHeader__rowFeaturesList li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.docInfoImg {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.docInfoImg__wrapper {
  width: 100%;
  height: fit-content;
  max-width: 750px;
}
.docInfoImg__image,
.docInfoLeaveComment {
  padding: 10px 20px;
  width: 100%;
  transition: 1s;
}
.docInfoLeaveComment__info {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
.docInfoNav ul li a {
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: 400;
}
.docInfoLeaveComment__form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 600px;
}
.docInfoLeaveComment__title {
  margin: 0 0 16px;
  border-bottom: 0 solid;
  padding: 0;
  box-shadow: 1px 4px 10px -7px #ccc;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #43a047;
}
.docInfoNav {
  width: 100%;
}
.docInfoNav ul {
  flex-wrap: wrap;
  border-top: 1px solid #4c4849;
  border-bottom: 1px solid #4c4849;
  padding: 0 15px;
  box-sizing: border-box;
}
.docInfoNav ul li {
  list-style: none;
  background-color: #fff;
  cursor: pointer;
}
.docInfoNav ul li a {
  display: block;
  padding: 24px 10px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1f7c62;
  transition: background-color ease 0.2s;
}
.docInfoNav ul li a:hover {
  color: #fff;
  background-color: #1f7c62;
}
.docInfoText p,
.docInfoText__paragraph {
  padding: 10px 20px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #252626;
  line-height: 1.4;
}
.docInfoText__paragraph--bold {
  font-weight: 700;
}
.docInfoText__span {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #252626;
}
.docInfoText__span--bold {
  font-weight: 700;
}
.docInfoText__link {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-decoration: underline;
  color: #0f315d;
}
.docInfoTitle {
  padding: 10px 20px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4;
}
.docInfoWarning {
  padding: 20px;
}
.docInfoWarning__wrapper {
  padding: 20px;
  background-color: #fff4e0;
}
.docInfoWarning__title {
  padding: 5px 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.docInfoWarning__title--padding {
  padding: 0 0 20px;
}
.docInfoWarning__list ul {
  list-style: none;
  font-size: 18px;
}
.docInfoWarning__text {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.docInfoWarning__text {
  font-weight: 400;
  font-size: 17px;
}
.docInfoWarning__link {
  text-decoration: underline;
  color: #0f315d;
}
.docInfoWarning__span {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 17px;
}
.docInfoText--903725--471559,
.docInfoText--926649--562511,
.docInfoText--979328--275850 {
  background-color: #00ff92;
}
.docInfoImg__wrapper--771210 {
  max-width: 600px;
}
.docInfoText--677561--480522 {
  background-color: #00ff92;
}
.docInfoText__paragraph--948832 {
  font-weight: 700;
}
.docInfoText--278895--933012 {
  font-weight: 400;
}
.docInfoText--417762--869524 {
  background-color: #00ff92;
}
.docInfoText__paragraph--849912 {
  font-weight: 700;
}
.docInfoText--762189--329507 {
  font-weight: 400;
}
.docInfoText--909890--869734 {
  background-color: #00ff92;
}
.docInfoText__paragraph--980258 {
  font-weight: 700;
}
.docInfoText__span--121719 {
  font-weight: 400;
}
.docInfoText--513661--381844 {
  background-color: #00ff92;
}
.docInfoText__paragraph--380762 {
  font-weight: 700;
}
.docInfoText--838949--758265 {
  font-weight: 400;
}
.docInfoText--185729--868422 {
  background-color: #00ff92;
}
.docInfoText__paragraph--254683 {
  font-weight: 700;
}
.docInfoText--756090--417321 {
  font-weight: 400;
}
.docInfoText--674678--467488 {
  background-color: #00ff92;
}
.docInfoText__paragraph--482728 {
  font-weight: 700;
}
.docInfoText--803910--822368 {
  font-weight: 400;
  color: #00f;
  text-decoration-line: underline;
  cursor: pointer;
}
.docInfoText--764713--811005 {
  background-color: #00ff92;
}
.docInfoText__paragraph--504457 {
  font-weight: 700;
}
.docInfoText--590665--622570 {
  font-weight: 400;
}
.docInfoText--613979--458176 {
  color: #00f;
  text-decoration-line: underline;
  cursor: pointer;
}
.docInfoText--713244--506611 {
  background-color: #00ff92;
}
.docInfoText__paragraph--516278 {
  font-weight: 700;
}
.docInfoText--594470--422342 {
  font-weight: 400;
}
.docInfoText--470346--113969 {
  background-color: #00ff92;
}
.docInfoText__paragraph--914942 {
  font-weight: 700;
}
.docInfoText--407167--495478 {
  font-weight: 400;
}
.docInfoText--897906--481419 {
  background-color: #00ff92;
}
.docInfoText__paragraph--708294 {
  font-weight: 700;
}
.docInfoText--449054--515910 {
  font-weight: 400;
}
.docInfoText--655948--390162 {
  color: #00f;
  text-decoration-line: underline;
  cursor: pointer;
}
.docInfoText--308954--924803 {
  background-color: #00ff92;
}
.docInfoText__paragraph--539210 {
  font-weight: 700;
}
.docInfoText--579794--866766 {
  font-weight: 400;
}
.docInfoText--776845--248021 {
  background-color: #00ff92;
}
.docInfoText__paragraph--759394 {
  font-weight: 700;
}
.docInfoText--571251--671265 {
  font-weight: 400;
}
.docInfoText--474267--135764 {
  background-color: #00ff92;
}
.docInfoText__paragraph--237927 {
  font-weight: 700;
}
.docInfoText--408411--807964 {
  font-weight: 400;
}
.docInfoText--570455--192840 {
  background-color: #00ff92;
}
.docInfoText__paragraph--321313 {
  font-weight: 700;
}
.docInfoText--654497--986618 {
  font-weight: 400;
}
.docInfoText--608940--726533 {
  background-color: #00ff92;
}
.docInfoText__paragraph--783075 {
  font-weight: 700;
}
.docInfoText--406647--855452 {
  font-weight: 400;
}
.docInfoText--888193--375740 {
  background-color: #00ff92;
}
.docInfoText__paragraph--441832 {
  font-weight: 700;
}
.docInfoText--558043--693316 {
  font-weight: 400;
}
.docInfoText--686625--972466 {
  background-color: #00ff92;
}
.docInfoText__paragraph--208587 {
  font-weight: 700;
}
.docInfoText--633629--278258 {
  font-weight: 400;
}
.docInfoWarning__list--487712 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  font-family: sans-serif;
  font-style: normal;
}
.docInfoWarning--145183--533311,
.docInfoWarning--906097--683621 {
  font-weight: 700;
  color: #ff0004;
}
.docInfoTitle--364849--191863,
.docInfoTitle--629740--174146 {
  color: #ff0004;
}
@media (max-width: 1024px) {
  .docInfoLeaveComment {
    padding: 10px 20px;
  }
}
@media (max-width: 900px) {
  .docInfoHeader__icons {
    display: none;
  }
  .docInfoHeader {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 825px) {
  .candleWrapper__description {
    border: 4px solid #612f90;
    border-radius: 120px;
    width: 82%;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
  }
  .candleWrapper {
    width: 100%;
  }
}
ul {
  list-style: none;
}
.docInfoHeader__list {
  display: flex;
}
.ct_noteditable:not(:last-child) {
  margin-right: 5px;
}
.product {
  max-width: 350px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .docInfoNav ul li a {
    display: none;
  }
}
li.list-1 {
  list-style-type: initial;
  margin-bottom: 10px;
}
li.list-1:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .docInfoWarning__list ul {
    padding-left: 20px;
  }
}
.docInfoText .red {
  color: red;
}
.text-center {
  text-align: center;
}
.text-bg {
  text-shadow: 0 10px 10px #fff4e0, -10px 0 10px #fff4e0,
    -10px -10px 10px #fff4e0, 10px 10px 10px #fff4e0;
}
.docInfoText .text-big {
  font-size: 24px;
}
.alert-block {
  padding: 15px;
  margin: 20px;
  border: 1px solid #000;
  background: #fce5cd;
}
.alert-block p:last-child {
  margin-bottom: 0;
}
.block-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* form-start */

.f-img-wrap img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

span#old_price {
  font-style: normal !important;
  text-decoration: line-through;
  font-size: 24px;
  margin: 0 10px;
  color: #767676;
}

span#new_price {
  font-style: normal !important;
  font-size: 28px;
  margin: 0 10px;
  color: #47a7c5;
  font-weight: bold;
}

.prices {
  text-align: center;
}

.form-cnt {
  background: #f9f6f3;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
}

.input-cnt > input,
.input-cnt > select {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  line-height: 41px;
  padding: 0 7px;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 47%);
}

.input-cnt > input[type="submit"] {
  cursor: pointer;
  background: #355553;
  color: white;
  font-size: 20px;
}

.input-cnt {
  text-align: center;
  padding: 10px 0;
}
/* form-end */

/* new-header-start */
.new-header {
  width: 100%;
}

.new-header ul,
.new-header li {
  padding: 0;
  margin: 0;
}

.new-header li a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: sans-serif;
}

.nh-container {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
}

.logo-desk {
  display: block;
  width: 100%;
  max-width: 200px;
}

.logo-adapt {
  display: block;
  width: 100%;
  max-width: 105px;
}

.logo-links-block ul,
.nhc-main-line,
.nav-links ul,
.nhc-links-line,
.nhc-adapt-line {
  display: flex;
  align-items: center;
}

.nhc-main-line,
.nhc-links-line,
.nhc-adapt-line {
  justify-content: space-between;
}

.nhc-links-line,
.nhc-adapt-line {
  background-color: #73c2cd;
}

.nhc-adapt-line {
  display: none;
}

.h-active {
  background-color: #0066ff;
  color: white !important;
  padding: 10px !important;
  border-radius: 10px;
}

.new-header a {
  font-weight: bold;
}

.nhc-main-line a {
  font-size: 11px !important;
}

.nhc-links-line {
  padding: 5px 15px;
}

.nhc-links-line a {
  color: #fff;
}

.logo-links-block li {
  margin-right: 25px;
  color: #000;
}

.nav-links li a {
  padding: 10px;
}

.nav-links li a:not(.h-active a):hover {
  background-color: white;
  color: #73c2cd;
}

@media (max-width: 1000px) {
  .nhc-links-line {
    display: none;
  }
}

@media (max-width: 555px) {
  .nhc-main-line {
    display: none;
  }

  .nhc-adapt-line {
    display: flex;
    padding: 5px;
  }
}

/* new-header-end */

.d-none {
  display: none !important;
}

.comment-form {
  padding: 25px 20px;
}

.comment-form * {
  box-sizing: border-box;
}

.cf-ava-block {
  height: 50px;
  width: 50px;
  margin-right: 20px;
}

.cf-av-inputs-block {
  display: flex;
}

.cf-inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cf-inputs input {
  width: 100%;
  margin-bottom: 10px;
  height: 45px;
  font-size: 16px;
}

.btn-send-comment {
  float: right;
  font-weight: bold;
  background-color: #ff5733;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 17px;
  color: white;
  border: none;
}

.c-img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 10px auto;
}

* {
  font-family: sans-serif !important;
}

video {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 650px !important;
}

.text-wrap {
  padding: 10px 20px;
}

.prod-img {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}

.comm-block-wrap {
  margin-top: 30px;
}

.comm-title {
  padding: 10px 20px;
}

.docInfoCommentsPanel__name {
  margin-bottom: 5px;
}

.footer {
  text-align: center;
  padding: 20px;
}

.footer a {
  color: #ff5733;
}
