/* reset */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 480px;
	background-color: #f0f0f0;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

.main {
	margin: 0 auto;
	padding: 70px 0 0;
	width: 480px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 700;
}

/* fixed block */

.fixed_section {
	width: 100%;
	min-width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.fixed_block {
	margin: 0 auto;
	padding: 15px 20px;
	width: 480px;
	background-color: #78b4ff;
}

.fixed_block h3 {
	float: left;
	font-weight: 700;
	font-size: 27px;
	line-height: 40px;
	color: black;
	text-transform: uppercase;
}

.fixed_block .button {
	display: block;
	float: right;
	width: 240px;
	height: 40px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #28a745;
	line-height: 40px;
	letter-spacing: 0.4px;
	color: black;
	text-decoration: none;
	text-align: center;
	outline: none;
	font-size: 18px;
}

/* section */

section {
	margin: 0 0 25px;
	border-bottom: 1px solid #eee;
	background-color: #acf;
}

/* offer */

.offer_section {
	position: relative;
}

.offer__gif img{
	width: 175px !important;

}

.offer__gif {
	left: 7px;
	position: absolute;
	top: 100px;
	border: 1px solid #f3c8c8;
	border-radius: 5px;
	overflow: hidden;
}

.offer_section .offer_title {
	padding: 15px 15px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section h1 {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 30px;
	line-height: 25px;
	color:black;
}

.offer_section p {
	font-size: 18px;
	line-height: 26px;
}

.offer_section img {
	display: block;
	width: 100%;
}

/* titles */

section .title_block {
	margin: 0 0 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}

.description_section .title_block, 
.video_section .title_block {
	text-transform: uppercase;
	margin: 0;
	
}

section h2 {
	border-bottom: 3px solid rgb(255, 255, 255);
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

section h4 {
	margin: 0 0 4px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

section i {
	color: blue;
}

.dark_theme i {
	color: #fff;
}

/* content */
blue
.content_block {
	margin: 0 0 20px;
	border-bottom: 1px solid #d7d8db;
}

.content_block:last-child {
	margin: 0;
}

/* post images */

.post_image {
	display: block;
	margin: -1px auto 0;
}

/* video */

.video-container {
	margin: -1px auto 0;
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* text */

.text_block {
	margin: 20px;
}

.text_block p {
	margin: 0 0 15px;
	text-align: justify;
}

.text_block p:last-child {
	margin: 0;
}

.text_block .in-login {
	display: none;
}

/* author */

.author_block {
	display: table;
	margin: 0 20px 20px;
	position: relative;
}

.author_block:before {
	display: block;
	content: '';
	width: 3px;
	height: 13px;
	background: url("../icons/icons.png") -107px -57px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
}

.author_block .avatar {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}

.author_block img {
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

}

.author_block .author_info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 23px 0 20px;
	width: 390px;
}

.author_block .name {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.author_block.verified .name:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -2px 0 0 8px;
	width: 20px;
	height: 20px;
	background: url("../icons/icons.png") -120px 0 no-repeat;
}

.author_block .in-login {
	display: none;
}

.author_block .text {
	font-size: 14px;
	line-height: 22px;
	color: #888;
}

/* stats */

.ok-stats_block {
	margin: -1px 20px 0;
	padding: 15px 0;
	border-top: 1px solid #eee;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	color: #666;
}

.ok-stats_block .counts {
	float: left;
}

.ok-stats_block .count {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
}

.ok-stats_block .likes_count {
	margin: 0 15px 0 0;
}

.ok-stats_block .count:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -2px 6px 0 0;
	background: url("../icons/icons.png") no-repeat;
}

.ok-stats_block .likes_count:before {
	width: 20px;
	height: 20px;
	background-position: 0 0;
}

.ok-stats_block .share_count:before {
	width: 14px;
	height: 11px;
	background-position: -47px -3px;
}

.ok-stats_block .buttons {
	float: right;
}

.ok-stats_block .button {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
}

.ok-stats_block .share_button {
	margin: 0 15px 0 0;
}

.ok-stats_block .button:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -4px 6px 0 0;
	background: url("../icons/icons.png") no-repeat;
}

.ok-stats_block .share_button:before {
	width: 16px;
	height: 13px;
	background-position: -25px -3px;
}

.ok-stats_block .like_button:before {
	width: 15px;
	height: 15px;
	background-position: -81px -2px;
}

.vk-stats_block, 
.in-stats_block, 
.in-date {
	display: none;
}

/* reviews */

.reviews2_section .reviews_list {
	padding: 10px 0;
}

.reviews2_section .review_item {
	margin: 0 20px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eee;
}

.reviews2_section .review_item:last-child {
	padding: 0;
	border: none;
}

.reviews2_section .review_wrapper {
	margin: 0 0 15px;
}

.reviews2_section img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.reviews2_section .review_text {
	float: left;
	width: 360px;
}

.reviews2_section .in-login {
	display: none;
}

.reviews2_section .ok-buttons {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: right;
}

.reviews2_section .ok-buttons .button {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: normal;
	color: #666;
}

.reviews2_section .ok-buttons .reply_button {
	margin: 0 15px 0 0;
}

.reviews2_section .ok-buttons .button:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 15px;
	height: 15px;
	background: url("../icons/icons.png") no-repeat;
}

.reviews2_section .ok-buttons .reply_button:before {
	margin: -2px 8px 0 0;
	background-position: -62px -3px;
}

.reviews2_section .ok-buttons .like_button:before {
	margin: -4px 8px 0 0;
	background-position: -101px -2px;
}

.reviews2_section .vk-likes_count {
	display: none;
}

/* lists */

.list_section.dark_theme {
	border: none;
	background-color: #acf;
	color: #000;
	font-weight: 500;
}

.list_section.dark_theme .title_block {
	border-color: rgba(255,255,255,.4);
}

.list_section.dark_theme h2 {
	border-color: #fff;
}

.list_section.dark_theme h4 {
	color: #fff;
}

/* list 1 */

.list_section .list1 {
	padding: 10px 0;
}

.content_block .list1 {
	margin: 20px 0;
}

.list1 .list_item {
	display: table;
	margin: 0 20px 20px;
}

.list1 .image_block {
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.list1.va_middle .image_block {
	vertical-align: middle;
}

.list1.image60x60 .image_block {
	width: 60px;
}

.list1.image70x70 .image_block {
	width: 70px;
}

.list1.image80x80 .image_block {
	width: 80px;
}

.list1.image90x90 .image_block {
	width: 90px;
}

.list1.image110x110 .image_block {
	width: 110px;
}

.list1 .image_wrapper {
	-webkit-border-radius: 15%;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #f5f5f5;
	text-align: center;
	overflow: hidden;
}

.list1.ok-square_icon .image_wrapper {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.list1.dark_icon .image_wrapper {
	background-color: #2AC54C;
}

.list_section.dark_theme .image_wrapper {
	background-color: #fff;
}

.list1.image60x60 .image_wrapper {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.list1.image70x70 .image_wrapper {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.list1.image80x80 .image_wrapper {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.list1.image90x90 .image_wrapper {
	width: 90px;
	height: 90px;
	line-height: 90px;
}

.list1.image110x110 .image_wrapper {
	width: 110px;
	height: 110px;
	line-height: 110px;
}

.list1.image_border .image_wrapper {
	border: 2px solid #ececec;
}

.list_section.dark_theme .list1.image_border .image_wrapper {
	border: none;
}

.list1 .image_wrapper img {
	display: inline-block;
	vertical-align: middle;
}

.list1.image_border.image60x60 .image_wrapper {
	line-height: 56px;
}

.list1.image_border.image70x70 .image_wrapper {
	line-height: 66px;
}

.list1.image_border.image80x80 .image_wrapper {
	line-height: 76px;
}

.list1.image_border.image90x90 .image_wrapper {
	line-height: 86px;
}

.list1.image_border.image110x110 .image_wrapper {
	line-height: 106px;
}

.list1 .image_wrapper .number {
	font-weight: 700;
	font-size: 32px;
	color: #ee8208;
}

.list1.dark_icon .image_wrapper .number {
	color: #fff;
}

.list_section.dark_theme .image_wrapper .number {
	color: #ee8208;
}

.list1 .text_block {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.list1.image60x60 .text_block {
	width: 380px;
}

.list1.image70x70 .text_block {
	width: 370px;
}

.list1.image80x80 .text_block {
	width: 360px;
}

.list1.image90x90 .text_block {
	width: 350px;
}

.list1.image110x110 .text_block {
	width: 330px;
}

.list1.va_middle .text_block {
	vertical-align: middle;
}

/* list 2 */

.list_section .list2 {
	padding: 10px 0 5px;
}

.list2.two_column {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.list2 .list_item {
	margin: 0 20px 25px;
}

.list2.two_column .list_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 25px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list2.two_column .list_item:nth-child(even) {
	margin: 0 0 25px;
}

.list2 .list_item img {
	display: block;
	margin: 0 auto 15px;
}

.list2.two_column .list_item h4 {
	font-size: 18px;
	line-height: 26px;
}

/* list 3 */

.list_section .list3 {
	padding: 10px 0;
}

.content_block .list3 {
	margin: 20px 0;
}

.list3 .list_item {
	margin: 0 20px 20px;
	position: relative;
}

.list3.marker1 .list_item {
	padding: 0 0 0 39px;
}

.list3.marker2 .list_item {
	padding: 0 0 0 34px;
}

.list3 .list_item:before {
	display: block;
	content: '';
	background: url("../icons/icons.png") no-repeat;
	position: absolute;
	left: 0;
}

.list3.marker1 .list_item:before {
	width: 24px;
	height: 24px;
	background-position: 0 -24px;
	top: 0;
}

.list_section.dark_theme .list3.marker1 .list_item:before {
	background-position: -26px -24px;
}

.list3.marker2 .list_item:before {
	width: 19px;
	height: 20px;
	background-position: -54px -26px;
	top: 2px;
}

.list_section.dark_theme .list3.marker2 .list_item:before {
	background-position: -77px -26px;
}

.list3.two_column {
	margin: 0 20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.content_block .list3.two_column {
	margin: 20px 20px 0;
}

.list3.two_column .list_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list3.two_column .list_item:nth-child(even) {
	margin: 0 0 20px;
}

.list3.two_column .list_item h4 {
	font-size: 18px;
	line-height: 26px;
}

/* slider */

.slider {
	margin: 0 0 25px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.content_block .slider {
	margin: 0 0 20px;
}

.slider .owl-prev, 
.slider .owl-next {
	width: 22px;
	height: 36px;
	background: url("../icons/icons.png") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.slider .owl-prev {
	background-position: -48px -56px;
	left: 15px;
}

.slider .owl-next {
	background-position: -78px -56px;
	right: 15px;
}

/* vote */

.vote_section h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #ee8208;
}

.vote_section .vote_block {
	padding: 0 20px 30px;
}

.vote_section .questions_list {
	margin: 0 0 10px;
}

.vote_section .question_item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.vote_section .question_item:last-child {
	border: none;
}

.vote_section .questions_list.active .question_item {
	border: none;
	cursor: default;
}

.vote_section .question_text {
	font-size: 18px;
	line-height: 26px;
}

.vote_section .questions_list.active .question_text {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 24px;
}

.vote_section .question_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -2px 15px 0 0;
	width: 12px;
	height: 12px;
	border: 1px solid #c2cad2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vote_section .question_item:hover .question_text:before {
	background-color: #f2f4f8;
}

.vote_section .questions_list.active .question_text:before {
	display: none;
}

.vote_section .answer {
	display: none;
}

.vote_section .questions_list.active .answer {
	display: block;
}

.vote_section .answer .count {
	float: left;
	width: 390px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f7f7f7;
	position: relative;
}

.vote_section .answer .line {
	width: 0;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8e8e8;
}

.vote_section .answer .value {
	width: 100%;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.vote_section .answer .percents {
	float: left;
	width: 50px;
	font-weight: 700;
	line-height: 30px;
	text-align: right;
}

/* order */

.order_section.dark_theme {
	border: none;
	background-color: #ee8208;
	color: #fff;
}

.order_section.dark_theme .title_block {
	border-color: rgba(255,255,255,.4);
}

.order_section.dark_theme h2 {
	border-color: #fff;
}

.order_section .order_block {
	padding: 10px 0 30px;
}

/* price */

.price_block {
	margin: 0 auto 20px;
	width: 380px;
	position: relative;
}

.order_section .price_block {
	margin: 0 auto 30px;
}

.price_block:before {
	display: block;
	content: '';
	width: 21px;
	height: 40px;
	background: url("../icons/icons.png") 0 -52px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px auto auto -10px;
}

.order_section.dark_theme .price_block:before {
	background-position: -22px -52px;
}

.price_block .price_item {
	float: left;
	width: 180px;
	text-align: center;
}

.price_block .price_item.old {
	margin: 0 20px 0 0;
}

.order_section.dark_theme .price_block .price_item.old {
	color: rgba(255,255,255,.7);
}

.price_block .price_item.new .text {
	margin: 0 0 4px;
}

.price_block .price_item.old .text {
	margin: 0 0 4px;
} 

.price_block .price_item .value {
	font-size: 38px;
	line-height: 38px;
}

.price_block .price_item.old .value {
	text-decoration: line-through;
}

.price_block .price_item.new .value {
	font-weight: 700;
	color: #ff0000;
}

.order_section.dark_theme .price_block .price_item.new .value {
	color: #fff;
}

/* form */

.order_form .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 380px;
	height: 70px;
	border: 1px solid #d7d8db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #999ca1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.order_section.dark_theme .order_form .field {
	border-color: #fff;
	background-color: #fff;
}

.order_form .field::-webkit-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field::-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-ms-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_form .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_form .button {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 380px;
	height: 80px;
	border: none;
	border-bottom: 2px solid #376c9e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #168deb;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

/* deadline text */

.order_section .deadline_text {
	margin: 30px 20px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -1px 8px 0 0;
	width: 19px;
	height: 19px;
	background: url("../icons/icons.png") -99px -26px no-repeat;
}

.order_section.dark_theme .deadline_text:before {
	background-position: -120px -26px;
}

/* timer */

.timer_block {
	margin: 10px 0 0;
	padding: 20px;
	border-top: 1px solid #cdced1;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.order_section.dark_theme .timer_block {
	border-color: rgba(255,255,255,.4);
}

.timer_block p {
	margin: 0 0 10px;
}

.timer_block .timer {
	margin: 0 auto;
	width: 200px;
}

.timer_block .timer_item {
	float: left;
	margin: 0 25px 0 0;
	width: 50px;
	position: relative;
}

.timer_block .timer_item:last-child {
	margin: 0;
}

.timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: -25px;
}

.timer_block .timer_item:last-child:before {
	display: none;
}

.timer_block .count {
	margin: 0 0 2px;
	width: 50px;
	height: 50px;
	border: 2px solid #f10909;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	border-radius: 30%;
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
}

.order_section.dark_theme .timer_block .count {
	border-color: #fff;
}

/* footer */

footer {
	display: flex;
	justify-content: space-around;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}


/* New Style */
.youtube .play{
	background-size: contain !important;
}


.thank{
	padding: 70px 20px;
	text-align: center;
}

.thank__title{
	font-size: 30px;
	margin-bottom: 10px;
}

.thank__descr{
	font-size: 20px;
}


.privacy{
	padding: 30px 20px 20px 20px;
    font-size: 14px
}

.privacy__back{
	color: rgb(0, 88, 252);
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}



.check{
	width: 370px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: rgb(51, 51, 51);
	position: relative;
}

.check:after{
	content: '';
	height: 100%;
	position: absolute;
	left: 30px;
	top: 0;
	right: 0;
	bottom: 0;
}

.check .check__box{
	margin: 15px 5px 15px 0;
}

.check a{
	text-decoration: none;
	color: rgb(51, 51, 51);
}

.order_form .field:nth-child(2){
	margin-bottom: 0 !important;
}


.description_section{
	margin-bottom: 0;
}

.meldonium-widgets .meldonium-fakeorders{
	/* display: block !important;
		opacity: 1 !important; */
		top: 100px !important;
		left: 15px !important;
}

.meldonium-widgets .meldonium-fakeorders__text{
	font-size: 15px !important;
}

.meldonium-widgets .meldonium-widget svg{
	width: 30px !important;
}

.meldonium-widgets .meldonium-fakeorders{
	padding: 10px 15px !important;
}

.meldonium-widgets .meldonium-fakeorders{
	border-radius: 20px !important;
	width: 355px !important;
}

.meldonium-widgets .meldonium-fakeorders__icon{
	order: 0 !important;
}