/* styles */.clearfix:after {
    content: "";
    display: block;
    clear: both;
}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;
}
body {
	min-width: 480px;
	background: #7c9ad6;
	font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #222222;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}h2 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
b {
	font-weight: 700;
}
.clearfix:after,
.char_list>li;after,
.order_list:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 10px;
	color: #3f303a;
}
h2.title span{
	color: #3ab8f9;
}

section{
	padding: 35px 0;
}


.m1-form{
	padding: 0 40px;
}
.m1-form input, .field{
	border: none;
	width: 100%;
	display: block;
	font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	height: 76px;
	border-radius: 2px;
	background: #fff;
	text-align: center;
	color: #222;
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m{
	border: none;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 82px;
	width: 400px;
	display: block;
	line-height: 80px;
	text-align: center;
	background-color: #f52226;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f52226), to(#de1892));
	background-image: -webkit-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: -moz-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: -o-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: linear-gradient(to top, #f52226 0%, #de1892 100%);
	-webkit-box-shadow: 0 6px 0 #d4060d;
	-moz-box-shadow: 0 6px 0 #d4060d;
	box-shadow: 0 6px 0 #d4060d; 
	font-size: 26px;
	margin: 0px auto;
	color: #fff;
	position: relative; 
	transition: all, 0.5s;
}
.button-m:active{
	background: #e89716;
	top: 2px; 
}
.button-m:hover{
	background: #fabe5e;  
}



/*  offer_section   */
.offer_section{
	background: #2e3748;
	padding: 0;
}
.main_title{
	text-transform: uppercase;
	color: #ffa619;
	font-weight: 700;
	text-align: center;
	font-size: 33px;
	line-height: 1.1em;
	padding: 15px 0 8px;
}
.main_subtitle{
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.4em;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 0 20px 12px;
}

.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
}
.offer_section .desc{
	font-size: 31px;
	line-height: 82px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #fff;
	height: 82px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

.sale{
	width: 202px;
	height: 202px;
	background: url(../images/sale-right.png) 50% 50% no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.sale p{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 0 #f48921;
    width: 228px;
    text-align: center;
    position: absolute;
    right: 0;
    padding-top: 115px;
    transform: rotate(315deg);
    left: initial;
    margin: 0 auto;
}

.ofr_bull{
	width: 440px;
	margin: 25px auto;
	border-bottom: 1px solid #434b5b;
}
.ofr_bull>li{
	color: #fff;
	padding-left: 44px;
	position: relative;
	margin-bottom: 25px;
}
.ofr_bull>li:before{
	content: '';
	width: 25px;
	height: 25px;
	background: url(../images/check.png) 50% 50% no-repeat;
	position: absolute;
	left: 2px;
	top: 3px;
}

.timer{
	color: #fff;
	margin-bottom: 30px;
}
.timer>p{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.timer_container{
	font-size: 0;
	text-align: center;
}
.timer_container .timer_block{
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	position: relative;
}
.timer_block .count{
	text-align: center;
}
.timer_block .count>span{
	display: inline-block;
	margin: 0 2px;
	width: 48px;
	height: 54px;
	line-height: 54px;
	border-radius: 3px;
	background: #ffde00;
	font-weight: 700;
	font-size: 32px;
    color: #192b3d;
}
.timer_block .text{
	font-size: 14px;
	line-height: 1.1em;
	margin-top: 5px;
}
.timer_block:not(:last-child):after{
	content: ':';
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	position: absolute;
	top: 6px;
	right: -18px;
}

.price{
	font-size: 0;
	margin-bottom: 25px;
}
.price>div{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.1em;
}
.price div small{
	font-size: 0.6em;
}
.price .old{
	text-align: right;
	padding-right: 16px;
	color: #fff;
}
.price .old p{
	font-size: 28px;
	line-height: 32px;
}
.price .old span{
	text-decoration: line-through;
}
.price .new{
	padding-left: 16px;
}
.price .new p{
	color: #ffa619;
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
}

.prod_count{
	margin-top: 25px;
	background: #273040;
	line-height: 52px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.prod_count>span{
	display: inline-block;
	vertical-align: top;
	background: #3ab8f9;
	background-color: #f52226;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f52226), to(#de1892));
	background-image: -webkit-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: -moz-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: -o-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: linear-gradient(to top, #f52226 0%, #de1892 100%);
	color: #fff;
	padding: 0 2px;
	position: relative;
	font-size: 20px;
	margin: 0 0 0 15px;
	font-weight: 700;
}
.prod_count>span:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 52px 10px;
	border-color: transparent transparent #f52226 transparent; 
	position: absolute;
	bottom: 0;
	left: -10px;
}
.prod_count>span:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 10px 0 0;
	border-color: #f52226 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -10px;
}

 
/* benefits */

.benefits_section {
	padding: 30px 20px;
}

.benefits_section h2 {
	margin: 0 0 30px;
	color: #7d3895;
}

.benefits_section .benefits_list {
	margin: 0 0 30px;
}

.benefits_section .benefit_item {
	margin: 0 0 30px;
}

.benefits_section .benefit_item .icon {
	float: left;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #7d3895;
	background-position: center;
	background-repeat: no-repeat;
}

.benefits_section .benefit_item:nth-child(1) .icon {
	background-image: url(../images/benefits__benefit1_icon.png);
}

.benefits_section .benefit_item:nth-child(2) .icon {
	background-image: url(../images/benefits__benefit2_icon.png);
}

.benefits_section .benefit_item:nth-child(3) .icon {
	background-image: url(../images/benefits__benefit3_icon.png);
}

.benefits_section .benefit_item p {
	float: left;
	margin: -2px 0 0 20px;
	width: 320px;
}

.benefits_section .info_block h4 {
	margin: 0 0 20px;
	padding: 12px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #3ca725;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.benefits_section .info_block h4:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	margin: 0 15px 0 0;
	width: 30px;
	height: 30px;
	background: url(../images/benefits__info_icon.png) center no-repeat;
}

.benefits_section .info_block p {
	text-align: center;
}

.benefits_section .info_block p b {
	color: #3ca725;
}

.benefits_section .info_block.info p b{
	font-size: 20px;
}
/* exercises */
.exercises_section{

	padding-top: 0;
}
.exercises_section h4 {
	padding: 20px;
	background: #ececec;
	font-weight: 700;
    font-size: 36px;
    line-height: 42px;
	text-transform: uppercase;
	text-align: center;
    color: #7d3895;
}

.exercises_section .owl-prev, 
.exercises_section .owl-next {
	top: 50%;
	margin-top: -27px;
}

.exercises_section .owl-prev {
	left: 0;
}

.exercises_section .owl-next {
	right: 0;
}

/* causes */

.causes_section {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#142332), to(#7d3895));
	background-image: -webkit-linear-gradient(bottom, #142332 0%, #7d3895 100%);
	background-image: -moz-linear-gradient(bottom, #142332 0%, #7d3895 100%);
	background-image: -o-linear-gradient(bottom, #142332 0%, #7d3895 100%);
	background-image: linear-gradient(to top, #142332 0%, #7d3895 100%);
	padding-top: 0;
}

.causes_section .content_block {
	padding: 30px 20px 0;
	background:  url(../images/bg.png);
    height: 895px;
}

.causes_section h2 {
	margin: 0 0 30px;
	color: #ffde00;
}

.causes_section .cause_item {
	float: left;
	margin: 0 20px 30px 0;
	width: 210px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.causes_section .cause_item:nth-child(even) {
	margin: 0 0 30px;
}

.causes_section .cause_item img {
	display: block;
	margin: 0 auto 15px;
	border: 6px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


 
/* order steps */

.order_steps_section {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#142332), to(#7d3895));
	background-image: -webkit-linear-gradient(bottom, #142332 0%, #7d3895 100%);
	background-image: -moz-linear-gradient(bottom, #142332 0%, #7d3895 100%);
	background-image: -o-linear-gradient(bottom, #142332 0%, #7d3895 100%);
	background-image: linear-gradient(to top, #142332 0%, #7d3895 100%);
}

.order_steps_section .content_block {
	padding: 30px 20px 0;
	background: url(../images/bg.png);
}

.order_steps_section h2 {
	margin: 0 0 30px;
	color: #ffde00;
}

.order_steps_section .step_item {
	float: left;
	margin: 0 20px 30px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.order_steps_section .step_item:nth-child(even) {
	margin: 0 0 30px;
}

.order_steps_section .step_item img {
	display: block;
	margin: 0 auto 15px;
	border: 6px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



/*sect3*/
.sect3{
	background: #f1f1f1;
	padding-bottom: 0;
}
.sect3 .title{
	color: #2e3748;
	font-weight: 400;
}
.sect3 .title>span{
	font-weight: 700;
	color: #2e3748;
	display: block;
}
.sect3>img{
	display: block;
	margin: 0 auto 25px;
}
.sect3>img:last-child{
	margin-bottom: 0;
}
.sect3>p{
	text-align: center;
	padding: 0 25px;
	margin-bottom: 25px;
}
.sect3>p:last-child{
	margin-bottom: 0;
}
.sect3 .button-m{
	margin: 30px auto;
}


/*sect4*/
.sect4{
	background: #05b7d9;
}
.sect4 .title{
	color: #fff;
}
.sect4>img{
	display: block;
	margin: -10px auto -20px;
}
.p_market{
	background: #fff url(../images/p_market.jpg) 50% 0% no-repeat;
	width: 440px;
	margin: 0 auto;
	padding: 75px 180px 30px 20px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
}
.list1{
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3em;
}
.list1>li{
	margin-bottom: 15px;
}
.list1>li:last-child{
	margin-bottom: 0;
}
.list1>li>b{
	color: #fe380f;
	display: inline-block;
}


/* products */

.products_section {
	padding: 30px 20px 36px;
}

.products_section h2 {
	margin: 0 0 30px;
	color: #7d3895;
}

.products_section h2 i {
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;  
}

.products_section .products_list {
	margin: 0 0 30px;
}

.products_section .product_item {
	margin: 0 0 20px;
}

.products_section .product_item:last-child {
	margin: 0;
}

.products_section .product_item img {
	display: block;
	margin: 0 auto 5px;
    height: 603px;
}

.products_section .product_item p {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.products_section .product_item:nth-child(2) p {
	color: #004b88;
}

.products_section .product_item:nth-child(3) p {
	color: #2fc119;
}

.products_section .product_item:nth-child(4) p {
	color: #f1d700;
}

.products_section .product_item:nth-child(5) p {
	color: #fb504c;
}

.products_section .gift_block {
	margin: 0 auto 30px;
	padding: 20px 40px;
	width: 400px;
	border: 6px solid #ececec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #de1892;
	text-transform: uppercase;
	text-align: center;
}

.products_section .gift_block img {
	display: block;
	margin: 0 auto 15px;
} 
/*sect6*/
.sect6{
	background: url(../images/s6_bg.jpg) 50% 100% no-repeat;
	min-height: 370px;
}
.sect6 .title{
	padding: 0;
	font-size: 23px;
	font-weight: 400;
}
.sect6 .title>span{
	color: #fff;
	background: #3ab8f9;
	display: inline-block;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 5px;
	padding: 0 10px;
	font-weight: 700;
}
.sect6 .title>span:nth-of-type(2){
	min-width: 380px;
	margin-bottom: 10px;
}


/*sect7*/
.sect7 .title{
	font-weight: 400;
	font-size: 36px;
}
.sect7>img{
	display: block;
	margin: 0 auto 30px;
}

.set_list{
	padding: 0 20px 0 30px;
}
.set_list>li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}
.set_list>li>span{
	font-size: 30px;
	line-height: 32px;
	color: #3ab8f9;
	font-weight: 700;
	margin-right: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

 
/* reviews */

.reviews_section {
	padding: 30px 20px;
	text-align: center;
}

.reviews_section h2 {
	margin: 0 0 30px;
	color: #7d3895;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 auto;
	width: 230px;
	border: 6px solid #ececec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .review_item .author_info {
	margin: 15px 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	top: 88px;
}

.reviews_section .owl-prev {
	left: -20px;
}

.reviews_section .owl-next {
	right: -20px;
}

.owl-prev, 
.owl-next {
	width: 54px;
	height: 54px;
	background-color: #f52226;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f52226), to(#de1892));
	background-image: -webkit-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: -moz-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: -o-linear-gradient(bottom, #f52226 0%, #de1892 100%);
	background-image: linear-gradient(to top, #f52226 0%, #de1892 100%);
	position: absolute;
}

.owl-prev:before, 
.owl-next:before {
	display: block;
	content: '';
	width: 54px;
	height: 54px;
	background-image: url(../images/slider__arrows.png);
	background-repeat: no-repeat;
}

.owl-prev:before {
	background-position: left center;
}

.owl-next:before {
	background-position: right center;
}

.reviews .owl-prev{
	/* left: 20px; */
}
.reviews .owl-next{
	/* right: 20px; */
	background-position: 100% 50%;
}

 .owl-prev, 
 .owl-next {
	top: 50%;
	margin-top: -27px;
}

 .owl-prev {
	left: 0;
}

 .owl-next {
	right: 0;
}

/*bottom*/
.bottom .box{
	margin-bottom: 25px;
}


/* footer */
.footer_section {
	padding: 25px 0;
	background: #ffffff;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}

.footer_section img{
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #000;
	display: block;
}@media (max-width: 540px) {
    body {
        font-size:18px !important;
    }
}

/**/

/* // */
.online-visitors-widget {
    position: fixed;
    top: 175px;
    right: 0;
    z-index: 999;
}
.online-visitors-widget > div:first-child {
    margin-bottom: 15px;
}
.online-visitors-widget .online-visitors-widget__item {
    border-radius: 5px 0 0 5px;
    padding: 10px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    position: relative;
}
.online-visitors-widget .online-visitors-widget__item .online-visitors-widget__title {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .2px;
}
.online-visitors-widget .online-visitors-widget__item b {
    font-weight: 700;
    font-size: 20px;
    padding-left: 40px;
}
.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item {
    background: #fff;
    color:#333;
    font-size: 14px;
}
.online-visitors-widget.online-visitors-widget_dark .online-visitors-widget__item {
    background: rgba(0,0,0,.7);
    color:#fff;
}
.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item:first-child:before {
    content:'';
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAB70lEQVRIia3VP0hWURjH8c89r0lEBUFJQohQgU0NBRF4hygCA6EiwilqasmCsCxrqCXTCKek1nANWqrFpd4hnBoqIvqDk1mLFbhUasO9r77K+957xfcHD/ee5znn+Z7nnMM50cLxTiBKLVR9k/+dgnYl6wTTgreCucX4aFkRhYzYYbzHZ4zjBd5gGhcLZa9SVKeig4JXgqZFX6mqysT6BaOCNiV/BF+NlOdXW9ElNOVMsg/XJFV/wneX4359cWk1oI4cCGzDVFV7K+5iZDWgtajX1Xhfo0H19uRsEdB27CkI+lfHX6iiDjQXBO3A7xr+1iKguYIQWKiTo01/vCkP9A6/CoImsbGGP+BoHmhGckzzdAu9GfEzeSB4jL8ZSWYwq8amV6nb9XhvHmgKQxlJbuNKRpzkQhvMA8GTjNgcWnJA0GUgPpUH2pIRm5WcuCI6RO2LM8JJ3MsYfB7n0IXT6Rj4gB9V/T5Kl28lqBPDOJgzywOpvUyBx1JgK57hgaHy5LLZp+/RZpFHIj01Xth679GSlYwLxkQeCtYL5kWeCoYNlidY2qMx9ORUkaUjuIk7aTtIlv+1gfhCxdGB7jVAKtqFn5Yfkgj33YhbAnY3AFJRO76t8DVjf2X1G6WS2jdKcxMmcKJBoC94jg0r/BP/AYidWojtX1bVAAAAAElFTkSuQmCC) no-repeat 0 0 / contain;
    width: 26px;
    height: 24px;
    position: absolute;
    left: 10px;
    bottom: 9px;
}
.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item:last-child:before {
    content:'';
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAXCAYAAAD6FjQuAAABh0lEQVRIibXWP2sUQRjH8c8sUbSzsNBS8Q2k9wQLIY1/wBeQUsRCC7GxsDJqaSFBsDFYWdgZBa9bOEUkXkijNmIV0l0XJDljcbNmo7c3k9z6g4fZZ+eZ+e4+88zshp0rZ+ewKAgCAgoEzxXuKaLfZIulXBXYwAr6NTuM+exZMjWDz7j61/1HuIOTWG8TNk7vY7uCnxNnuNEZn95Qa4Oh4FoKdiL/uZM6VjR0bOB7i6Ahuk0w+NAirOd+OZgE67UIe8NoCZvU5pslYX1stgBax2oKto1PLcDeWih3UjB2t8A0Wq4u/jdsiG4ubNoi6XlQDnJgBZ5OCVuuO03HFZzDJTzD6wOA9qQwBTsa20G0/WobW7mwrtGa3Y52EM1jKQe2ZZTKuTjoNL7iHX41jDmOizgS417VOyfBKmDH7sd1FmtY+BPxJP4W3OzM4BtO1WJf4EsVmip9uJDwK52pgeAQztcDcmBrCb/SD/8WUn+/sFt4GSdbwt2xUY/LTVzGR6PUXfew3HMC/Qa/jlZaLxobUwAAAABJRU5ErkJggg==) no-repeat 0 0 / contain;
    width: 27px;
    height: 23px;
    position: absolute;
    left: 10px;
    bottom: 9px;
}
.online-visitors-widget.online-visitors-widget_dark .online-visitors-widget__item:first-child:before {
    content:'';
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAACq0lEQVRIia2WP2gTURzHvxdfrCXFcK3GDCLSKtZC6ShKMZSCbg7iJjiIoyB0kbpZjCiCdBKXgkNBIYMgZHBSUAS7FEwCnaStpRiSHCSpzfUu730dkqvp5S53bf3CLd/35/O+935372kkEaARAGcBRAH8BpADIJ1GTdOCxv8TSb9nmmSBLimlylLKB06/fckHdJmk7QZ1qlgsPiY5QHKM5DmSkYPC3vUCkaRt20alUnnZYZVIPiR5xI/lt5rRoEUKIfS1tbU/HdYJAM+q1eprAJ4bGRy9h6SUXePj8fi9bDZ7/b/DSCovf3x8/A6A/jCwJICLYWBSSunl67o+BmAwDGwUwNEwMF3XT5Gsu/1oNHoSIZN5rtZH9Jqjr68vOTU1FQ8Dy5OshSGVSqVNTdNiHk2R2dnZVNf8Xt+ZbduPgr6zlZWVV1tbW11/GEflcvkTgD3pPKtRCPEGgO2XSEpZsyyrEYvFxvz6DA0NpRYXF68EJmunS/utenl5+blt25Wg9IZhfAFwrGeydrpMj2RKCNFV2m7puj65tLR0NxAGQPdrME2zgVYlBiqZTF5Fe++ER7sG4CaAF34TTExM3Nrc3LwvhLiRSCSutcfANM2flmUZTr96vb6aTqcXAAwAqLr3apLkt6C9cGRZ1tdCoTBTLBY/kmSz2aytr68vzM3NpdA6dEcAnEbr4N0tkOMk34aFuGWa5udCoTCjlDLblmw2m+9JXtrzStqwDwcFOdrZ2Vk1DOOpy1a1Wm2mEzZ6WJCjXC73hKTaQ1PKmp+fvwC0qvF8mKoKo1gsdkYpVez0NE2LDg8PTwMQEQC+x/h+FYlEIiSbbl8IcRRAvwDwfWNj43Yul0scFpbP53+lUqns9vb2YKPRiDp+JpP5AWD30heFx/lzQFnt+dz3kMZfXxxauXQPcyIAAAAASUVORK5CYII=) no-repeat 0 0 / contain;
    width: 26px;
    height: 24px;
    position: absolute;
    left: 10px;
    bottom: 9px;
}
.online-visitors-widget.online-visitors-widget_dark .online-visitors-widget__item:last-child:before {
    content:'';
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAYAAADpnJ2CAAACa0lEQVRIia2WzWsTQRjGf5sPQtIQa1Hxq6RHqViJN2v9uBQ8SS/eevAi0r+gR4Xe+g+oRy9CcxH0WE812JBEDLanSLSBNK24wQ352LCbnfFgtmxis0nYPDCHnXnfefZ9Zp6ZUaSUD4GXgEIv3gDPGQJF6U8bEi+lTBiG8aLVak3ZndFodEEIYYZCoVtSyl+TJERKCRAG4sAcMFepVF5JKeXa2tpdKSVubVwoA5JWgHedTkf1+/0tRVHGn7kXFvBMUZSPgQEBuwCBQOCcR6IT7OzsXAfSA6USQvyUE4IQwlpeXr4DnHFbn7eTIqzVal+AG4Df56LC50nJWS6XU0ALsNwI05Mi3N7eTgF1ADdJA1LKllc5DcP4HQwGb/LPerhV2AFyXqtTVTVlmqYB6MMIoWsPL9jf308BjZMOF0mRUq54kbPHDiMSXvRC6LSDzecmqQ947UXOcrn8ia4d7L5BRxvAPeCRqqpb2Wx2bIsIIaz19fU0th1GIAwD1Ov1diQSOZydnW2OQ2gYhhWLxYqA1jPgsn5B0zQzXtawWq0+pe9id6vQLBQKS6qqPpmfn38cDoevNpvNg2KxuCuEOPW6isVi0/F4/L7P5wsdHx/vrq6u7gHTwJ9RKrTbpvOvS6XSJjADnHW2RCJx3rKsAztOCGEmk8kl+jfmCIRfnYSapmWBC/a4Y55r/ZLmcrkNIOTkG3bSAOw5PzRN+w5ET4kr0bdB8vl84b/YESqcqdVqH9rtduXo6Oj94uLibeByf4UAuq4/aDQa33Rd/5HJZDaABSDijBn1yeUHrnSTm8AhIAbETgGXujkqUHUO/gUowZaow6xSoQAAAABJRU5ErkJggg==) no-repeat 0 0 / contain;
    width: 27px;
    height: 23px;
    position: absolute;
    left: 10px;
    bottom: 9px;
}
.online-visitors-widget_indent {
    height: 46px;
    width: 100%;
    display: none;
} 

@media screen and (max-width: 900px) {
    
    .online-visitors-widget {
     top: initial;
    bottom: 0;
}
  }