*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    min-height: 100%
}

body {
    position: relative;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

figcaption,
figure,
footer,
header {
    display: block
}

video {
    display: inline-block
}

span {
    display: inline-block;
    vertical-align: baseline
}

a,
button,
figure,
input,
select {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

[type=button],
[type=submit],
a,
button {
    -webkit-transition: color .25s, background .25s, opacity .25s;
    -o-transition: color .25s, background .25s, opacity .25s;
    transition: color .25s, background .25s, opacity .25s
}

a {
    cursor: pointer;
    -webkit-text-decoration-skip: none
}

button {
    overflow: visible;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit
}

p {
    margin: 0;
    overflow: hidden
}

b {
    font-weight: 700
}

img,
video {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0
}

img {
    display: inline-block;
    image-rendering: optimizeQuality
}

h1,
h2 {
    text-rendering: optimizeLegibility;
    font: inherit;
    color: inherit;
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a>*,
button,
input,
select {
    display: inline-block;
    vertical-align: baseline
}

[type=button],
[type=submit],
button,
label,
select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-slider-thumb,
[type=button],
[type=submit] {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    box-shadow: inset 0 0 0 1000px #fff
}

::-ms-clear,
::-ms-reveal {
    display: none
}

input {
    width: 100%
}

input {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

:active,
:focus,
:hover {
    outline: 0;
    outline-offset: 0
}

:disabled {
    pointer-events: none
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

html {
    font-family: Arial;
    color: #222;
    font-weight: 300;
    font-size: 16px
}

@media (min-width:320px) {
    html {
        font-size: 16px;
        font-size: calc(.001754386 * 100vw + 15.4385964912px)
    }
}

@media (min-width:1460px) {
    html {
        font-size: 18px
    }
}

.wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px
}

a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ff7426
}

a:hover {
    text-decoration: none
}

p {
    padding-bottom: .8em
}

p:last-child {
    padding-bottom: 0
}

p a {
    display: inline;
    vertical-align: baseline
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.jcs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accent {
    color: #ff7426
}

.accent2 {
    color: #59c12d
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(1, 3, 10, .68);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    z-index: 100
}

.logo {
    font-size: 2em;
    color: #fff;
    font-weight: 700
}

@media (max-width:500px) {
    .logo {
        font-size: 1.2em
    }
}

.main {
    margin-top: 3.8em
}

.content,
.interview {
    padding-bottom: 2em;
    border-bottom: 2px solid #1d1c1c;
    margin-bottom: 2em
}

.lead__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px
}

@media (min-width:320px) {
    .lead__title {
        font-size: 16px;
        font-size: calc(.0087719298 * 100vw + 23.1929824561px)
    }
}

@media (min-width:1460px) {
    .lead__title {
        font-size: 35px
    }
}

.bottom-link {
    font-size: 24px;
    padding: .5em 1em .6em 1em;
    margin-bottom: 1.5em;
    border-radius: 5px;
    color: #fff;
    background-color: #ff7426;
    text-decoration: none
}

.bottom-link:hover {
    opacity: .9
}

@media (max-width:500px) {
    .bottom-link {
        font-size: 18px;
        margin-bottom: 2em
    }
}

.content ul {
    list-style-type: disc;
    margin-left: 20px
}

.lead__pic {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    max-width: 500px;
    text-align: center
}

.content__pic-caption,
.lead__caption {
    padding: 10px;
    text-align: center;
    font-style: oblique;
    background-color: #eee
}

.lead__text {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.5
}

.content__pic {
    max-width: 500px;
    margin: 20px auto;
    text-align: center
}

.comments__title {
    margin-bottom: .9em;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center
}

.comments__list {
    margin-bottom: 2em
}

.comments__item {
    position: relative;
    margin-bottom: 3em
}

.comments__avatar {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #838383;
    float: left
}

.comments__avatar img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%
}

@media (max-width:500px) {
    .comments__avatar {
        height: 50px;
        width: 50px
    }
}

.comments__body {
    padding-left: 95px
}

.comments__body img {
    max-width: 45%;
    margin-right: 20px
}

.comments__body img:last-of-type,
.comments__body img:only-of-type {
    margin-right: 0
}

@media (max-width:500px) {
    .comments__body {
        padding-left: 65px
    }

    .comments__body img {
        max-width: 98%;
        margin: 10px auto
    }
}

.comments__info {
    margin-bottom: 1em
}

.comments__name {
    font-weight: 700
}

.comments__date {
    margin-left: .5em;
    font-size: .8em;
    color: #a9a9a9
}

footer {
    padding: 20px 0;
    background-color: #59c12d
}

.notice {
    font-size: .9em
}

.video-wrap {
    max-width: 640px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px
}

.video-cover,
.video-inner {
    width: 640px;
}

.video-cover {
    z-index: 1;
    overflow: hidden
}

.video-cover .play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55%;
    width: auto;
    margin-right: 0;
    z-index: 1;
    opacity: .5
}

.video-cover .video-text {
    position: absolute;
    top: 1.1em;
    left: 0;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    z-index: 2
}

@media (max-width:700px) {
    .video-cover .video-text {
        font-size: 18px;
        padding: 0 10px
    }
}

.wheel {
    text-align: center
}

.wheel__title {
    margin-bottom: .8em;
    font-size: 1.5em;
    font-weight: 700
}

.wheel__title-top {
    font-size: 23px
}

.wheel__wrapper {
    padding: 1em;
    border: 2px solid #ff7426;
    margin: 2em 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05)
}

.wheel__wrapper p {
    text-align: left
}

.order__title {
    font-size: 1.1em;
    font-weight: 700
}

.wheel__pic {
    position: relative
}

.prize-wheel {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel__cursor {
    width: 158px;
    height: 158px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

@media (max-width:500px) {
    .wheel__cursor {
        width: 130px;
        height: 130px
    }
}

.wheel__cursor-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
    height: 45%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    text-transform: uppercase;
    font-weight: 700
}

.wheel__wrapper {
    padding: 1em;
    border: 2px solid #ff7426;
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05)
}

.interview {
    margin-bottom: 20px
}

.order__title {
    font-size: 1.1em;
    font-weight: 700
}

.wheel__pic {
    position: relative
}

.prize-wheel {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel__cursor {
    width: 158px;
    height: 158px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

@media (max-width:500px) {
    .wheel__cursor {
        width: 130px;
        height: 130px
    }
}

.wheel__cursor-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
    height: 45%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    text-transform: uppercase;
    font-weight: 700
}

.content__pic a {
    display: block
}

.order_block {
    display: none
}

.order__product {
    position: relative;
    text-align: center
}

.price-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto
}

.price-label {
    padding-top: 2px;
    position: absolute;
    font-family: Arial, sans-serif;
    right: 0;
    bottom: 0;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 135px;
    height: 82px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: 0 auto;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 19%
}

.new_price.js_new_price.price_main {
    border-bottom: 2px solid red
}

.form__title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px
}

.form__title span {
    color: red
}

.time-remaining-text {
    font-size: 22px
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.old-price {
    text-decoration: line-through;
    color: #59c12d;
    font-size: 28px;
    line-height: 1
}

.new-price {
    font-size: 32px;
    line-height: 1;
    color: green
}

.new-price,
.old-price {
    padding: 0 10px
}

.order_form {
    margin: 10px auto 0
}

.order_form input {
    max-width: 510px;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid grey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0
}

.order_form .main-link {
    display: block;
    max-width: 510px;
    width: 100%;
    background: #59c12d;
    border-radius: 15px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 15px;
    border: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    outline: 0
}

.order_form .main-link:hover {
    opacity: .9
}

.sale {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    top: -20px;
    left: -60px;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -4px;
    text-shadow: 1px 1px 2px #000;
    z-index: 1;
    background: url(../images/sale.png) center center/cover no-repeat
}

@media (max-width:500px) {
    .sale {
        font-size: 18px;
        letter-spacing: 1px
    }
}

.bottom-teaser .sale {
    display: none
}

.calc__form-row {
    margin-bottom: 1.1em
}

.calc__form-row label {
    display: block;
    margin-bottom: 10px
}

.calc__form-row select {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #838383;
    border-radius: 5px;
    text-align: center
}

@media (max-width:500px) {
    .order__product {
        margin-right: 0
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 200
}

.popup {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    padding: 2.9em .5em 1em .5em;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-animation: toUp 1s ease .2s forwards;
    animation: toUp 1s ease .2s forwards
}

@media (min-width:320px) {
    .popup {
        font-size: 16px;
        font-size: calc(.0070175439 * 100vw + 15.7543859649px)
    }
}

@media (min-width:1460px) {
    .popup {
        font-size: 26px
    }
}

@media (max-width:700px) {
    .popup {
        width: 90%;
        max-width: 90%
    }
}

@-webkit-keyframes toUp {
    100% {
        top: 50%
    }
}

@keyframes toUp {
    100% {
        top: 50%
    }
}

.popup__body {
    min-width: 275px
}

.popup__title {
    font-size: 1.5em;
    margin-bottom: .5em
}

.popup__text {
    text-align: center;
    padding-bottom: 1em
}

.popup__icon {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4.2em;
    height: 4.2em;
    border-radius: 100%;
    color: #fff
}

.popup__icon.prize {
    background-color: #5f781a
}

.popup__icon.prize:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 2.2em;
    height: 1.1em;
    border-left: 3px solid;
    border-bottom: 3px solid
}

.calc__form-row {
    margin-bottom: 1.1em
}

.calc__form-row label {
    display: block;
    margin-bottom: 10px
}

.calc__form-row select {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #838383;
    border-radius: 5px;
    text-align: center
}

.calc__form-row select {
    width: 100%;
    border: 1px solid #838383
}

.calc {
    max-width: 500px;
    margin: 0 auto 30px
}

.btn {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: .5em 1em;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #ff7426;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none
}

.btn:hover {
    background-color: #fff;
    color: #ff7426;
    border-color: currentColor
}

.btn--submit {
    width: 100%;
    background-color: #59c12d
}

.btn-popup {
    display: block;
    margin: 0 auto;
    max-width: 220px;
    width: 100%
}

.btn--submit:hover {
    color: #59c12d
}

@media (max-width:600px) {
    p {
        line-height: 1.2
    }

    .btn {
        padding: 10px;
        font-size: 16px
    }
}

blockquote {
    padding: .5em 0 .5em 1.1em;
    margin: 0 0 .5em .9em;
    border-left: 3px solid #9a9a9a;
    font-size: 1.1em;
    font-style: italic
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .content__pic img {
        width: 500px;
        max-width: 500px
    }
}

.spin {
    -webkit-animation: spin 7s ease-in-out forwards;
    animation: spin 7s ease-in-out forwards
}

@-webkit-keyframes spin {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes spin {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

.inL_322735 {
    display: inline
}

.inL_421856 {
    display: inline
}

.inL_130498 {
    display: inline
}

.inL_122992 {
    color: #59c12d
}

.inL_608926 {
    font-size: 1.1em;
    color: #59c12d;
    font-weight: 700
}

.inL_646395 {
    color: #59c12d
}

.inL_139991 {
    max-width: 270px
}

.inL_674617 {
    text-align: center;
    color: #fff
}

.inL_915260 {
    text-align: center;
    color: #fff
}

.inL_876954 {
    background: 0 0
}

.inL_565538 {
    color: #000
}

form p {
    text-align: center;
    padding: 0
}

@media (max-width:1000px) {

    .lead__title,
    .wheel__wrapper p {
        text-align: center
    }

    .lead__title.accent2 {
        text-align: left
    }
}

@media (max-width:767px) {
    .lead__text {
        text-align: left
    }

    .content,
    .interview {
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    p {
        text-align: left
    }

    blockquote {
        margin-left: 0
    }

    .content__pic {
        max-width: 400px
    }
}

@media (max-width:479px) {
    .product__img {
        max-width: 250px;
        width: 100%
    }

    .padding-none {
        padding: 0
    }

    .order-btn {
        font-size: 12px
    }

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

    .wheel__title-top {
        font-size: 22px
    }

    .lead__title {
        font-size: 21px
    }
}

.interview blockquote {
    margin-bottom: 25px
}

.firefox-fix {
    display: none
}

figcaption {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    padding: 7px;
    background: #f2eef4;
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
    border-left: 5px solid #ff7426;
    margin: 10px auto 20px
}

#comment_form * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#comment_form .txt-cmt {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    margin: 0 -5px
}

#comment_form .form-comment__content {
    width: 100%;
    padding: 0 5px
}

#comment_form {
    color: #000;
    line-height: 1.3;
    font-size: 14px
}

.reviews-form__file {
    display: flex;
    margin-bottom: 10px !important
}

#comment_form label.input-file {
    display: flex;
    align-items: center;
    margin: 10px auto;
    font-size: 15px;
    font-weight: 400
}

.visually-hidden {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0
}

.reviews-form__checkmark-icon {
    display: none !important
}

#comment_form img {
    display: block;
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

.reviews-form__file-text {
    padding-left: 50px;
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-left: 10px !important
}

#comment_form .your-name {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 0
}

#comment_form .txt-content {
    width: 100%;
    min-height: 40px;
    display: block;
    margin: 15px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box
}

#comment_form .add-comment-button {
    background-color: #4267b2;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 5px 18px;
    text-decoration: none;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700
}

#comment_form .add-comment-button:focus,
#comment_form .add-comment-button:hover {
    background-color: #6f8ecc
}

textarea {
    overflow: auto
}

.rloaded .reviews-form__checkmark-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid #c8cbe1
}

.rloaded .input-img {
    display: none !important
}

.input-img {
    width: 45px !important
}

.reviews-popup {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none
}

.reviews-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid #4267b2;
    padding: 20px;
    text-align: center
}

.reviews-popup__text {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2
}

.form-comment {
    margin-bottom: 40px
}

@media (max-width:639px) {
    .reviews-popup__inner {
        width: 300px
    }
}

.comment-icons {
    display: flex;
    align-items: center
}

.comment-icons svg {
    width: 18px;
    height: 18px;
    fill: #d3d3d3;
    margin: 0 5px
}

.comment-icons a:hover,
.comment-icons a:hover svg {
    fill: #222;
    color: #222
}

.comment-icons a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #d3d3d3
}

.comment-icons a:first-of-type {
    margin-right: 10px
}

.comment-live {
    display: block;
    margin-top: 10px
}

.comments__text p:first-of-type {
    padding-bottom: 5px
}

.interview {
    padding-bottom: 10px
}

.prod-box {
    width: 250px;
    position: relative
}

/* .prod-box::after{content:'';width:60px;height:60px;background:#fff url(fda.png) center center no-repeat;background-size:contain;border-radius:50%;position:absolute;right:20px;top:0} */
.comment-form input[type=text],
.comment-form textarea {
    font-size: 14px !important;
    color: gray !important;
    font-family: sans-serif !important
}

@media (max-width:479px) {
    p.inL_674617 {
        font-size: 15px !important
    }
}