

.text p {
	text-align: left;
}

a {
	text-decoration: none;
}

.under-href {
	text-decoration: underline;
}

.under-href:hover {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	vertical-align: top;
	background: transparent none repeat scroll 0% 0%;
}

body {
	line-height: 1;
}

img,
table {
	max-width: 100%;
}

a {
	color: rgb(70, 108, 199);
}

a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.wrapper {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	
}

.avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	max-width: 100px;
	max-height: 100px;
	width: 100%;
}

.header-wrap {
	display: flex;
	max-width: 500px;
	margin: 50px auto 25px;
	
}

.header-below {
	max-width: 500px;
	margin: 0 auto;
	line-height: 1.5;
}

.subscribers,
.title-name {
	margin-left: 50px;
	display: flex;
}

.subscribers {
	margin-top: 20px;
	
	justify-content: space-between;
}

.subs-nums {
	font-weight: bold;
}

.subs-words {
	color: #878787;
	font-size: 14px;
}

.article-title {
	margin-top: 40px;
	font-size: 36px;
}

.article-subtitle {
	margin: 20px 0;
}

.img-responsive {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.arcticle-text {
	margin-top: 15px;
	line-height: 1.5;
}

.text-underphoto {
	margin-top: 15px;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

.list-item::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	padding-right: 10px;
}

.wrap-btn {
	display: flex;
	justify-content: center;
}

.order-button {
	margin: 0 auto;
	background-color: #f27909;
	padding: 10px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	font-weight: bold;
	color: #fff;
}

.commnets-item {
	margin-bottom: 30px;
}

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

.comment-name {
	font-weight: bold;
}

.item-text {
	line-height: 1.2;
    margin: 10px 0;
    font-size: 18px;
}

.item-header {
	display: flex;
}

.item-footer {
	color: gray;
	cursor: pointer;
	display: flex;
    
}
.item-footer div {
	font-size: 1.3rem !important;
    
}

.comment-ava {
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 15px;
	height: 50px;
}

@media screen and (max-width: 500px) {
	.wrapper {
		width: 95%;
	}
	.header-wrap {
		justify-content: center;
	}
	.article-title {
		font-size: 26px;
	}
	.article-subtitle {
		font-size: 18px;
	}
}










.order .price {
    max-width: 420px;
    margin: 0 auto 16px
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 16px 0;
    border-radius: 16px;
    border: 4px solid #b601ff;
    background: #fff url(../fonts/arrows.svg) 50% 50% / auto no-repeat
}

.price div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    text-align: center
}

.price div p {
    font-size: 18px;
    line-height: 1
}

.price div p>span {
    white-space: nowrap
}

.price__old {
    padding-right: 15px
}

.price__old span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #666;
    /* margin-top: 10px; */
    position: relative;
    z-index: 1;
	text-decoration: line-through;
}

.price__old span:before {
    left: 50%;
    top: 50%;
    width: 110%;
    height: 0;
    border-bottom: 3px solid #b500ff;
    -webkit-transform: rotate(-3.78deg) translate(-50%,-50%);
    transform: rotate(-3.78deg) translate(-50%,-50%)
}

.price__new {
    padding-left: 15px
}

.price__new span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}

.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: unset
}

.swiper-button-next,.swiper-button-prev {
    cursor: pointer;
    top: 300px
}

.form {
    max-width: 420px;
    padding: 0 16px;
    margin: 0 auto 60px
}

.form select,.form input,.form label {
    display: block;
    width: 100%
}

.form label {
    color: #232323;
    margin-bottom: 7px
}

.form select,.form input {
    color: #000;
    padding: 10px 12px;
    border: 1px solid rgba(139,140,253,.6);
    margin-bottom: 16px;
	box-sizing: border-box;
}

.form__btn {
    display: block;
    margin: 20px auto
}

.form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver
}

.form ::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver
}

.form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver
}

.form ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver
}

.form ::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: silver
}

.comments__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.comments__form {
    margin-bottom: 10px
}

.comments__form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(139,140,253,.4)
}

.comments__form button {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 30px;
    background: #4b1b96;
    border-radius: 0;
    border: none;
    margin-left: auto;
    text-transform: uppercase
}

.comment {
    padding-bottom: 26px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd
}

.comment--reply {
    padding-bottom: 16px
}

.comment__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.comment__top p {
    line-height: 1.44
}

.comment__top p>span {
    display: block;
    margin-top: 10px
}

.comment__ava {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}

.comment__content p {
    line-height: 1.44
}

.comment__content img {
    display: inline-block;
    margin-top: 25px
}

.aside {
    padding: 26px 40px 0
}

.aside__title {
    font-weight: 400;
    line-height: 1.86;
    padding: 0 20px;
    margin-bottom: 24px;
    color: #fff;
    background: #f89729;
    text-transform: uppercase
}

.aside__text,.aside__title {
    font-size: 14px;
    text-align: center
}

.aside__text {
    display: block;
    font-weight: 700;
    line-height: 1.43;
    color: #0078bf;
    text-decoration: none;
    margin-bottom: 20px
}

.aside__product {
    display: block;
    text-align: center;
    margin-bottom: 12px
}

.aside__product img {
    vertical-align: middle
}

.aside__button {
    display: block;
    margin: 0 auto
}

.footer {
    padding: 20px 0;
    background: #d9d9d9
}

.footer__inner {
    padding: 0 20px
}

.footer__text {
    font-size: 14px;
    text-align: center;
    color: #919191
}

.footer__text a {
    color: inherit;
    text-decoration: underline
}

@media (max-width: 1000px) {
    .aside {
        display:none
    }

    .main {
        margin: 0 auto
    }
}

@media (max-width: 780px) {
    .hero__image {
        width:100%
    }

    .main {
        padding: 20px 10px
    }

    .content__inner {
        display: block
    }

    .bubbles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 480px;
        margin: 0 auto 20px
    }

    .bubbles__left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        width: 100%;
        padding-top: 0
    }

    .bubbles__left li:first-child {
        margin-bottom: 0
    }

    .bubbles__left li:last-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: auto;
        width: calc(100% - 210px)
    }

    .bubbles__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 230px)
    }

    .bubbles__right .shape {
        shape-outside: polygon( 233px 1px, 292px 45.72%, 76.33% 100.09%, 99% 360px, 297px 0.11% )
    }

    .bubbles__product {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .bubbles__bg {
        display: none
    }

    .bubbles__bg--mob {
        display: block;
        top: 0;
        height: auto;
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width: 479px) {
    /* html {
        font-size:21vw
    } */

    .main__notice {
        padding: 12px
    }

    .main__image figcaption {
        max-width: 100%
    }

    .card__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card__top {
        display: block;
        text-align: left;
        margin-bottom: 10px
    }

    .card__data {
        margin-left: 0;
        margin-right: 13px
    }

    .bubbles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .bubbles__left {
        display: block;
        padding-left: 0;
        margin-bottom: 10px
    }

    .bubbles__left li {
        width: 100%!important;
        margin-top: 17px
    }

    .bubbles__product {
        display: block;
        margin: 0 auto
    }

    .bubbles__right {
        padding-top: 10px;
        width: 100%
    }

    .bubbles__right .shape {
        display: none
    }

    .swiper-button-next,.swiper-button-prev {
        width: 17px;
        height: 30px;
        top: 200px
    }

    .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 2px
    }

    .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 2px
    }

    .slide__image {
        padding: 0
    }

    .slide__name {
        margin-bottom: 10px
    }
}









mh-header-transparent .mh-header { background: none; }
.mh-header-transparent.mh-boxed-layout .mh-site-logo { padding: 20px 0; }

/***** Header - Search *****/

.mh-header-search { float: right; padding: 3px 0; }
.mh-header-search .search-form { float: right; margin-right: 25px; }
.mh-header-search .search-form .search-field { min-width: 200px; height: 29px; line-height: 29px; padding: 0 10px; }
.mh-header-search .search-form .search-field:hover { min-width: 250px; }
.mh-header-search-top .search-form { margin-right: 20px; }
.mh-header-search-top .search-form  .search-field, .mh-wide-layout .mh-header-search .search-field { border-color: #fff; }
