@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Tourney:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);
html,
body {
    padding   : 0;
    margin    : 0;
    background: #ececec;
}



header {
    width: 100%;
    background-color: #e11838
}

header .wrap {
    max-width: 1250px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
}
.mainline {
    padding: 7px 0 3px;
    display: flex;
}
.mainline .wrap,
.left-header,
header ul {
    display: flex;
}

.mainline a {
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    transition: all 300ms ease-in-out
}

.mainline li {
    list-style-type: none;
    padding: 0 4px
}

.mainline li a {
    padding: 0 6px
}

.mainline li:not(:last-child) a:hover {
    border-bottom: 4px solid #fff
}

.mainline li a.dots {
    position: relative
}

.mainline li a.dots {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainline li a.dots span {
    display: block;
    position: relative;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff
}

.mainline li a.dots span:before,.mainline li a.dots span:after {
    left: -7px;
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff
}

.mainline li a.dots span:after {
    left: auto;
    right: -7px
}

.mainline li:not(:last-child) {
    border-right: 1px solid #fff
}
.right-header a {
    display: block;
    height: auto
}

.right-header .search {
    margin-right: 10px
}

.right-header .search span {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0
}

.right-header .search span:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute
}

.right-header .search span:before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 12px;
    background: #fff;
    transform: rotate(45deg);
    bottom: 6px;
    right: 0
}
.right-header {
    margin-left: auto;
    display: flex;
}

.subline {
    background-color: #f3f3f3
}

.subline ul {
    display: flex;
    list-style-type: none;
    margin: 3px 0;
}
.logo img {
    display: block;
    max-width: 135px
}

.subline a {
    color: #4e4e4e;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 10px 14px;
    transition: .3s all;
    text-decoration: none
}

.subline a:hover {
    background-color: #e3e3e3
}

.sprite {
    background: url(../img/sprite.png) no-repeat;
    display   : block
}

.search-icon {
    width              : 17px;
    height             : 17px;
    background-position: -61px -4px
}

.header-container {
    max-width    : 1160px;
    margin       : 0 auto;
    padding-left : 10px;
    padding-right: 10px;
}

.menu-ul {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 0;
}

header li {
    list-style-type: none;
}

.header-search {
    display    : flex;
    align-items: center;
}

header a {
    text-decoration: none;
}


.container {
    max-width : 1000px;
    margin    : 0 auto;
    padding   : 10px 15px 15px;
    background: #fff;
}

.container {
    font-family: Raleway, Helvetica, sans-serif;
    font-weight: 400;
    font-size  : 19px;
    line-height: 1.5;
}

h1 {
    font-size  : 40px;
    line-height: 1.2;
    margin     : 20px 0 20px;
    font-weight: 600;
}

.red-txt {
    color: red;
}

p {
    margin: 0 0 20px;

}

.container>div {
    margin-bottom: 20px;
}

.doc-block {
    display    : flex;
    align-items: center;
}

.doc-block div {
    padding-left: 20px;
}

.container img {
    max-width: 100%;
}

.container>img {
    display: block;
    margin : 0 auto 20px;
}

.bold-txt,
.bold-txt * {
    font-weight: 700;
}

.i-txt {
    font-style: italic;
}

.color-2 {
    color: #cc0000;
}

.h2 {
    font-size  : 1.2em;
    line-height: 1.3;
}

.container ul {
    padding: 0 0 0 20px;
    margin : 0 0 20px;
}

.container li:not(:last-child) {
    padding-bottom: 10px;
}

figure {
    margin    : 0 auto 20px;
    max-width : 700px;
    text-align: center;
}

figure img {
    margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #9955bb;
}

.slick-slider {
    max-width: 530px;
    margin   : 0 auto 20px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
}

.slick-prev,
.slick-next {
    width  : 40px;
    height : 40px;
    z-index: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-slide img {
    margin: 0 auto;
}

.green-bg {
    background: #13a2132b;
    border    : 1px green solid;
}

.green-bg p {
    padding: 10px;
    margin : 0;
}

.green-bg p:not(:last-child) {
    border-bottom: 1px green solid;
}

.green-bg-2 {
    padding   : 10px;
    background: #13a2132b;
    border    : 3px red dotted;
    font-size : 1.1em;
}

table {
    border    : 1px green solid;
    background: #2eaa2e2b;
}

table tr:nth-child(2n) {
    background: #13a2132b;
}

table tr:nth-child(2n) td,
table tr:nth-child(2n)+tr td {
    border-top: 1px green solid;
}

table td:first-child {
    border-right: 1px green solid;
}

table td {
    padding: 10px;
}

.container ol {
    padding-left: 20px;
}

.imp-block {
    padding: 10px;
    border : 4px red dashed;
}

.single-item-2 {
    background: #9955bb26;
}

.single-item-2 .slick-slide {
    padding: 10px;
}

.single-item-2 .slick-slide img:not(:last-child) {
    margin-bottom: 20px;
}

.upper {
    text-transform: uppercase;
}

.prod_left_val-block {
    background : red;
    color      : #fff;
    font-weight: 700;
    font-size  : 40px;
    display    : inline-block;
    padding    : 0 10px 3px;
}

.price-block {
    font-size    : 24px;
    text-align   : center;
    margin-bottom: 20px;
    font-family  : Arial, Helvetica, sans-serif;
}

.price-block b {
    padding-left: 8px;
    color       : #9955bb;
}

.order_form {
    max-width: 350px;
    margin   : 0 auto;
}

.inp {
    -moz-appearance: none;
    appearance     : none;
    width          : 100%;
    margin-bottom  : 10px;
    border         : 1px #9955bb solid;
    padding        : 0 10px;
    height         : 46px;
    font-size      : 19px;
    box-sizing     : border-box;
}

.btn {
    width : 100%;
    color : #fff;
    height: 46px;
    cursor: pointer;
    background: linear-gradient(93.06deg,
            #3277b9 8.35%,
            #6968ce 34.63%,
            #b500ff 83.13%);
    border     : 0;
    font-weight: 700;
    font-size  : 24px;
}

.prod-block {
    display : inline-block;
    position: relative;
}

.prod-circle {
    position             : absolute;
    width                : 100px;
    height               : 100px;
    font-size            : 22px;
    color                : #fff;
    text-align           : center;
    background           : rgb(190, 143, 213);
    background           : radial-gradient(circle, rgba(190, 143, 213, 1) 0%, rgba(153, 85, 187, 1) 54%);
    border-radius        : 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius   : 100%;
    -ms-border-radius    : 100%;
    -o-border-radius     : 100%;
    font-weight          : 600;
    padding-top          : 20px;
    box-sizing           : border-box;
    top                  : 1%;
    right                : 2%
}

.comm-ttl {
    font-weight: 600;
    font-size  : 1.3em;
    margin-top : 30px;
}

.comm-block {
    padding      : 10px;
    border-bottom: 1px solid #fff;
    background   : #edeff4;
    display      : flex;
    align-items  : flex-start;
    font-size    : 15px;
}

.comm-block p {
    margin: 0 0 2px;
}

.add-links {
    font-size: 13px;
}

.ava-img {
    width : 50px;
    height: 50px;
}

.comm-txt {
    width      : 100%;
    margin-left: 10px;
    position   : relative;
    margin-top : -3px;
}

.comm-txt img {
    display   : block;
    margin-top: 6px;
    width     : 80%;
    max-width : 350px;
}

.reply {
    padding-left: 30px;
}

.add-comm {
    height  : 100%;
    overflow: hidden;
}

.textbox {
    width        : 100%;
    font-size    : 16px;
    padding      : 4px 5px;
    border       : 1px #bbb solid;
    margin-bottom: 10px;
    box-sizing   : border-box;
}

.error {
    color       : red;
    font-size   : 13px;
    position    : relative;
    margin-top  : -10px;
    display     : none;
    padding-left: 5px;
}

.sendcomment {
    text-decoration: underline;
    cursor         : pointer;
}

.add-comm .comm-txt {
    margin-top: 0;
}

#first-comment {
    display: none;
}


@media screen and (max-width: 992px) {
    .container {
        padding-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-top: 60px;
    }
}

@media screen and (max-width: 640px) {
    .slick-slider {
        max-width: 80%;
    }
}

@media screen and (max-width: 540px) {

    .header-search,
    .mediaShare {
        display: none;
    }

    h1 {
        font-size: 32px;
    }

    .doc-block {
        display: block;
    }

    .doc-block img {
        display: block;
        margin : 0 auto 20px;
    }

    .doc-block div {
        padding: 0;
    }

    table {
        font-size: 16px;
    }

    .prod-circle {
        width      : 80px;
        height     : 80px;
        font-size  : 20px;
        padding-top: 12px;
    }
}

.blur {
    filter        : blur(15px);
    -webkit-filter: blur(15px);
    cursor        : pointer;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


.snipcss-Kd1fp {
    background-color: #c00;

}

.snipcss-Kd1fp .header__top {
    background-color: #c00;

}

.snipcss-Kd1fp .header {
    box-shadow   : 0 0.3em 0.6em rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.snipcss-Kd1fp {
    max-width   : 1030px;
    margin-left : auto;
    margin-right: auto;
    width       : 1030px;
    padding     : 20px 0;
}

.snipcss-Kd1fp {
    display: flex;

    padding    : 0;
    align-items: center;
    position   : relative;


    display        : flex;
    justify-content: space-between;
}



.header__logo {
    width : 80px;
    margin: 5px 0;
}

.header__icons {
    display    : flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}


.snipcss-Kd1fp:after {
    display: mome;
}

.snipcss-Kd1fp a {
    text-decoration   : none;
    color             : #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition   : all 300ms ease;
    -o-transition     : all 300ms ease;
    transition        : all 300ms ease;
}

.snipcss-Kd1fp a:hover {
    color: var(--site-primary-color);
}

.header__icons>span {
    margin-left: 10px;
}

.header__icons span {
    padding: 5px;
    cursor : pointer;
}

.header__icons .icon-user {
    position: relative;
}

.snipcss-Kd1fp .search {
    position             : absolute;
    top                  : 14px;
    right                : 133px;
    background           : rgba(0, 0, 0, 0.15);
    border-radius        : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius   : 6px;
    -ms-border-radius    : 6px;
    -o-border-radius     : 6px;
    overflow             : hidden;
    height               : 40px;
    width                : 300px;
    display              : -webkit-box;
    display              : -webkit-flex;
    display              : -moz-flex;
    display              : -ms-flexbox;
    display              : flex;
}

.snipcss-Kd1fp .header__icons span>span {
    margin : 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.snipcss-Kd1fp button {
    background: transparent;
}

.snipcss-Kd1fp .search button {
    display        : -webkit-box;
    display        : -webkit-flex;
    display        : -moz-flex;
    display        : -ms-flexbox;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 40px;
    width          : 54px;
    cursor         : pointer;
}

.snipcss-Kd1fp input {
    border: 0;
}

.snipcss-Kd1fp button {
    border: none;
}

.snipcss-Kd1fp input::placeholder {
    color: white;
}

.search input {
    height      : 40px;
    width       : calc(100% - 54px);
    padding-left: 10px;
    background  : transparent;
    color       : #FFFFFF;
    font-size   : 16px;
}

.snipcss-Kd1fp img {
    width  : 100%;
    height : auto;
    display: block;
}

.header__logo img {
    position: relative;
    z-index : 1;
}

.snipcss-Kd1fp .icon {
    width  : 16px;
    height : 16px;
    display: inline-block;
}

.header__icons svg {
    color: #FFFFFF;
    fill : #FFFFFF;
}

.header__icons .icon-weather svg {
    width   : 20px;
    height  : 20px;
    position: relative;
    top     : -1px;
    margin  : 0 -6px;
}
@media screen and (max-width:1015px) {
    .right-header a:last-child,
    .subline {
        display: none;
    }
}
@media screen and (max-width:880px) {
    .left-header ul {
        display: none;
    }
    .mainline .wrap {
        padding: 0 15px;
    }
}