/**
Theme Name: BrBad Theme
Author: 404
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	white-space: normal
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, 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;
}
/*
color 1 - 3fb573
color 2 - f7e135
/**/
html {
	font-size: 75%
}
body{
	font-family:'RobotoRegular', Helvetica, serif;
	color: #fff;
	font-size:1em/1.3;
	line-height:2em;
	background:#000;
}
a{
	text-decoration:none;
    color: #f7e135;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
a:hover {
    color: #3fb573;
}
b, strong{
	font-family: "RobotoBold";
}
.container{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;	
}
.widget {
    position: relative;
}
.clear{
	clear:both;
}
.bold {
    font-family: "RobotoBold";
}
i{
	font-style:italic;
}
iframe{
	max-width:100%;
}
/**/
#header{
	position:fixed;
	width:100%;
	height:60px;
	z-index:100;
	background:rgba(0,0,0,0.8);
}
#header .row > *{
	display:inline-block;
	vertical-align:top;
}
#header .widget_text{
	position:absolute;
	right:10px;
	top:18px;
}
#header .widget_text .fa{
	font-size:1.5em;
}
#header .widget_text span{
	display:inline-block;
	font-size:15px;
	margin:0 10px;
}
#header .widget_text span,
#header .widget_text .fa{
	vertical-align:top;
}
#header .widget_text a{
	font-size:1.3em;
	line-height:1em;
}
/**/
.site-branding {
	margin:0 20px 0 0;
}
.site-branding img{
	height:60px;
	width:auto;
}
/**/
#main_menu {
	padding:15px 0 0 0;
}
#main_menu li {
	display:inline-block;
}
#main_menu li a{
	display:inline-block;
	padding:5px 15px;
	text-transform:uppercase;
	color:#fff;
	font-family: "RobotoBold";
}
#main_menu li a.hover,
#main_menu li a:hover{
	background:#f7e135;
	color: #000;
}
.menu_title{
	display:none;
}
/**/
#banner{
	width:100%;
	height:100vh;
	overflow:hidden;
}
#banner .banner_wrap{
	position:relative;
	width:1000%;
}
#banner .item .title{
	position:absolute;
	top:calc(10% + 60px);
	left:50%;
	margin-left:-30%;
	font-family: "RobotoBold";
	font-size:4vw;
	line-height:5vw;
	text-transform:uppercase;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
}
#banner .item.vid .title{
	top:calc(2% + 60px);
	margin-left:-40%;
	font-size:1.5vw;
	line-height:2vw;
	text-align:left;
	opacity:0.7;
	z-index:10;
}
#banner .item .title span{
	display:inline-block;
	padding:0 10px 2px 10px;
	margin:5px 0 0 0;
}
#banner .item .title span.y{
	background:#f7e135;
}
#banner .item .title span.g{
	background:#3fb573;
}
#banner .banner_wrap .item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100vw;
}
#banner .banner_wrap .item img{
	width:100%;
	height:auto;
}
#banner .left_arr,
#banner .right_arr{
	/*display:none;*/
	position:absolute;
	top:50%;
	font-size:5vw;
	color:#fff;
	cursor:pointer;
	z-index:10;
	text-shadow: 2px 2px 4px rgba(0,0,0, 0.7);
}
#banner .left_arr{
	left:5%;
}
#banner .right_arr{
	right:5%;
}
#banner .scroll_icon{
	/*display:none;*/
	position:absolute;
	left:50%;
	bottom:5%;
	width:50px;
	height:80px;
	margin:0 0 0 -25px;
	z-index:10;
	cursor:pointer;
}
#banner .scroll_icon::before{
	content:"";
	display:block;
	position:absolute;
	left:-50px;
	top:-35px;
	width:150px;
	height:150px;
	/*background:rgba(0,0,0,0.5);*/
	background:#000;
	border:5px solid #000;
	border-radius:75px;
	box-sizing:border-box;
	filter: blur(15px);
	opacity:0.5;
	/*
-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	
-webkit-box-shadow: -5px 0px 50px 20px #000;
-moz-box-shadow: 0px 0px 50px 20px #000;
box-shadow: 0px 0px 30px 30px #000;
	*/
}
#banner .scroll_icon::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	animation: greet_svg 2s infinite;
	background:url(images/scroll_icon.png) 50% 50% no-repeat;
	background-size:100%;
}
@keyframes greet_svg {
    0% {
        transform: translateY(-10px);
    }

    85% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
#banner .banner_wrap video{
	width:100%;
	height:auto;
}
#banner .banner_wrap .vol{
	position:absolute;
	/*top:calc(1% + 60px);*/
	top:85vh;
	left:3%;
	width:25px;
	height:25px;
	text-align:left;
	transition:0.3s;
	cursor:pointer;
	z-index:10;
	text-shadow: 2px 2px 4px rgba(0,0,0, 0.7);
}
#banner .banner_wrap .volume_off{
	opacity:0.95;
	margin-left:-2px;
}
#banner .banner_wrap .volume_off.ft{
	animation: blink 1s infinite;
	color:#f7e135;
}
#banner .banner_wrap .volume_on{
	display:none;
	opacity:0.5;
}
#banner .banner_wrap .vol:hover{
	opacity:1;
}
#banner .banner_wrap .vol svg{
	height:100%;
	width:auto;
}
@keyframes blink {
    0% {
        transform:  scale(1);
		opacity:0.5;
    }

    85% {
        transform:  scale(1.5);
		opacity:0.95;
    }

    100% {
        transform:  scale(1);
		opacity:0.5;
    }
}

/**/
.page-id-6 #tovari {
	padding:80px 0;
}
.page-id-6 .entry-content{
	padding: 0 0 20px 0;
}
#tovari {
	padding:100px 0 40px 0;
	/*background:url(images/body_bg.jpg) 0% 0% no-repeat;*/
	/*background:url(images/body_bg_ny.jpg) 0% 0% no-repeat;*/
	/*background:url(images/new_fon_brbad5.jpg) 0% 0% no-repeat;*/
	background:url(images/new_fon_brbad3.jpg) 0% 0% no-repeat;
	background-size:100%;
	background-attachment:fixed;
}
.post-15 h1,
#tovari .block_title{
	text-align:center;
	font-family: "RobotoBold";
	color:#f7e135;
	text-transform:uppercase;
	font-size:2em;
	line-height:2em;
	padding:20px 0;
}
#tovari .block_title{
	color:#3fb573;
	font-size:30px;
	line-height:1.3em;
}
.post-15 .vazhno{
	font-size:0.8em;
}
.post-15 .vazhno p{
	margin:0 0 10px 0;
}
.post-13 .telegram_login,
.post-15 .telegram_login{
	color:#3fb573;
}
/**/
.tovari_wrap {
	/*display:none;*/
	position:relative;
	background:#111;
	margin:0 0 40px 0;
}
.items_wrap {
	text-align:center;
	padding:0 0 3% 0;
}
.items_wrap .cat{
	margin:0 0 3% 0;
}
.items_wrap .cat_name{
	font-family: "RobotoBold";
	font-size:1.5em;
	width:95%;
	margin:0 auto 20px auto;
	background: #f7e135;
	color: #000;
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
	/*text-transform: uppercase;*/
}
.items_wrap .cat_name.cur,
.items_wrap .cat_name:hover{
	background: #3fb573;
}
.items_wrap .cat_name span{
	color:red;
}
.items_wrap .cat_items{
	display:none;
}
.items_wrap .item{
	display:inline-block;
	vertical-align:top;
	width:22%;
	margin:0 1.2% 3% 1.2%;
}
.items_wrap .item .promo{
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	background:#017a4f;	
	padding:0 20px;
	text-transform:uppercase;
}
.items_wrap .item .promo.sale{
	background:red;
	font-weight:bold;
}
.items_wrap .img{
	position:relative;
	margin:0 auto 20px auto;
}
.items_wrap .img .away,
.items_wrap .img .block{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-family: "RobotoBold";
	text-align:center;
	text-transform:uppercase;
	font-size:2em;
	line-height:1.2em;
	padding:85px 10px 0 10px;
	color:#3fb573;
	background:rgba(0,0,0,0.95);
	box-sizing:border-box;
}
.items_wrap .img .block{
	cursor:pointer;
}
.items_wrap .away .img .block,
.items_wrap .item.away_hide .img .away,
.items_wrap .active .img .block{
	display:none;
}
.items_wrap .item.away.away_hide .img .block{
	display:block;
}
.items_wrap img{
	display:block;
	width:100%;
	height:230px;
}
.items_wrap .item .title{
	font-family: "RobotoBold";
	text-align:center;
	font-size:1.35em;
	line-height:1em;
	margin:0 0 5px 0;
}
.items_wrap .item .desc{
	text-align:center;
	font-size:1.1em;
	line-height:1.3em;
	margin:0 0 5px 0;
}
.items_wrap .item .desc2{
	text-align:center;
	font-size:1em;
	line-height:1em;
	margin:0 0 20px 0;
}
.items_wrap .products{
	font-family: "RobotoBold";
	font-size:1.5em;
	line-height:2em;
	text-align:center;
	background:#333;
	color:#000;
	margin:0 0 10px 0;
	transition:0.3s;
	cursor:default;
}
.items_wrap .products.active{
	cursor:pointer;
	background:#f7e135;
}
.items_wrap .products.active:hover{
	background:#3fb573;
}
.items_wrap .sale .products.active{
	background:red;
	color:#fff;
}

/**/
.black_friday{
	position:relative;
	text-align:center;
	text-transform:uppercase;
	font-size:3em;
	padding:5px 0;
	background:#000;
	z-index:10;
}
.black_friday > *{
	vertical-align:middle;
}
.black_friday a{
	display:inline-block;
	padding:0 10px;
	font-size:0.5em;
	text-transform:none;
	color:#000;
	background:#f7e135;
	border:1px solid #f7e135;
}
.black_friday a:hover{
	color:#f7e135;	
	background:#000;
}
.black_friday .text1{
	color:red;
}
.black_friday .text2{
	color:#fff;
}
/**/
.prices_wrap{
	margin:0 0 20px 0;
	font-size:1.5em;
}
.prices_wrap .item{
	display:inline-block;
	width:33%;
	vertical-align:top;
	padding:10px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	box-sizing:border-box;
	text-align:center;
}
.prices_wrap .item:nth-child(3n){
	border-right:1px solid #ccc;
}
.prices_wrap .item:nth-last-child(3),
.prices_wrap .item:nth-last-child(2),
.prices_wrap .item:nth-last-child(1){
	border-bottom:1px solid #ccc;
}
.prices_wrap .title{
	font-weight:bold;
}
.prices_wrap .desc{
	line-height:1em;
	font-size:0.9em;
}
/**/
h1{
	font-family: "RobotoBold";
	font-size:2em;
	line-height:2em;
}
.entry-content p{
	margin:0 0 20px 0;
	font-size:1.3em;
	line-height:1.5em;
}
.entry-content em{
	font-family: "RobotoLight";
	font-style: italic;
}
.entry-content li{
	font-size:1.3em;
	line-height:1.5em;
}
.entry-content ul{
	list-style:disc;
	margin:0 0 20px 20px;
}
.entry-content ol{
	list-style:decimal;
	margin:0 0 20px 20px;
}
.entry-content .aligncenter {
	display:block;
	margin:0 auto;
	max-width: 100%;
	height: auto;
}
.entry-content h2,
.entry-content h3,
.entry-content h4{
	font-family: "RobotoBold";
	font-size:1.3em;
	line-height:1.5em;
	margin:0 0 20px 0;
}
.single .entry-content h2,
.single .entry-content h3{
	text-align:center;
}
.entry-content .center{
	text-align:center;
}
.entry-content div.center{
	font-size:1.3em;
	line-height:1.5em;
}
.adres_wrap blockquote,
.entry-content blockquote{
	display:block;
	margin:0 0 20px 0;
	padding:10px 10px 10px 20px;
	background:#222;
	border-left:2px solid #f7e135;
}
.adres_wrap blockquote p,
.entry-content blockquote p{
	margin:0;
}
.enter .hrline,
.entry-content .hrline{
	height:1px;
	border-bottom:1px solid #666;
	margin:20px 0;
}
.entry-content iframe{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.entry-content table{
	width:100%;
}
.entry-content tr:nth-child(2n+1){
	background:#333;
}
.entry-content th,
.entry-content td{
	padding:5px 10px;
}
.entry-content th{
	text-align:left;
	font-size:1.5em;
	font-family: "RobotoBold";
}
a.hid_link{
	color:#fff;
	cursor:text;
}
.kladi,
.faq_btc_btn,
.faq_mob_btn{
	font-family: "RobotoBold";
	background:#f7e135;
	color:#000;
	text-align:center;
	font-size:1.3em;
	margin:0 0 20px 0;
	padding:5px 0;
	cursor:pointer;
	text-transform:uppercase;
}
.kladi:hover,
.faq_btc_btn:hover,
.faq_mob_btn:hover{
	background:#3fb573;
}
.kladi_wrap,
.faq_bitcoin_wrap,
.faq_mob_wrap{
	display:none;
}
.faq_btc_btn_vars{
	width:60%;
	font-family: "RobotoBold";
	background:#f7e135;
	color:#000;
	text-align:center;
	font-size:1.3em;
	margin:0 auto 20px auto;
	padding:5px 0;
	cursor:pointer;
}
.faq_btc_btn_vars:hover{
	background:#3fb573;
}
.faq_btc_var_wrap{
	display:none;
}
.entry-content li img.aligncenter{
	margin:20px auto;
}
.kladi_wrap b{
	font-family: "RobotoRegular";
	text-transform:uppercase;
}
/**/
.post-36 h2{
	font-size:1.3em;
	line-height:1.5em;
	font-family: "RobotoBold";
	text-decoration:underline;
}
/**/
.order_tab_wrap{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.order_tab{
	position:relative;
    width: 70%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: #000;*/
    background: #fff;
	color:#000;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.7);
	font-size:1.3em;
}
.order_tab .close{
	position:absolute;
	top:1vh;
	right:1vw;
	width:20px;
	height:20px;
	font-size:1.5em;
	cursor:pointer;
	color:#000;
	transition:0.3s;
}
.order_tab .close:hover{
	color:red;
}
.order_tab .form_row{
	display:none;
}
.order_tab .order-title{
	font-size:2em;
	line-height:2em;
}
.order_tab .wpcf7{
	display:none;
	width:100%;
}
.order_tab .form_row.submit_wrap{
	display:block;
	width:100%;
}
.order_tab .wpcf7-submit{
	display:block;
	margin:0 auto;
	padding:0 20px;
	color:#000;
	background:#f7e135;
	border:none;
	font-family: "RobotoBold";
	font-size:1.5em;
	line-height:2em;
	text-transform:uppercase;
	cursor:pointer;	

	-webkit-appearance: none;
	border-radius: 0;
}
.order_tab .wpcf7-submit:hover{
	background:#3fb573;
}
.order_tab #phone_info,
.order_tab #comments_namber{
	font-family: "RobotoBold";
}
.order_tab .data_wrap{
	width:50%;
	margin:0vh auto 3vh auto;
	text-align:left;
	font-size:2.3vh;
	line-height:3vh;
}
.order_tab .data_wrap span{
	font-family: "RobotoBold";
}
.order_tab .data_wrap .skidka,
.order_tab .data_wrap .kurs,
.order_tab .data_wrap .payment-info{
	display:none;
}
.order_tab .skidka_green,
.skidka_green,
.order_tab .data_wrap .skidka span{
	color:#3fb573;
}

.order_tab .payment{
	display:flex;
	flex-direction: row;
	justify-content: center;
	width:100%;
}
.order_tab .phone_option,
.order_tab .bitcoin_option{
	position:relative;
	width:30%;
	/*height:100px;*/
	margin:0 20px;
}
.order_tab .payment .info{
	display:none;
	position:relative;
	bottom:0;
	width:100%;
	text-align:center;
}
.order_tab .payment .logo{
	margin:0 0 3vh 0;
	cursor:pointer;
}
.order_tab .phone_option .logo{
	/*background:url(images/Tele2_logo.svg.png) 50% 50% no-repeat;*/
	background:url(images/mts-logo.svg) 50% 50% no-repeat;
	background-size:60%;
	width:100%;
	height:100px;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
.order_tab .bitcoin_option .logo{
	background:url(images/bitcoin.png) 50% 50% no-repeat;
	background-size:80%;
	width:100%;
	height:100px;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
.order_tab .bitcoin_option .info{
	font-family: "RobotoBold";
}
.order_tab .payment .desc{
	min-height:50px;	
}
.order_tab > .desc {
	margin:0 0 3vh 0;
}
.order_tab .desc span{
	text-transform:uppercase;
}
.payment-step2,
.payment-step2 .payment-opt1,
.payment-step2 .payment-opt2{
	display:none;
}
.payment-step2 {
	position:relative;
	width:100%;
}
.payment-back{
	position:absolute;
	display:inline-block;
	top:-3vh;
	right:10%;
	cursor:pointer;
	/*color:#f7e135;*/
	color:#000;
	background:#ccc;
	padding:0 10px;
	border:1px solid #ccc;
	transition:0.3s;
}
.payment-back:hover{
	background:#fcfcfc;
}
/*
.payment-back:hover{
	color:#3fb573;
}
*/
.payment-opt2 #bitcoin_info span{
	font-family: "RobotoBold";
}
.payment-opt2 .qr_code img{
	display:block;
	margin:0 auto;
}
.payment-step2 .faq a{
	display:inline-block;
	text-decoration:underline;
	margin:0 0 2vh 0;
	color:#000;
}
.payment-step2 .faq span{
	text-transform:uppercase;
}
.payment-step2 .payment-info{
	position:relative;
	display: inline-block;
	font-size:0.9em;
	line-height:1.1em;
	border:1px solid red;
	margin:0 0 3vh 0;
	padding:20px 10px 10px 10px;
}
.payment-step2 .payment-info .caption{
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	background:red;
	padding:0 5px;
	text-transform:uppercase;
	font-family: "RobotoBold";
	font-size:0.9em;
	padding:0 10px 1px 10px;
}

.payment-step2 .telegram {
	color:#0088cc;
}
.telegram a,
.adres_wrap .telegram a,
.payment-step2 .telegram a{
	color:#0088cc;
	text-decoration:underline;
}
.payment-step2 .telegram_login{
	font-family: "RobotoBold";
}
.payment-step2 .check{
	display:inline-block;
	position:relative;
	color:red;	
	font-family: "RobotoBold";
	margin:0 3vh 3vh 3vh;
	padding:0 0 0 30px;
}
.payment-step2 .check a{
	color:red;
	text-decoration:underline;
}
.payment-step2 .check .fa{
	position:absolute;
	left:0;
	font-size:1.7em;
	/*color:#f7e135;*/
	color:#3fb573;
	cursor:pointer;
}
.payment-step2 .check .fa-check-square-o,
.payment-step2 .check.active .fa-square-o{
	display:none;
}
.payment-step2 .check .fa-square-o,
.payment-step2 .check.active .fa-check-square-o{
	display:block;
}
.payment .skidka_red,
.payment-step2 .payment-opt1 .skidka_red,
.payment-step2 .payment-opt1 .info span.skidka_red{
	color:red;
}
.payment-step2 .desc{
	position:relative;
}
.order_tab .ip-info{
	display:none;
}
/**/
.block_step{
	position:absolute;
	left:0;
	top:0;
	text-transform:uppercase;
	font-size:0.8em;
	padding:0 10px;
	border:1px solid #333;
	color:#aaa;
}
/**/
/*
#tovari .ray_select .block_title{
	display:none;
}
*/
#tovari .priziv_wrap{
	padding:20px 0;
	margin:0 0 40px 0;
	position:relative;
	background:#111;
}
#tovari .priziv_wrap .block_title{
	color:red;
	line-height:1.3em;
	font-size:50px;
	padding:0;
}
#tovari .place_wrap {
	padding:0 0 20px 0;
	margin:0 0 40px 0;
	position:relative;
	background:#111;
	transition:0.3s;
}
#tovari .place_wrap .block_title{
	font-size:30px;
	color:#3fb573;
	line-height:1.3em;
}
#tovari .place_wrap .city_wrap,
#tovari .place_wrap .ray_select{
	display:inline-block;
	vertical-align:top;
	width:49%;
	text-align:center;
}
#tovari .place_wrap select{
	width:90%;
	margin:0 auto;
	display:none;
	background:#000;
	font-size:1.5em;
	padding:0.5em 1em;
	box-sizing:border-box;
	border:1px solid #f7e135;
	margin:0 0 40px 0;
	color:#fff;
}
#tovari .place_wrap input{
	display:block;
	width:90%;
	margin:0 auto;
	padding:7px 20px;
	box-sizing:border-box;
	font-size:20px;
}
/**/
.tip {
	position:relative;
	width:90%;
	margin:0 auto;
	text-align:left;
	font-size:1.2em;
}
.tip ul{
	position:absolute;
	width:100%;
	background:rgba(0,0,0,0.9);
	max-height:350px;
	overflow-y:scroll;
	z-index:10;
}
.tip ul::-webkit-scrollbar {
    width: 5px;
} 
.tip ul::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}
.tip ul::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}
.tip ul::-webkit-scrollbar-track{
    border-width:0;
}
.tip ul::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}
.tip li{
	display:block;
	margin:0 5px;
	cursor:pointer;
	transition:0.3s;
	border-bottom:1px solid #333;
	padding:5px 20px;
	box-sizing:border-box;
	font-size:18px;
}
.tip li:hover{
	color:#f7e135;
}
/**/
#tovari .adres_wrap{
	position:relative;
	padding:0 0 20px 0;
	margin:0 0 40px 0;
	background:#111;
}
#tovari .adres_wrap .block_text{
	text-align:center;
	font-size:1.5em;
	/*padding:0 0 20px 0;*/
	padding:10px 3%;
}
#tovari .adres_wrap .telegram_login{
	color:#3fb573;
}
#tovari #body{
	padding:10px 3%;
	background:#111;
	min-height:30vh;
}
.home #tovari #body{
	min-height:10vh;
}
/**/
#tovari .back_to_shop{
	font-family: "RobotoBold";
	display:block;
	padding:3px 0 6px 0;
	margin:0 auto 40px auto;
	width:20vw;
	background:#f7e135;
	color:#000;
	text-align:center;
	font-size:2em;
	line-height:1em;
}
#tovari .back_to_shop:hover{
	background:#3fb573;
}
/**/
#comments .entry-title{
	font-family: "RobotoBold";
	font-size:2em;
	line-height:2em;
}
#comments .author{
	font-family: "RobotoBold";
	font-size:1.5em;
}
#comments ul.comment-list li {
	display:block;
	background:#111;
	margin:0 0 20px 0;
	padding:10px 20px;
}
#comments ul.comment-list > li {
	border-bottom:1px solid #333;
}
#comments ul.comment-list .children li{
	margin:0 0 0 0;
	padding:10px 20px 0 20px;;
}
#comments .media-body p{
	font-size:1.2em;
	line-height:1.5em;
}
#comments .comment-reply-link{
	font-size:1.2em;
}
#respond {
	width:50%;
	margin:0 auto;
}
#respond input,
#respond textarea{
	display:block;
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
	font-family:'RobotoRegular';
	font-size:1.2em;
	margin:0 0 20px 0;
}
#respond textarea{
	height:100px;
}
#respond #submit{
	width:50%;
	border:0;
    font-family: "RobotoBold";
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
    background: #f7e135;
    color: #000;
    cursor: pointer;
    margin: 0 auto 20px auto;
    transition: 0.3s;
	
	-webkit-appearance: none;
	border-radius: 0;
}
#respond #submit:hover{
	background: #3fb573;
}
.comment-form-cookies-consent{
	display:none;
}
 #comments .mess{
	 display:none;
	 text-align:center;
	 font-size:1.5em;
	 line-height:1em;
 }
/**/
.back_to_top{
	display:none;
	position:fixed;
	left:2vw;
	bottom:10vh;
	width:30px;
	height:30px;
	/*background:rgba(63,181,115,0.5);*/
	background: #f7e135;
	color:#000;
	opacity:0.3;
	transition:0.3s;
	cursor:pointer;
	font-size:20px;
	line-height:30px;
	padding:3px 0 0 0;
	box-sizing:border-box;
	text-align:center;
}
.back_to_top:hover{
	opacity:1;
}
.back_to_top > *{
	width:60%;
	height:auto;
}
/**/
.have_bought {
	position:fixed;
	color:#000;
	padding:10px 20px;
	background:#f7e135;
	top:20vh;
	margin-right:-2000px;
	right:3vw;
	z-index:100;
}
.have_bought svg{
	width:30px;
	height:30px;
	margin:0 10px 0 0;
}
.have_bought span{
	font-size:2vh;
}
.have_bought > *{
	display:inline-block;
	vertical-align:middle;
}
/**/
.category article {
	border-bottom:1px solid #333;
	position:relative;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	min-height:220px;
}
.category article .thumbnail{
	display:block;
	float:left;
	margin:0 40px 0 0;
}
.category article .entry-title a{
	font-size:1.5em;
	line-height:1.3em;
}
.category article .entry-content a{
	font-family: "RobotoBold";
	display:block;
	position:absolute;
	right:0;
	bottom:30px;
	margin:0;
	width:140px;
	text-align:center;
	color:#000;
	background:#f7e135;
}
.category article .entry-content a:hover{
	background:#3fb573;
}
/**/
.single .thumbnail {
	text-align:center;
	margin:20px 0;
}
.single .thumbnail img{
	max-width:100%;
	height:auto;
}
.single img.alignnone {
	display:block;
	margin:0 auto;
}
/**/
.category-tovaryi h1{
	margin:0 0 20px 0;
}
.category-tovaryi .thumbnail{
	float:left;
	margin:0 40px 40px 0;
}
/**/
.error404 #tovari #body{
	background:#111 url(images/404_bg.png) 100% 50px no-repeat;
	background-size:50%;
	min-height:600px;
	text-align:center;
}
.error404 #tovari #body a{
	display:inline-block;
	color:#000;
	background:#f7e135;
	text-transform:uppercase;
	font-size:1.5em;
	padding:10px 20px;
}
.error404 #tovari #body a:hover{
	background: #3fb573;
}
/**/
.sign{
	font-family: "RobotoBold";
	display:inline-block;
	background:#f7e135;
	color:#000;
	padding:0 20px;
	margin:0 0 0 80%;
}
.sub_title{
	font-family: "RobotoBold";
	display:block;
	width:20vw;
	min-width:240px;
	background:#f7e135;
	color:#000;
	text-align:center;	
	margin:20px auto 40px auto;
	padding:5px 0;
	font-size: 1.3em;
	line-height: 1em;
}
/**/
.social{
	text-align:center;
	padding:20px 0 0 0;
}
.social a{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
}
.social a .fa{
	font-size:36px;
}
.social a.email,
.social a.jabber{
	color:#000;
	background:#f7e135;
	width:36px;
	height:36px;
	border-radius:18px;
}
.social a.email:hover,
.social a.jabber:hover{
	background:#3fb573;
}
.social a.email .fa,
.social a.jabber .fa{
	font-size:20px;
	line-height:36px;
}
/**/
.post-9 video{
	width:100%;
	height:auto;
}
/**/
.gal_wrap {
	margin:20px 0 70px 0;
}
.gal_wrap .gallery {
	text-align:center;
}
.gal_main_img{
	margin:20px 0;
}
.gallery-item{
	position:relative;
	display:inline-block;
	margin:0 0.6%;
	cursor:pointer;
	overflow:hidden;
	border:2px solid #007d51;
}
.gallery-item:before{
	content:"\f00e";
	font-family:"FontAwesome";
	position:absolute;
	font-size:2em;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	padding:40% 0 0 0;
	opacity:0;
	transition:0.3s;
	box-sizing:border-box;
}
.gallery-item:hover:before{
	opacity:1;
}
.gallery-item img{
	display:block;
	transition:0.3s;
}
.gallery-item:hover img{
	opacity:0.5;
}
/**/
.pagination {
	display:block;
	text-align:center;
	padding:20px 0;
}
.pagination li{
	display:inline-block;
	margin:0 10px;
}
.pagination span,
.pagination a{
	display:block;
	width:20px;
	line-height:20px;
	font-size:1.2em;
	border:1px solid #f7e135;
}
.pagination span{
	color:#f7e135;
}
.pagination a{
	color:#000;
	background:#f7e135;
}
.pagination a:hover{
	border:1px solid #3fb573;
	background:#3fb573;
}
/**/
.wrap_ra_art{
	margin:0 0 40px 0;
}
.tp_title,
.ra_title{
	font-family: "RobotoBold";
	font-size: 2em;
	line-height: 2em;
}
.ra_item {
	display:inline-block;
	vertical-align:top;
	width:264px;
	margin:0 9px;
}
.ra_item_title a{
	font-size: 1.5em;
	line-height: 1.3em;
}
/**/
.red{
	color:red;
}
.yel{
	color:#f7e135;
}
.green{
	color:#3fb573;
}

/**/
.updated,
.vcard.author{
	display:none;
}
/**/
#footer {
	padding:30px 0 20px 0;
}
#footer .widget_text {
	text-align:center;
}
#footer .widget_text span{
	display:block;
	font-size:18px;
	margin:0 20px 0 0;
}
#footer .widget_text span{
	vertical-align:middle;
}
#footer .widget_text a.pbh{
	position:absolute;
	width: 200px;
	right: 0;
	top: 20px;
}
#footer .widget_text a.pbh img{
	width:100%;
	height:auto;
}
/**/
.enter{
	text-align:center;
	width:60%;
	margin:0 auto;
	padding:50px 0 0 0;
}
.enter .wpcf7-submit{
    font-family: "RobotoBold";
    display: block;
    padding: 3px 0 6px;
    margin: 40px auto;
    width: 270px;
    background: #f7e135;
    color: #000;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
	border:0;
	cursor:pointer;
	transition:0.3s;
	
	-webkit-appearance: none;
	border-radius: 0;
}
.enter .wpcf7-submit:hover{
	background: #3fb573;
}
.enter .check{
	display:inline-block;
	position:relative;
	font-size:18px;
}
.enter .check .fa{
	position:absolute;
	left:0;
	top:-2px;
	font-size:1.7em;
	/*color:#f7e135;*/
	color:#3fb573;
	cursor:pointer;
}
.enter .check .fa-check-square-o,
.enter .check.active .fa-square-o{
	display:none;
}
.enter .check .fa-square-o,
.enter .check.active .fa-check-square-o{
	display:block;
}

/**/
.order_tab div.wpcf7-response-output{
	margin:0px;
}
/**/
.moby .container{
	max-width:100vw;
	padding:0 10px;
	box-sizing:border-box;
}
.moby #banner{
	display:none;
}
.moby #header{
	position:relative;
	height:auto;
	padding:10px 0;
}
.moby #header .widget_text{
	position:relative;
	right:auto;
	top:auto;
	text-align:center;
}
.moby #header .row > *{
	display:block;
}
.moby .site-branding{	
	text-align:center;
	margin:0;
}
.moby .menu_title{
	display:block;
	text-align:right;
	font-size:2em;
	cursor:pointer;
}
.moby #main_menu {
	padding:0;
}
.moby #main_menu ul{
	display:none;
}
.moby #main_menu li{
	display:block;
	text-align:center;
}
/*
.moby .have_bought{
	display:none;
}
*/
.moby .have_bought span {
    font-size: 13px;
}
.moby .have_bought svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}
.moby #banner{
	height:65vh;
}
.moby #banner .banner_wrap,
.moby #banner .banner_wrap .item{
	height:100%;
	z-index:1;
}
.moby #banner .banner_wrap .item img{
	height:100%;
	width:auto;
}
.moby #tovari .place_wrap .city_wrap, 
.moby #tovari .place_wrap .ray_select {
	display:block;
	width:100%;
}
.moby .items_wrap {
	padding:0 0 40px 0;
}
.moby .items_wrap .item{
	display:block;
	width:90%;
	margin:0 auto 40px auto;
	box-sizing:border-box;
}
.moby #tovari {
	padding:40px 0;
	/*
    background: url(images/body_bg.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
	*/
	background:none;
}
.moby #tovari::before {
	content:"";
	position:fixed;
	top:0;
	height:0;
	width:100vw;
	height:100vh;
	z-index: 0;
    /*background: url(images/body_bg.jpg) 50% 50% no-repeat;*/
    /*background: url(images/new_fon_brbad5.jpg) 50% 50% no-repeat;*/
    background: url(images/new_fon_brbad3.jpg) 50% 50% no-repeat;
    background-size: auto 100vh;
}
.moby #respond #submit,
.moby #respond{
	width:100%;
}
.moby #tovari .back_to_shop{
	width:100%;
	font-size: 2em;
	line-height: 1.5em;
}
.moby .order_tab{
	width:90%;
	height:90%;
}
.moby .order_tab .order-title{
	font-size: 1.5em;
	line-height: 1.5em;
}
.moby .order_tab .data_wrap{
	width:90%;
	margin:0 auto;
}
.moby .order_tab > .desc {
	margin:2vh 0;
}
.moby .order_tab > .desc br{
	display:none;
}
.moby .payment-back{
	position:relative;
	top:auto;
	right:auto;
	text-align:center;
	margin:1vh 0;
}
.moby .order_tab .payment{
	flex-direction: column;
	font-size:0.9em;
	line-height:1.5em;
}
.moby .order_tab .phone_option, 
.moby .order_tab .bitcoin_option{
	width:100%;
	margin:0 auto 3vh auto;
}
.moby .order_tab .bitcoin_option .logo,
.moby .order_tab .phone_option .logo{
	width:70%;
	margin:0 auto 2vh auto;
	height:70px;
	max-width: 250px;
}
.moby .payment-step2{
	font-size:0.9em;
	line-height:1.3em;
}
.moby .payment-step2 .faq a{
	margin:0;
}
.moby .payment-step2 .check{
	font-size:0.9em;
	line-height:1em;
	margin: 0 3vh 2vh 3vh;
}
.moby .payment-step2 .payment-info{
	max-width:90%;
	font-size:1em;
	line-height:1em;
	margin: 2vh 0;
}
.moby .payment-opt2 .qr_code{
	display:none;
}
.moby .order_tab .wpcf7-submit{
	max-width:250px;
	width:90%;
	font-size:1.3em;
	line-height:1.5em;
	padding:0 10px;
}
.moby .order_tab .close{
	right:2vw;
	width:15px;
	height:15px;
}
.moby .payment-info a.telegram{
	display:block;
	line-height: 1.5em;
}
.moby #footer{
	position:relative;
	z-index:1;
	background:#000;
}
.moby .faq_btc_btn_vars, .moby .faq_btc_btn, .moby .faq_mob_btn{
	font-size:1em;
}
.moby.category article .thumbnail{
	float:none;
	margin:0;
	text-align:center;
}
.moby.category article .thumbnail img{
	max-width:100%;
	height:auto;
}
.moby.category article {
	padding:0;
}
.moby.category article .entry-content a{
	position:relative;
	bottom:auto;
	margin:20px 0 25px 0;
}
.moby .back_to_top{
	display:none;
}
.moby .sign{
	margin: 0 0 0 40%;
}
.moby .items_wrap .img{
	max-width:240px;
}
.moby .entry-content th{
	font-size:12px;
}
.moby .faq_btc_btn_vars{
	width:100%;
}
.moby .entry-content th, .moby .entry-content td{
	padding:3px;
}
.moby.error404 #tovari #body {
    background: #111 url(images/404_bg.png) 50% 100% no-repeat;
    background-size: 80%;
    min-height: 80vh;
    text-align: center;
}
.moby.single h1{
	line-height:1.2em;
}
.moby .ra_item{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.moby .ra_item img{
	max-width:100%;
	height:auto;
}
.moby .items_wrap .cat_name{
	font-size:1em;
}
.moby .enter{
	width:100%;
	padding:50px 10px 0 10px;
	box-sizing:border-box;
}
.moby span.wpcf7-list-item{
	margin:0;
}
.moby .enter .check .fa{
	top:-30px;
	left:50%;
	margin:0 0 0 -10px;
}
/**/
.moby #cboxLoadedContent{
	margin:0;
}
.moby #cboxContent,
.moby #cboxLoadedContent, .moby #cboxWrapper, .moby #colorbox {
    width: 100% !important;
    box-sizing: border-box;
}
.moby #cboxLoadedContent img {
	width:100%!important;
	height:auto!important;
}
.moby #cboxNext,
.moby #cboxNext:before,
.moby #cboxPrevious,
.moby #cboxPrevious:before{
	font-size:10vh;
	width:10vh;
	height:10vh;
}
.moby #cboxContent,
.moby #cboxLoadedContent{
	background:none;
}
.moby #cboxNext,
.moby #cboxPrevious{
	top:35%;
}
/**/
.moby .prices_wrap {
	font-size:1.2em;
}
.moby .prices_wrap .item{
	width:50%;
}
.moby .prices_wrap .item:nth-child(3n){
	border-right:none;
}
.moby .prices_wrap .item:nth-child(2n){
	border-right:1px solid #ccc;
}
.moby .prices_wrap .item:nth-last-child(4),
.moby .prices_wrap .item:nth-last-child(3){
	border-bottom:none;
}
.moby .prices_wrap .title{
	font-size:0.9em;
	line-height:1em;
	min-height:26px;
}
.moby .prices_wrap .desc{
	min-height:30px;
	margin:5px 0;
}
/**/
.moby #tovari .priziv_wrap .block_title{
	font-size:28px;
}
.moby #tovari .place_wrap .block_title{
	font-size:24px;
}
.moby #tovari .place_wrap input{
	font-size:14px;
}
.moby #tovari .block_title{
	font-size:24px;
}
/**/
html > div{
	display:none!important;
}
/**/
@media screen and (width: 1024px) {
	.moby.error404 #tovari #body {
		background: #111 url(images/404_bg.png) 50% 100% no-repeat;
		background-size: 60%;
		min-height: 100vh;
		text-align: center;
	}
}
@media screen and (max-width: 1366px) {
	.order_tab{
		height:90vh;
	}
}









