html,
body,
div,
span,
object,
iframe,
h1,
h2,
h4,
p,
a,
img,
s,
strong,
sub,
tt,
var,
b,
u,
i,
dd,
ul,
li,
form,
label,
article,
footer,
header,
nav,
output,
section,
time {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}


ul {
    list-style: none
}

a img {
    border: none;
    max-width: 100%;
    height: auto
}

article,
footer,
header,
nav,
section {
    display: block
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    color: #000;
    line-height: 1;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 320px
}

* {
    box-sizing: border-box;
    outline: none !important
}

*:before,
*:after {
    box-sizing: border-box
}

b,
strong {
    font-weight: 700
}

button,
input[type="button"],
input[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: "";
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 736px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    clear: both;
    margin-left: -15px;
    margin-right: -15px
}


.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {

    
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (max-width:767px) {

    .article .info_block p,
    .comment-text {
        font-size: 16px
    }
}

header {
    position: relative;
    padding-top: 71px;
    border-bottom: 1px solid #c4c4c4
}

header:before,
header:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    z-index: -1
}

header:after {
    background-position: right top
}

.no-webp header:after {
    background-image: url(../images/top-data-1.png);
}

.webp header:after {
    background-image: url(../images/top-data-1.webp);
}

header:before {
    background-position: left top
}

.no-webp header:before {
    background-image: url(../images/top-data-2.png);
}

.webp header:before {
    background-image: url(../images/top-data-2.webp);
}

header .name {
    font-size: 55px;
    font-weight: 300;
    color: #c63556;
    text-align: center;
    position: relative;
    margin-bottom: 3px
}

header .name span {
    color: #000;
    display: inline-block
}

header .about {
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #6a6a6a;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    text-transform: uppercase
}

nav {
    width: calc(100% - 60px);
    display: inline-block
}

nav ul {
    justify-content: space-between
}

@media (min-width:768px) {
    nav ul {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important
    }
}

nav ul li {
    display: inline-block
}

nav ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

nav ul li a:hover {
    color: #c63556;
}

nav ul li {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px
}

header .search {
    float: right
}

.devive-block {
    margin-top: 48px;
    margin-bottom: 17px
}

.search .fil0 {
    color: #000;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.search a:hover .fil0 {
    fill: #c63556
}

.search input[type="search"] {
    width: 208px;
    height: 35px;
    border: 1px solid #b7b7b7;
    font-size: 14px;
    font-weight: 300;
    padding-left: 11px;
    padding-right: 11px
}

h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 32px
}

.title {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px
}

.title span {
    display: inline-block;
    padding-left: 165px;
    padding-right: 165px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.title span:before,
.title span:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat
}

.inside_rubric.article .info_block p {
    position: relative
}

.inside_rubric.article .info_block p:first-of-type {
    padding-top: 10px
}

.inside_rubric.article .info_block p:first-of-type:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 2px;
    content: "";
    background-color: #c63556
}

.article .date_block .art-name {
    font-size: 11px;
    color: #c63556;
    margin-right: 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase
}

.article .date_block .date {
    color: #b7b7b7;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.article .date_block .date:before {
    color: #b7b7b7;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    content: "|";
    margin-right: 10px
}

.article .info_block p {
    font-size: 16px;
    max-height: 90px;
    overflow: hidden;
    font-weight: 300;
    line-height: 20px;
    color: #010101;
    position: relative;
    margin-bottom: 17px
}

.info_block h2 {
    font-size: 30px;
    margin-bottom: 10px
}

.article .share_box svg {
    height: 13px;
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.article .share_box svg {
    fill: #b7b7b7
}

.article .share_box {
    float: right;
    margin-top: 11px
}

.article .share_box li {
    position: relative;
    color: #b7b7b7;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.article .share_box li:before {
    content: "|";
    color: #b7b7b7;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.article .share_box li:first-child:before {
    content: ""
}

.article .fil1 {
    fill: #b7b7b7;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.article .share_box li a:hover .fil1 {
    fill: #c63556
}

.cont-rub h1 {
    font-weight: 300;
    margin-top: 20px
}

.cont-rub {
    padding-bottom: 31px
}

.inside_rubric.article h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0
}

.inside_rubric.article h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.article.inside_rubric .info_block>ul {
    padding-left: 50px
}

@media (max-width:767px) {
    .article.inside_rubric .info_block>ul {
        padding-left: 5px
    }
}

.article.inside_rubric .info_block>ul li {
    position: relative;
    color: #6a6a6a;
    line-height: 1.4;
    margin-bottom: 14px;
    margin-top: 14px;
    padding-left: 17px;
    font-size: 18px
}

.inside_rubric.article .info_block p {
    max-height: 100%;
    overflow: visible;
    text-align: justify
}

.article.inside_rubric .info_block>ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    content: "";
    background-color: #c63556;
    z-index: 1
}

footer {
    padding: 25px 0;
    position: relative;
    border-top: 1px solid #c4c4c4
}

footer p {
    max-width: 1100px;
    margin: 0 auto 5px;
    font-size: 16px;
    color: #6a6a6a;
}

footer .footer__footnote--last {
    margin-bottom: 10px;
}

footer .rights {
    font-size: 14px;
    color: #6a6a6a;
    text-align: center
}

footer:before,
footer:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-repeat: no-repeat
}

footer:before {
    background-position: left bottom
}

.no-webp footer:before {
    background-image: url(../images/powder_bottom_before.png);
}

.webp footer:before {
    background-image: url(../images/powder_bottom_before.webp);
}

footer:after {
    background-position: right bottom;
    background-image: url(../images/powder_bottom_after.png)
}

.nav-btn {
    display: none
}

.inL_366886 img {
    max-width: 500px;
}

@media (max-width:1365px) {

    header::before,
    header::after {
        background-size: 40% auto
    }

    footer::before,
    footer::after {
        background-size: 40% auto
    }
}

@media (max-width:1199px) {

    nav ul li:nth-child(5) {
        display: none;
    }

    nav ul li:last-child {
        display: none;
    }

    .article .date_block .date {
        font-size: 12px
    }

    header::before,
    header::after {
        background-size: 40% auto
    }

    .devive-block {
        margin-top: 20px
    }

    h1 {
        font-size: 50px;
        line-height: 45px
    }

    .title {
        margin-bottom: 10px
    }

    footer {
        padding: 25px 15px;
    }
    
    footer p {
        max-width: 930px;
    }
}

@media (max-width:991px) {
    nav ul {
        justify-content: space-between;
        flex-wrap: wrap
    }

    nav ul li:first-child {
        width: 20px
    }

    nav ul li {
        text-align: center
    }

    nav ul li:nth-child(n+5) {
        display: none;
    }

    .article .info_block p {
        max-height: 100%
    }

    footer p {
        max-width: 690px;
    }
}

@media (max-width:767px) {

    .article .info_block p {
        max-height: 48px
    }

    .devive-block {
        margin-bottom: 0;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .devive-block nav {
        display: none;
    }

    .devive-block:before,
    .devive-block:after {
        content: none;
    }

    nav ul li:first-child {
        width: 100%
    }

    nav ul li {
        width: 100%
    }

    nav ul {
        flex-flow: column;
        display: none;
        width: 100% !important;
        position: absolute;
        left: 0;
        z-index: 11;
        background-color: #fff
    }

    nav {
        width: 100%
    }

    .nav-btn {
        display: block;
        cursor: pointer;
    }

    .nav-btn span {
        width: 34px;
        height: 2px;
        background-color: #000;
        display: block;
        margin-bottom: 5px
    }

    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .title span {
        padding-left: 0;
        padding-right: 0
    }

    .title {
        font-size: 20px;
        margin-bottom: 30px
    }

    .title span::before,
    .title span::after {
        background-size: 100px auto;
        top: 25px
    }

    .article {
        margin-bottom: 15px
    }

    .top.content {
        margin-bottom: 10px
    }

    footer::after {
        background-image: none
    }

    footer p {
        max-width: 510px;
        line-height: 1.3;
    }
}

.cont-rub .info_block .instr {
    margin-top: 10px
}

nav li.current-menu-parent a {
    color: #c63556;
    font-weight: bold;
    pointer-events: auto
}

.inL_503754 img {
    max-width: 400px;
}

@media (max-width:767px) {
    header .name {
        margin-top: 15px
    }

    .inL_503754 img {
        max-width: 350px;
        width: 100%;
    }

    .inside_rubric.article h1 {
        font-size: 28px;
    }
}

.share_box li span {
    display: inline-block;
    color: #b7b7b7;
    font-size: 10px;
    vertical-align: middle
}

.comments-block {
    margin-top: 0
}

.search:hover {
    cursor: pointer
}

body.loading:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background-color: #fff;
    content: ""
}

body:before {
    background-color: transparent;
    transition: .5s ease;
    -webkit-transition: .5s ease
}

.inside_rubric .info_block a {
    text-decoration: none;
    color: #c63556;
    font-weight: bold;
    transition: .5s ease;
    -webkit-transition: .5s ease
}

.inside_rubric .info_block a:hover {
    text-decoration: underline;
}

.comment-item a {
    text-decoration: none;
    color: #c63556;
    transition: .5s ease;
    font-weight: bold;
}

.comment-item a:hover {
    text-decoration: underline;
}

.blog_author,
.blog_publisher {
    display: none
}

p strong {
    font-style: normal
}

.cont-rub .row {
    position: relative
}

img {
    max-width: 100%
}

.comments-block h2 {
    font-size: 30px;
    margin-bottom: 25px
}

.comment-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px
}

.comment-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.comment-image {
    flex: 0 0 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.comment-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between
}

.comment-name {
    font-weight: bold;
    font-size: 16px;
}

.comment-date {
    color: gray;
    font-size: 16px;
}

.comment-text {
    width: 100%
}

.comment-bottom {
    font-size: 16px;
}

.comment-text img {
    width: 300px;
    display: block;
    margin-top: 10px
}

* {
    outline: 0
}


button,
input[type=button],
input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.iframe * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.price__block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.old__price {
    margin-right: 15px;
}

.inside_rubric.article .info_block .price__text {
    line-height: 1;
    margin-bottom: 10px;
    padding: 0 !important;
    text-align: center;
}

.old__price .price {
    font-size: 20px;
    text-decoration: line-through;
}

.new__price .price {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 4px #fff;
    color: red;
}

.form-font {
    font-size: 20px;
    line-height: 1.2;
}

.iframe {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    background: #a0ba8a none repeat scroll 0% 0%;
    border: 5px dashed #000;
    padding: 20px 20px 0;
    text-align: center
}



.block_form input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: #888 1px solid;
    font-size: 15px;
    background: #fff
}

.block_form {
    margin-bottom: 10px
}

.order_form {
    margin-top: 15px
}

.block_form_label {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
    display: block
}

.order_form .clear {
    clear: both
}

.ifr_button {
    cursor: pointer;
    letter-spacing: .4px;
    font-weight: 600 !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 10px auto 0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    height: auto;
    background: #e74c3c;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 51px;
    transition: .3s background;
    padding: 0 14px
}

.ifr_button:hover {
    background: #bd200e;
}

.footer__btn {
    padding: 8px 15px;
    margin-top: 31px;
}

.comment-top {
    align-items: center
}

.inside_rubric.article .info_block p:first-of-type:before {
    display: none
}

@media (max-width:600px) {
    .comment-date {
        font-size: 14px
    } 
    
    .inside_rubric.article h1 {
        font-size: 25px;
    }

    .inL_503754 img {
        max-width: 300px;
    }
}

.article .info_block p,
.comment-text {
    font-size: 18px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}

.comment-text {
    line-height: 22px
}

@media (max-width:767px) {
    .nav-btn span {
        height: 3px !important
    }

    header .search {
        z-index: 3
    }

    .article .info_block p,
    .comment-text {
        font-size: 17px;
        line-height: 1.4
    }

    .info_block h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .inL_366886 img {
        max-width: 400px;
        width: 100%;
    }

    .inL_320611 img {
        max-width: 250px;
    }

    .comment-text img {
        max-width: 250px;
        width: 100%;
    }
}

.inside_rubric.article .info_block p {
    text-align: left
}

.inL_793355 {
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: optimizeQuality;
    fill-rule: evenodd;
    clip-rule: evenodd
}

.inL_685074 {
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: optimizeQuality;
    fill-rule: evenodd;
    clip-rule: evenodd
}

.inL_679903 {
    color: green
}

.inside_rubric.article .info_block .inL_503754 {
    text-align: center;
}

.inside_rubric.article .info_block .inL_366886 {
    text-align: center;
}

.inL_471378 {
    display: block
}

.inside_rubric.article .info_block .inL_597970 {
    text-align: center;
}

.inside_rubric.article .info_block .inL_597970 img {
    max-width: 200px;
}

.inL_1507 {
    text-align: left;
}

.inL_320611 {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}

.inL_320611 picture {
    line-height: 0;
    display: block;
}

.inL_218253 {
    text-align: center;
}

.inside_rubric.article .info_block .inL_381124 {
    margin: 0 20px 0 0;
}

.inL_497158 {
    max-width: 250px;
    width: 100%;
}

.inL_270756 {
    color: red;
    text-shadow: 0 0 4px #fff;
    white-space: nowrap;
}

.inL_271627 {
    text-transform: uppercase;
}

.inL_770170 {
    enable-background: new 0 0 98.48 98.48;
}

.inL_699589 {
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: optimizeQuality;
    fill-rule: evenodd;
    clip-rule: evenodd
}

.inL_290111 {
    text-align: center
}

@media (max-width:600px) {
    .inside_rubric.article .info_block .inL_597970 img {
        max-width: 180px;
    }

    .iframe {
        display: block;
        padding: 15px;
    }

    .inside_rubric.article .info_block .inL_381124 {
        margin: 0 0 10px;
    }

    .inside_rubric.article .info_block .inL_381124 img {
        max-width: 180px;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:479px) {
    .inL_366886 img {
        max-width: 350px;
    }
    
    .inside_rubric.article .info_block .inL_597970 img {
        max-width: 160px;
    }

    .inside_rubric.article .info_block .inL_381124 img {
        max-width: 160px;
    }

    .comment-text img {
        max-width: 240px;
    }

    .comments-block .container {
        padding-left: 0;
        padding-right: 0;
    }

    .comments-block h2 {
        font-size: 24px;
    }

    .article .share_box {
        margin-top: 16px;
    }
}

@media (max-width:442px) {
    header .search,
    .nav-btn {
        top: 95px;
    }
}