@import url("reset.css");


/* font-family: "LatoRegular"; */
@font-face {
    font-family: "LatoRegular";
    src: url("../fonts/lato/LatoRegular/LatoRegular.eot");
    src: url("../fonts/lato/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoRegular/LatoRegular.woff") format("woff"),
    url("../fonts/lato/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("../fonts/lato/LatoBold/LatoBold.eot");
    src: url("../fonts/lato/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoBold/LatoBold.woff") format("woff"),
    url("../fonts/lato/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoItalic"; */
@font-face {
    font-family: "LatoItalic";
    src: url("../fonts/lato/LatoItalic/LatoItalic.eot");
    src: url("../fonts/lato/LatoItalic/LatoItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoItalic/LatoItalic.woff") format("woff"),
    url("../fonts/lato/LatoItalic/LatoItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "LatoLight";
    src: url("../fonts/lato/LatoLight/LatoLight.eot");
    src: url("../fonts/lato/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoLight/LatoLight.woff") format("woff"),
    url("../fonts/lato/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBoldItalic"; */
@font-face {
    font-family: "LatoBoldItalic";
    src: url("../fonts/lato/LatoBoldItalic/LatoBoldItalic.eot");
    src: url("../fonts/lato/LatoBoldItalic/LatoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoBoldItalic/LatoBoldItalic.woff") format("woff"),
    url("../fonts/lato/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLightItalic"; */
@font-face {
    font-family: "LatoLightItalic";
    src: url("../fonts/lato/LatoLightItalic/LatoLightItalic.eot");
    src: url("../fonts/lato/LatoLightItalic/LatoLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoLightItalic/LatoLightItalic.woff") format("woff"),
    url("../fonts/lato/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* @group Общий стиль */
html,
body {
	width: 100%;
	/*height: 100%;*/
}
body{
	background:#222;
	color: #eee;
	font:300 15px/20px 'LatoRegular', Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
#tinymce{
	background:#fff;
	color: #000;
}
#tinymce .title_stile3, 
#tinymce .post h2.title_stile3, 
#tinymce .post h3.title_stile3{
	color: #000;
}
#tinymce .content_block_1 > .wrapper{
	color: #fff;
}


.skiptranslate {
    display: none !important;
}
.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

*{
  box-sizing: border-box;
}

p{margin-bottom: 15px;}

h1,
.h1{
	font-size:28px;
	line-height:1;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	line-height:24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h4,
.h4{
	display: table;
	font-size: 20px;
	font-family: 'LatoLight';
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	padding: 0 10px;
	margin: 0 auto 15px;
}
.h4:before,
.h4:after{
	content: '';
	background: rgba(255,255,255,.2);
	position: absolute;
	top: 50%;
	width: 70px;
	height: 1px;
}
.h4:before{
	right: 100%;
}
.h4:after{
	left: 100%;
}

a {
	color:#fff;
	text-decoration:none;
	transition:0.3s;
}

/*a:hover {
	color:#b59210;
}*/

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
/* @end — Общий стиль */


.main_wrapper{
	transition: .5s;
}
.main_wrapper.blur{
	-webkit-filter: blur(5px) brightness(120%);
	-moz-filter: blur(5px) brightness(120%);
	-o-filter: blur(5px) brightness(120%);
	-ms-filter: blur(5px) brightness(120%);
	filter: blur(5px) brightness(120%);
}

.main_wrapper > .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.main_wrapper > .bg.view{
	background: #222 url("../images/bg.jpg") center;
	background-size: cover;
}

.video_container{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video_container video {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.video_container:after{
	content: '';
	background: rgba(10,10,10,.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.main_width{
	display: block;
	width: calc(100% - 40px);
	max-width: 1400px;
	margin: 0 auto;
}
.vertical_line{
	border-left: rgba(255,255,255,.2) 1px solid;
	height: 100%;
}
.vertical_line .cop{
	color: rgba(255,255,255,.25);
	font-family: "LatoLight";
	font-size: 12px;
	text-transform: uppercase;
	position: fixed;
	bottom: 0;
	transform-origin: 0 0;
    transform: rotate(-90deg);
    margin: 0 0 -10px -22px;
}
.vertical_line .cop a{
	color: rgba(255,255,255,.25);
}
.main_wrapper > .inblock{
	position: relative;
	z-index: 2;
	overflow-x: hidden;
}
.gallery_show .main_wrapper > .inblock{
	overflow: initial;
}

.content_block{
	float: right;
	width: calc(100% - 300px - 10px);
	padding: 60px 0 30px;
}
.th_home .content_block{
	padding-top: 60px;
}
.th_product .content_block{
	padding-top: 30px;
}
.left_sidebar,
.left_sidebar *{
	box-sizing: border-box;
}
.left_sidebar{
	float: left;
	width: 300px;
}
.left_sidebar > .wrapper{
	padding: 20px 40px;
}
.left_sidebar a:hover{
	color: #ddd;
}
.left_sidebar .logo{
	margin: 40px 0 50px -5px;
}
.left_sidebar .logo a{
	display: block;
	text-align: center;
}
.left_sidebar .logo img{
	width: 100%;
}

.left_sidebar .menu{
	font-family: 'LatoBold';
	font-size: 14px;
	line-height: 1;
	margin: 0 0 30px;
}
.left_sidebar .menu a{
	display: block;
}
.left_sidebar .menu ul{
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.left_sidebar .menu > ul > li{
	position: relative;
	padding: 15px 0;
}
.left_sidebar .menu > ul > li.selected{
	border-top: rgba(255,255,255,.2) 1px solid;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	margin: 15px 0;
	padding: 30px 0 26px;
}
.left_sidebar .menu > ul > li.selected:after{
	content: '';
	background: #b0976d;
	position: absolute;
	left: -40px;
	top: 0;
	width: 1px;
	height: 100%;
}
.left_sidebar .menu > ul > li.selected > a{
	font-size: 20px;
	font-family: 'LatoRegular';
}
.left_sidebar .menu > ul > li.selected a.selected,
.left_sidebar .menu .active{
	color: #b0976d;
}
.left_sidebar .menu > ul ul{
	margin: 3px 0 0;
}
.left_sidebar .menu > ul ul li{
	font-size: 14px;
	font-family: 'LatoRegular';
	padding: 20px 0 0;
}

.left_sidebar .menu > ul > li.home_selected.selected{
	padding: 20px 0 15px;
	margin: 0 0 10px;
}
.left_sidebar .menu > ul > li.home_selected.selected > a{
	font-size: 14px;
}
.left_sidebar .language li span{
	cursor: pointer;
}


.left_sidebar .user_block{
	border-top: rgba(255,255,255,.2) 1px solid;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	font-size: 12px;
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.left_sidebar .user_block .reg_log a{
	text-align: center;
	text-transform: uppercase;
	float: left;
	padding: 15px 0;
}
.left_sidebar .user_block .reg_log a:first-child{
	border-right: rgba(255,255,255,.2) 1px solid;
	width: calc(60% - 1px);
}
.left_sidebar .user_block .reg_log a:last-child{
	width: 40%;
}
.left_sidebar .user_wrapper{
	position: relative;
	/*width: 160px;*/
	float: left;
	padding: 15px 0 12px 40px;
}
.left_sidebar .user_wrapper .icon{
	color: #b0976d;
	font-size: 34px;
	position: absolute;
	top: 10px;
	left: 0;
}
.left_sidebar .user_wrapper .info{
	color: rgba(255,255,255,.5);
	font-size: 10px;
	line-height: 1;
	margin: 0;
}
.left_sidebar .user_block .user_name{
	line-height: 1;
}
.main_wrapper .user_block .button.xs{
	clear: both;
	float: left;
	margin: 3px 0 10px 40px;
}
.left_sidebar .phone{
	border-top: rgba(255,255,255,.2) 1px solid;
	padding: 30px 0 0;
	margin: 20px 0 20px;
}
.left_sidebar .phone a{
	font-size: 19px;
	line-height: 30px;
}
.left_sidebar .phone img{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}

.left_sidebar .address{
	margin: 0 0 10px;
}
.left_sidebar .address a{
	line-height: 40px;
}
.left_sidebar .address img{
	float: left;
	width: 25px;
	height: 36px;
	margin: 0 13px 0 2px;
}
.left_sidebar .address a span{
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	vertical-align: middle;
	padding: 2px 0 0;
}
.left_sidebar .address span i{
	color: #b0976d;
	font-style: normal;
}
.left_sidebar .infrastructure{
	display: inline-block;	
	font-size: 14px;
	text-transform: uppercase;
	line-height: 50px;
}
.left_sidebar .infrastructure img{
	float: left;
	height: 50px;
	margin: 0 13px 0 0;
}
.sidebar_bg,
.cart_informer_bg{
	display:block;
	position:fixed;
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	transition:background .5s;
	z-index:2900;
}
.sidebar_bg.active{
	background:rgba(0,0,0,0.6);
	left:0;
}

.page_title{
	font-size: 42px;
	font-family: 'LatoBold';
	text-align: center;
}
.content_block img.image{
	max-width: 100%;
}

.path{
	text-align: center;
	position: relative;
	margin: 0 0 30px;
}
.path div{
	display: inline-block;
}
.path > div:first-child a:before{
	content: '';
	background: rgba(255,255,255,.2);
	position: absolute;
	left: -50px;
	top: calc(50% - 1px);
	width: 50px;
	height: 1px;
}
.path > div:last-child span:before{
	content: '';
	background: rgba(255,255,255,.2);
	position: absolute;
	right: -50px;
	top: calc(50% - 1px);
	width: 50px;
	height: 1px;
}
.path a,
.path span{
	display: inline-block;
	color: #ddd;
	font-size: 12px;
	line-height: 1;
	font-family: "LatoLight";
	text-transform: uppercase;
	position: relative;
	padding: 7px 12px;
}
.path a:hover{
	color: #b0976d;
}
.path a:after{
	content: '';
	background: rgba(255,255,255,.2);
	position: absolute;
	right: -2px;
	top: 0;
	width: 1px;
	height: 100%;
	transform: rotate(10deg);
}
.path i{
	font-style: normal;
}

.doc_link{
	display: inline-block;
	border: rgba(255,255,255,.2) 1px solid;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	padding: 9px 10px 9px 39px;
	margin: 5px 0 0;
}
.doc_link i{
	color: #b0976d;
	font-size: 24px;
	position: absolute;
	top: 3px;
	left: 9px;
}
.doc_link:hover{
	background: rgba(0,0,0,.4);
}

.text_block{
	font-family: "LatoLight";
	text-align: justify;
	clear: both;
}
.text_block img{
	max-width: 100%;
}
.text_block ul{
	margin: 0 0 10px 15px;
}

.text_block ul li{
	margin: 0 0 10px;
}
.text_block ul.ul{
	list-style: none;
	margin: 0;
}
.text_block ul.ul li{
	position: relative;
	padding-left: 60px;
}
.text_block ul.ul li:before{
	content: '';
	background: #fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px;
	height: 1px;
}
/*.text_block ul.ul li:after{
	content: '';
	background: #b0976d;
	border-radius: 10px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 11px;
	height: 11px;
}*/
.text_block table{
	border-top: rgba(255,255,255,.2) 1px solid;
	line-height: 1;
	text-align: left;
	width: 100%;
	max-width: 100%;
	overflow-y: auto;
}
.text_block table th{
	background: rgba(255,255,255,.1);
}
.text_block table td,
.text_block table th{
	padding: 15px;
	border-bottom: rgba(255,255,255,.2) 1px solid;
}
.text_block .info_txt{
	display: table;
	background: rgba(255,255,255,.2);
	border-left: #b0976d 2px solid;
	font-style: italic;
	padding: 10px 15px;
}

.text_block .t_block{
	display: table;
	width: 100%;
	padding: 10px 0 25px;
}

.text_block dl.dl_s1 dt{
	color: #b0976d;
	font-family: 'LatoRegular';
	font-size: 20px;
	line-height: 24px;
	position: relative;
	padding-left: 28px;
	margin: 0 0 5px;
}
.text_block dl.dl_s1 dt:before{
	content: '\f046';
	color: #b0976d;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
}

.text_block dl.dl_s1 dd{
	padding-left: 28px;
	margin: 0 0 15px;
}

.text_block .t_block .column{
	display: table-cell;
	border-left: rgba(255,255,255,.2) 1px solid;
	vertical-align: top;
	padding: 0 25px;
}
.text_block .t_block .column:first-child{
	border: none;
	padding-left: 0;
}
.text_block .t_block .column:last-child{
	padding-right: 0;
}
.text_block .t_block .column p:last-child{
	margin-bottom: 0;
}
.th_home .text_block .t_block .column{
	width: calc(50% - 26px);
}
.text_block .gr_block{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.text_block .gr_block > .item{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	text-align: center;
	float:left;
	width:50%;
	max-width:50%;
	vertical-align:top;
	position:relative;
	padding: 20px;
}
.text_block .gr_block > .item:nth-child(2n - 1){
	border-right: rgba(255,255,255,.2) 1px solid;
	width:calc(50% - 1px);
	max-width:calc(50% - 1px);
}
.text_block .gr_block > .item > .wrapper{
	position: relative;
}
.text_block .gr_block > .item img{
	width: 100%;
}
.text_block hr{
	border: none;
	border-top: rgba(255,255,255,.2) 1px solid;
	margin: 20px 0;
}
.two_column_block,
.three_column_block{
	display: inline-block;
	width: 100%;
}
.two_column_block > .column{
	float: left;
	width: calc(50% - 20px);
}
.two_column_block > .column:last-child{
	margin-left: 40px;
}
.two_column_block.no_margin > .column{
	width: 50%;
	margin: 0;
}
.three_column_block > .column{
	float: left;
	width: calc(100% / 3 - 20px);
	margin-left: 30px;
}
.three_column_block > .column:first-child{
	margin: 0;
}

.text_block .slog{
	color:#fff;
	font-size: 18px;
	font-family: "LatoItalic";
	line-height: 1.2;
	text-align: center;
	position: relative;
	max-width: 360px;
	padding: 30px 0; 
	margin: 80px auto 0;
}
.text_block .slog:before{
	content: '';
	background: #b0976d;
	height: 3px;
	width: 150px;
	position: absolute;
	left: calc(50% - 75px);
	top: 0;
}
.text_block .slog:after{
	content: '';
	background: #b0976d;
	height: 3px;
	width: 150px;
	position: absolute;
	left: calc(50% - 75px);
	bottom: 0;
}
.text_block ol.ol{
	padding:0;
	list-style: none;
	counter-reset: point;
}
.text_block ol.ol > li{
	text-align: left;
	position:relative;
	padding:3px 3px 20px 40px;
}
.text_block ol.ol > li:after{
	content: counter(point);
	counter-increment: point 1;
	display:inline-block;
	border:rgba(255,255,255,.2) 1px solid;
	border-radius:30px;
	color:#b0976d;
	font-size:14px;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:-2px;
	transition:0.3s;
}
.text_block ol.ol > li:hover:after{
	border-color:#b0976d;
	color:#fff;
}
.text_block ol.ol > li:before{
	display:inline-block;
	content:'';
	background:#b0976d;
	border-radius:30px;
	width:0;
	height:0;
	position:absolute;
	left:16px;
	top:14px;
	opacity:0;
	transition:0.5s 0.15s;
}
.text_block ol.ol > li:hover:before{
	border-radius:30px;
	width:32px;
	height:32px;
	left:0;
	top:-2px;
	opacity:1;
}

.text_block ol.ol > li a{
	border-bottom: rgba(255, 255, 255, .2) 1px solid;
	color: #b0976d;
	padding: 0 0 3px;
}




.text_block ol.ol2{
	padding:0;
	list-style: none;
	counter-reset: point;
}
.text_block ol.ol2 > li{
	border-top: rgba(255,255,255,.2) 1px solid;
	position:relative;
	padding: 7px 0 20px 60px;
}
.text_block ol.ol2 > li:after{
	content: counter(point);
	counter-increment: point 1;
	background: rgba(255,255,255,.2);
	display:inline-block;
	color:#b0976d;
	font-size:16px;
	text-align:center;
	line-height:54px;
	width:40px;
	height:54px;
	position:absolute;
	left:0;
	top:0;
	transition:0.3s;
}
.text_block.post h2,
.text_block.post h3,
.text_block.post h4{
	color: #b0976d;
	font-family: 'LatoRegular';
}
.text_block.post h2{
	font-size: 24px;
}
.text_block.post h2 strong,
.text_block.post h3 strong,
.text_block.post h4 strong{
	text-transform: uppercase;
}
.text_block.post h2 a,
.text_block.post h3 a,
.text_block.post p a,
a.link{
	display: inline-block;
	border-bottom: #b0976d 1px dashed;
	color: #b0976d;
	padding-bottom: 0;
}
.text_block.post h2 a,
.text_block.post h3 a{
	padding-bottom: 5px;
}

.content_block_1{
	background: #222;
	min-width: 300px;
	padding: 20px;
	margin: 10px 0;
}
.content_block_1 > .wrapper{
	border: rgba(255,255,255,.2) 1px solid;
	padding: 15px 15px 5px;
}
.content_block_1 .title{
	display: table;
	background: #222;
	color: #b0976d;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	margin: -23px auto 20px;
}
.content_block_1 .docs_block{
	border-top: rgba(255,255,255,.2) 1px dashed;
	text-align: left;
	padding: 10px 0;
}
.content_block_1 .docs_block .doc_link{
	
}

.partner_page .partner_logo{
	display: block;
	margin: 0 auto;
}
.partner_page .content_block_1{
	text-align: justify;
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
}
.partner_page .images_block img{
	display: block;
}
.partner_page .main_image{
	display: block;
	position: relative;
	left: -50px;
	width: calc(100% + 50px);
}
.partner_page .main_image img{
	width: 100%;
	max-width: 660px;
}
.partner_page .images{
	text-align: center;
	position: relative;
	top: -120px;
}
.partner_page .images .img{
	display: inline-block;
	background: #222;
	cursor: pointer;
	padding: 5px;
	margin: 0 3px 5px;
}

.menu_flip{
	position: relative;
	width: 160px;
	transition: .5s;
	margin: 30px auto 0;
}
.menu_flip:hover{
	transform: translateX(50%);
}
.menu_flip .page1{
	position: absolute;
	top: 0;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 0 0;
    transition: .5s;
}
.menu_flip:hover .page1{
    transform: rotateY(180deg);
}
.menu_flip .page1 .side1,
.menu_flip .page1 .side2{
	backface-visibility: hidden;
}
.menu_flip .page1 .side2{
	position: absolute;
	top: 0;
	transform: rotateY(180deg);
}
.menu_flip img{
	width: 100%;
}
.partner_page .menu_info{
	text-align: center;
	text-transform: uppercase;
}
.partner_page .menu_info div{
	font-size: 10px;
	text-transform: none;
}


.main_wrapper .button,
.cart_detal .button{
	display: table;
	background: rgba(0,0,0, .5);
	border:#b0976d 2px solid;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	font-family: "LatoLight";
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 20px 35px;
	margin: 25px auto;
}
.main_wrapper .button i,
.cart_detal .button i{
	color: #b0976d;
	margin: 0 0 0 10px;
}
.main_wrapper .button span{
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 2px 0 0;
}
.main_wrapper .button.v2{
	padding-top: 15px;
	padding-bottom: 15px;
}
.button:hover,
.cart_detal .button{
	background: rgba(0,0,0, .8);
}
.main_wrapper .button.sml,
.cart_detal .button.sml{
	border-width: 1px;
	font-size: 14px;
	padding: 12px 15px 10px;
}
.main_wrapper .left_sidebar .button.sml{
	float: left;
	width: calc(100% - 2px);
	padding: 12px 0 10px;
	margin: 10px 0 20px;
}
.main_wrapper .button.xs{
	border-width: 1px;
	font-size: 8px;
	line-height: 1;
	width: auto;
	padding: 4px 5px 3px;
	margin: 10px 0;
}
.main_wrapper .button.xs i{
	margin-left: 2px;
}

.modal__dialog{
	width: 600px;
}
.modal__dialog .h1,
.title_stile1{
	position: relative;
	padding: 0 40px 22px 0;
}
.title_stile2{
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	padding: 0 30px 18px 0;
}
.title_stile3,
.post h2.title_stile3,
.post h3.title_stile3{
	color: #fff;
	font-family: "LatoItalic";
	font-size: 20px;
	text-align: left;
	position: relative;
	padding: 0 30px 25px 0;
	margin: 0 0 25px;
}
.modal__dialog .h1:after,
.title_stile1:after,
.title_stile2:after,
.title_stile3:after{
	content: '';
	background: #b0976d;
	position: absolute;
	width: 35%;
	height: 3px;
	bottom: 0;
	left: 0;
}
.modal__dialog p{
	color: #bbb;
	font-family: "LatoLightItalic";
}
.modal__dialog p.last{
	margin: 0;
}
.modal__dialog p .phone{
	white-space: nowrap;
}
.user_data_info{
	float: right;
	width: calc(100% - 200px);
}
.user_data_info p{
	color: #aaa;
	font-size: 13px;
	font-family: "LatoLightItalic";
	line-height: 1.2;
	text-align: right;
	opacity: 1;
	transition: 2s;
	margin: 2px 2px 0 0;
}
.hide_ud_info .user_data_info p{
	opacity: 0;
}
.button_modal{
	background: #000;
	border:#b0976d 2px solid;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	padding: 8px 20px;
}
.modal__dialog form{
	position: relative;
	overflow: hidden;
	padding: 0 2.4rem;
	margin: 0 -2.4rem;
}
.modal__dialog .delay{
	position: relative;
	transition: top .8s cubic-bezier(.81,-0.02,.29,1.11);
}
.modal__dialog .delay.d1{
	top: 600px;
}
.modal__dialog .delay.d2{
	top: 1000px;
}
.modal__dialog .delay.d3{
	top: 1400px;
}
.modal__dialog .delay.d4{
	top: 1800px;
}
.modal__dialog .delay.d5{
	top: 2200px;
}
.modal__dialog .delay.d6{
	top: 2600px;
}
.modal__dialog .modal__content--active .delay{
	top:0;
}
.form_block .info i{
	border: rgba(255,255,255,.2) 1px solid;
	border-radius: 100px;
	color: #b0976d;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
	float: left;
	margin: 10px 20px 0 0;
}
.form_block .info span{
	display: inline-block;
	font-style: italic;
	padding: 18px 0;
}
.modal__dialog .modal__content--active .form_block form .required_info{
	background: #000;
	position: relative;
	top: -19px;
	padding: 0 38px;
	margin: 0 -38px;
}
.form_block .required_info p{
	display: block;
	line-height: 1;
	padding: 5px 0 7px;
	margin: 0;
}
.form_block .required_info p span{
	font-weight: bold;
}
.form_block .required_info p:first-child{
	padding-top: 15px;
}
.form_block .required_info p:last-child{
	padding-bottom: 15px;
}
/*= input focus effects css
=========================== */
.input-effect .inp:focus{
	outline: none;
}
.input_block{
	margin: 40px 0;
	position: relative;
	z-index: 4;
}
.input-effect input[type="text"],
.input-effect input[type="tel"],
.input-effect input[type="password"],
.input-effect textarea,
.captcha_block input{
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.input-effect textarea{
	resize: none;
}
.inp,
.captcha_block input{
	border: 1px solid #ccc;
	font-family: "LatoLight";
	padding: 7px 14px;
	transition: 0.4s;
	background: transparent;
}

.inp ~ .focus-border:before,
.inp ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 1px; background-color: #b0976d; transition: 0.3s;}
.inp ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.inp ~ .focus-border i:before,
.inp ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 0; background-color: #b0976d; transition: 0.4s;}
.inp ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.inp:focus ~ .focus-border:before,
.inp:focus ~ .focus-border:after,
.has-content.inp ~ .focus-border:before,
.has-content.inp ~ .focus-border:after{width: 100%; transition: 0.3s;}
.inp:focus ~ .focus-border i:before,
.inp:focus ~ .focus-border i:after,
.has-content.inp ~ .focus-border i:before,
.has-content.inp ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.inp ~ label, .check_block label{
	color: #aaa;
	font-size: 12px;
	position: absolute;
	left: 14px;
	width: 100%;
	top: 10px;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
}
.inp:focus ~ label, .has-content.inp ~ label, .check_block label{top: -18px; left: 0; font-size: 10px; color: #b0976d; transition: 0.3s;}

.inp ~ .show_pass{
	color: #b0976d;
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	transition: .5s;
	transform: translateY(-50%);
}
.inp ~ .show_pass.active{
	opacity: 1;
}

.check_block{
	border: #999 1px solid;
}
.check_block > .wrapper{
	position: relative;
	overflow: hidden;
	margin: 4px;
}
.check_block .bg{
	background: rgba(255,255,255,.2);
	position: absolute;
	left: 0;
	width: 33.33%;
	height: 100%;
	transition: .5s;
}
.check_block.v2 .bg{
	left: 33.33%;
}
.check_block.v3 .bg{
	left: 66.67%;
}
.check_block ul{
	list-style: none;
	margin:0; 
}
.check_block ul li{
	display: block;
	line-height: 30px;
	text-align: center;
	float: left;
	position: relative;
	width: 33.33%;
	cursor: pointer;
	margin: 0;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
	color: #fff;
	font-size: 12px;
	font-family: "LatoLight";
	white-space: nowrap;
	text-align: center;
	position: absolute;
	left: -9000px;
	bottom: 100%;
	opacity: 0;
	transform: translate(-50%, -30px);
	transition: opacity .5s, transform .5s;
	padding: 5px 10px;
}
[data-tooltip]:hover:before{
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -10px);
}
[data-tooltip]:after{
	content: '';
	border: 8px solid transparent;
	border-top: #000 8px solid;
	position: absolute;
	left: -9000px;
	bottom: 100%;
	opacity: 0;
	transform: translate(-50%, -14px);
	transition: opacity .5s, transform .5s;
}
[data-tooltip]:hover:after{
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 4px);
}

.video_block{
	text-align: center;
	width: 100%;
}
.video_block video{
	width: 100%;
}
.main_home_blocks{
	width: 100%;
	position: relative;
	top: 10px;
	padding: 0 20px;
}
.main_home_blocks > .block{
	background: #222;
	position: relative;
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.main_home_blocks > .block a{
	display: block;
	color: #fff;
    font-size: 24px;
    font-family: 'LatoLight';
    line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	/*z-index: 2;*/
	padding: 20px 40px 45px;
}
.main_home_blocks img{
	width: 100%;
}
.main_home_blocks > .block a:after{
	content: '';
	border: #b0976d 1px solid;
	position: absolute;
	left: 25px;
	top: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	transition: .5s;
	/*z-index: 1;*/
}
.main_home_blocks > .block:hover a:after{
	left: 20px;
	top: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.main_slider{
	width: 100%;
	padding: 0 0 30px; 
}
.main_slider > ul{
	background: url("../images/slider_bg.jpg") center bottom;
	background-size: cover;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main_slider .slide{
	text-align: center;
	width: 100%;
	padding: 0 0 70px;
}
.main_slider .slide .img{
	background-size: cover;
	background-position: center;
}
.main_slider .slide.s1 .img{
	background-image: url("../images/slider/1.jpg")
}
.main_slider .slide.s2 .img{
	background-image: url("../images/slider/2.jpg")
}
.main_slider .slide.s3 .img{
	background-image: url("../images/slider/3.jpg")
}

.main_slider .slide img{
	width: 100%;
}
.main_slider .slide .title{
	font-size: 36px;
	line-height: 36px;
	font-family: "LatoLight";
	text-transform: uppercase;
	position: relative;
	padding: 40px 0 0;
	margin: 0 0 25px;
	transition: .3s ease-out 1s;
}
.main_slider .slide .title:after{
	content: '';
	background:#b0976d;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: .3s 1.5s;
}
.main_slider .slide .description{
	font-family: "LatoLightItalic";
	font-size: 24px;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: .3s ease-out 1s;
}

.main_slider .slide.slick-active .title{
	font-size: 30px;
	padding: 20px 0;
}
.contacts_block .contact_info .title span{
	font-size: 16px;
}
.main_slider .slide.slick-active .title:after{
	left: calc(50% - 90px);
	width: 180px;
}
.main_slider .slide.slick-active .description{
	top: 0;
	opacity: 1;
}
.main_wrapper.th_home .text_block{
	display: inline-block;
	border-top: rgba(255,255,255,.2) 1px solid;
	padding: 25px 0 20px;
	margin: -15px 0 10px;
}
.main_wrapper.th_home .services_block{
	margin: 30px 0 0;
}
.main_wrapper.th_home .sh_text_block{
	border-top: none;
}

.feedback_form{
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}
.feedback_form .input_block:first-child{
	margin-top: 10px;
}
.feedback_form .textarea_block{
	margin-bottom: 30px;
}
.feedback_form .button_modal,
.form_reviews .button_modal{
	float: right;
	height: 43px;
	padding: 0 20px;
}
.captcha_block{
	float: left;
}
.captcha_block .captcha{
	float: left;
}
.captcha_block input{
	background: none;
	float: left;
	width: 120px;
	height: 43px;
}
.contacts_block > .wrapper{
	background: #222;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.contacts_block > .wrapper > .column{
	float: left;
	width: 50%;
}

.contacts_block .content_block_1{
	clear: both;
}
.contacts_block .contact_info{
	font-family: "LatoLight";
	margin: 25px;
}
.contacts_block .contact_info .title2{
	border: none;
	padding: 0;
	margin: 0;
}
.contacts_block .contact_info .title3{
	border-bottom: rgba(255,255,255,.2) 1px solid;
	font-family: "LatoBold";
	padding: 0 0 7px;
	margin: 30px 0 10px;
}
.contacts_block .contact_info .phone{
	font-size: 24px;
}
.contacts_block .contact_info .address{
	line-height: 1.1;
}
.contacts_block .em a{
	color: #b0976d;
	font-size: 18px;
}
.contacts_block .schedule{
	font-size: 19px;
}
.contacts_block .map{
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
/*.contacts_block .map > *{
	display: block;
}*/

.register_form{
	position: relative;
	padding-top: 30px;
	margin: 0;
}
/*.register_form .icon{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}
.register_form .icon i{
	color: #b0976d;
	font-size: 100px;
}*/
.register_form .column_block{
	display: inline-block;
	width: 100%;
}
.register_form .column_block > .column{
	float: left;
}
.register_form .column_block > .column:nth-child(1){
	width: calc(30% - 20px);
}
.register_form .column_block > .column:nth-child(2),
.register_form .column_block > .column:nth-child(3){
	width: calc(35% - 20px);
	margin-left: 30px;
}
.register_form .input_block{
	margin: 33px 0;
}
.input_block.n0{
	margin-top: 0;
}
.input_block.n1{
	margin-top: 30px;
}
.input_block.m1{
	margin-top: 15px;
}
.input_block.m2{
	margin-top: 25px;
}
.input_block.m3{
	margin-top: 10px;
}
.register_form fieldset .input_block:last-child,
.register_form fieldset .input_block.last{
	margin-bottom: 25px;
}
.register_form .captcha_block{
	width: 100%;
}
.register_form .captcha_block input{
	width: calc(100% - 91px);
}

.form fieldset{
	border: rgba(255,255,255,.2) 1px solid;
	position: relative;
	padding: 10px 15px 0;
	margin: 0 0 20px;
}
.form fieldset:last-of-type{
	margin: 0;
}
.form fieldset legend{
	display: none;
	font-family: "LatoLight";
	text-transform: uppercase;
	padding: 0 5px;
	margin-left: -5px;
}
.form fieldset:first-of-type legend{
	display: block;
}
.form_info{
	color: #bbb;
	font-size: 13px;
	font-family: "LatoLightItalic";
	line-height: 1;
	position: relative;
	padding: 0 0 0 35px;
}
.form_info i{
	color: #b0976d;
	font-size: 26px;
	position: absolute;
	left: 0;
	top: 0;
}
.form fieldset .two_column_block > .column{
	width: calc(50% - 10px);
}
.form fieldset .two_column_block > .column:last-child{
	margin-left: 20px;
}
.register_form fieldset hr{
	border: none;
	border-top: rgba(255,255,255,.2) 1px solid;
	margin: 0 -15px;
}
.register_form .new{
	overflow: visible !important;
}
.register_form .add_permit,
.register_form .repass{
	display: inline-block;
	border-bottom: #888 1px dashed;
	color: #ccc;
	font-size: 13px;
	font-family: "LatoLightItalic";
	cursor: pointer;
	transition: .3s;
	margin: 10px 15px 0;
}
.register_form .add_permit i{
	font-family: "LatoLight";
	font-style: normal;
}
.register_form .add_permit:hover{
	border-color: #b0976d;
	color: #b0976d;
}
.register_form .del{
	
}
.register_form .del{
	background: #4E4E4E;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
	cursor: pointer;
	transition: .3s;
	transform: translate(50%, -50%);
	z-index: 10;
}
.register_form .new .del{
	width: 24px;
	height: 24px;
}
.register_form .del i:before,
.register_form .del i:after{
	content: '';
	background: #000;
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	height: 1px;
	transform: rotate(45deg);
}
.register_form .del i:after{
	transform: rotate(-45deg);
}
.register_form .form_footer{
	background: #171717;
	padding: 20px 0;
	margin: 15px -20px -20px;
}
.register_form .button{
	margin: 0 auto;
}

.message_error{
	background: #171717;
	font-family: "LatoLightItalic";
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 55px;
}
.message_error i{
	color: #b0976d;
	font-size: 26px;
	position: absolute;
	left: 18px;
	top: 12px;
}


.infoBox {
	text-align: center;
}
.infobox-inner {
	display: inline-block;
	padding: 6px 14px;
	background-color: #f35b42;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
	text-align: center;
	font-size: 16px;
}
.infobox-inner:after, .infobox-inner:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
}
.infobox-inner:after {
	margin-left: -10px;
	border-width: 10px;
	border-color: rgba(0,0,0,0);
}
.infobox-inner:before {
	margin-left: -10px;
	border-width: 10px;
	border-color: rgba(0,0,0,0);
	border-bottom-color: #f35b42;
}
.directions-results {
	max-height: 170px;
	min-height: 170px;
	overflow-y: auto;
	padding: 10px;
	border: solid 1px #F0F0F0;
}
.direction-text {
	padding: 30px 10px;
	text-align: center;
	color: #C2C2C2;
}

hr.line_1{
	background: #b0976d;
	border: none;
	height: 2px;
}

.info_block_1,
.login_form{
	text-align: center;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
.info_block_1 .icon{
	color: #b0976d;
	font-size: 72px;
	margin: 40px 0 30px;
}
.info_block_1 p{
	font-family: "LatoLightItalic";
}
.info_block_1 p span{
	font-family: "LatoBoldItalic";
}
.info_block_1 hr.line_1{
	width: 40%;
	margin: 30px auto;
}


.login_form .icon{
	color: #b0976d;
	font-size: 72px;
	margin: 0;
}
.login_form .input_block{
	text-align: left;
}
.login_form .form_info{
	padding-bottom: 10px;
}
.login_form .form_info i{
	top: -7px;
}
.login_error{
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
.login_footer{
	
	text-align: center;
}
.login_footer a{
	display: inline-block;
	border-left: rgba(255, 255, 255, 0.2) 1px solid;
	color: #b0976d;
	font-family: "LatoLight";
	padding: 5px 10px;
	margin: 10px 0 30px;
}
.login_footer a:first-child{
	border: none;
}


.contacts_block .images a{
	display: block;
	float: left;
	position: relative;
	width: 50%;
	overflow: hidden;
}
.contacts_block .images a .img{
	display: block;
	position: relative;
	width: 100%;
}
.contacts_block .images a .img img{
	display: block;
	width: 100%;
}
.contacts_block .images a .img:before{
	content: '';
	background: rgba(0,0,0,0);
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	transition: .3s;
}
.contacts_block .images a:hover .img:before{
	background: rgba(0,0,0,.4);
}
.contacts_block .images a .zoom{
	position: absolute;
	top: 100%;
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	transition: .3s;
}
.contacts_block .images a:hover .zoom{
	top: calc(50% - 30px);
}

.contact_block{
	font-family: "LatoLight";
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}
.contact_block > .bg{
	background: #fff url("../images/mauzer_front.jpg") no-repeat center bottom;
	background-size: cover;
	float: left;
	position: absolute;
	width: 44%;
	height: 100%;
}
.contact_block > .wrapper{
	background: #222;
	float: right;
	width: 56%;
	padding: 60px 60px 60px 40px;
}
.contact_block > .wrapper:before{
	content: '';
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 44%;
	height: 100%;
	transition: .3s;
}
.contact_block:hover > .wrapper:before{
	opacity: 0;
}
.contact_block > .wrapper:after{
	content: '';
	border: #b0976d 1px solid;
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 62px);
	height: calc(100% - 62px);
	transition: .3s ease-out;
}
.contact_block:hover > .wrapper:after{
	top: 25px;
	left: 25px;
	width: calc(100% - 52px);
	height: calc(100% - 52px);
}
.contact_block:hover > .wrapper > *{
	position: relative;
	z-index: 3;
}
.contact_info .title{
	color: #b0976d;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.contact_info .title2{
	border-bottom: rgba(255,255,255,.2) 1px dashed;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.contact_info .address{
	color: #eee;
	font-size: 20px;
}
.contact_info .address span{
	color: #b0976d;
	white-space: nowrap;
}
.contact_info .phone{
	display: block;
	color: #b0976d;
	font-size: 30px;
	margin: 20px 0 0;
}


.header{
	display: none;
	background: #222;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	padding: 10px;
}
.open_sidebar{
	float: left;
	cursor: pointer;
	margin: 2px 0;
}
.open_sidebar i{
	color: #b0976d;
	font-size: 36px;
	float: left;
}
.open_sidebar span{
	font-family: "LatoLight";
	line-height: 36px;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0 10px;
}
.header .button_block{
	display: block;
	background: rgba(0, 0, 0, 0.5);
	border: #b0976d 1px solid;
	border-radius: 30px;
	float: right;
	margin-right: 80px;
}
.header .button_block a{
	display: block;
	border-radius: 0;
	line-height: 38px;
	float: left;
	padding: 0 20px;
}
.header .button_block a:first-child{
	border-right: rgba(255,255,255,.2) 1px solid; 
}
.copyright{
	border-top: rgba(255,255,255,.2) 1px solid;
	color: #ccc;
	font-family: "LatoLight";
	text-align: center;
	clear: both;
	padding: 15px 30px 0;
	margin: 30px 0 0;
}
.copyright a{
	color: #ccc;
}

.m_grid{
	background: #222;
	text-align: center;
	float: left;
	position: relative;
	width: 100%;
	padding: 60px 30px;
	margin: 0 0 15px;
}
.m_grid .bg{
	border: rgba(255,255,255,.2) 1px solid;
	position: absolute;
	left: 15px;
	top: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	transition: .3s;
}
.m_grid:hover .bg{
	border-color: rgba(255,255,255,.4);
	left: 20px;
	top: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.m_grid .bg:before,
.m_grid .bg:after{
	content: '';
	background: #222;
	position: absolute;
}
.m_grid .bg:before{
	top: 15px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% - 30px);
}
.m_grid .bg:after{
	top: -5px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% + 10px);
}
.m_grid > .wrapper{
	position: relative;
	z-index: 2;
}
.m_grid .txt{
	position: relative;
}
.m_grid p{
	color: #ddd;
	font-size: 14px;
	font-family: 'LatoLight';
}
.m_grid .title{
	color: #b0976d;
	font-size: 20px;
	font-family: "LatoLight";
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 auto;
}
.m_grid .title2{
	color: #fff;
	font-size: 14px;
	font-family: "LatoItalic";
	padding: 5px 0;
}
.m_grid .title3{
	color: #fff;
	font-size: 14px;
	font-family: "LatoRegular";
	padding: 5px 0;
	margin: 0;
}
.m_grid .ul_block{
	display: inline-block;
	
}
.m_grid ul{
	display: inline-block;
	color: #ddd;
	font-size: 14px;
	font-family: 'LatoLight';
	text-align: left;
	margin: 0 0 10px 15px;
}
.m_grid ul li{
	margin: 0;
}

.grids,
.services_grids,
.programs_grids,
.team_grids,
.guns,
.posts_list{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style: none;
}
.services_grids .m_grid{
	width: calc(33.33% - 10px);
	margin-left: 15px;
}

.services_grids .m_grid:first-child{
	margin-left: 0;
}
.services_grids .title,
.services_grids .title2{
	position: relative;
	z-index: 2;
}
.m_grid .title a{
	color: #b0976d;
}
.services_grids .m_grid > a,
.guns .m_grid > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.guns .m_grid.g126 .image,
.guns .m_grid.g127 .image{
	transform: scale(1);
}
.guns .m_grid.g126:hover .image,
.guns .m_grid.g127:hover .image{
	transform: scale(1.2);
}

.team_grids .m_grid{
	width: calc(25% - 14px);
	padding: 30px;
	padding: 0;
	margin-left: 7px;
	margin-right: 7px;
}
.team_grids .txt{
	padding: 10px 10px 20px;
}
.team_grids .title1,
.team_grids .title2,
.team_grids .title3{
	padding: 0 0 3px;
}
.team_grids .title1{
	color: #b0976d;
	font-size: 16px;
	font-family: "LatoBold";
}
.team_grids .title2{
	font-family: "LatoLightItalic";
	padding: 0;
}
.team_grids .title3{
	font-size: 13px;
	font-family: "LatoLight";
}
.team_txt{
	margin: 0 7px 30px;
}

.grids_4 .m_grid{
	width: calc(25% - 9px);
	padding: 30px;
	margin: 0 0 12px 12px;
}
.grids_4 .m_grid:nth-child(1),
.grids_4 .m_grid:nth-child(4n+1){
	margin-left: 0;
}

.guns .m_grid .image{
    position: relative;
   	width: 100%;
   	transform: scale(.8);
   	transition: .3s;
	padding: 100% 0 0;
}
.guns .m_grid .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	
}
.guns .m_grid:hover .image{
	transform: scale(1);
}

.programs_grids .m_grid{
	width: calc(50% - 10px);
	padding: 30px;
	margin-left: 15px;
}

.programs_grids .m_grid:nth-child(odd){
	margin-left: 0;
}
.programs_grids .m_grid .title2 span{
	font-size: 18px;
}
.programs_grids .m_grid.w100{
	width: 100%;
	margin-left: 0;
}
.programs_grids .m_grid .column{
	position: relative;
}
.programs_grids .m_grid .column:nth-child(2) .title2:nth-child(1){
	margin-top: 40px;
}
.programs_grids .m_grid .more,
.posts_list .preview .more{
	border-bottom: rgba(255,255,255,.2) 1px dashed;
	color: #b0976d;
	font-family: "LatoLight";
	padding: 0 0 5px;
}

.programs_grids .m_grid img{
	max-width: 80%;
	margin: 5px 0 20px;
}
.gun_md_block{
	max-width: 800px;
}
.gun_md_block img{
	max-width: 100%;
	margin: 0 0 20px;
}
.gun_md_block .title{
	border-bottom: #b0976d 1px solid;
	font-size: 24px;
	font-family: "LatoRegular";
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.gun_md_block ul{
	margin: 0 0 0 15px;
}
.gun_md_block .two_column_block{
	margin: 0 0 20px;
}
.gun{
	vertical-align: top;
}
.gun .left,
.gun .right{
	width: calc(50% - 15px);
}
.gun .left{
	clear: left;
	float: left;
}
.gun .right{
	clear: right;
	float: right;
	margin-left: 30px;
}
.gun h1{
	color: #b0976d;
	font-size: 36px;
	font-family: "LatoBold";
	text-align: right;
}
.gun .img{
	display: block;
	background: rgba(35,35,35,.5);
	border: rgba(255,255,255,.3) 1px solid;
	text-align: center;
	position: relative;
	transition: .3s;	
}
.gun .img:before{
	content: "\e618";
	color: #b0976d;
	font-size: 30px;
	font-family: 'Pe-icon-7-stroke';
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	right: 5px;
	opacity: 0;
	transition: .3s;
	z-index: 1;
}
.gun .img:hover:before{
	opacity: 1;
}

.gun .img:hover{
	border-color: #b0976d;
}
.gun .main_img{
	line-height: 220px;
	min-height: 280px;
	padding: 30px;
	margin: 0 0 15px;
}
.gun .images{
	float: right;
}
.gun .images a{
	float: right;
	position: relative;
	width: 130px;
	height: 94px;
	margin: 0 0 15px 15px;
}
.gun .images a img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	transform: translate(-50%, -50%);
}
.gun .main_img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.main_wrapper .gun .button{
	margin: 60px auto;
}
.gun_cont_block{
	float: right;
	width: calc(50% + 290px);
}
.gun .features{
	border-top: rgba(255,255,255,.2) 1px solid;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	float: left;
	width: 100%;
	padding: 15px 0; 
}
.gun .features > .wrapper{
	float: left;
	width: calc(50% - 15px);
}
.gun .features > .wrapper.n2{
	margin-left: 30px;
}
.gun .features table{
	font-family: "LatoLight";
	float: left;	
}
.gun .features td{
	padding: 5px 10px 5px 0;
}

.gun_cont_block.v2{
	width: 100%;
}
.ballcartridge_block{
	text-align: center;
	float: left;
	width: 26%;
	padding: 30px 0 20px;
}
.ballcartridge_block img{
	width: 200px;
	max-width: 90%;
}
.ballcartridge_block .title{
	font-family: 'LatoLight';
	padding: 5px 0 0;
}

.gun_cont_block.v2 .features > .wrapper{
	width: calc(37% - 40px);
}
.gun_cont_block.v2 .features > .wrapper.n1{
	border-left: rgba(255,255,255,.2) 1px solid;
	padding-left: 50px;
}

.guns_line{
	clear: both;
	float: left;
	position: relative;
	width: calc(100% - 200px);
	padding: 0;
	margin: 30px 100px 20px;
}
.guns_line,
.guns_line *{
	box-sizing: content-box;
}
.guns_line .m_grid{
	width: calc(25% - 14px);
	padding: 30px;
	margin: 0 7px;
}
.guns_line .slick-prev,
.guns_line .slick-next{
	bottom: calc(50% - 20px);
}
.guns_line .slick-prev,
.guns_line .slick-prev:hover{
	left: -90px;
}
.guns_line .slick-next,
.guns_line .slick-next:hover{
	right: -90px;
}



.sh_text_block{
	border-top: rgba(255,255,255,.2) 1px solid;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	font-family: "LatoLight";
	text-align: justify;
	position: relative;
	padding: 20px 0 30px;
}
.sh_text_block .to_full_txt{
	background: #494949;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-family: "LatoLight";
	text-transform: uppercase;
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 20px;
	cursor: pointer;
	transform: translateX(-50%);
	color: .3s;
	padding: 4px 15px 3px;
}
.sh_text_block .to_full_txt:hover{
	color: #eee;
}

.sh_text_block .inblock{
	height: 180px;
	overflow: hidden;
}


.posts_list > li{
	background: #222;
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.posts_list > li:nth-child(2n){
	margin-left: 20px; 
}
.posts_list .image{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0 56%;
}
.posts_list .image:before {
	content: "\e6bf";
	color: rgba(255,255,255,.15);
	font-size: 80px;
	font-family: 'Pe-icon-7-stroke';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.posts_list img{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	min-width: 100%;
	transform: translate(-50%,-50%);
}
.posts_list .preview{
	padding: 15px;
}
.posts_list .preview h3{
	margin-bottom: 5px;
}
.posts_list .preview h3 a{
	color: #b0976d;
}
.posts_list .preview .annotation{
	font-size: 14px;
	font-family: 'LatoLight';
}
.tags{
	display: inline-block;
	margin: 0 0 7px;
}
.tags > a,
.tags > span{
	display: inline-block;
	border: rgba(255,255,255,.3) 1px solid;
	border-radius: 4px;
	color: rgba(255,255,255,.7);
	font-size: 11px;
	font-family: 'LatoLight';
	line-height: 1;
	padding: 3px 7px;
}
.tags > a:hover{
	color: #fff;
}
.post_info{
	border-bottom: rgba(255,255,255,.2) 1px solid;
	padding: 0 0 3px;
	margin: 0 0 15px;
}
.date{
	display: inline-block;
	font-size: 13px;
	font-family: 'LatoLight';
	margin: 2px 15px 0 0;
}
.date i{
	color: #b0976d;
	font-size: 15px;
	margin-right: 5px;
}
.post img.image{
	border: rgba(255,255,255,.2) 1px solid;
	float: left;
	max-width: calc(50% - 12px);
	padding: 10px;
	margin: 0 20px 20px 0;
}
.post h2,
.post h3{
	clear: none;
}

#back_forward{
	display:table;
	border-top:rgba(255,255,255,.2) 1px solid;
	width:100%;
	padding:30px 0 30px;
	margin:30px 0 0;
}
.next_prev_block{
	display:table-cell;
	vertical-align:top;
	width:50%;
	position:relative;
}
.next_prev_block > .wrapper{
	float:left;
	width:98%;
}
.next_prev_block.next > .wrapper{
	float:right;
}
.next_prev_block .t_block{
	display:table;
	border:rgba(255,255,255,.2) 1px solid;
	border-radius:5px;
}
.next_prev_block .t_block > div{
	display:table-cell;
	vertical-align:top;
	padding:5px 10px;
}
.next_prev_block .t_block > div.i{
	background:rgba(255,255,255,.1);
	text-align:center;
	vertical-align:middle;
	transition:.3s;
	width: 80px;
	padding: 5px 0;
}
.next_prev_block .t_block > div.i:hover{
	background:rgba(255,255,255,.2);
}
.next_prev_block.next .t_block > div.i{
	border-left:rgba(255,255,255,.2) 1px solid;
	border-radius:0 5px 5px 0;
}
.next_prev_block.prev .t_block > div.i{
	border-right:rgba(255,255,255,.2) 1px solid;
	border-radius:5px 0 0 5px;
}
.next_prev_block div.i i{
	font-size:80px;
}
.next_prev_block h6{
	line-height:16px;
	margin:0 0 5px;
}
.next_prev_block .info{
	color:#999;
	font-size:12px;
	text-transform:uppercase;
}
.next_prev_block .t_block p{
	font-size:12px;
	line-height:1.2;
	margin:0;
}

.pagination {
	display:table;
	border:rgba(255,255,255,.2) 1px solid;
	border-radius: 5px;
	color:#fff;
	font-size:14px;
	font-family: 'LatoLight';
	max-width:100%;
	margin:10px auto 30px;
}
.pagination a {
	border-left:rgba(255,255,255,.2) 1px solid;
	color:#fff;
	text-align:center;
	float:left;
	min-width:20px;
	padding:5px 7px;
}
.pagination a:first-child{
	border:none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background:rgba(255,255,255,.1);
	color:#fff;
}
.pagination a:hover{
	background:rgba(0,0,0,0.03);
}



.gun .sh_text_block{
	color: #ddd;
	clear: both;
	margin: 0 0 30px;
}




.filter_block{
	background: rgba(255,255,255,.01) url(../images/bg_line.png);
	padding: 7px 15px 5px;
	margin: 0 0 20px;
}
.filter_block td{
	padding: 7px 15px;
}
.filter_block td:first-child{
	color: #b0976d;
	padding: 7px 5px;
}
.filter_block a{
	display: inline-block;
	font-family: "LatoLight";
	margin-right: 14px;
}
.filter_block a.selected{
	background: #666;
	padding: 0 10px;
}

.sort{
	display: inline-block;
	border-bottom: rgba(255,255,255,.3) 1px solid;
	font-size: 13px;
	font-family: "LatoLight";
	margin-bottom: 20px;
}
.sort span,
.sort a{
	display: inline-block;
	padding: 5px;
	margin-bottom: -1px;
}
.sort a.selected{
	background: rgba(255,255,255,.15);
	border-bottom: #b0976d 1px solid;
	padding: 5px 7px;
}

.categories{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom:rgba(255,255,255,.2) 1px solid;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style:none;
	clear:both;
	padding: 0 0 10px;
	margin:0 0 20px;
}
.categories li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float:left;
	width:calc(50% - 5px);
	vertical-align:top;
	position:relative;
	margin:0 0 10px;
}
.categories li:nth-child(2n+1){
	margin-right:10px;
}
.categories li > .wrapper{
	background:#222;
	width:100%;
	transition: .3s;
}
.categories li > .wrapper:hover{
	border-color:#bbb;
}
.categories .t_block{
	display:table;
	width:100%;
	height:100%;
}
.categories .t_block > div,
.categories .t_block > a{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
}
.categories li .image{
	background: #fff;
	width:90px;
	height:90px;
	position: relative;
}
.categories li .image.no_img{
	background:rgba(255,255,255,.1);
	border: #222 10px solid;
	border-right: none;
		
}
.categories li .image.no_img:after {
    content: "\e6bf";
    color: #777;
    font-size: 50px;
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.categories li .image img{
	display:block;
	max-width: 80px;
	max-height: 80px;
	margin:0 auto;
}
.categories li .info{
	padding-left: 15px;
}
.categories li .cat_name{
	color:#b0976d;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
}
.categories li .products_count{
	color: #888;
	font-size: 14px;
	font-weight: 300;
}
.categories li .subcategories a{
	color: #888;
	font-size: 14px;
	font-weight: 300;
	margin-right: 8px;
}
.categories li .subcategories a:hover{
	color: #aaa;
}

.products .product{
	font-family: "LatoLight";
	padding: 0;
}
.products .product .image{
	background: #fff;
	position: relative;
	width: 100%;
	padding: 0 0 70%;
}
.products .product .image img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.products .product .no_image:after{
	content: "\e6bf";
	color: #b0976d;
	font-size: 70px;
	font-family: 'Pe-icon-7-stroke';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.products .product .no_image a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.products .product .prod_info{
	padding: 15px 10px;
}
.products .product h3{
	margin-bottom: 5px;
}
.products .product h3 a{
	color: #b0976d;
}
.products .product .compare_price,
.products .product .price_b{
	display: inline-block;
}
.products .product .compare_price{
	text-decoration: line-through;
}
.products .product .price{
	font-size: 18px;
}
.products .product .button,
.product_full .price_block .button{
	border-width: 1px;
	padding: 5px 15px;
	margin: 10px auto 0;
}
.products .product .button i,
.product_full .price_block .button i{
	margin: 0 10px 0 0;
}
.products .product .button span,
.product_full .price_block .button span{
	display: inline-block;
}

.product_full h1{
	text-align: left;
	text-transform: none;
	margin-bottom: 15px;
}
.product_full .img{
	background: #fff;
}
.product_full .img.no_img{
	background: rgba(35,35,35,.5)
}
.product_full .img.no_img:before,
.product_full .img.no_img:hover:before{
	content: "\e6bf";
	color: #b0976d;
	font-size: 80px;
	font-family: 'Pe-icon-7-stroke';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	opacity: .5;
}
.product_full .price_block{
	margin: 0 0 25px;
}
.sku_block{
	display: inline-block;
	background: #b0976d;
	color: #000;
	font-size: 12px;
	line-height: 1;
	padding: 3px 10px 2px;
	margin-bottom: 15px;
}
.sku_block span{
	font-family: "LatoRegular";
}
.product_full .price_b{
	font-size: 30px;
}
.product_full .price_b .currency{
	font-size: 20px;
}
.product_full .price_block .button{
	font-size: 20px;
	padding: 7px 20px;
	margin: 15px 0;
}
.product_full .price_block .button span{
	font-size: 16px;
}
.product_full .sh_text_block .inblock{
	height: 160px;
}
.product_full.gun .features{
	border-bottom: none;
}



.price,
.compare_price{
	white-space: nowrap;
}

.cart_informer_bg.active{
	background: rgba(0,0,0,.1);
	left: 0;
}
#cart_informer{
	background: #111;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -350px;
	width: 350px;
	transition: right .5s;
	z-index: 51;
}
#cart_informer.active{
	right: 0;
	z-index: 3000;
}
.cart_s{
	background: #000;
	position: absolute;
	right: 100%;
	top: 50px;
	cursor: pointer;
	transition: .5s;
}
#cart_informer.active .cart_s{
	right: 0;
}
.cart_s.to_cart{
	position: fixed;
	right: 0;
}
.cart_s i{
	color: #b0976d;
	font-size: 38px;
	line-height: 38px;
	text-align: center;
	width: 50px;
	height: 38px;
	margin: 16px 10px;
}
.cart_s .total_products{
	background: #fff;
	border-radius: 30px;
	color: #111;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 18px;
	left: 38px;
	height: 20px;
	min-width: 20px;
	padding: 0 3px;
}
#cart_informer > .wrapper{
	background: #111;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0 15px;
}
#cart_informer .cart_ico{
	display: table;
	border: rgba(255,255,255,.2) 1px solid;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	width: 80px;
	height: 80px;
	margin: 20px auto;
}
#cart_informer .cart_ico i{
	color: #b0976d;
	font-size: 50px;
	vertical-align: middle;
}
#cart_informer .cart_info{
	font-size: 16px;
	font-family: "LatoItalic";
	text-align: center;
	margin-bottom: 30px;
}
.cart_detal table{
	border-top:rgba(255,255,255,.2) 1px solid;
	width:100%;
}
.cart_detal table tr{
	border-bottom:rgba(255,255,255,.2) 1px solid;
}
.cart_detal table td{
	padding:10px 0;
}
.cart_detal table .image{
	text-align: right;
	height: 50px;
	padding-right:10px;
}
.cart_detal table .image a{
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
}
.cart_detal table .image img{
	vertical-align: middle;
}
.cart_detal table .name{
	line-height:18px;
}
.cart_detal table .quantity{
	color:#999;
}
.cart_detal table .name a{
	color:#b0976d;
}
#cart_informer .cart_detal table .name span.bl{
	display:block;
}
.cart_detal table .name .total{
	color:#eee;
	font-size:16px;
	font-family: "LatoLight";
}
.cart_detal table .name .price_detal{
	font-size:13px;
	font-style:normal;
	margin-left:5px;
}
.cart_detal .total_cart{
	background: url(../images/bg_line.png);;
	border-bottom:rgba(255,255,255,.2) 1px solid;
	font-family: "LatoLight";
	text-align:right;
	padding:10px 5px;
}
.cart_detal .t-price{
	font-size:16px;
	font-family: "LatoRegular";
}
.cart_detal .button i {
    color: #b0976d;
    font-size: 18px;
    margin: 0 8px 0 0;
}

#cart_informer .continue{
	color:#b0976d;
	font-size: 16px;
	font-family: "LatoLightItalic";
	text-align: center;
	cursor: pointer;
	margin-top: 20px; 
}
.cart_detal .edit_cart{
	color:#b0976d;
	font-size: 12px;
	font-family: "LatoItalic";
	float:left;
}
.cart_detal .info_inf{
	background: url(../images/bg_line.png);
	font-family: "LatoLightItalic";
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	padding: 20px 15px 20px 60px;
	margin: 10px -15px 0;
}
.cart_detal .info_inf i{
    color: #b0976d;
    font-size: 32px;
    position: absolute;
    left: 15px;
    top: 20px;
}
.cart_detal .info_inf li{
	margin-bottom: 5px;
}

/* @group Корзина */
#purchases{
	width: 100%;
}
#purchases tr{
	border-top: rgba(255,255,255,.2) 1px solid;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td.name a{
	color: #b0976d;
}
#purchases td.name .secdiscount_info{
	display: inline-block;
	background: #FFED00;
	line-height: 1;
	padding: 5px 7px;
}
#purchases td.name .note{
	font-size: 10px;
}
#purchases .pdiscount .info{
	display: inline-block;
	background: #FFED00;
	line-height: 1;
	padding: 5px 7px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}
#purchases .compare_price{
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
	line-height: 1;
	padding-right: 27px;
}
#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}

ul#deliveries{
	background: rgba(255,255,255,.01) url(../images/bg_line.png);
	padding: 20px 20px 0 20px;
	list-style: none;
	overflow: hidden;
	margin: 0 0 50px;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
.cart_form .register_form .column_block > .column:nth-child(1),
.cart_form .register_form .column_block > .column:nth-child(2){
    width: calc(50% - 15px);
}
.cart_form .register_form .column_block > .column:nth-child(2){
	margin-left: 30px;
}
.cart_form .input-effect textarea{
	height: 183px;
}
/* @end */
.order_info{
	margin: 0 0 50px;
}
.order_info td{
	border: rgba(255,255,255,.2) 1px solid;
	padding: 10px 15px;
}

.comingsoon #countdown{
	text-align: center;
	margin-bottom: 20px;
}
.comingsoon #countdown > div{
	display: inline-block;
	color: #b0976d;
	font-size: 44px;
	font-family: "LatoLight";
	padding: 0 10px;
}
.comingsoon #countdown > div i{
	display: block;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	padding: 5px 0 0;
}
.comingsoon .title2{
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.comments{
	list-style: none;
}
.comments > li{
	border-top: rgba(255,255,255,.2) 1px solid;
	clear: both;
	float: left;
	width: 100%;
	padding: 20px 0;
}
.comments > li:first-child{
	border: none;
}
.comments .av{
	text-align: center;
	float: left;
	width: 50px;
	margin-right: 25px;
}
.comments .av i{
	color: #b0976d;
	font-size: 60px;
	line-height: 50px;
	float: left;
}
.comments .av span{
	color: #999;
	font-size: 12px;
	font-family: "LatoLightItalic";
	text-transform: lowercase;
}
/*.comments .av .fa-meh-o{
	color: #daa339;
}
.comments .av .fa-frown-o{
	color: #d68080;
}
.comments .av .fa-smile-o{
	color: #81cc67;
}*/
.comments .content{
	float: left;
	width: calc(100% - 85px);
}
.comments .username{
	font-size: 18px;
	font-family: "LatoRegular";
}
.comments .order_number{
	color: #888;
	font-family: "LatoRegular", Tahoma, Arial, Helvetica, Geneva, sans-serif;
	margin-left: 10px;
}
.comments .date{
	color: #888;
	font-family: "LatoLightItalic";
}
.comments p{
	font-size: 15px;
	padding: 8px 0 0;
}
.comments .message_info{
	display: inline-block;
	padding: 4px 10px;
	margin-left: 10px;
}
.comment_answer{
	border-left: #666 2px solid;
	padding: 0 0 0 20px;
	margin: 20px 0 0;
}
.comment_answer .title{
	font-size: 16px;
	font-family: "LatoRegular";
}
.form_reviews{
	display: inline-block;
	width: 100%;
}
.th_reviews .text_block .t_block .column:last-child{
	/*max-width: 300px;*/
	float: right;
}


.center{
	text-align: center;
}
.hide{
	display: none;
}

/* --- Retina ---- */
@media only screen and (-webkit-min-device-pixel-ratio: 2.0),
       only screen and (min--moz-device-pixel-ratio: 2.0),
       only screen and (-o-min-device-pixel-ratio: 200/100),
       only screen and (min-device-pixel-ratio: 2.0){
	
    .main_slider .slide.s1 .img{
		background-image: url("../images/slider/1@2x.jpg")
	}
	.main_slider .slide.s2 .img{
		background-image: url("../images/slider/2@2x.jpg")
	}
	.main_slider .slide.s3 .img{
		background-image: url("../images/slider/3@2x.jpg")
	}
	.contact_block > .bg{
		background-image: url("../images/mauzer_front@2x.jpg")
	}
}


@media  (max-width: 1400px){
	.register_form .column_block > .column:nth-child(1){
		width: calc(30% - 10px);
	}
	.register_form .column_block > .column:nth-child(2),
	.register_form .column_block > .column:nth-child(3) {
	    margin-left: 15px;
	    width: calc(35% - 10px);
	}
}
@media  (min-width: 1101px) and (max-width: 1170px){
	.register_form .column_block > .column:nth-child(1){
		width: 100%;
		margin-bottom: 30px;
	}
	.register_form .column_block > .column:nth-child(2),
	.register_form .column_block > .column:nth-child(3) {
	    margin-left: 0;
	    width: calc(50% - 8px);
	}
	.register_form .column_block > .column:nth-child(3) {
	    margin-left: 16px;
	}
}
@media (max-width: 1280px){
.register_form .input_block label{
	font-size: 10px;
	left: 9px;
	top: 8px;
}
.register_form .inp:focus ~ label, 
.register_form .has-content.inp ~ label{
	left: 0;
	top: -18px;
}
.register_form .input_block input{
	font-size: 12px;
	padding: 5px 9px;
}

}
@media (max-width: 860px){
	.register_form .column_block > .column:nth-child(1),
	.register_form .column_block > .column:nth-child(2),
	.register_form .column_block > .column:nth-child(3){
		width: 100%;
		margin: 0;
	}
	.register_form .column_block > .column:nth-child(1),
	.register_form .column_block > .column:nth-child(2){
		margin: 0 0 30px;
	}
	.register_form .del[data-tooltip]:before{
		transform: translate(-84%, -30px);
	}
	.register_form .del[data-tooltip]:hover:before{
		transform: translate(-84%, -10px);
	}
}
@media (min-width: 1100px) and (max-width: 1500px){
	.video_block video{
		width: 80%;
	}

}
@media (max-width: 1100px){
	.vertical_line{
		display: none;
	}
	.header{
		display: block;
	}
	.main_width{
		width: 100%;
	}
	.content_block{
		width: 100%;
		padding: 80px 10px 30px;
	}
	.left_sidebar{
		background:#222;
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		width: 280px;
		z-index:3000;
		transition:.5s;
		margin-left:-280px;
	}
	.left_sidebar.active{
		margin-left:0;
	}
	.left_sidebar > .wrapper{
		text-align:left;
		width:100%;
		height:100%;
		overflow:auto;
		padding: 0 20px;
	}
	.left_sidebar .logo{
		margin: 20px 0 20px -10px;
	}
	.left_sidebar .logo img{
		width: 70%;
	}
	.left_sidebar .menu > ul > li.selected::after{
		width: 3px;
		left: -20px;
	}
	.left_sidebar .menu{
		margin-bottom: 30px;
	}
	.left_sidebar .menu > ul > li{
	    border-bottom: rgba(255,255,255,.2) 1px solid;
	}
	.left_sidebar .menu > ul > li.selected{
		border-top: none;
		margin: 0;
	}
	.left_sidebar .menu > ul > li:first-child.selected{
		border-top: rgba(255,255,255,.2) 1px solid;
	}
	.left_sidebar .menu a{
		padding-left: 10px;
	}
	.left_sidebar .infrastructure{
		margin-bottom: 20px;
	}
	.cart_s{
		top: 0;
	}
	.cart_s.to_cart{
		z-index: 51;
	}
	.cart_s i{
		margin: 11px 10px;
	}
	.th_product .content_block {
	    padding-top: 70px;
	}
}
@media (max-width: 940px){
}
@media (max-width: 860px){
	.contacts_block > .wrapper > .column{
		width: 100%;
	}
	.contacts_block > .wrapper > .column.n2{
		width: calc(100% - 60px);
		margin: 0 30px 30px;
	}
	.ballcartridge_block{
		border-bottom: rgba(255,255,255,.2) 1px solid;
		width: 100%;
		padding: 20px 0;
		margin: 0 0 20px;
	}
	.gun_cont_block.v2 .features > .wrapper{
		width: calc(50% - 15px);
	}
	.gun_cont_block.v2 .features > .wrapper.n1{
		border: none;
		padding-left: 0;
	}
}
@media (max-width: 840px){
	.two_column_block.partner_page > .column{
		width: 100%;
	}
	.two_column_block.partner_page > .column:last-child{
		margin-left: 0;
	}
	.partner_page .main_image{
		width: 100%;
		left: 0;
	}
	.partner_page .main_image img{
		margin: 20px auto 0;
	}
	.team_grids .m_grid{
		width: calc(50% - 14px);
	}
}
@media (max-width: 720px){
	.contact_block .address{
		font-size: 18px;
	}
	.contact_block .phone{
		font-size: 26px;
	}
	.main_slider .slide img{
		height: 220px;
	}
	.programs_grids .m_grid{
		width: 100%;
		margin-left: 0;
	}
	.grids_4 .m_grid{
		width: calc(33% - 10px);
		margin: 0 0 15px 15px;
	}
	.grids_4 .m_grid:nth-child(4n+1){
		margin-left: 15px;
	}
	.grids_4 .m_grid:nth-child(1),
	.grids_4 .m_grid:nth-child(3n+1){
		margin-left: 0;
	}
	.gun .left,
	.gun .right{
		width: 100%;
		margin-left: 0;
	}
	.gun_cont_block{
		width: 100%;
	}
	.gun .left, .gun h1{
		text-align: center;
	}
	.gun .main_img{
		min-height: auto;
		padding: 10px;
	}
	.gun .main_img img{
		max-height: 200px;
	}
	.gun .images{
		display: table;
		float: none;
		margin: 0 auto 1px;
	}
	.gun .images a{
		width: 100px;
		margin: 0 7px 14px;
	}

	.guns_line{
		width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px; 
	}
	.guns_line .slick-prev,
	.guns_line .slick-prev:hover{
		left: -30px;
	}
	.guns_line .slick-next,
	.guns_line .slick-next:hover{
		right: -30px;
	}
	.product_full .price_block{
		text-align: center;
	}
	.product_full .price_block .button{
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 660px){
	.text_block .t_block{
		border-top: rgba(255,255,255,.4) 1px solid;
		border-bottom: rgba(255,255,255,.4) 1px solid;
		padding: 15px 0 0;
		margin: 0 0 15px;
	}
	.text_block .t_block .column{
		display: block;
		padding: 0 0 15px;
	}
	.text_block .t_block .column {
	    border-left: none;
	}
	.contact_block{
		background-position: -50px 0;
	}
	.contact_block > .wrapper{
		width: 62%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact_block > .bg,
	.contact_block > .wrapper:before{
		width: 38%;
	}
	.main_home_blocks{
		width: 100%;
		top: 0;
		padding: 10px 0 0;
	}
	.main_home_blocks > .block{
		width: 100%;
		margin: 10px 0;
	}
	.th_home .two_column_block > .column{
		width: 100%;
		margin: 0;
	}
	.text_block .slog{
		margin: 30px auto;
	}
	.services_grids .m_grid{
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 600px){
	.main_slider .slide img{
		height: 180px;
	}
	.programs_grids .m_grid .column{
		width: 100%;
		margin-left: 0;
	}
	.gun .features > .wrapper,
	.gun_cont_block.v2 .features > .wrapper{
		width: 100%;
	}
	.gun .features > .wrapper.n2{
		margin-left: 0;
	}
	.gun .features table{
		width: 100%;
	}
	.gun .features tr{
		border-top: rgba(255,255,255,.1) 1px solid;
	}
	.gun .features > .wrapper.n1 table tr:first-child{
		border: none; 
	}
	.gun .features td{
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.categories li,
	.categories li:nth-child(2n+1){
		width:100%;
		margin:0 0 10px;
	}
}
@media (max-width: 560px){
	.header .button_block a.to_modal,
	.user_data_info{
		display: none;
	}
	.page_title{
		font-size: 36px;
	}
	.path {
	    margin: 0 0 30px;
	}
	.contact_block > .bg{
		background-position: center;
		background-size: cover;
		width: 100%;
	}
	.contact_block > .wrapper{
		background: rgba(0,0,0,.7);
		text-align: center;
		position: relative;
		width: 100%;
		padding: 50px;
	}
	.contact_block > .wrapper:before{
		display: none;
	}
	.contact_block > .wrapper::after {
	    left: 20px;
	    top: 20px;
	    width: calc(100% - 42px);
	    height: calc(100% - 42px);
	}
	.grids_4 .m_grid{
		width: calc(50% - 7px);
		margin: 0 0 14px 14px;
	}
	.grids_4 .m_grid:nth-child(3n+1){
		margin-left: 14px;
	}
	.grids_4 .m_grid:nth-child(odd){
		margin-left: 0;
	}
	.next_prev_block{
		display:block;
		width:100%;
	}
	.next_prev_block > .wrapper{
		width: calc(100% - 2px);
		margin:5px 0;
	}
	.next_prev_block.next > .wrapper{
		float:left;
	}
	.cart_form .register_form .column_block > .column:nth-child(1),
	.cart_form .register_form .column_block > .column:nth-child(2){
	    width: 100%;
	    margin: 0;
	}
	.text_block table{
		display: block;
	}
	.text_block table td:first-child,
	.text_block table th:first-child{
		display: none;
	}
	.text_block table td,
	.text_block table th{
		font-size: 14px;
		padding: 10px;
	}
}
@media (max-width: 520px){
	.modal__dialog .h1{
		font-size: 24px;
	}
	.input_block{
		margin: 35px 0;
	}
	.gun_md_block .two_column_block > .column{
		width: 100%;
		margin: 0;
	}
	.guns_line{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px; 
	}
	.guns_line .slick-prev, 
	.guns_line .slick-next{
		width: 40px;
	}
	.guns_line .slick-prev i:before,
	.guns_line .slick-prev i:after,
	.guns_line .slick-next i:before,
	.guns_line .slick-next i:after{
		width: 20px;
	}
	.guns_line .slick-prev,
	.guns_line .slick-prev:hover{
		left: -10px;
	}
	.guns_line .slick-next,
	.guns_line .slick-next:hover{
		right: -10px;
	}
	.guns_line .slick-prev:hover,
	.guns_line .slick-next:hover{
		width: 70px;
	}
	.posts_list > li{
		width: 100%;
	}
	.posts_list > li:nth-child(2n){
		margin-left: 0;
	}
	.post img.image{
		width: 100%;
		max-width:100%;
		margin-right: 0;
	}
}
@media (max-width: 460px){
	#purchases .image,
	#purchases td.price.n2{
		display: none;
	}
	.modal .modal__content{
		padding: 20px;
	}
	.modal__dialog .modal__content--active .form_block form .required_info {
	    padding: 0 20px;
	    margin: 0 -20px; 
	}
	.modal .demo-close{
		margin: 10px 10px 0 0;
	}
	.text_block .gr_block > .item,
	.text_block .gr_block > .item:nth-child(2n-1){
		border-right: none;
		width: 100%;
		max-width: 100%;
	}
	.contacts_block .map > *{
		height: 300px;
	}

}
@media (max-width: 400px){
	.page_title {
	    font-size: 30px;
	}
	.main_wrapper .button{
		font-size: 16px;
		padding: 15px 25px;
	}
	.modal .demo-close{
		margin: -10px -10px 0 0;
	}
	.modal__dialog .h1{
		padding-right: 0;
	}
	.contact_block .phone{
		font-size: 22px;
	}
	.team_grids .m_grid{
		width: 100%;
		margin: 0 0 15px;
	}
	#cart_informer{
		right: -300px;
		width: 300px;
	}
}
@media (max-width: 370px){
	.grids_4 .m_grid{
		width: 100%;
		margin: 0 0 14px;
	}
	.grids_4 .m_grid:nth-child(3n+1){
		margin-left: 0;
	}
}




















