@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);
    }
}
.boldText {
    font-weight: 700;
}
.italicText {
    font-style: oblique;
}
body {
    margin: 0 !important;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
}
a,
li {
    text-decoration: none;
}
a {
    cursor: pointer;
    color: #00f;
}
.new_price_cur,
.new_price_val {
    padding: 0;
}
ol.list-1,
ul.list-1 {
    list-style: none;
    margin: 0;
}
ol.list-1 {
    counter-reset: section;
}
ol.list-1 li {
    counter-increment: section;
}
ol.list-1 li::before {
    content: counters(section, ".") ". ";
    margin-right: 5px;
    margin-left: -24px;
    text-align: right;
}
.list-0 {
    display: inline-block;
    margin-left: 24px;
}
ul.list-1 li::before {
    content: "•";
    margin-right: 14px;
    margin-left: -22px;
    text-align: right;
}
ul.list-1 ol,
ul.list-2 div ol {
    counter-reset: listStyle;
}
ul.list-1 ol li,
ul.list-2 div ol li {
    counter-increment: listStyle;
}
ul.list-1 ol li::before,
ul.list-2 div ol li::before {
    content: counter(listStyle, lower-alpha);
}
ol li.listCircle,
ul li.listCircle {
    list-style-type: none;
}
ol li.listCircle::before,
ul li.listCircle::before {
    content: "∘";
    margin-right: 14px;
    margin-left: -22px;
    text-align: right;
}
.imgBox__wrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 100px;
}
.imgBox__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ctContainer {
    margin: -1px auto 0;
    width: 100%;
    background: 0 0;
}
.candleWrapper__salePercent--bg,
.docInfoNav ul li {
    background-color: #fff;
}
.ctContent {
    max-width: 1025px;
    margin: -1px auto 0;
    box-sizing: border-box;
}
.ctContent,
.ctContentFluid {
    width: 100%;
    background: #fff;
}
.candleWrapper__candleImg {
    position: absolute;
    left: 17px;
    top: 8px;
}
.candleWrapper__candleImg--hidden,
.docInfoNav ul li::before {
    display: none;
}
.candleWrapper__fireAnimationWrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 45px;
    height: 100px;
    filter: blur(2px) contrast(20);
    transform: scale(0.55) translate(-50%, -50%);
}
.candleWrapper__fireAnimationItems {
    position: absolute;
    left: 50%;
    top: 30px;
    border: 35px solid transparent;
    border-bottom: 76px solid transparent;
    border-radius: 45%;
    box-sizing: border-box;
    transform: translate(-50%, 0) scaleX(0.45);
}
.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__descriptionTitle {
    margin: 0;
}
.candleWrapper__candleBlock {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    width: 100%;
}
.candleWrapper__candleBlockItem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(38px);
    transition: 8s;
    cursor: pointer;
}
.candleWrapper__candleBlockItem--notWinned,
.candleWrapper__candleBlockItem--winned {
    margin-top: 130px;
    transition: 5s;
}
.candleWrapper__salePercent {
    position: absolute;
    top: -100px;
    display: none;
    border: 3px solid red;
    padding: 4px;
    width: 150%;
    max-width: 120px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.candleWrapper__salePercent--active {
    display: block;
}
.candleWrapper__saleText {
    word-break: break-word;
    color: red;
}
.candleWrapper__candleImgWrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    width: 115%;
    height: 186px;
    transition: 8s;
}
.candleWrapper__candleImgWrapper--notWinned,
.candleWrapper__candleImgWrapper--winned {
    height: 58px;
    transition: 5s;
}
.candleWrapper__candleFullImgFirst {
    display: initial;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.candleWrapper__candleFullImg {
    width: 100%;
    transform: translateY(0);
    transition: 5s;
}
.candleWrapper__candleFullImg--notWinned,
.candleWrapper__candleFullImg--winned {
    transform: translateY(-127px);
    transition: 5s;
}
.candleWrapper__candleFullImgSecond,
.candleWrapper__candleFullImgThird {
    width: 100%;
}
.candleWrapper__candleMeltedFirst {
    position: absolute;
    left: 0;
    top: 0;
    display: initial;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.candleWrapper__candleMeltedSecond,
.candleWrapper__candleMeltedThird {
    position: absolute;
    left: 0;
    top: -32px;
    width: 100%;
}
.candleWrapper__fireItem {
    position: absolute;
    top: 60px;
    z-index: -1;
    border-radius: 50%;
    background: #bf3a12;
    mix-blend-mode: screen;
    transform: translate(0, 0);
}
.candleWrapper__fireItem:nth-child(0) {
    left: calc(48px - 55px);
    width: 41px;
    height: 41px;
    animation: 1s linear -1.445s infinite movetop;
}
.candleWrapper__fireItem:first-child {
    left: calc(17px - 55px);
    width: 5px;
    height: 5px;
    animation: 1s linear -2.679s infinite movetop;
}
.candleWrapper__fireItem:nth-child(2) {
    left: calc(5px - 55px);
    width: 17px;
    height: 17px;
    animation: 1s linear -1.573s infinite movetop;
}
.candleWrapper__fireItem:nth-child(3) {
    left: calc(59px - 55px);
    width: 3px;
    height: 3px;
    animation: 1s linear -1.378s infinite movetop;
}
.candleWrapper__fireItem:nth-child(4) {
    left: calc(53px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -0.907s infinite movetop;
}
.candleWrapper__fireItem:nth-child(5) {
    left: calc(61px - 55px);
    width: 31px;
    height: 31px;
    animation: 1s linear -1.155s infinite movetop;
}
.candleWrapper__fireItem:nth-child(6) {
    left: calc(44px - 55px);
    width: 4px;
    height: 4px;
    animation: 1s linear -1.856s infinite movetop;
}
.candleWrapper__fireItem:nth-child(7) {
    left: calc(26px - 55px);
    width: 12px;
    height: 12px;
    animation: 1s linear -2.128s infinite movetop;
}
.candleWrapper__fireItem:nth-child(8) {
    left: calc(25px - 55px);
    width: 38px;
    height: 38px;
    animation: 1s linear -2.896s infinite movetop;
}
.candleWrapper__fireItem:nth-child(9) {
    left: calc(36px - 55px);
    width: 33px;
    height: 33px;
    animation: 1s linear -1.02s infinite movetop;
}
.candleWrapper__fireItem:nth-child(10) {
    left: calc(57px - 55px);
    width: 15px;
    height: 15px;
    animation: 1s linear -2.975s infinite movetop;
}
.candleWrapper__fireItem:nth-child(11) {
    left: calc(16px - 55px);
    width: 43px;
    height: 43px;
    animation: 1s linear -0.913s infinite movetop;
}
.candleWrapper__fireItem:nth-child(12) {
    left: calc(64px - 55px);
    width: 30px;
    height: 30px;
    animation: 1s linear -1.622s infinite movetop;
}
.candleWrapper__fireItem:nth-child(13) {
    left: calc(68px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -0.928s infinite movetop;
}
.candleWrapper__fireItem:nth-child(14) {
    left: calc(39px - 55px);
    width: 25px;
    height: 25px;
    animation: 1s linear -0.433s infinite movetop;
}
.candleWrapper__fireItem:nth-child(15) {
    left: calc(66px - 55px);
    width: 11px;
    height: 11px;
    animation: 1s linear -0.349s infinite movetop;
}
.candleWrapper__fireItem:nth-child(16) {
    left: calc(20px - 55px);
    width: 16px;
    height: 16px;
    animation: 1s linear -1.276s infinite movetop;
}
.candleWrapper__fireItem:nth-child(17) {
    left: calc(38px - 55px);
    width: 29px;
    height: 29px;
    animation: 1s linear -0.703s infinite movetop;
}
.candleWrapper__fireItem:nth-child(18) {
    left: calc(70px - 55px);
    width: 47px;
    height: 47px;
    animation: 1s linear -1.492s infinite movetop;
}
.candleWrapper__fireItem:nth-child(19) {
    left: calc(49px - 55px);
    width: 46px;
    height: 46px;
    animation: 1s linear -2.221s infinite movetop;
}
.candleWrapper__fireItem:nth-child(20) {
    left: calc(17px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -2.34s infinite movetop;
}
.candleWrapper__fireItem:nth-child(21) {
    left: calc(14px - 55px);
    width: 12px;
    height: 12px;
    animation: 1s linear -1.463s infinite movetop;
}
.candleWrapper__fireItem:nth-child(22) {
    left: calc(30px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -1.855s infinite movetop;
}
.candleWrapper__fireItem:nth-child(23) {
    left: calc(16px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -2.413s infinite movetop;
}
.candleWrapper__fireItem:nth-child(24) {
    left: calc(8px - 55px);
    width: 37px;
    height: 37px;
    animation: 1s linear -0.952s infinite movetop;
}
.candleWrapper__fireItem:nth-child(25) {
    left: calc(55px - 55px);
    width: 3px;
    height: 3px;
    animation: 1s linear -1.083s infinite movetop;
}
.candleWrapper__fireItem:nth-child(26) {
    left: calc(3px - 55px);
    width: 39px;
    height: 39px;
    animation: 1s linear -0.157s infinite movetop;
}
.candleWrapper__fireItem:nth-child(27) {
    left: calc(13px - 55px);
    width: 48px;
    height: 48px;
    animation: 1s linear -2.893s infinite movetop;
}
.candleWrapper__fireItem:nth-child(28) {
    left: calc(10px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -1.192s infinite movetop;
}
.candleWrapper__fireItem:nth-child(29) {
    left: calc(27px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -2.382s infinite movetop;
}
.candleWrapper__fireItem:nth-child(30) {
    left: calc(28px - 55px);
    width: 3px;
    height: 3px;
    animation: 1s linear -2.839s infinite movetop;
}
.candleWrapper__fireItem:nth-child(31) {
    left: calc(29px - 55px);
    width: 29px;
    height: 29px;
    animation: 1s linear -1.377s infinite movetop;
}
.candleWrapper__fireItem:nth-child(32) {
    left: calc(34px - 55px);
    width: 37px;
    height: 37px;
    animation: 1s linear -1.006s infinite movetop;
}
.candleWrapper__fireItem:nth-child(33) {
    left: calc(64px - 55px);
    width: 48px;
    height: 48px;
    animation: 1s linear -1.576s infinite movetop;
}
.candleWrapper__fireItem:nth-child(34) {
    left: calc(39px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -2.538s infinite movetop;
}
.candleWrapper__fireItem:nth-child(35) {
    left: calc(7px - 55px);
    width: 34px;
    height: 34px;
    animation: 1s linear -2.532s infinite movetop;
}
.candleWrapper__fireItem:nth-child(36) {
    left: calc(64px - 55px);
    width: 29px;
    height: 29px;
    animation: 1s linear -32ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(37) {
    left: calc(55px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -0.123s infinite movetop;
}
.candleWrapper__fireItem:nth-child(38) {
    left: calc(16px - 55px);
    width: 20px;
    height: 20px;
    animation: 1s linear -1.149s infinite movetop;
}
.candleWrapper__fireItem:nth-child(39) {
    left: calc(4px - 55px);
    width: 25px;
    height: 25px;
    animation: 1s linear -1.226s infinite movetop;
}
.candleWrapper__fireItem:nth-child(40) {
    left: calc(59px - 55px);
    width: 9px;
    height: 9px;
    animation: 1s linear -0.185s infinite movetop;
}
.candleWrapper__fireItem:nth-child(41) {
    left: calc(8px - 55px);
    width: 12px;
    height: 12px;
    animation: 1s linear -2.965s infinite movetop;
}
.candleWrapper__fireItem:nth-child(42) {
    left: calc(61px - 55px);
    width: 12px;
    height: 12px;
    animation: 1s linear -5ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(43) {
    left: calc(62px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -1.879s infinite movetop;
}
.candleWrapper__fireItem:nth-child(44) {
    left: calc(65px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -0.824s infinite movetop;
}
.candleWrapper__fireItem:nth-child(45) {
    left: calc(23px - 55px);
    width: 2px;
    height: 2px;
    animation: 1s linear -0.309s infinite movetop;
}
.candleWrapper__fireItem:nth-child(46) {
    left: calc(27px - 55px);
    width: 41px;
    height: 41px;
    animation: 1s linear -0.8s infinite movetop;
}
.candleWrapper__fireItem:nth-child(47) {
    left: calc(70px - 55px);
    width: 6px;
    height: 6px;
    animation: 1s linear -1.189s infinite movetop;
}
.candleWrapper__fireItem:nth-child(48) {
    left: calc(14px - 55px);
    width: 31px;
    height: 31px;
    animation: 1s linear -2.05s infinite movetop;
}
.candleWrapper__fireItem:nth-child(49) {
    left: calc(26px - 55px);
    width: 25px;
    height: 25px;
    animation: 1s linear -2.943s infinite movetop;
}
.candleWrapper__fireItem:nth-child(50) {
    left: calc(58px - 55px);
    width: 38px;
    height: 38px;
    animation: 1s linear -76ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(51) {
    left: calc(53px - 55px);
    width: 32px;
    height: 32px;
    animation: 1s linear -2.659s infinite movetop;
}
.candleWrapper__fireItem:nth-child(52) {
    left: calc(33px - 55px);
    width: 42px;
    height: 42px;
    animation: 1s linear -2.278s infinite movetop;
}
.candleWrapper__fireItem:nth-child(53) {
    left: calc(7px - 55px);
    width: 39px;
    height: 39px;
    animation: 1s linear -0.505s infinite movetop;
}
.candleWrapper__fireItem:nth-child(54) {
    left: calc(42px - 55px);
    width: 4px;
    height: 4px;
    animation: 1s linear -2.653s infinite movetop;
}
.candleWrapper__fireItem:nth-child(55) {
    left: calc(57px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -2.814s infinite movetop;
}
.candleWrapper__fireItem:nth-child(56) {
    left: calc(55px - 55px);
    width: 50px;
    height: 50px;
    animation: 1s linear -1.668s infinite movetop;
}
.candleWrapper__fireItem:nth-child(57) {
    left: calc(11px - 55px);
    width: 39px;
    height: 39px;
    animation: 1s linear -1.008s infinite movetop;
}
.candleWrapper__fireItem:nth-child(58) {
    left: calc(31px - 55px);
    width: 39px;
    height: 39px;
    animation: 1s linear -1.755s infinite movetop;
}
.candleWrapper__fireItem:nth-child(59) {
    left: calc(50px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -2.661s infinite movetop;
}
.candleWrapper__fireItem:nth-child(60) {
    left: calc(49px - 55px);
    width: 32px;
    height: 32px;
    animation: 1s linear -1.297s infinite movetop;
}
.candleWrapper__fireItem:nth-child(61) {
    left: calc(31px - 55px);
    width: 24px;
    height: 24px;
    animation: 1s linear -0.951s infinite movetop;
}
.candleWrapper__fireItem:nth-child(62) {
    left: calc(47px - 55px);
    width: 46px;
    height: 46px;
    animation: 1s linear -0.632s infinite movetop;
}
.candleWrapper__fireItem:nth-child(63) {
    left: calc(56px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -2.302s infinite movetop;
}
.candleWrapper__fireItem:nth-child(64) {
    left: calc(3px - 55px);
    width: 18px;
    height: 18px;
    animation: 1s linear -1.456s infinite movetop;
}
.candleWrapper__fireItem:nth-child(65) {
    left: calc(26px - 55px);
    width: 38px;
    height: 38px;
    animation: 1s linear -2.332s infinite movetop;
}
.candleWrapper__fireItem:nth-child(66) {
    left: calc(24px - 55px);
    width: 5px;
    height: 5px;
    animation: 1s linear -1.343s infinite movetop;
}
.candleWrapper__fireItem:nth-child(67) {
    left: calc(68px - 55px);
    width: 47px;
    height: 47px;
    animation: 1s linear -0.574s infinite movetop;
}
.candleWrapper__fireItem:nth-child(68) {
    left: calc(14px - 55px);
    width: 5px;
    height: 5px;
    animation: 1s linear -2.829s infinite movetop;
}
.candleWrapper__fireItem:nth-child(69) {
    left: calc(8px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -0.685s infinite movetop;
}
.candleWrapper__fireItem:nth-child(70) {
    left: calc(48px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -1.862s infinite movetop;
}
.candleWrapper__fireItem:nth-child(71) {
    left: calc(11px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -1.689s infinite movetop;
}
.candleWrapper__fireItem:nth-child(72) {
    left: calc(36px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -0.992s infinite movetop;
}
.candleWrapper__fireItem:nth-child(73) {
    left: calc(37px - 55px);
    width: 28px;
    height: 28px;
    animation: 1s linear -0.816s infinite movetop;
}
.candleWrapper__fireItem:nth-child(74) {
    left: calc(9px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -0.652s infinite movetop;
}
.candleWrapper__fireItem:nth-child(75) {
    left: calc(46px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -1.433s infinite movetop;
}
.candleWrapper__fireItem:nth-child(76) {
    left: calc(51px - 55px);
    width: 17px;
    height: 17px;
    animation: 1s linear -0.995s infinite movetop;
}
.candleWrapper__fireItem:nth-child(77) {
    left: calc(50px - 55px);
    width: 3px;
    height: 3px;
    animation: 1s linear -1.549s infinite movetop;
}
.candleWrapper__fireItem:nth-child(78) {
    left: calc(43px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -1.425s infinite movetop;
}
.candleWrapper__fireItem:nth-child(79) {
    left: calc(26px - 55px);
    width: 18px;
    height: 18px;
    animation: 1s linear -2.772s infinite movetop;
}
.candleWrapper__fireItem:nth-child(80) {
    left: calc(27px - 55px);
    width: 23px;
    height: 23px;
    animation: 1s linear -0.851s infinite movetop;
}
.candleWrapper__fireItem:nth-child(81) {
    left: calc(50px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -1.9s infinite movetop;
}
.candleWrapper__fireItem:nth-child(82) {
    left: calc(48px - 55px);
    width: 11px;
    height: 11px;
    animation: 1s linear -1.378s infinite movetop;
}
.candleWrapper__fireItem:nth-child(83) {
    left: calc(24px - 55px);
    width: 46px;
    height: 46px;
    animation: 1s linear -1.416s infinite movetop;
}
.candleWrapper__fireItem:nth-child(84) {
    left: calc(50px - 55px);
    width: 34px;
    height: 34px;
    animation: 1s linear -2.298s infinite movetop;
}
.candleWrapper__fireItem:nth-child(85) {
    left: calc(43px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -1.657s infinite movetop;
}
.candleWrapper__fireItem:nth-child(86) {
    left: calc(8px - 55px);
    width: 41px;
    height: 41px;
    animation: 1s linear -1.661s infinite movetop;
}
.candleWrapper__fireItem:nth-child(87) {
    left: calc(16px - 55px);
    width: 17px;
    height: 17px;
    animation: 1s linear -0.433s infinite movetop;
}
.candleWrapper__fireItem:nth-child(88) {
    left: calc(34px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -1.049s infinite movetop;
}
.candleWrapper__fireItem:nth-child(89) {
    left: calc(60px - 55px);
    width: 13px;
    height: 13px;
    animation: 1s linear -1.25s infinite movetop;
}
.candleWrapper__fireItem:nth-child(90) {
    left: calc(16px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -0.09s infinite movetop;
}
.candleWrapper__fireItem:nth-child(91) {
    left: calc(21px - 55px);
    width: 45px;
    height: 45px;
    animation: 1s linear -1.12s infinite movetop;
}
.candleWrapper__fireItem:nth-child(92) {
    left: calc(69px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -2.636s infinite movetop;
}
.candleWrapper__fireItem:nth-child(93) {
    left: calc(36px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -2.917s infinite movetop;
}
.candleWrapper__fireItem:nth-child(94) {
    left: calc(1px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -1.142s infinite movetop;
}
.candleWrapper__fireItem:nth-child(95) {
    left: calc(24px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -0.582s infinite movetop;
}
.candleWrapper__fireItem:nth-child(96) {
    left: calc(22px - 55px);
    width: 37px;
    height: 37px;
    animation: 1s linear -2.721s infinite movetop;
}
.candleWrapper__fireItem:nth-child(97) {
    left: calc(33px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -1.871s infinite movetop;
}
.candleWrapper__fireItem:nth-child(98) {
    left: calc(35px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -2.136s infinite movetop;
}
.candleWrapper__fireItem:nth-child(99) {
    left: calc(32px - 55px);
    width: 25px;
    height: 25px;
    animation: 1s linear -1.795s infinite movetop;
}
.candleWrapper__fireItem:nth-child(100) {
    left: calc(27px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -0.333s infinite movetop;
}
.candleWrapper__fireItem:nth-child(101) {
    left: calc(4px - 55px);
    width: 8px;
    height: 8px;
    animation: 1s linear -0.247s infinite movetop;
}
.candleWrapper__fireItem:nth-child(102) {
    left: calc(19px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -0.604s infinite movetop;
}
.candleWrapper__fireItem:nth-child(103) {
    left: calc(2px - 55px);
    width: 27px;
    height: 27px;
    animation: 1s linear -0.203s infinite movetop;
}
.candleWrapper__fireItem:nth-child(104) {
    left: calc(6px - 55px);
    width: 34px;
    height: 34px;
    animation: 1s linear -2.7s infinite movetop;
}
.candleWrapper__fireItem:nth-child(105) {
    left: calc(13px - 55px);
    width: 24px;
    height: 24px;
    animation: 1s linear -1.534s infinite movetop;
}
.candleWrapper__fireItem:nth-child(106) {
    left: calc(49px - 55px);
    width: 4px;
    height: 4px;
    animation: 1s linear -2.671s infinite movetop;
}
.candleWrapper__fireItem:nth-child(107) {
    left: calc(54px - 55px);
    width: 45px;
    height: 45px;
    animation: 1s linear -1.633s infinite movetop;
}
.candleWrapper__fireItem:nth-child(108) {
    left: calc(1px - 55px);
    width: 26px;
    height: 26px;
    animation: 1s linear -0.888s infinite movetop;
}
.candleWrapper__fireItem:nth-child(109) {
    left: calc(34px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -0.491s infinite movetop;
}
.candleWrapper__fireItem:nth-child(110) {
    left: calc(52px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -0.391s infinite movetop;
}
.candleWrapper__fireItem:nth-child(111) {
    left: calc(62px - 55px);
    width: 46px;
    height: 46px;
    animation: 1s linear -2.046s infinite movetop;
}
.candleWrapper__fireItem:nth-child(112) {
    left: calc(38px - 55px);
    width: 24px;
    height: 24px;
    animation: 1s linear -0.39s infinite movetop;
}
.candleWrapper__fireItem:nth-child(113) {
    left: calc(37px - 55px);
    width: 9px;
    height: 9px;
    animation: 1s linear -2.665s infinite movetop;
}
.candleWrapper__fireItem:nth-child(114) {
    left: calc(54px - 55px);
    width: 37px;
    height: 37px;
    animation: 1s linear -1.121s infinite movetop;
}
.candleWrapper__fireItem:nth-child(115) {
    left: calc(48px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -1.414s infinite movetop;
}
.candleWrapper__fireItem:nth-child(116) {
    left: calc(47px - 55px);
    width: 11px;
    height: 11px;
    animation: 1s linear -2.002s infinite movetop;
}
.candleWrapper__fireItem:nth-child(117) {
    left: calc(45px - 55px);
    width: 44px;
    height: 44px;
    animation: 1s linear -25ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(118) {
    left: calc(10px - 55px);
    width: 49px;
    height: 49px;
    animation: 1s linear -0.03s infinite movetop;
}
.candleWrapper__fireItem:nth-child(119) {
    left: calc(31px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -0.554s infinite movetop;
}
.candleWrapper__fireItem:nth-child(120) {
    left: calc(64px - 55px);
    width: 27px;
    height: 27px;
    animation: 1s linear -1.973s infinite movetop;
}
.candleWrapper__fireItem:nth-child(121) {
    left: calc(68px - 55px);
    width: 25px;
    height: 25px;
    animation: 1s linear -1.385s infinite movetop;
}
.candleWrapper__fireItem:nth-child(122) {
    left: calc(68px - 55px);
    width: 30px;
    height: 30px;
    animation: 1s linear -2.26s infinite movetop;
}
.candleWrapper__fireItem:nth-child(123) {
    left: calc(36px - 55px);
    width: 1px;
    height: 1px;
    animation: 1s linear -1.107s infinite movetop;
}
.candleWrapper__fireItem:nth-child(124) {
    left: calc(53px - 55px);
    width: 32px;
    height: 32px;
    animation: 1s linear -2.965s infinite movetop;
}
.candleWrapper__fireItem:nth-child(125) {
    left: calc(4px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -2.354s infinite movetop;
}
.candleWrapper__fireItem:nth-child(126) {
    left: calc(56px - 55px);
    width: 23px;
    height: 23px;
    animation: 1s linear -2.882s infinite movetop;
}
.candleWrapper__fireItem:nth-child(127) {
    left: calc(23px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -2.802s infinite movetop;
}
.candleWrapper__fireItem:nth-child(128) {
    left: calc(45px - 55px);
    width: 21px;
    height: 21px;
    animation: 1s linear -1.548s infinite movetop;
}
.candleWrapper__fireItem:nth-child(129) {
    left: calc(28px - 55px);
    width: 16px;
    height: 16px;
    animation: 1s linear -2.25s infinite movetop;
}
.candleWrapper__fireItem:nth-child(130) {
    left: calc(59px - 55px);
    width: 42px;
    height: 42px;
    animation: 1s linear -38ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(131) {
    left: calc(66px - 55px);
    width: 3px;
    height: 3px;
    animation: 1s linear -1.3s infinite movetop;
}
.candleWrapper__fireItem:nth-child(132) {
    left: calc(23px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -74ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(133) {
    left: calc(6px - 55px);
    width: 23px;
    height: 23px;
    animation: 1s linear -0.38s infinite movetop;
}
.candleWrapper__fireItem:nth-child(134) {
    left: calc(70px - 55px);
    width: 44px;
    height: 44px;
    animation: 1s linear -0.366s infinite movetop;
}
.candleWrapper__fireItem:nth-child(135) {
    left: calc(62px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -87ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(136) {
    left: calc(18px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -0.385s infinite movetop;
}
.candleWrapper__fireItem:nth-child(137) {
    left: calc(64px - 55px);
    width: 3px;
    height: 3px;
    animation: 1s linear -0.622s infinite movetop;
}
.candleWrapper__fireItem:nth-child(138) {
    left: calc(36px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -0.361s infinite movetop;
}
.candleWrapper__fireItem:nth-child(139) {
    left: calc(59px - 55px);
    width: 31px;
    height: 31px;
    animation: 1s linear -0.259s infinite movetop;
}
.candleWrapper__fireItem:nth-child(140) {
    left: calc(52px - 55px);
    width: 18px;
    height: 18px;
    animation: 1s linear -1.863s infinite movetop;
}
.candleWrapper__fireItem:nth-child(141) {
    left: calc(26px - 55px);
    width: 44px;
    height: 44px;
    animation: 1s linear -0.44s infinite movetop;
}
.candleWrapper__fireItem:nth-child(142) {
    left: calc(69px - 55px);
    width: 38px;
    height: 38px;
    animation: 1s linear -2.408s infinite movetop;
}
.candleWrapper__fireItem:nth-child(143) {
    left: calc(13px - 55px);
    width: 2px;
    height: 2px;
    animation: 1s linear -2.597s infinite movetop;
}
.candleWrapper__fireItem:nth-child(144) {
    left: calc(62px - 55px);
    width: 13px;
    height: 13px;
    animation: 1s linear -1.86s infinite movetop;
}
.candleWrapper__fireItem:nth-child(145) {
    left: calc(52px - 55px);
    width: 18px;
    height: 18px;
    animation: 1s linear -1.217s infinite movetop;
}
.candleWrapper__fireItem:nth-child(146) {
    left: calc(33px - 55px);
    width: 27px;
    height: 27px;
    animation: 1s linear -2.762s infinite movetop;
}
.candleWrapper__fireItem:nth-child(147) {
    left: calc(35px - 55px);
    width: 27px;
    height: 27px;
    animation: 1s linear -2.921s infinite movetop;
}
.candleWrapper__fireItem:nth-child(148) {
    left: calc(17px - 55px);
    width: 6px;
    height: 6px;
    animation: 1s linear -2.609s infinite movetop;
}
.candleWrapper__fireItem:nth-child(149) {
    left: calc(43px - 55px);
    width: 37px;
    height: 37px;
    animation: 1s linear -1.217s infinite movetop;
}
.candleWrapper__fireItem:nth-child(150) {
    left: calc(12px - 55px);
    width: 44px;
    height: 44px;
    animation: 1s linear -1.525s infinite movetop;
}
.candleWrapper__fireItem:nth-child(151) {
    left: calc(22px - 55px);
    width: 2px;
    height: 2px;
    animation: 1s linear -2.717s infinite movetop;
}
.candleWrapper__fireItem:nth-child(152) {
    left: calc(22px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -2.55s infinite movetop;
}
.candleWrapper__fireItem:nth-child(153) {
    left: calc(19px - 55px);
    width: 38px;
    height: 38px;
    animation: 1s linear -1.38s infinite movetop;
}
.candleWrapper__fireItem:nth-child(154) {
    left: calc(62px - 55px);
    width: 35px;
    height: 35px;
    animation: 1s linear -2.047s infinite movetop;
}
.candleWrapper__fireItem:nth-child(155) {
    left: calc(57px - 55px);
    width: 48px;
    height: 48px;
    animation: 1s linear -0.719s infinite movetop;
}
.candleWrapper__fireItem:nth-child(156) {
    left: calc(28px - 55px);
    width: 27px;
    height: 27px;
    animation: 1s linear -2.718s infinite movetop;
}
.candleWrapper__fireItem:nth-child(157) {
    left: calc(53px - 55px);
    width: 46px;
    height: 46px;
    animation: 1s linear -2.513s infinite movetop;
}
.candleWrapper__fireItem:nth-child(158) {
    left: calc(10px - 55px);
    width: 14px;
    height: 14px;
    animation: 1s linear -2.225s infinite movetop;
}
.candleWrapper__fireItem:nth-child(159) {
    left: calc(22px - 55px);
    width: 39px;
    height: 39px;
    animation: 1s linear -0.327s infinite movetop;
}
.candleWrapper__fireItem:nth-child(160) {
    left: calc(48px - 55px);
    width: 33px;
    height: 33px;
    animation: 1s linear -0.611s infinite movetop;
}
.candleWrapper__fireItem:nth-child(161) {
    left: calc(33px - 55px);
    width: 27px;
    height: 27px;
    animation: 1s linear -1.14s infinite movetop;
}
.candleWrapper__fireItem:nth-child(162) {
    left: calc(6px - 55px);
    width: 45px;
    height: 45px;
    animation: 1s linear -2.002s infinite movetop;
}
.candleWrapper__fireItem:nth-child(163) {
    left: calc(64px - 55px);
    width: 2px;
    height: 2px;
    animation: 1s linear -0.285s infinite movetop;
}
.candleWrapper__fireItem:nth-child(164) {
    left: calc(60px - 55px);
    width: 33px;
    height: 33px;
    animation: 1s linear -0.441s infinite movetop;
}
.candleWrapper__fireItem:nth-child(165) {
    left: calc(69px - 55px);
    width: 36px;
    height: 36px;
    animation: 1s linear -35ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(166) {
    left: calc(53px - 55px);
    width: 47px;
    height: 47px;
    animation: 1s linear -0.749s infinite movetop;
}
.candleWrapper__fireItem:nth-child(167) {
    left: calc(61px - 55px);
    width: 2px;
    height: 2px;
    animation: 1s linear -1.063s infinite movetop;
}
.candleWrapper__fireItem:nth-child(168) {
    left: calc(38px - 55px);
    width: 45px;
    height: 45px;
    animation: 1s linear -1.011s infinite movetop;
}
.candleWrapper__fireItem:nth-child(169) {
    left: calc(35px - 55px);
    width: 9px;
    height: 9px;
    animation: 1s linear -0.857s infinite movetop;
}
.candleWrapper__fireItem:nth-child(170) {
    left: calc(38px - 55px);
    width: 5px;
    height: 5px;
    animation: 1s linear -0.638s infinite movetop;
}
.candleWrapper__fireItem:nth-child(171) {
    left: calc(54px - 55px);
    width: 16px;
    height: 16px;
    animation: 1s linear -2.067s infinite movetop;
}
.candleWrapper__fireItem:nth-child(172) {
    left: calc(45px - 55px);
    width: 33px;
    height: 33px;
    animation: 1s linear -1.343s infinite movetop;
}
.candleWrapper__fireItem:nth-child(173) {
    left: calc(42px - 55px);
    width: 50px;
    height: 50px;
    animation: 1s linear -1.489s infinite movetop;
}
.candleWrapper__fireItem:nth-child(174) {
    left: calc(44px - 55px);
    width: 28px;
    height: 28px;
    animation: 1s linear -1.486s infinite movetop;
}
.candleWrapper__fireItem:nth-child(175) {
    left: calc(22px - 55px);
    width: 31px;
    height: 31px;
    animation: 1s linear -2.469s infinite movetop;
}
.candleWrapper__fireItem:nth-child(176) {
    left: calc(41px - 55px);
    width: 30px;
    height: 30px;
    animation: 1s linear -0.551s infinite movetop;
}
.candleWrapper__fireItem:nth-child(177) {
    left: calc(37px - 55px);
    width: 4px;
    height: 4px;
    animation: 1s linear -0.774s infinite movetop;
}
.candleWrapper__fireItem:nth-child(178) {
    left: calc(54px - 55px);
    width: 16px;
    height: 16px;
    animation: 1s linear -2.819s infinite movetop;
}
.candleWrapper__fireItem:nth-child(179) {
    left: calc(56px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -2.933s infinite movetop;
}
.candleWrapper__fireItem:nth-child(180) {
    left: calc(58px - 55px);
    width: 25px;
    height: 25px;
    animation: 1s linear -2.458s infinite movetop;
}
.candleWrapper__fireItem:nth-child(181) {
    left: calc(41px - 55px);
    width: 2px;
    height: 2px;
    animation: 1s linear -1.177s infinite movetop;
}
.candleWrapper__fireItem:nth-child(182) {
    left: calc(3px - 55px);
    width: 11px;
    height: 11px;
    animation: 1s linear -1.566s infinite movetop;
}
.candleWrapper__fireItem:nth-child(183) {
    left: calc(23px - 55px);
    width: 13px;
    height: 13px;
    animation: 1s linear -1.023s infinite movetop;
}
.candleWrapper__fireItem:nth-child(184) {
    left: calc(56px - 55px);
    width: 32px;
    height: 32px;
    animation: 1s linear -1.626s infinite movetop;
}
.candleWrapper__fireItem:nth-child(185) {
    left: calc(70px - 55px);
    width: 50px;
    height: 50px;
    animation: 1s linear -2.324s infinite movetop;
}
.candleWrapper__fireItem:nth-child(186) {
    left: calc(29px - 55px);
    width: 41px;
    height: 41px;
    animation: 1s linear -0.99s infinite movetop;
}
.candleWrapper__fireItem:nth-child(187) {
    left: calc(33px - 55px);
    width: 1px;
    height: 1px;
    animation: 1s linear -2.559s infinite movetop;
}
.candleWrapper__fireItem:nth-child(188) {
    left: calc(28px - 55px);
    width: 15px;
    height: 15px;
    animation: 1s linear -1.882s infinite movetop;
}
.candleWrapper__fireItem:nth-child(189) {
    left: calc(60px - 55px);
    width: 16px;
    height: 16px;
    animation: 1s linear -1.191s infinite movetop;
}
.candleWrapper__fireItem:nth-child(190) {
    left: calc(54px - 55px);
    width: 30px;
    height: 30px;
    animation: 1s linear -2.95s infinite movetop;
}
.candleWrapper__fireItem:nth-child(191) {
    left: calc(2px - 55px);
    width: 7px;
    height: 7px;
    animation: 1s linear -0.659s infinite movetop;
}
.candleWrapper__fireItem:nth-child(192) {
    left: calc(25px - 55px);
    width: 22px;
    height: 22px;
    animation: 1s linear -73ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(193) {
    left: calc(8px - 55px);
    width: 15px;
    height: 15px;
    animation: 1s linear -1.68s infinite movetop;
}
.candleWrapper__fireItem:nth-child(194) {
    left: calc(32px - 55px);
    width: 17px;
    height: 17px;
    animation: 1s linear -1.317s infinite movetop;
}
.candleWrapper__fireItem:nth-child(195) {
    left: calc(11px - 55px);
    width: 19px;
    height: 19px;
    animation: 1s linear -0.379s infinite movetop;
}
.candleWrapper__fireItem:nth-child(196) {
    left: calc(21px - 55px);
    width: 33px;
    height: 33px;
    animation: 1s linear -0.999s infinite movetop;
}
.candleWrapper__fireItem:nth-child(197) {
    left: calc(34px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -1.073s infinite movetop;
}
.candleWrapper__fireItem:nth-child(198) {
    left: calc(39px - 55px);
    width: 5px;
    height: 5px;
    animation: 1s linear -28ms infinite movetop;
}
.candleWrapper__fireItem:nth-child(199) {
    left: calc(39px - 55px);
    width: 40px;
    height: 40px;
    animation: 1s linear -2.578s infinite movetop;
}
.candleWrapper__iconWrapper {
    position: relative;
    margin: 10px auto;
    border-radius: 50%;
    padding: 0;
    max-width: 110px;
    max-height: 110px;
    box-sizing: content-box;
}
.candleWrapper__iconRound--white {
    position: absolute;
    left: 0;
    top: -123px;
    border: 0;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background: #71c341;
    object-fit: cover;
    transition: opacity 1s;
    animation: 0.5s 0.6s backwards pop-up-appear-after;
}
.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__spinResultWrapper--edit {
    position: static;
    display: flex;
    padding: 70px 0;
}
.candleWrapper__spinResultWrapper--showHide {
    display: flex;
}
.candleWrapper__popupWindow {
    position: relative;
}
.candleWrapper__winPopUpWindow {
    border-radius: 10px;
    padding: 65px 10px 20px;
    width: 100%;
    max-width: 420px;
    text-align: center;
    background: #fff;
    animation: 0.7s pop-up-appear;
}
.candleWrapper__closePopup {
    position: absolute;
    right: -40px;
    top: -100px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #fff;
    background-size: 100%;
    cursor: pointer;
}
.candleWrapper__closeIcon {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.candleWrapper__popupHeading {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    word-break: break-word;
}
.candleWrapper__popupText {
    margin: 0 15px 25px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    word-break: break-word;
    text-align: center !important;
    text-indent: 0;
    color: #000;
}
.candleWrapper__popupButton {
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 10px 20%;
    font-size: 20px;
    word-break: break-word;
    text-transform: uppercase;
    background-color: #71c341;
    cursor: pointer;
}
.candleWrapper__popupButton,
.candleWrapper__popupButton:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.candleWrapper__dangerText {
    font-weight: 700;
    color: red;
}
.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("../img/candlesBg.png") 0 0 / cover no-repeat;
}
.candleFormWrapper__botGo,
.candleFormWrapper__header,
.candleFormWrapper__title {
    margin: 0;
    color: #fff;
    word-break: break-word;
}
.candleFormWrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 12px 75px;
}
.candleFormWrapper__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    min-height: 54px;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    text-align: center;
    background-color: #232f3e;
}
.candleFormWrapper__title {
    font-family: sans-serif;
    font-size: 18px;
}
.candleFormWrapper__botGo,
.candleFormWrapper__oldVal {
    font-size: 20px;
    font-family: sans-serif;
}
.candleFormWrapper__arrowsGoBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.candleFormWrapper__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.candleFormWrapper__form {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
    padding: 20px 0 5px;
    max-width: 550px;
    box-sizing: border-box;
    word-break: break-word;
    text-align: center;
    background: #fff;
}
.candleFormWrapper__productImgWrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 400px;
    object-fit: cover;
}
.candleFormWrapper__productImg {
    width: 100%;
    height: 100%;
}
.candleFormWrapper__timer {
    margin: 0;
    width: 100%;
}
.candleFormWrapper__timer .countdownTimerBox {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    max-width: 10%;
}
.candleFormWrapper__timer .countdownTimerBox .minutes,
.candleFormWrapper__timer .countdownTimerBox .seconds {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    word-break: break-word;
    transition: 0.2s;
}
.candleFormWrapper--showHide,
.candleFormWrapper__timer .countdownTimerBox .minutesBox,
.candleFormWrapper__timer .countdownTimerBox .secondsBox,
.docInfoHeader__list {
    display: flex;
}
.candleFormWrapper__timer .countdownTimerBox .timeBg {
    display: block;
    margin: 0;
    width: unset;
    height: unset;
    line-height: 32px;
    word-break: break-word;
    text-align: center;
    color: red;
    background: #fff;
}
.candleFormWrapper__timer .countdownTimerBox .timeBg:nth-child(2n) {
    margin-right: 0;
}
.candleFormWrapper__timer .countdownTimerBox .ending {
    display: block;
    margin: 0 5px;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    word-break: break-word;
    text-align: center;
    color: #000;
    transition: 0.2s;
}
.candleFormWrapper__priceWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.candleFormWrapper__oldVal {
    margin: 0 5px 5px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
}
.candleFormWrapper__formTitle,
.candleFormWrapper__newVal {
    margin: 0 5px 5px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: red;
}
.candleFormWrapper__formTitle {
    margin: 10px 0 20px;
    font-size: 17px;
    line-height: 24px;
    word-break: break-word;
    color: #000;
}
.candleFormWrapper__formName,
.candleFormWrapper__formPhone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
    width: 100%;
    font-family: sans-serif;
}
.candleFormWrapper__formName--label,
.candleFormWrapper__formPhone--label {
    margin: 10px auto;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.candleFormWrapper__name,
.candleFormWrapper__number,
.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;
}
.candleFormWrapper__name:focus,
.candleFormWrapper__number:focus,
.docInfoFooter:hover {
    outline: 0;
}
.candleFormWrapper__formBtn {
    margin-top: 10px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    padding: 13px 10px 14px;
    width: 100%;
    max-width: 400px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    word-break: break-word;
    text-shadow: 0 1px 0 #810e05;
    text-transform: uppercase;
    color: #fff;
    background: red;
    cursor: pointer;
}
.candleFormWrapper__formSubText {
    display: block;
    font-family: sans-serif;
}
.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 {
    align-items: center;
    padding: 0 5px 0 0;
    font-weight: 400;
}
.docInfoCommentsPanel__comment--bold {
    font-weight: 700;
}
.docInfoCommentsPanel__dot {
    display: flex;
    margin: 0 5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #000;
    transform: scale(0.3);
}
.docInfoCommentsPanel__dot,
.docInfoCommentsPanel__dot--one {
    animation: 1.5s linear 0.6s infinite Flash;
}
.docInfoCommentsPanel__dot--two {
    animation: 1.5s linear 0.75s infinite Flash;
}
.docInfoCommentsPanel__dot--three {
    animation: 1.5s linear 0.9s infinite Flash;
}
.docInfoCommentsPanel__imgProduct {
    width: 90%;
    max-width: 300px;
    margin-top: 6px;
}
.docInfoCommentsPanel--response {
    padding: 25px 0 0 100px;
}
.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;
}
.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,
.oneImageWidget__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__wrapper--small {
    max-width: 400px;
}
.docInfoImg__image,
.docInfoText img {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 20px;
}
.docInfoLeaveComment {
    padding: 10px 20px;
    width: 100%;
    transition: 1s;
}
.docInfoLeaveComment__infoWrapper {
    padding: 5px 10px;
    background-color: #1f7c62;
}
.docInfoLeaveComment__info {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
}
.docInfoLeaveComment__sendCommentBlock,
.docInfoNav ul li a {
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: 400;
}
.docInfoLeaveComment__sendCommentBlock {
    display: flex;
    justify-content: center;
    padding: 48px 10px;
    background: #f0f0f0;
}
.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;
}
.docInfoLeaveComment__nameInputBlock,
.docInfoLeaveComment__yourCommentBlock {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}
.docInfoLeaveComment__nameInput,
.docInfoLeaveComment__yourComment {
    outline: 0;
    border: 1px solid #43a047;
    padding: 10px 20px;
    width: 100%;
    box-shadow: 0 2px 4px -3px #237a27;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}
.docInfoLeaveComment__nameInput {
    margin: 0 0 25px;
    font-weight: 400;
}
.docInfoLeaveComment__yourComment {
    height: 120px;
    resize: none;
}
.docInfoLeaveComment__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: 0.5s;
    cursor: pointer;
}
.docInfoLeaveComment__sendButton:hover {
    box-shadow: none;
    text-shadow: none;
    background: #237a27;
}
.docInfoLineText {
    padding: 10px 75px;
}
.docInfoLineText__text {
    margin: 0;
    border-left: 5px solid #39b4ff;
    padding: 10px 25px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    word-break: break-word;
    color: #39b4ff;
}
.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;
    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 0.2s;
}
.docInfoNav ul li a:hover {
    color: #fff;
    background-color: #1f7c62;
}
.docInfoRedButton,
.flex {
    display: flex;
    justify-content: center;
}
.docInfoRedButton__button {
    margin: 15px auto;
    border: 0;
    border-radius: 10px;
    padding: 16px 35px;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-shadow: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff3c3c;
    transition: background-color 0.5s;
    cursor: pointer;
}
.docInfoRedButton__button:hover {
    background-color: #ff6d6d;
}
.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__paragraph--boldRoboto {
    font-family: sans-serif;
    font-weight: 700;
}
.docInfoText__span {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #252626;
}
.docInfoText__paragraph--948832,
.docInfoText__span--bold {
    font-weight: 700;
}
.docInfoText__span--boldRoboto {
    font-family: sans-serif;
    font-weight: 700;
}
.docInfoText__span--redBold {
    font-weight: 700;
    color: red;
}
.docInfoText__link,
.docInfoTitle {
    font-weight: 400;
    font-family: sans-serif;
}
.docInfoText__link {
    font-size: 17px;
    text-decoration: underline;
    color: #0f315d;
}
.docInfoTitle {
    padding: 10px 20px;
    font-size: 27px;
    line-height: 1.4;
}
.docInfoTitle--subtitle {
    font-size: 20px;
}
.docInfoTitle--blackSubtitle {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.docInfoWarning {
    padding: 20px;
}
.docInfoWarning__wrapper {
    padding: 20px;
    background-color: #fff4e0;
}
.ctContentFluid--red,
.goToForm {
    background: red;
}
.docInfoWarning__title {
    padding: 5px 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
}
.docInfoWarning__title--greenBig {
    font-size: 19px;
    color: #1f7c62;
}
.docInfoWarning__title--padding {
    padding: 0 0 20px;
}
.docInfoWarning__list ol,
.docInfoWarning__list ul {
    list-style: none;
    font-size: 18px;
}
.docInfoWarning__subtitle,
.docInfoWarning__text {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.docInfoWarning__text {
    font-weight: 400;
    font-size: 17px;
}
.docInfoWarning__text--redBold {
    font-weight: 700;
    color: red;
}
.docInfoWarning__link {
    text-decoration: underline;
    color: #0f315d;
}
.docInfoWarning__span {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.docInfoWarning__span--redBold {
    font-weight: 700;
    color: red;
}
.goToForm {
    display: none;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.goToFormShow {
    display: block !important;
}
.docInfoText--185729--868422,
.docInfoText--308954--924803,
.docInfoText--417762--869524,
.docInfoText--470346--113969,
.docInfoText--474267--135764,
.docInfoText--513661--381844,
.docInfoText--570455--192840,
.docInfoText--608940--726533,
.docInfoText--674678--467488,
.docInfoText--677561--480522,
.docInfoText--686625--972466,
.docInfoText--713244--506611,
.docInfoText--764713--811005,
.docInfoText--776845--248021,
.docInfoText--888193--375740,
.docInfoText--897906--481419,
.docInfoText--903725--471559,
.docInfoText--909890--869734,
.docInfoText--926649--562511,
.docInfoText--979328--275850 {
    background-color: #00ff92;
}
.oneImageWidget {
    padding: 15px;
}
.oneImageWidget__wrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 800px;
}
.docInfoImg__wrapper--771210,
.oneImageWidget__wrapper--332587,
.oneImageWidget__wrapper--375511,
.oneImageWidget__wrapper--390711,
.oneImageWidget__wrapper--741879,
.oneImageWidget__wrapper--760046 {
    max-width: 600px;
}
.docInfoLineText__text--346441 {
    text-align: right;
    color: #2900ff;
}
.docInfoText--613979--458176,
.docInfoText--655948--390162,
.docInfoText--803910--822368 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}
.docInfoText--278895--933012 {
    font-weight: 400;
}
.docInfoText__paragraph--849912 {
    font-weight: 700;
}
.docInfoText--762189--329507 {
    font-weight: 400;
}
.docInfoText__paragraph--980258 {
    font-weight: 700;
}
.docInfoText__span--121719 {
    font-weight: 400;
}
.docInfoText__paragraph--380762 {
    font-weight: 700;
}
.docInfoText--838949--758265 {
    font-weight: 400;
}
.docInfoText__paragraph--254683 {
    font-weight: 700;
}
.docInfoText--756090--417321 {
    font-weight: 400;
}
.docInfoText__paragraph--482728 {
    font-weight: 700;
}
.docInfoText--803910--822368 {
    font-weight: 400;
}
.docInfoText__paragraph--504457 {
    font-weight: 700;
}
.docInfoText--590665--622570 {
    font-weight: 400;
}
.docInfoText__paragraph--516278 {
    font-weight: 700;
}
.docInfoText--594470--422342 {
    font-weight: 400;
}
.docInfoText__paragraph--914942 {
    font-weight: 700;
}
.docInfoText--407167--495478 {
    font-weight: 400;
}
.docInfoText__paragraph--708294 {
    font-weight: 700;
}
.docInfoText--449054--515910 {
    font-weight: 400;
}
.docInfoText__paragraph--539210 {
    font-weight: 700;
}
.docInfoText--579794--866766 {
    font-weight: 400;
}
.docInfoText__paragraph--759394 {
    font-weight: 700;
}
.docInfoText--571251--671265 {
    font-weight: 400;
}
.docInfoText__paragraph--237927 {
    font-weight: 700;
}
.docInfoText--408411--807964 {
    font-weight: 400;
}
.docInfoText__paragraph--321313 {
    font-weight: 700;
}
.docInfoText--654497--986618 {
    font-weight: 400;
}
.docInfoText__paragraph--783075 {
    font-weight: 700;
}
.docInfoText--406647--855452 {
    font-weight: 400;
}
.docInfoText__paragraph--441832 {
    font-weight: 700;
}
.docInfoText--558043--693316 {
    font-weight: 400;
}
.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) {
    .candleFormWrapper,
    .docInfoLeaveComment {
        padding: 10px 20px;
    }
    .docInfoLineText {
        padding: 10px 55px;
    }
}
@media (max-width: 959px) {
    .candleFormWrapper__timer .countdownTimerBox .minutes,
    .candleFormWrapper__timer .countdownTimerBox .seconds {
        font-size: 21px;
    }
    .candleFormWrapper__timer .countdownTimerBox .timeBg {
        width: unset;
        height: unset;
        line-height: 32px;
    }
    .candleFormWrapper__timer .countdownTimerBox .ending {
        font-size: 21px;
        line-height: 32px;
        letter-spacing: 0;
    }
}
@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__salePercent {
        position: absolute;
        top: -100px;
        border: 1px solid #000;
        padding: 0;
        width: 100%;
        font-family: sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
    }
    .candleWrapper {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .textMedia {
        padding: 5px;
    }
    .textHeightMedia {
        line-height: normal;
    }
    .textLetterMedia {
        letter-spacing: normal;
    }
}
@media (max-width: 767px) {
    .candleFormWrapper__timer .countdownTimerBox .ending,
    .candleFormWrapper__timer .countdownTimerBox .timeBg {
        padding: 0;
    }
}
@media (max-width: 575px) {
    .candleFormWrapper__form {
        padding: 15px;
    }
    .candleFormWrapper {
        padding: 0 10px;
    }
}
@media (max-width: 530px) {
    .candleWrapper__closePopup {
        right: 0;
        top: -110px;
    }
}
@media (max-width: 500px) {
    .candleWrapper__winPopUpWindow {
        max-width: 320px;
    }
    .candleWrapper__popupText {
        font-size: 21px;
    }
}
@media (max-width: 480px) {
    .docInfoCommentsPanel--response {
        padding: 25px 0 0 50px;
    }
}
ul {
    list-style: none;
}
.ct_noteditable:not(:last-child) {
    margin-right: 5px;
}
.product {
    max-width: 350px;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .docInfoNav ul li a {
        display: none;
    }
}
li.list-1 {
    list-style-type: initial;
    margin-bottom: 10px;
}
.alert-block p:last-child,
li.list-1:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 540px) {
    .docInfoWarning__list ul {
        padding-left: 20px;
    }
    .docInfoLineText {
        padding: 10px 0 10px 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;
}
.docInfoText .prod-img {
    max-width: 300px;
}
.block-center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .candleWrapper__iconRound--white {
        left: 5px;
        width: 95px;
        height: 95px;
    }
    .candleFormWrapper__productImg.texts {
        max-width: 250px !important;
    }
    p,
    span {
        font-size: 18px !important;
    }
    #giftBoxes .candleWrapper__saleText {
        font-family: sans-serif;
        font-weight: 700;
        font-size: 14px !important;
        text-align: center;
    }
}
.docInfoCommentsPanel__comment {
    display: block;
}
.docInfoCommentsPanel__comment img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 10px 0 0;
}
.link-y {
    color: #301fa5;
}
@media (max-width: 800px) {
    .docInfoText img {
        width: 90%;
    }
}
