@font-face {
	font-family: 'SamsungOne';
	src: url('../fonts/SamsungOne-600C.woff') format('woff'),
	url('../fonts/SamsungOne-600C.ttf') format('truetype'),
	url('../fonts/SamsungOne-600C.svg#SamsungOne-600C') format('svg'),
	url('../fonts/SamsungOne-600C_v1.0.woff2') format('woff2'),
	url('../fonts/SamsungOne-600C_v1.0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SamsungOne-600C_v1.0.eot');
	font-weight: 600;
	font-style: normal;
}

body{
	background: url(../images/lines.png);
	background-position: center;
	background-repeat: repeat-y;
}

p{
	font-family: 'Roboto';
	color:  #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	margin-bottom: 25px;
}
p.h3 {
	font-family: 'Roboto';
	color: #000000;
	margin-bottom: 20px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

p.grey {
	font-size: 16px;
	color: #7e7b7b;
}
.np{	padding: 0px!important;}
.npl{	padding-left: 0px!important}
.npr{	padding-right: 0px!important;}


header .right-row, header .left-row,
.wrapper-link-samsung,
header .right-content-wrapper,
.user-wrapper,
header .flex-center   {
	min-height: 105px;
}
.center{
	text-align: center;
}
.wrapper-link-samsung {
	display: flex;
	justify-content: center;
	align-items: center;
}
.inline-block{
	display: inline-block;
	vertical-align: middle;
}
.user-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 5px;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.burger {
	width: 30px;
	margin-right: 35px;
	height: 20px;
}
header .burger.active span {
    opacity: 0;
}
.user-wrapper .logo {
	margin-right: 8px;
}

.user-wrapper .username a {
	font-family: Lato;
	color:  #5b5a5a;
	font-size: 11.5px;
	font-weight: 500;
	text-align: center;
}
.user-wrapper .logo {
	margin-right: 8px;
}

.user-wrapper .username a {
	font-family: Lato;
	color:  #5b5a5a;
	font-size: 11.5px;
	font-weight: 500;
	text-align: center;
}

a.burger {
	width: 33px;
	height: 18px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
a.burger > span:nth-child(2) {
	top: 9px;
}
a.burger > span:nth-child(3) {
	top: 17px;
}

a.burger {
	position: relative;
}
a.burger > span {
	position: absolute;
	top:0px;
	left:0px;
	height:2px;
	width:100%;
	display:block;
	background: #000;
}
.burger span:last-child{
	margin-bottom: 0px;
}
.burger > span  {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.burger.active > span:nth-child(1) {
	transform: rotateZ(45deg);
	top: 5px;
	height: 2px;
}
.burger.active > span:nth-child(2) {
	opacity: 0;
	transform: rotateZ(45deg);
	top: 5px;
	height: 2px;
}
.burger.active > span:nth-child(3) {
	transform: rotateZ(-45deg);
	top: 5px;
	height: 2px;
}


nav.nav-menu {
	position: fixed;
	right: -40px;
	top: 0px;
	width: 70%;
	text-align: right;
	height: 100%;
	padding-right: 105px;
	z-index: 999999!important;
	padding-top: 150px;
	background: -webkit-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(-90deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-transition: right .25s ease-in-out;
	-moz-transition: right .25s ease-in-out;
	-o-transition: right .25s ease-in-out;
	transition: right .25s ease-in-out;
	z-index: 11111;
}

nav.nav-menu ul li {
	list-style-type: none;
}

nav.nav-menu ul li a {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 700;
	line-height: 75px;
	color: #000;
	text-align: right;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-transform: uppercase;
}
nav.nav-menu ul li a:hover {
	color: #000;text-decoration: underline;
}
.link-ig > img{
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.link-ig:hover > img {
	    -moz-transform:rotateY(360deg); /* Для Firefox */
	    -ms-transform:rotateY(360deg); /* Для IE */
	    -webkit-transform:rotateY(360deg); /* Для Safari, Chrome, iOS */
	    -o-transform:rotateY(360deg); /* Для Opera */
	    transform:rotateY(360deg);
}
nav.nav-menu ul {
	padding: 0px;
}
nav.nav-menu.off{
	right: -100%;
}
.articles-listing .article-row:hover{
	text-decoration: none;
}
.articles-listing .article-row .image img{
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.articles-listing .article-row .image{
	overflow: hidden;
}
.article-row .readmore:after{
	content: ">";
	margin-left: 10px;
}
.articles-listing .article-row:hover .image img{
    -moz-transform:scale(1.1); /* Для Firefox */
    -ms-transform:scale(1.1); /* Для IE */
    -webkit-transform:scale(1.1); /* Для Safari, Chrome, iOS */
    -o-transform:scale(1.1); /* Для Opera */
    transform:scale(1.1);
}
.one-slide-video-wrapper iframe {
	max-width: 1600px;
	border-radius: 15px;
}
.video{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.video-description {
	display: inline-block;
	vertical-align: top;
	border-radius: 15px;
	background: rgba(28, 69, 127, 0.58);
	z-index: 1111;
	position: relative;
	-webkit-box-shadow: 0px 28px 41px -13px rgba(82, 140, 226, 0.75);
	-moz-box-shadow: 0px 28px 41px -13px rgba(82, 140, 226, 0.75);
	box-shadow: 0px 28px 41px -13px rgba(82, 140, 226, 0.75);	
}
.video-description .flex-center {
	height: 100%;
	flex-direction: column;
	color: #fff;
}

.video-description .flex-center h1,
.video-description .flex-center h2 {
	font-family: 'SamsungOne';
	font-weight: 600;
	text-transform: uppercase;
}
.video-description .flex-center h1 {
	color:  #ffffff;
	font-size: 48px;
	text-align: center;
}

.video-description .flex-center h2 {
	font-family: 'Roboto';
	color:  #ffffff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

.more-description-ico {
	width: 45px;
	height: 45px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin-left: 15px;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-90deg);
}
.more-description {
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	margin-top: 65px;
	transform: rotate(90deg);
}
.more-description:hover {
	color: #fff;
	text-decoration: none;
}
.two-block{
	margin-top: 55px;
}
.three-block,
.four-block {
	margin-top: 85px;
}
.three-block .h3, .three-block p,
.four-block .h3, .four-block p {
	text-align: center;
}

@media (min-width: 1200px) {
	.container.out{
		width: 100%;
		max-width: 1300px;
	}
}
@media (min-width: 1300px) {

	.container.out.one-block {
		width: 100%;
		max-width: 1400px;
	}
}
@media (min-width: 1400px) {
	.container.full,
	.container.out.one-block {
		width: 100%;
		max-width: 1500px;
	}
}

.mobile-row {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.mobile-listing{
	display: flex;
	margin-top: 50px;
}
.mobile-listing .name {
	font-family: 'Roboto';
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin-top: 25px;
	text-align: center;
}
.mobile-listing .descr {
	font-family: 'Roboto';
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.5;
	text-align: center;
}
.mobile-listing .descr:hover{
	opacity: 1;
	color:  #1d5199;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	text-align: center;
}
.cart-lising{
	margin-top: 30px;
	margin-bottom: 50px;
}
.cart-content .cart-row {
	min-height: 55px;
	text-align: left;
	padding-top: 10px;
}

.cart-content {
	padding-top: 30px!important;
}

.cart-lising .right,
.cart-lising .left {
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cart-lising .right:hover,
.cart-lising .left:hover {
	opacity: 1;
}
p.grey.intalic {
	color: #4a4747;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	font-style: italic;
}
.other-info-pay {
	max-width: 790px;
	display: inline-block;
	border: 1px #dcdcdc solid;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	padding-bottom: 5px;
	position: relative;
}
.other-info-pay:after {
	content: "";
	width: 37px;
	height: 37px;
	display: block;
	position: absolute;
	background: url(../images/info.png);
	top: -20px;
	left: 50%;
	background-color: #fff;
	margin-left: -17px;
	border-radius: 100%;
}

.five-block{
	margin-top: 65px;
	min-height: 500px!important;
}

.row-how-use .image,.row-how-use .descr {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}
.row-how-use .descr{
	width: calc(100% - 100px)
}
.row-how-use {
	margin-bottom: 35px;
}
.row-how-use .image {
	border-radius: 100%;
	border-width: 1px;
	border-color:  #1577e4;
	border-style: solid;
	background-color:  #ffffff;
	width: 85px;
	height: 85px;
	line-height: 85px;
	margin-right: 10px;
}
.lising-how-use {
	margin-top: 30px;
}
.wrapper-listing-mst .h3,
.wrapper-listing-mst p {
	text-align: left;
	padding-left: 7%;
}
.wrapper-listing-mst .descr{
	padding-top: 20px;
}
.row-listing-mst {
	margin-bottom: 60px;
}
.seven-block{
	padding-top: 130px;
	background: url(../images/MST_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.eighth-block{
	margin-top: 80px;
}
.protect-background {
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/security.png);
	background-position: center;
	background-repeat: no-repeat;
}
.nine-block{
	margin-top: 80px;
}
.nine-block .h3 {
	margin-bottom: 55px;
}
p.articles-title,
.uppercase-title {
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
}
.uppercase-title{
	text-align: center;
	    text-transform: uppercase;
}

.articles-title span {
	color: #000000;
	font-size: 54px;
	line-height: 51px;
	display: block;
	text-align: left;
	font-family: 'samsungOne';
	font-weight: 600;
}
.ten-block{
	margin-top: 80px;
}
.up-like {
	text-align: center;
}

.up-like span.line {
	border-width: 1px;
	border-color:  #000000;
	border-style: solid;
	background-color:  #1d5199;
	width: 70px;
	height: 1px;
	display: inline-block;
	margin-left: 20px;
}
.article-row .image img {
	width: 100%;
}

.article-row .link-article {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	font-family: 'Roboto';
	display: inline-block;
	padding-left: 15px;
	margin-top: 15px;
	width: calc(100% - 90px);
	vertical-align: top;
}

a.href-to-samsung {
    background-color: rgb(21, 119, 228);
    box-shadow: 0px 17px 71.1px 7.9px rgba(13, 82, 158, 0.19);
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    margin-top: 50px;
    display: inline-block;
    font-size: 16px;
    font-family: Roboto;
    border-radius: 39px;
}
a.href-to-samsung:hover {
	background: #469eff;
text-decoration: none;
}

.article-row .readmore {
	margin-top: 15px;
	display: inline-block;
	margin-left: 15px;
	color: #004998;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	font-family: 'Roboto';
}
.comment-count {
	color: #000;
	font-size: 16px;
	opacity: 0.5;
	font-weight: 400;
	line-height: 22px;
	font-family: 'Roboto';
	padding-top: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 80px;
}
.comment-count:after {
	content: '';
	background: url(../images/messages.png);
}
.comment-count:after {
	content: '';
	background: url(../images/messages.png);
	position: absolute;
	left: 0px;
	height: 25px;
	width: 26px;
	display: block;
	top: 20px;
	background-repeat: no-repeat;
}
.articles-listing .article-row:nth-child(3n-1){
	margin-top: 20px;
	margin-bottom: -20px;
}

.articles-listing .article-row:not(.active){

}
.articles-listing .article-row:not(.active) .image {
	background: #e8e8e8;
	background-image: url(../images/noimage.png);
	background-position: center;
	background-repeat: no-repeat;
}
.articles-listing .article-row:not(.active) .image img{
	opacity: 0;
}
.articles-listing .article-row:not(.active) .comment-count{
	display: none;
}
.articles-listing .article-row:not(.active)  .readmore{
	display: none;
}
.articles-listing .article-row:not(.active) .link-article {
	color: transparent;
	background: url(../images/notext.png);
	background-position: 15px top;
	background-repeat: no-repeat;
	height: 65px;
}
.articles-listing .article-row:not(.active){
	cursor: default!important;
}
.articles-listing .article-row {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -2px;
	margin-left: -2px;
}
.articles-listing {
	margin-top: 30px;
}
.eleven-block {
	margin-top: 60px;
	margin-bottom: 80px;
}
.eleven-block {
	background: url(../images/share_text.png);
	background-position: center 55px;
	background-repeat: no-repeat;
}
.share-wrapper {
	text-align: center;
}

.preshare-ico {
	border-radius: 50%;
	background-color:  #1577e4;
	box-shadow: 0px 17px 71.1px 7.9px rgba(13, 82, 158, 0.08);
	width: 148px;
	background-image: url(../images/share.png);
	height: 148px;
	margin-right: 15px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}

.share-wrapper .preshare, .share-wrapper .shres {
	display: inline-block;
	vertical-align: middle;
}
.ya-share2__link *{
	opacity: 0;
}
.ya-share2__list .ya-share2__item .ya-share2__link {
	width: 45px;
	height: 45px;
	margin-left: 25px;
	background: url(../images/social_icons.png);
	background-repeat: no-repeat;
	background-position: 4px -1px;
	opacity: 0.5;
}

.ya-share2__list  .ya-share2__item_service_facebook .ya-share2__link {background-position: -93px 1px!important;}
.ya-share2__list  .ya-share2__item_service_odnoklassniki .ya-share2__link { background-position: -298px -1px!important;}
.ya-share2__list  .ya-share2__item_service_gplus .ya-share2__link {background-position: -400px -1px!important;}
.ya-share2__list  .ya-share2__item_service_twitter .ya-share2__link {background-position: -196px -2px!important;}
.ya-share2__list .ya-share2__item .ya-share2__link:hover {
	opacity: 1;
}
.head-article-rows{
	margin-bottom: 15px;
}

.footer-line {
	background: #0e0e0d;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info-footer .info.white {
	background: url(../images/info.png);
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
}

.info-footer, .menu-footer-wrapper {
	display: inline-block;
	vertical-align: top;
}

ul.menu-footer > li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}

.menu-footer > li a {
	font-family: 'Roboto';
	color:  #ffffff;
	font-size: 13.77px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.copyright,
.footer-text {
	padding-left: 40px;
	font-family: 'Roboto';
	color: #686868;
	font-size: 13.77px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
footer .right{
	text-align: right;
}
footer .right .footer-text {
	text-align: right;
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 30px;
	vertical-align: middle;
	margin-right: 20px;
}
ul.link-download-market {
	padding-left: 0px;
	display: inline-block;
}

ul.link-download-market li {
	list-style-type: none;
	display: inline-block;
}

ul.link-download-market li a {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/link-download.png);
	background-repeat: no-repeat;
}
ul.link-download-market li .android {
	background-position: -68px 0px;
}

ul.link-download-market li .windows {
	background-position: -137px 0px;
}
.footer-line .left, .footer-line .right {
	padding: 40px 0px;
}
img.circle-image {
	max-width: 100%;
	border-radius: 5px;
}
.wrapper-listing-mst .descr .npl {
	padding-right: 25px;
}
.mobile-listing .mobile-row:nth-child(2n) {
	margin-top: 70px;
}
.cart-lising .headcart {
	display: inline-block;
	position: relative;
}

.cart-lising  .count {
	position: absolute;
	top: -15px;
	right: -13px;
	border-radius: 50%;
	background-color:  #fffefe;
	box-shadow: 0px 13px 16.2px 1.8px rgba(46, 50, 208, 0.15);
	width: 37px;
	height: 37px;
	font-family: 'Roboto';
	color:  #213cdd;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
}
.cart-lising .afterCount {
	position: absolute;
	top: -5px;
	right: -60px;
	font-family: Roboto;
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
	text-align: center;
}

.wrapper-voiting .h1 {
	font-family: Roboto;
	color: rgb(101, 100, 100);
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
}

.wrapper-voiting  .h2 {
	font-family: Roboto;
	color: rgb(0, 0, 0);
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-shadow: 8px 26px 45.9px rgba(20, 40, 160, 0.09);
	text-transform: uppercase;
	margin-bottom: 80px;
}
.voiting-row {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-bottom: 35px;
	position: relative;
	margin-right: 1%;
}

.voiting-row .img, .voiting-row .city-stat {
	display: inline-block;
	vertical-align: middle;
}

p.city {
	font-family: Roboto;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: left;
}

.voiting-row .city-stat {
	margin-left: 10px;
	width: calc(100% - 90px);
}

.voiting-row .img img {
	border-radius: 100%;
	border-radius: 50%;
	background-color:  #aaaaaa;
	box-shadow: 0px 8px 16.2px 1.8px rgba(46, 50, 208, 0.15);
	width: 68px;
	height: 68px;
}

.circle-voiting input[type="checkbox"] {
	display: none; 
}

.circle-voiting label {
	border-radius: 50%;
	background-color:  #ffffff;
	box-shadow: 0px 5px 14.4px 1.6px rgba(29, 81, 153, 0.13);
	width: 28px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	left: -15px;
	top: 17px;
}

.circle-voiting input[type="checkbox"]+label:after {
	content: "";
	display: block;
	top: 9px;
	position: absolute;
	left: 9px;
	border-radius: 50%;
	border-width: 1px;
	border-color:  #000000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-style: solid;
	opacity: 0.2;
	width: 8px;
	height: 8px;
}
.scrollax{
	-webkit-transition: 1.5s cubic-bezier(.18,1,.21,1);
	-moz-transition: 1.5s cubic-bezier(.18,1,.21,1);
	transition: 1.5s cubic-bezier(.18,1,.21,1);
}



.circle-voiting input[type="checkbox"]:checked+label:after {
	border-radius: 50%;
	background-color:  #1428a0;
	width: 10px;
	height: 10px;
	content: "";
	display: block;
	top: 9px;
	position: absolute;
	left: 9px;
	opacity: 1;
}
.voiting-line-wrapper {
	margin: 0px;
	background-color: #dcdcdc;
	width: 115px;
	height: 8px;
	max-width: 100%;
}

.voiting-count {
	font-family: Roboto;
	color:  #1577e4;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0px;
}

.voiting-line {
	background-color: #1577e4;
	width: 57px;
	height: 8px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.molding span {
	background-color: #1428a0;
	width: 8px;
	height: 64px;
	display: inline-block;
	border-radius: 5px;
}
.molding {
	display: inline-block;
}
.mobile-listing .name .grey {
	color: #676767;
}
.row-how-use:nth-child(1){
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
}

.row-how-use:nth-child(2){
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.row-how-use:nth-child(3){
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.row-how-use:nth-child(4){
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.row-how-use:nth-child(5){
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.row-how-use:nth-child(6){
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.up-like img{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
body{
	overflow-x: hidden;
}
a.burger.two {
	display: none;
	right: 65px!important;
	top: 45px;
	position: absolute;
	right: 0px;
	z-index: 999999;
}
a.burger.active.two {
	display: block;
}
a.burger.active:not(.two) span{
	background: #fff;
}
.article-row .date {
	font-family: 'Roboto';
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding: 10px 0px 0px 15px;
	opacity: 0.5;
}
.article-row.active .date {
	display: none;
}
.varibles-vertical li {
	list-style-type: none;
	margin-top: 30px;
	opacity: 0.1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.window-listing li{
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.window-listing .out {
	transform: scale(0)!important;
}
.varibles-vertical li.active {
	opacity: 1;
}
.wrapper-magic-phone{
	background: url(../images/steps/01.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background 0.35s ease-in-out;
	-moz-transition: background 0.35s ease-in-out;
	-o-transition: background 0.35s ease-in-out;
	transition: background 0.35s ease-in-out;
}
.wrapper-magic-phone[data-slide="1"]{
	background-image: url(../images/steps/01.png);
}
.wrapper-magic-phone[data-slide="2"]{
	background-image: url(../images/steps/02.png);
}

.wrapper-magic-phone[data-slide="3"]{
	background-image: url(../images/steps/03.png);
}

.varibles-vertical li .step {
	display: inline-block;
	width: 30%;
	font-family: 'Roboto';
	color: rgba(21, 119, 228, 0.87);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	position: relative;
	top: -5px;
}
.wrapper-vertical-carousel {
	padding-top: 25px;
}

.wrapper-magic-phone {
	margin-top: 40px;
	position: relative;
}
li {
	list-style-type: none;
}
.varibles-vertical li  .text {
	display: inline-block;
	width: 68%;
	text-transform: uppercase;
	vertical-align: top;
	font-family: 'Roboto';
	color:  #000000;
	font-size: 23px;
	font-weight: 400;
	text-align: left;
}
.telephome-mockup {
	background: url(../images/mockup/phone_mockup.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 111;
	position: absolute;
}
.window-listing {
	padding-left: 0px;
	position: relative;
	margin-left: -15px;
}
.window-listing li{
	position: absolute;
}
.window-listing li img{
	height: 100%;
	width: 100%;
}
.controls-telephone-carousel .up {
	width: 28px;
	height: 15px;
	display: block;
	background: url(../images/arrow_down_slider.png);
	-moz-transform: rotate(180deg); /* Для Firefox */
	-ms-transform: rotate(180deg); /* Для IE */
	-webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(180deg); /* Для Opera */
	transform: rotate(180deg);
}
.controls-telephone-carousel .down {
	width: 28px;
	height: 15px;
	display: block;
	background: url(../images/arrow_down_slider.png);
	margin-top: 30px;
}
.controls-telephone-carousel {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 30%;
}
.listing-voiting .voiting-statistic{
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.listing-voiting.show-statistic .voiting-statistic{
	max-height: 999px;
	overflow: hidden;
}

.listing-voiting:not(.show-line) .voiting-line {
	width: 0px!important;
}
.listing-voiting{
	padding-left: 25px;
}
.after-text {
    margin-top: 90px;
}
.wrapper-voiting{
	background: url(../images/go_voiting.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.city_big {
    background: url(../images/cities/city_big.png);
    position: absolute;
    top: -300px;
    left: -300px;
    width: 900px;
    height: 900px;
    opacity: 0.07;
    background-position: top left;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100%;
}
.voiting-row:hover{
	text-decoration: none;
}
.wrapper-voiting{
	position: relative;
	z-index: 111;
}
a:focus{
	text-decoration: none;
}
.modal_lk {
    position: absolute;
    top: 78px;
    border-left: 1px #0f1424 solid;
    border-bottom: 1px #31281c solid;
    border-bottom-left-radius: 10px;
    margin-left: 12px;
    z-index: 1111;
    display: none;
}

.modal_lk ul {
    padding-left: 33px;
    padding-top: 5px;
    display: block;
    padding-right: 15px;
    color: #000;
    text-align: left;
}

.modal_lk ul a {
    color: #000;
    text-align: left;
}
.user-wrapper:hover .modal_lk,
.modal_lk:hover {
	    background: #fff;
    opacity: 1!important;
    z-index: 99999;
    display: block!important;
}
#socialPopUp{
	display: none!important;
}
a.reg_link.fancy.reg-button,
.reg-button {
    margin-right: 10px!important;
    color: #000!important;
}

a.login_link.fancy.btn.btn-info.auth-button,
a.btn.btn-info.auth-button {
    color: #fff!important;
    background: #0023a4!important;
    border-color: #062ec3!important;
    opacity: 0.8;
}
a.login_link.fancy.btn.btn-info.auth-button:hover,
a.btn.btn-info.auth-button:hover {
	opacity: 1;
}
#content{
	    color: transparent;
}













/* NEW STYLES */

.block-content-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.block-content-1 .telepone-left img {
    margin-right: -100px;
}
.wrapper-mst-blue {
    border: 4px #1577e4 solid;
    border-radius: 7px;
    padding: 55px!important;
    max-height: 100%;
}
.terminal-wrapper,
.terminal-wrapper img{
	position: relative;
	z-index: 2;
}
.terminal-wrapper:after{
	content: "";
	position: absolute;left: 0px;
	height: 100%;
	width: 100px;
	z-index: 1;
	background: #fff;
	top: 0px;
}
.wrapper-mst-blue .tipa-title {
    font-family: Roboto;
    color:  #1577e4;
    font-size: 30px;/* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    text-align: left;
    line-height: 37px;
    text-transform: uppercase;
    padding-right: 15%;
}
.predescr-text{
	background: #fff;
}

.wrapper-mst-blue > div {
    margin-bottom: -270px;
}
.wrapper-mst-blue:before{
	content: attr(data-text);
	position: absolute;
	top: -15px;
	right: 14%;
	background: #fff;
	display: block;
	font-family: Roboto;
	color:  #1577e4;
	font-size: 42.72px;/* Приближение из-за подстановки шрифтов */
	font-weight: 700;
	line-height: 22px;/* Приближение из-за подстановки шрифтов */
	width: 108px;
	height: 55px;
	text-align: center;
}
#content div {
    color: #000;
}
.cart-lising .right, .cart-lising .left{
	opacity: 1!important;
}
.phone-wrapper-headtel:nth-child(1) {
    margin-bottom: 60px;
}
.six-block {
	margin-top: 100px;
}
.other-info-pay{
	margin-top: 50px;
}
.wrapper-mst-blue {
    position: relative;
    margin-bottom: 300px!important;
}
.wrapper-scroller-telephone .cart{
	 -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}
.row-how-use{
	padding-bottom: 85px;
	padding-top: 85px;
	position: relative;
}
.row-how-use:nth-child(1):after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	width: 50px;
	height: 1px;
	background: #2681e6;
	top: 125px;
}
.row-how-use:nth-child(2):after {
	content: "";
	display: block;
	position: absolute;
	left: 60px;
	width: 1px;
	height:50px;
	bottom: -15px;
	background: #2681e6;
}
.row-how-use:nth-child(3):after {
	content: "";
	display: block;
	position: absolute;
	left: 55px;
	height: 1px;
	top: -20px;
	right: -60px;
	background: #2681e6;
}
.row-how-use:nth-child(4):after {
	content: "";
	display: block;
	position: absolute;
	left: -50px;
	width: 50px;
	height: 1px;
	top: 130px;
	background: #2681e6;
}
.row-how-use:nth-child(5):after {
	content: "";
	display: block;
	position: absolute;
	left: 55px;
	width: 1px;
	height: 120px;
	top: -80px;
	background: #2681e6;
}
.row-how-use:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    left: 55px;
    top: -19px;
    height: 50px;
    width: 1px;
    background: #2681e6;
}
.row-how-use .image:after {
    content: attr(data-number);
    position: absolute;
    top: 40px;
    left: 115px;
    font-family: Roboto;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    opacity: 0.5;
}
.block-content-1 > .container {
	background: url(../images/new/intro_image.png);
	background-position: center;
	background-repeat: no-repeat;
}
.commets-wrapper {
	padding-left: 15px;
	padding-right: 15px;
    margin-bottom: 50px;
}
.left{
	text-align: left;
}
.wrapper-new-text-about {
    margin-top: 30px;
    margin-bottom: 50px;
}
.articles-listing .article-row:nth-child(3n-1){
	margin-top: 0px;
	margin-bottom: 0px;
}

.articles-listing .article-row:nth-child(4n),
.articles-listing .article-row:nth-child(4n-2) {
	margin-top: 30px;
	margin-bottom: -30px;
}

.wrapper-new-text-about .text {
    padding-top: 30px;
}
.mw{
	max-width: 100%;
}
.security-about-row {
    margin-top: 0px;
    margin-bottom: 25px;
}

.security-about-row .images {
    display: inline-block;
    width: 130px;
}

.security-about-row .descr {
    display: inline-block;
    width: calc(100% - 150px);
    color: #fff;
}

.security-about-row .descr * {
    color: #2a97ed;
}
.block-11-new{
	margin-top: 80px;
}
.actions-row {
    margin-top: 80px;
}

.actions-row img {
    margin-bottom: 40px;
}
.actions-row:nth-child(3n-1) {
    margin-top: 130px;
    margin-bottom: -50px;
}
.actions-row a {
	text-decoration: underline;
}
.actions-row a:hover {
	text-decoration: none;
}
.cart-lising .headcart{
	display: block;text-align: center;
}
header .right-row{
	text-align: right;
    padding-right: 30px;
}
header .right-row .left, header .right-row .right {
    display: inline-block;
}
.wrapper-link-samsung{
	justify-content: flex-start;
}


 .out.one-block {
    position: relative;
}

.video-description {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.videoBlock {
    width: 100%;
    border-radius: 15px;
}
.wrapper-scroller-telephone {
    position: relative;
}

.cart {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    opacity: 0;
}
font[color="#FF0000"] {
    display: none;
}


@media(max-width: 768px){
	li.ya-share2__item.ya-share2__item_service_vkontakte a.ya-share2__link {
    background-position: 9px 0px;
}
	.ya-share2__list_direction_horizontal > .ya-share2__item:hover .ya-share2__link {
		background-image: url(../images/social_icons.png)!important;
		margin-bottom: 0px;
	}
	.ya-share2__list_direction_horizontal > .ya-share2__item:hover {
		    border-radius: 100%;
		    background-color: #fff!important;
		    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.43);
		    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.43);
		    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.43);
		    width: 60px;
		    height: 60px;
		    margin-top: -10px;
		    opacity: 1;
		    margin-left: -3px;
		    padding-top: 10px;
		    margin-right: -3px;
	}
	/*header > .container.not-auth {
	    margin-bottom: 60px;
	}*/
	.not-auth .user-wrapper{
		display: none!important;
	    position: absolute;
	    top: 57px;
	    left: 0px;
	    width: 100%;
	    text-align: left;
	    justify-content: center;
	}
	.block-content-1 .telepone-left img{
		margin-right: 0px!important;
	}
	.more-description {
	    width: 50px;
	    margin-top: -30px;
	    margin-left: 15px;
	}
	.video-description .flex-center h1{
		font-size: 40px;
	}
	.videoBlock {
		border-radius: 0px;
	}
	.video-description {
		left: 0px;
		right: 0px;
	}
	.row-how-use {
	    margin-bottom: 80px;
	}
	.block-content-1{
		margin-bottom: 50px;
	}
	.wrapper-mst-blue .tipa-title {
	    padding: 0px 45px!important;
	    font-size: 20px;
	    text-align: center;
	}
	.wrapper-mst-blue {
	    border: 0px;
	    padding: 0px!important;
	}
	.wrapper-mst-blue:before {
		display: none;
	}
	.block-content-1 > .container{
		background-size: 100%;
	}
	.actions-row:nth-child(3n-1){
		margin-top: 0px;
	}
	.commets-wrapper {
		margin-bottom: 50px;
	}
	.row-how-use:before{
		display: none;
	}
	.block-content-1 .telepone-left img {
	    margin-right: 0px;
	}
	.wrapper-mst-blue{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.phone-wrapper-headtel:nth-child(2){
		display: none;
	}
	.phone-wrapper-headtel img {
		max-width: 100%;
	}
	.cart-lising .headcart {
		display: block;
		text-align: center;
	}
	.row-how-use:after,
	.row-how-use:before{
		display: none!important;
	}
	.row-how-use .image:after{
		display: none;
	}
	.wrapper-new-text-about .image {
		text-align: center;
		display: block;
	}
	.eighth-block .container > div{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.security-about-row{
		margin-top: 20px;
	}
	.commets-wrapper{
		margin-top: 50px;
	}
	.wrapper-mst-blue > div{
		margin-bottom: 0px;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.telepone-left,
	.telepone-left+div,
	.eighth-block .col-xs-12 .col-xs-12 {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.wrapper-tokens {
	    display: flex;
	    flex-direction: column-reverse;
	}
	.wrapper-tokens .two{
	 	margin-bottom: 30px;
	}
	*[hidemobile] {
	    display: none!important;
	}
	*[showmobile]{
		display: block!important;
	}
	.terminal-wrapper{
		margin-bottom: 30px;
	}
	.wrapper-new-text-about{
		margin-bottom: -10px;
	}
	.row-how-use:nth-child(5){
		margin-bottom: 20px;
	}
	.block-content-1 {
	    margin-bottom: 10px;
	}
	.block-content-1 {
 	  margin-top: 50px;
 	 }
 	 a.href-to-samsung{
 	 	margin-top: 0px;
 	 }

}
@media(max-width: 1100px){
	.block-content-1 .telepone-left img{
		margin-right: -50px;
		max-width: 100%;
	}
	.terminal-wrapper img{
		max-width: 100%;
	}
}

@media(max-width: 991px){
	.wrapper-mst-blue > div{
		margin-bottom: 0px;
	}
	.wrapper-mst-blue{
		margin-bottom: 0px!important;
	}

}

@media(max-width: 576px){
	.lising-how-use .row-how-use:after {
	    content: "";
	    display: block!important;
	    width: 1px;
	    height: 50px;
	    position: absolute;
	    left: 40px;
	    bottom: -65px;
	    top: auto;
	}
	.lising-how-use .row-how-use:last-child:after {
		display: none!important;
	}
}

/* END NEWS STYLES */

















@media(max-width: 768px){
	.wrapper-voiting{
		background: #fff;
	}
	.after-text{
		margin-top: 20px;
	}
	.varibles-vertical li{
		opacity: 1!important;
	}
	.varibles-vertical li .step{
		width: 100%;
		text-align: center;
	}
	.varibles-vertical li  .text{
		text-align: center;
		width: 100%;
	}
	.wrapper-magic-phone {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.telephome-mockup {
		width: 273px;
		display: inline-block;
		height: 555px;
		position: relative;
	}
	.controls-telephone-carousel{
		display: none;
	}
	.wrapper-magic-phone > div{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	ul.window-listing {
		position: absolute;
		top: 0px;
		width: 100%;
		text-align: center;
	}

	.window-listing li {
		position: absolute;
		display: inline-block;
		left: calc(50% - 121px);
		width: 273px;
		padding: 60px 14px 57px 14px;
		height: 555px;
		opacity: 0;
	}
	.window-listing li.active {
		opacity: 1;
	}
	.varibles-vertical{
		padding-left: 0px;
	}
}



@media (max-height: 600px){
	nav.nav-menu {
		padding-top: 50px;
		padding-right: 70px;
		width: 100%;
		background: -webkit-linear-gradient(-90deg, #fff 0%,  rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
		background: -moz-linear-gradient(-90deg, #fff 0%,  rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(-90deg, #fff 0%,  rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
		background: -ms-linear-gradient(-90deg, #fff 0%,  rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(-90deg, #fff 0%,  rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
		padding-right: 50px;
	}
	a.burger.two{
		top: 30px;
		right: 47px!important;
	}
	a.burger{
		margin-top: 0px;
	}
}

@media(max-width: 1200px){
	.container{
		width: 100%!important;
	}
	header .right-row{
		text-align: right;
	}
	header .right-row > div{
		float: none!important;
		display: inline-block!important;
		width: auto!important;
	}
}

@media(max-width: 998px){
	.mobile-listing .mobile-row:nth-child(2n) {
		margin-top: 0px;
	}
	.mobile-listing{
		display: block;
	}
	.mobile-row{width: 30%;margin-bottom: 20px;}
	.cart-row img{
		max-width: 100%;
	}
	.articles-listing .article-row:nth-child(3n-1){
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.voiting-row{
		width: 31%;
	}

}

@media(max-width: 768px){
	body{
		background: #fff;
	}
	.cart-lising .right, .cart-lising .left{
		opacity: 1;
	}

	.voiting-row .img {
		width: 50px;
	}

	.voiting-row .img img {
		max-width: 100%;
		height: auto;
	}

	.voiting-row .city-stat {
		margin-left: 3px;
		width: calc(100% - 70px);
	}
	.after-text > div:nth-child(2){
		padding-left: 0px!important;
	}
	.after-text > div:nth-child(1){
		padding-right: 0px!important;
	}
	.wrapper-listing-mst .h3, .wrapper-listing-mst p, .wrapper-listing-mst .descr .npl {
		padding-left: 0px;
		padding-right: 0px;
	}
	.voiting-row{
		width: 48%;
	}
	.article-row{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.mobile-row{
		width: 47%;
	}
	.more-description{
		color: transparent;
	}
	.user-wrapper .username a{
		display: none;
	}
	.burger{
		margin-right: 0px;
	}
	header .right-row > div {
		padding-right: 0px;
		padding-left: 0px;
		position: static;
	}
	header .right-row{
		position: static;
	}
	.one-block{
		padding: 0px!important;
	}
	.one-slide-video-wrapper iframe{
		border-radius: 0px;
	}
	.two-block,
	.three-block,
	.four-block,
	.five-block,
	.six-block,
	.seven-block,
	.eighth-block,
	.nine-block,
	.ten-block{
		margin-top: 20px;
	}
	.other-info-pay{
		border-radius: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	.seven-block,
	.nine-block {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	img.circle-image{
		width: 100%;
		border-radius: 0px;
		margin-bottom: 20px;
	}
	.wrapper-listing-mst .h3, .wrapper-listing-mst p, .wrapper-listing-mst .descr .npl{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.row-listing-mst{
		margin-bottom: 20px;
	}
	.seven-block {
		background-position: center -30px;
	}
	.cart-lising .afterCount{
		display: none;
	}
	.eleven-block {
		background-image: url(../images/share_fff.png);
		background-color: #1577e4;
		margin-bottom: 0px;
		background-position: center 75%;
		background-size: 95%;
	}
	.ya-share2__list .ya-share2__item .ya-share2__link {
		background: url(../images/social_icons_white.png);
		background-repeat: no-repeat;
		background-size: 445px;
		width: 45px;
		height: 45px;
		margin-left: 5px;
		opacity: 1;
		margin-bottom: 30px;
	}
	.ya-share2__list .ya-share2__item:nth-child(2) .ya-share2__link:hover {
		width: 60px;
		height: 60px;
		background: #fff;
		border-radius: 100%;
	}
	.wrapper-link-samsung img {
		max-width: 100%;
	}
	.link-ig {
		position: absolute;
		left: 50%;
		margin-left: -12px;
		top: 10px;
	}
	header .right-row, header .left-row, .wrapper-link-samsung, header .right-content-wrapper, .user-wrapper, header .flex-center {
		min-height: 70px;
	}
	.mobile-row img {
		max-width: 100%;
	}
	header > div > div {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	p.h3{
		font-size: 17px;
	}
	p {
		font-size: 16px;
	}
	.mobile-row:nth-child(2n-1){
		margin-right: 4%;
	}
	.mobile-row .image {
		height: 170px;
	}
	.mobile-row .image img {
		max-height: 100%;
	}
	.other-info-pay{
		padding-right: 0px;
		padding-left: 0px;
	}
	.owl-buttons{
		display: none;
	}
	.owl-controls{
		text-align: center;
	}
	.owl-controls .owl-page{
		border-radius: 50%;
		border-width: 1px;
		border-color:  #213cdd;
		border-style: solid;
		width: 17px;
		display: inline-block;
		margin-right: 15px;
		height: 17px;
	}
	.owl-controls .owl-page.active {
		border-radius: 50%;
		background-color:  #213cdd;
		width: 17px;
		height: 17px;
	}
	.up-like{
		display: none;
	}
	p.articles-title,
	.uppercase-title {
		font-size: 22px;
		text-align: center;
		margin-bottom: 0px;
	}
	.articles-title span{
		font-size: 30px;
		text-align: center;
	}
	.eleven-block .head-article-rows .articles-title{
		color: #fff;
		margin-top: 100px;
	}
	.share-wrapper .preshare {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -50px;
	}
	.share-wrapper .preshare {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -50px;
	}

	span.preshare-ico {
		background-color: transparent;
		height: 70px;
		box-shadow: none;
		width: 88px;
		border-radius: 0px;
		margin-top: 15px;
		background-size: 50%;
	}
	.eleven-block .articles-title {
		font-size: 19px;
	}
	.footer-line .left, .footer-line .right{
		padding: 10px 0px;
	}
	.row-how-use{
		padding: 0px!important;
	}
	.cart-lising .headcart{
		margin-top: 15px;
	}
	.video-description{
		position: absolute;
		top: 0px;
		margin-top: 0px!important;
		left: 0px;
		max-height: 60vh;
		max-height: calc(100vh - 230px);
		border-radius: 0px;
	}
	.one-slide-video-wrapper iframe{
		max-height: 60vh;
		max-height: calc(100vh - 230px);
	}
	.one-block{
		position: relative;
	}
	.row-how-use .image{
		width: 65px;
		height: 65px;
		line-height: 65px;
	}
	.row-how-use .image img {
		max-height: 60%;
		max-width: 60%;
	} 
	.seven-block{
		padding-top: 0px;
		background: #fff;
	}
	.nine-block .h3{
		margin-bottom: 25px;
	}
	ul.menu-footer {
		padding-left: 0px;
	}
	ul.menu-footer li{
		width:   100px;
		display: inline-block;
	}
	ul.menu-footer li:nth-child(2n){
		width: calc(100% - 120px);
	}
	.copyright{
		padding-left: 0px;
		text-align: left;
	}
	footer .right .footer-text{
		width: 49%;
		display: inline-block;
		margin: 0px;
		vertical-align: top;
	}
	ul.link-download-market{
		display: inline-block;
		width: 49%;
	}
	ul.link-download-market li a{
		width: 40px;
		height: 44px;
	}
	p.city{
		font-size: 13px;
		line-height: 15px;
	}
	.voiting-row .img, .voiting-row .city-stat{
		vertical-align: top;
	}
	.circle-voiting label{
		left: -10px;
		top: 10px;
	}
	.voiting-row:nth-child(2n){
		margin-left: 10px;
		margin-right: -10px;
	}
	.wrapper-voiting  .h2{
		font-size: 20px;
	}
	.wrapper-voiting .h1{
		font-size: 15px;
	}
	.listing-voiting{
		padding-left: 0px;
	}
	.wrapper-magic-phone{
		background-size: 90%;
		background-position: bottom;
	}
	.mobile-listing .mobile-row{
		transform: none!important;
	}
	.varibles-vertical .owl-controls {
	    position: absolute;
	    top: 0px;
	    width: 100%;
	    text-align: center;
	}
	.varibles-vertical .owl-wrapper-outer{
		padding-top: 25px;
	}
	.cart-lising .owl-controls {
    position: absolute;
    top: 0px;
    width: 100%;
}

.cart-lising {
    padding-top: 30px!important;
}
}


video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {display: none;}

video::-webkit-media-controls-volume-slider {display: none;}

video::-webkit-media-controls-mute-button {display: none;}

video::-webkit-media-controls-timeline {display: none;}

video::-webkit-media-controls-current-time-display {display: none;}

@media(max-width: 768px) and (min-width: 577px){
	.article-row {
	    padding-right: 15px!important;
	}
	.article-row:nth-child(2n) {
		padding-right: 0px!important;
	}
}

.block-content-1 p {
	font-size: 20px;
}
@media(min-width: 985px){
	.block-content-1 > .container,
	.wrapper-tokens  {
	    display: flex;
	    flex-direction: row;
	    vertical-align: middle;
	    justify-content: flex-start;
	    align-items: center;
	}
}


	.mobile-row .image img{
		max-width: 90%:;
	}



.security-about-row{
	display: block;
}
.security-about-row:hover{
	text-decoration: none;
}
.toggle-element {
	display: none;
}
.toggle-element.active{
	display: block;
}
.security-about-row{
	opacity: 0.3;
	  -webkit-transition: all .32s ease-in-out;
  -moz-transition: all .32s ease-in-out;
  -o-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out;
}
.security-about-row.show{
	opacity: 1;
}
.mobile-row .image:hover{
	text-decoration: none;
}
.security-about-row:not(.show):hover{
	opacity: 0.6;
}