@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.woff2) format('woff2'), url(../fonts/fontello.woff) format('woff'), url(../images/fontello.svg#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=' icon-']:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: '\e800'
}

.icon-down-dir:before {
    content: '\e801'
}

.icon-menu:before {
    content: '\f0c9'
}

/* //order form  */

:focus,
input,
input:active {
    outline: 0
}

button:active,
button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

::-ms-clear {
    display: none
}

.order {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif
}

.order * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.order h4 {
    font-size: 16px
}

.order-info h2 {
    color: red;
    font-size: 24px;
    line-height: 24px
}

.order-info h2 span {
    text-decoration: underline
}

.order-info .left_count {
    display: block;
    width: 201px;
    padding: 23px;
    margin: 12px auto;
    background: red;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 32px !important;
    border-radius: 5px;
    line-height: 32px
}

.order-info .prod_left_val {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px
}

.order-info div h4 span {
    color: green
}

.order-form {
    max-width: 600px;
    padding: 20px;
    margin: 20px auto;
    background: url(../images/formbg.jpg) no-repeat #fff;
    background-size: 100% 100%;
    position: relative
}

.order-form .top {
    padding-top: 90px;
    background: url(../images/med.png) top center no-repeat;
    background-size: 100px auto
}

.hologram {
    width: 13%;
    position: absolute;
    left: 3%;
    top: 2%
}

.order-form .top h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 32px;
    font-size: 30px;
    font-weight: 700
}

.order-form .top p {
    font-size: 14px;
    color: #00f;
    font-style: italic;
    text-align: center
}

.order-form p {
    margin: 0 !important
}

.order-form .price p span {
    font-size: 21px;
    font-weight: 700;
}

.order-form .frame {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px
}

.order-form .frame p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0
}

.order-form label {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.order-form input,
.order-form select {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    font-size: 21px;
    -webkit-appearance: none !important;
}

.order-form p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    padding: 0
}

.order-form button {
    max-width: 245px;
    width: 100%;
    display: block;
    margin: 20px auto;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background: #0299ff;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out;
    font-size: 20px;
    text-align: center;
    text-decoration: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.order-form button:after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 1.5s infinite;
    animation: dotty steps(1, end) 1.5s infinite;
    content: '';
    position: absolute;
    margin-left: 10px;
    margin-top: 2px
}

@-webkit-keyframes dotty {

    0%,
    100% {
        content: ''
    }

    25% {
        content: '>'
    }

    50% {
        content: '>>'
    }

    75% {
        content: '>>>'
    }
}

@keyframes dotty {

    0%,
    100% {
        content: ''
    }

    25% {
        content: '>'
    }

    50% {
        content: '>>'
    }

    75% {
        content: '>>>'
    }
}

.order-form button:hover {
    background: #017acc;
    text-decoration: none;
    color: #fff
}

.order-form button:disabled {
    opacity: .5
}

.order-form button:hover:disabled {
    background-color: #0299ff
}

.order-form button:active {
    position: relative;
    top: 1px
}

.order-form .timelimit {
    font-size: 14px;
    margin: 0 0 10px
}

.timer {
    display: inline-block;
    background: url(../images/timerIcon2.png) no-repeat;
    padding-left: 14px;
    color: red;
    font-weight: 700;
    line-height: 15px
}

@media screen and (max-width:480px) {
    .order-form label {
        font-size: 14px
    }

    .order-form button {
        font-size: 16px
    }

    .order-form {
        padding: 20px 10px 10px
    }
}

@media screen and (max-width:459px) {
    .order-form input,
.order-form select {
        width: 80%
    }
}

@media screen and (max-width:349px) {
    .order-form .top h2 {
        margin: 0
    }

    .order-form input,
.order-form select {
        font-size: 17px
    }

    .order-form .frame {
        margin: 10px
    }
}

/* end of order form  */

body,
html {
    overflow-x: hidden
}

.comments__list,
.header__top-nav-list {
    list-style: none
}

.header__top-nav-item,
.ttu {
    text-transform: uppercase
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #3a3939
}

body {
    background-color: #f3f4f5;
    min-height: 100vh
}

a {
    color: #fff
}

.container {
    width: 95%;
    max-width: 1128px;
    margin: 0 auto
}

.mr10 {
    margin-right: 10px
}

.header__top {
    background-color: #fff;
    color: #1b1c1d;
    font-size: 14px
}

.header__middle {
    background-color: red;
    color: #fff
}

.header__bottom {
    background: #333;
    -webkit-box-shadow: 0 0 0 #1b1c1d;
    box-shadow: 0 0 0 #1b1c1d;
    color: #fff
}

.header__top-logo {
    cursor: pointer;
    width: 29px;
    height: 21px;
    border-bottom: 2px solid red;
    text-align: center;
    font-weight: 900;
    color: red
}

.header__top-logo,
.header__top-nav-list {
    display: inline-block;
    vertical-align: middle
}

.header__top-nav-item {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.header__top-nav-item:hover {
    color: #099
}

.header__top-nav-item:nth-of-type(n+1) {
    margin-left: 15px
}

.header__middle-logo-text {
    font-size: 14px;
    font-weight: 300
}

.header__middle-inner {
    font-size: 0;
    padding: 2px 0
}

.header__middle-burger {
    cursor: pointer
}

.header__middle-logo {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1
}

.header__middle-left,
.header__middle-right {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle
}

.header__middle-left {
    text-align: left;
    width: 80%
}

.header__middle-right {
    text-align: right;
    width: 20%
}

.alignCenter,
.hologram-block {
    text-align: center
}

.header__middle-login {
    padding: 10px 15px;
    font-size: 13px;
    color: #f9fafb;
    border: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .5) inset;
    margin-left: 35px;
    -webkit-transition: -webkit-box-shadow ease .2s;
    transition: -webkit-box-shadow ease .2s;
    -o-transition: box-shadow ease .2s;
    transition: box-shadow ease .2s;
    transition: box-shadow ease .2s, -webkit-box-shadow ease .2s
}

.header__middle-login:hover {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.header__middle-login,
.header__middle-search {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.header__middle-search {
    opacity: .8
}

.header__middle-search:hover {
    opacity: 1
}

.header__bottom-nav-item {
    display: inline-block;
    padding: 11px 13px 9px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: border-color ease .3s;
    -o-transition: border-color ease .3s;
    transition: border-color ease .3s
}

.header__bottom-nav-item:hover {
    border-bottom-color: red
}

.header__bottom-nav-item a {
    text-decoration: none
}

.icon-virus {
    position: relative
}

.icon-virus::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url(../images/virus-pic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px
}

@media all and (max-width:1023px) {
    .header__bottom {
        display: none
    }
}

@media(max-width:800px) {
    .header__middle-logo-text {
        display: none
    }
}

@media all and (max-width:768px) {

    .header__middle-login,
    .header__middle-logo-text,
    .header__top {
        display: none
    }

    .header__middle {
        padding: 5px 0
    }

    .header__middle-right {
        width: 30px
    }

    .header__middle-left {
        width: calc(100% - 30px)
    }
}

.article__figure-pic,
.article__info-block {
    display: block;
    width: 100%
}

@media all and (max-width:376px) {
    .header__middle-logo {
        font-size: 24px
    }
}

.page {
    padding: 12px 0
}

.page-inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    padding: 16px;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15)
}

.article {
    margin-bottom: 35px
}

.article__title {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px
}

.article__title--tag {
    text-decoration: underline
}

.button,
.link {
    text-decoration: none;
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out
}

.article__subtitle {
    font-size: 32px;
    margin: 28px 0 16px
}

.article__accent {
    font-size: 27px;
    margin: 28px 0 16px
}

.article p {
    margin: 15px 0
}

.article__figure {
    width: 100%;
    max-width: 850px;
    margin: 15px auto 0;
    position: relative
}

.article__info-block {
    border-width: 1px 0;
    border-color: #eee;
    border-style: solid;
    padding: 15px;
    font-size: 0
}

.article__info-picture,
.article__info-text {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem
}

.article__info-picture {
    width: 30%
}

.article__info-text {
    padding: 0 20px;
    width: 70%
}

.info-text--small {
    font-weight: 300;
    font-size: 18px
}

.article__list {
    padding: 0 0 0 35px;
    margin: 16px 0
}

.fz-smaller {
    font-size: .8em
}

.redText {
    color: red
}

.hologram-block {
    margin-bottom: 16px
}

.hologram-pic {
    display: inline-block;
    max-width: 70px
}

.comments__title {
    margin: 28px 0 16px;
    font-size: 28px;
    font-weight: 400
}

.comment {
    display: block;
    padding: 15px 0;
    font-size: 0;
    border-bottom: 1px solid #eee
}

.comment__ava,
.comment__body {
    display: inline-block;
    vertical-align: top;
    font-size: .9rem
}

.comment__ava {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.comment__body {
    width: calc(100% - 70px);
    padding: 0 15px
}

.comment__body>span {
    display: block
}

.comment__name {
    font-weight: 600
}

.comment__text {
    margin: 15px 0
}

.comment__rew-pic {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px
}

@media all and (max-width:767px) {

    .article__info-picture,
    .article__info-text {
        display: block;
        width: 100%
    }

    .article__info-text {
        padding: 15px 0 0
    }

    .comment__ava {
        height: 40px;
        width: 40px
    }

    .comment__body {
        width: calc(100% - 40px);
        padding: 0 0 0 8px
    }
}

.article__date,
.article__social,
.social__item {
    display: inline-block
}

.article__date {
    width: 115px;
    position: relative;
    padding-left: 25px;
    font-size: 18px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.article__social {
    width: calc(100% - 120px);
    text-align: right
}

.social {
    font-size: 0
}

.social__item:not(:last-of-type) {
    margin-right: 5px
}

.social__link {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #00a8ff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.article__date::before,
.social__link::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    display: block
}

.social__link--rss {
    background-color: #f7d070
}

.social__link--facebook {
    background-color: #7a8abb
}

.social__link--twitter {
    background-color: #8ac8eb
}

.social__link--pinterest {
    background-color: #f1615d
}

.social__link--youtube {
    background-color: #d6595a
}

.social__link--instagram {
    background-color: #8aa6bf
}

.social__link::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social__link--rss::after {
    background: url(../images/rss.svg) no-repeat;
    background-size: contain
}

.social__link--facebook::after {
    background: url(../images/facebook.svg) no-repeat;
    background-size: contain
}

.social__link--twitter::after {
    background: url(../images/twitter.svg) no-repeat;
    background-size: contain
}

.social__link--pinterest::after {
    background: url(../images/pinterest.svg) no-repeat;
    background-size: contain
}

.social__link--youtube::after {
    background: url(../images/youtube.svg) no-repeat;
    background-size: contain
}

.social__link--instagram::after {
    background: url(../images/instagram.svg) no-repeat;
    background-size: contain
}

.article__date::before {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/clock.png) no-repeat;
    background-size: contain
}

.social__link:hover {
    background-color: #8bc741
}

@media(max-width:400px) {
    .social__item:not(:last-of-type) {
        margin-right: 3px
    }

    .article__social {
        width: calc(100% - 115px)
    }

    .social__link {
        width: 23px;
        height: 23px
    }

    .article__date {
        font-size: 15px;
        width: 110px
    }
}

.breadcrumbs {
    font-size: 15px;
    color: #717171;
    margin: 0 0 10px
}

.today {
    color: red;
    font-weight: 700
}

@media(max-width:600px) {
    .breadcrumbs {
        font-size: 12px
    }
}

.button {
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: block;
    margin: 25px auto;
    width: 440px;
    max-width: 100%;
    border-radius: 15px;
    padding: 15px
}

.product,
.product img {
    width: 100%
}

.button:hover {
    background-color: #c11f1f
}

.link {
    display: inline-block;
    color: red;
    font-size: 22px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.product {
    position: relative;
    max-width: 350px;
    margin: 35px auto 15px
}

.product .natural_label {
    position: absolute;
    width: 90px;
    right: 20px;
    top: 10px
}

.Dr::before,
.reporter::before {
    content: '';
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-size: contain;
    margin: 0 10px 5px 0;
    float: left
}

.reporter::before {
    display: inline-block;
    background-image: url(../images/reporter.jpg);
    vertical-align: middle
}

.Dr::after,
.reporter::after {
    clear: both;
    content: '';
    display: block
}

.Dr::before {
    display: inline-block;
    background-image: url(../images/info-pic_01.jpg)
}

.reporter span:nth-of-type(1) {
    font-weight: 700;
    color: red
}

.Dr span:nth-of-type(1) {
    font-weight: 700
}

.scrToForm {
    cursor: pointer;
    color: red
}

#newLink:hover {
    color: #00b3ff
}

.anchor-style {
    text-decoration: none;
    color: #fff
}

.color-dark {
    color: #000
}

.color-dark:hover {
    color: #099
}

.color-red {
    color: red
}

#newLink {
    color: #00f
}

.link__form{
    color:inherit;
}
.x_country_select{
    display: none !important
}
.order-form .price p span.old-price{
    text-decoration: line-through;
    font-size: 15px;
}
.order-form .price p span.old-price span{
    font-size: 15px;
    color:#9c9c9c;
}
.new-price{
    color:red;
}
.prod__text-center {
    text-align: center;
}
.comm__img{
    max-width: 350px;
    width: 100%;
}
.inL_597956 { color: #fff }
.inL_299201 { color: #fff }
.inL_930746 { color: #fff }
.inL_802962 { color: #fff }
.inL_58044 { color: #fff }
.inL_309965 { color: #fff }
.inL_549858 { color: #fff }
.inL_292735 { color: #1e53c5 }
.inL_290639 { display: block; text-align: center; font-size: 11px }
.inL_159395 { color: red }
.inL_572784 { color: green }
.inL_707735 { color: red; }
.inL_924421 { color: red; }
.inL_835365 { color: red; }
.inL_655420 { color: red; }
.inL_696569 { color: red; }
.inL_933387 { color: red; }
.inL_278976 { color: red; }
.inL_478380 { color: red; }
.inL_43846 { color: red; }
.inL_147397 { color: red; }
.inL_509956 { color: red; }
.inL_802705 { color: red; }
.inL_979086 { color: red; }
.inL_167179 { color: red; }
.inL_425749 { color: red; }
.inL_41220 { color: red; }
.inL_562879 { color: red; }
.inL_342933 { color: red; }
.inL_870567 { color: red; }
.inL_670894 { display: inline-block; }
.inL_531631 { color: red; }
.inL_599964 { color: red; }
.inL_270132 { color: red; }
.inL_803966 { color: red; }
.inL_332973 { color: red; }
.inL_810492 { color: red; }
.inL_315236 { color: white }