
/* === style.css === */
html, body {
	width: 100%;
	height: 100%;
	font-size:100%;}
	
html {}
body {
    position:relative;
    z-index:1;
    background:#eae2cd url(../../img/bg_fon.gif) 0 0;
    display: flex;
      min-height: 100vh;
      flex-direction: column;
}

html>body {
	height: auto;
	min-height: 100%;}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;}

table td { padding:0px;}

img {border:0; margin:0; padding:0;}

.wrapper{
    flex: 1;
}
.content{
    padding-bottom: 50px;
}
/*a:visited {color:#666;}
a:active {color:#f00;}*/

lable, input {vertical-align: middle;}

.red {color:#f00;}
.grey {color:#333;}
.print-ver {clear:all; display:block; text-align:right; margin-top:15px;}
small {vertical-align:bottom;}

p {}
ul {margin-bottom:10px;}


.float-left { float:left; margin:0 10px 7px 0;}
.float-right { float:right;	margin:0 0  7px 10px;}
.clear {clear:both;} 


/* ----- Pager Block ----*/
.pager * {vertical-align:0;}
.pager {clear:both; font-size: 16px; text-align:center; margin-bottom:30px;}
.pager a {color:#000; padding: 0 5px; text-decoration:none;}
.pager i {font-style:normal; padding: 0 5px;}
.pager b {
	/*background: #d9dde1;*/
	color: #000;
	padding: 1px 5px 0px 6px;
	font-size: 18px;}
/* ----- Go-Back Block ----*/
.go-back {clear:both; display:block; font-size:14px; margin:25px 0 15px;}
.go-back:before {
	content: "<";
	padding-right:3px;
	text-decoration:none;}

.go-back a{
	color:#c74200;
	text-decoration:underline;
}
.go-back a:hover{
	color:#7d2e2e;
	text-decoration:none;
}
.go-back a:visited{
	color:#7d2e2e;
	text-decoration:underline;
}
/* -------------------------------------- CARCASE -------------------------------------- */
.header, .footer-in, #content {

}

.logo, .menu-top, .nav, .phone, .h-search {}

.logo {
	top:58px;
	left:0;
	width:179px;
	font-size:12px;
	color:#999;
	letter-spacing:1px;
	text-align:center;}
.img-logo {margin-top:22px;}

.menu-top {
	top: 235px;
	left: 0px;
	font-size:0.875em; /*14px*/}
.menu-top li {
	width:105px;
	background:url(../../img/menu-top-li.png) no-repeat 11px 11px;
	padding: 3px 1px 5px 26px;
	margin: 0 0 0 6px;
	display: inline;
}
.menu-top li.cur {
	width:104px;
	background:#663333 url(../../img/menu-top-li1.gif) no-repeat 11px 11px;
	border-right:1px solid #7c514d;}
.menu-top li:hover {background-color:rgba(102,51,51,0.5);}
.menu-top li a {color:#7d2e2e;}
.menu-top li.cur a {color:#fff;}

.menu-map {
	margin:20px 0 30px 0px;}
.menu-map li {
	margin:0 0 10px 15px;}
.menu-map ul {}
.menu-map ul li{}


.nav {
}
.nav a {}

.phone {
	top: 100px;
	right:0;
	color:#7e2e2e;
	font-size: 0.8em; /*22px*/
	line-height:1.31em;
	font-weight: bold;
	left: 225px;
}
.phone small {
	font-size:0.636em; /*14px*/
	vertical-align:0;}

.h-search {
	bottom:80px;
	right:-3px;}
.h-search input[type=text] {
	width:127px;
	height:15px;
	padding:0 2px 0 3px;
	margin-right:2px;
	border:1px solid #fff;
	font-size:10px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;}
.h-search input[type=submit] {
	background-color:#7e2e2e;
	font-size:11px;
	color:#fff;
	width:43px;
	height:17px;
	border:1px solid #7e2e2e;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;}

/* ----- ----- */
#content {
	position:relative;
	padding-bottom:95px;
	min-height: 1000px;
}
.left-col {
	display: inline-block;
	width: 72%; /*780px;*/
	padding: 0 2% 0 1%;}
.right-col {
	display: inline-block;
	width: 250px;}


/* ---------- ---------- */
.useful-title {
	font-size:1.833em;/*22px*/
	line-height:normal;
	color:#71312f;
	margin-bottom:25px;
	margin-top: 100px;}
.useful-item {
	display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;
	width:100px;
	height:170px;
	text-align:center;
	position: relative;
	color:#333;
	padding:20px 12px 35px 13px;
	margin:0 7.5% 43px 0px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 0px rgba(211,206,192,0.5);
    -webkit-box-shadow: 1px 1px 0px rgba(211,206,192,0.5);
    box-shadow: 1px 1px 0px rgba(211,206,192,0.5);}
.useful-item a {color:#333;}
.useful-item-img {
	overflow:hidden;
	width:100px;
	height:125px;
	padding-bottom:5px;}
.useful-item-img img {
	max-width:100px;
	max-height:125px;}
.useful-item .useful-btn {
	display:block;
	width:98px;	
	height:23px;
	background:#633;
	text-align:center;
	font-size:1.166em;/*14px*/
	line-height:21px;
	color:#fff;	
	margin-top:5px;
	border:1px solid #855c5c;
	border-bottom-color:#c2adad;
	border-left-color:#dbcfcf;
	border-right-color:#784b4b;}
.look{
    font-size: 11px;

    color: grey !important;
}

.news-main-title {
	color:#7d2e2e;
	font-size:1.33em; /*16px*/
	margin-top:35px;
	padding-bottom:3px;}
.news-main-title a {
	color:#7d2e2e;}
.news-title {
	color:#333;
	margin:25px 0 8px;}
.news-title a {
	color:#333;}
.news-txt, .news-txt p {
	color:#666;
	line-height:1.45em; /*16px;*/
	margin-bottom:0;}
.news-txt {font-size:0.916em;}
.news-arhiv {
	display:block;
	width:100px;
	height:25px;
	margin-top:55px;
	text-align:center;
	font-size:11px;
	line-height:24px;
	color:#fff;
	background:#633;}

	
	
	
.umbrella {
	clear:both;
	height:117px;
	width:972px;
	background-color:#fff;
	margin-top: 13px;
	margin-bottom:40px;
	padding:30px 20px 15px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 3px rgba(211,206,192,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(211,206,192,0.5);
    box-shadow: 1px 1px 3px rgba(211,206,192,0.5);}
.umb-box {
	float:left;
	min-height:95px;
	padding:0 5px 0 85px;
	width: 102px;}
.umb-title {
	color:#333;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:9px;}
.umb-title a {color:#333;}
.umb-box ul {
	color:#666;
	margin:0;
	padding:0;}
.umb-box ul a {
	color:#666;}
.umb-box ul li {
	background:url(../../img/umbrella-li.gif) no-repeat 0 7px;
	padding:0 0 2px 14px;}

.umb-box1 {background:url(../../img/umbrella2.png) no-repeat 0 0;}
.umb-box2 {background:url(../../img/umbrella1.gif) no-repeat 0 0;}
.umb-box3 {background:url(../../img/umbrella3.png) no-repeat 0 0; padding-right:0;}

.breadcrumbs {
	font-size:14px;
	padding-bottom:20px;}
.breadcrumbs b {
	color:#7a2d2d;
	font-size:12px;
	padding:0 5px 0 3px;
	font-weight:normal;}
.breadcrumbs a {
	color:#6b5353;}

	
.zayavka {
	display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;
	width:120px;
	height:25px;
	margin:10px 0;
	text-align:center;
	font-size:11px;
	line-height:24px;
	color:#fff;
	background:#633;}
/* ----- Read more ----- */
.read-more {
	margin:25px 0 5px;}
.read-more a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dashed #c74200;
}
	
.read-more a{
	color:#c74200;
}
.read-more a:hover{
	color:#7d2e2e;
	text-decoration:none;
}
.read-more a:visited{
	color:#7d2e2e;
	text-decoration:underline;
}

.read-more + div{
	font-size:14px;
}
/* ----- Table Forms ----- */
.table-form {
	margin: 5px 0 10px;}	
.table-form td {
	padding: 0 15px 10px 0;
	vertical-align: middle;}
.table-form label:after {
	content: "*";}
.form-txt {	width: 253px;}
.capcha {
	width: 50px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #999;}
	
.button {
	display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em 1.4em .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover {
	text-decoration: none;}
.button:active {
	position: relative;
	top: 1px;}
	
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
	
	
.kat-image {float:left; margin:0 50px 20px 0;}
.kat-img {
	position:relative;
	width:188px;
	height:193px;
	padding:5px;
	margin-bottom:20px;
	background-color:#fff;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.kat-new {
	position:absolute;
	top:-15px;
	right:-10px;}
	
.kat-thumb {
	float:left;
	margin:0 40px 20px 0;
	width:55px;
	height:55px;
	padding:5px;
	background-color:#fff;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);}

/* ----- Contacts ----- */
.kontact {
	/*font-size:0.75em;*/
	padding:10px 0;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;}
.kont-pic {
	width:162px;
	float:left;
	padding-right:30px;}
.kont-txt {
}
.kont-txt small {
	font-size:0.93em;
	color:#666;
	display:block;
	font-weight:bold;
	padding:5px 0 0 0;}
.kont-txt p {margin:3px 0;
	text-align:justify;
	color:#333333;
	line-height:25px;
	font-size: 14px;
	margin-bottom:13px;
}
.kont-txt  a{
	color:#c74200;
	text-decoration:underline;
}
.kont-txt  a:hover{
	color:#7d2e2e;
	text-decoration:none;
}
.kont-txt a:visited{
	color:#7d2e2e;
	text-decoration:underline;
}

.kont-txt b {color:#f27004;}
.kont-link {
	text-align:right;}
.kont-link a {
	/*display:block;*/
	color:#666;
	font-size:0.9em;
	/*padding:6px 0 0 9px;*/
	padding-left:9px;
	background:url(../../img/bg_link.gif) no-repeat 0 4px;}
/* -------------------------------------- FOTTER -------------------------------------- */
#footer {
	width: 100%;
	height: 75px;
	position: absolute;
	/*text-shadow: 1px 1px 0px #222;*/
	color:#333;
	bottom: 0;
}
	
.footer-in {
	height:75px;}

.footer-in a {color:#333;}

.foot-left {
	float:left;
	/*width:185px;*/
	padding:34px 0 0 0;
	font-size:0.75em; /*12px*/}
.foot-left a {
	display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;
	margin-right:30px;}

.foot-center {
	float:right;
	padding: 19px 13px 0 0;
	font-size:0.687em; /*11px */}

.foot-right {
	float:right;
	padding:22px 6px 0 0;}
	
.foot-center small {
	display:block;
	font-size:0.818em; /*9px*/
	padding:0 0 5px 14px;}
.foot-center a {
	font-size:1.09em; /*12px*/
	padding-left:14px;}
#search{
	margin:30px 0 20px 0;
}
.search_pager{
    text-align: center;
}
.search_pager td{
    margin: 5px;
    display: inline-block;
}
.search_header{
	margin-bottom: 40px;
}
.search_title a{
    color: #7D2E2E;
    font-weight: bold;
}
.search_txt{
	margin: 20px;
}
.one_search_item{
    margin: 10px 0 10px 10px;
}

.white {
color: #606060;
border: solid 1px #B7B7B7;
background: white;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#EDEDED));
background: -moz-linear-gradient(top, white, #EDEDED);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.att-block-img{
	margin-right: 10px;
	width: 320px;
	height: 138px;
	float: left;
	padding-top: 6px;
}
.attention-block>p{color: #fff;font-size: 15px;margin-bottom: 18px;margin-top: -25px;}
.attention-block
{
	height: 178px;
	border-top: 30px solid #88403e;
	border-right: 1px solid #88403e;
	border-left: 1px solid #88403e;
	border-bottom: 1px solid #88403e;
	border-radius: 9px;
	padding-left: 13px;
	margin-bottom: 40px;
}
.left-col>p
{
	text-align:justify;
	color:#333333;
	line-height:25px;
	font-size: 14px;
	margin-bottom:13px;
}
.left-col > p > a{
	color:#c74200;
	text-decoration:underline;
}
.left-col > p > a:hover{
	color:#7d2e2e;
	text-decoration:none;
}
.left-col > p > a:visited{
	color:#7d2e2e;
	text-decoration:underline;
}
.umb-box4 {
background: url(../../img/sumki-bg.jpg) no-repeat 0 0;
/*margin-left: 25px;
padding-left: 75px;*/
}
.umb-box5 {
background: url(../../img/icon-oborudovanie.png) no-repeat 0 0;
/*margin-left: 25px;
padding-left: 65px;*/
}

.get-cat-button{
	  background:url(/assets/img/get-cat-button-bg.jpg) repeat-x 0 -40px;
  color: #fff!important;
  padding-left: 17px;
  padding-right: 20px;
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 10px!important;
  border-radius: 5px;
  text-decoration: none;
  width: 300px;
  display: block;
  float: left;
  margin-right: 11px;
}

.get-cat-button:hover
{
	background:url(/assets/img/get-cat-button-bg.jpg) repeat-x 0 0;
}
.get-cat-button > i{
  background: url(/assets/img/get-cat-button-right-pic.png) no-repeat 0 0;
  height: 14px;
  width: 71px;
  display: block;
  float: right;
}
.get-cat-button:hover > i{
  background: url(/assets/img/get-cat-button-right-pic.png) no-repeat 0 -14px;
}


.left-col ul {
	  margin-left: 13px;
}
.left-col ul li{
	  list-style-image: url(/assets/img/custom_list_img.png);
  padding-left: 7px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 4px;
}
#ya-site-results {
		background: transparent !important;
}


.kat-image{
	position:relative;
}
.kat-image .kat-new{
	z-index:2;
}

.ec-form{
    background: #fff;
}
#mse2_selected{
	font-size:14px;
}
#mse2_selected span{
	font-size:14px;
}
#mse2_selected span sup{
	margin-left: 4px;
}
.pseudofilter_links{
	width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 8px;
}
.pseudofilter_links a{
	display:block;
	float:left;
	    color: #000;
	font-size:14px;
	clear: both;
}
.pseudofilter_links a.active{
	opacity:0.5;
}
.zayavka_custom{
	    display: inline-block;
    zoom: 1;
    width: 120px;
    height: 25px;
    margin: 10px 0;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    background: #633;
}
#get_product_window{
	width: 600px;padding: 38px 0;
}
#product_name_title{
	font-weight:bold;
}
.ajax_form.af_example {
    width: 500px;
    margin: 0 auto;
}
.ajax_form.af_example .control-group {
    clear: both;
    margin-bottom: 10px;
}

/*Стили для сопутствующих товаров*/
.neighbors{
	width: 100%;
	margin-top: 50px;
	font-size: 15px;
}
.link-prev{
	float: left;
}
.link-next{
	float: right;
}
.inner-h1 {
    float: left;
}

.remove .btn-default{
	color: #633;
    background: none;
    border-radius: 2px;
    padding: 6px 12px;
    border: 1px solid #633;
    outline: none!important;
}


#msMiniCart{
    font-size: 14px!important;
}
#msMiniCart a{
	display: inherit!important;
}
.useful-item {
    height: 188px;
}
#msMiniCart .not_empty {
    font-weight: 600;
}


.bishop-news .center-align {
    text-align: center!important;
}
.bishop-news table{
        margin: 0 auto 20px;
}
.bishop-news table td {
    padding: 10px 15px;
    border: 1px solid #000;
}
.bishop-news li{
    list-style: none;
    font-size: 12px!important;
    list-style-image: url(/assets/img/metro-icon.png)!important;
}


/*Redesign styles*/
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group{
	border:none;
}
.panel-default {
	border-color: transparent;
}
.panel {
	background-color: transparent !important;
	border-bottom: 1px solid rgb(180, 168, 145);
	border-radius: 4px !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.0);
}
.panel-default>.panel-heading {
	background-color: transparent;
}
#accordion .panel-heading {
	padding: 10px 15px 10px 0 !important;
}
.panel-title{
	position: relative;
}
.img_arrow {
	/* float: right; */
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 19px;
}
.img_arrow img{
	margin:0 !important;
}
.panel-title>a{
	color: #7e2e2e !important;
}
.panel-group .panel+.panel{
	margin: 0 !important;
	padding: 5px 0;
}
.nav.nav-tabs li{
	margin: 0 !important;
}
.nav.nav-tabs li:before{
	display: none !important;
}
.tab-content {
	border: 1px solid rgb(180, 168, 145);;
	padding: 50px;
	padding-top: 20px;
	background: #ece4cf;
}
.nav-tabs>li>a{
	padding: 10px 60px !important;
	border: 1px solid rgb(180, 168, 145);
	margin-right: 0 !important;
	margin-bottom: -2px;
	background: #ece4cf;
}
.nav-tabs>li.active>a{
	background-color: rgb(126, 46, 46) !important;
	border-color: rgb(126, 46, 46) !important;
	color: #ece4cf !important;
}
.nav-tabs>li>a:hover {
	border-color: rgb(180, 168, 145);
	background-color: #ece4cf;
}

/* === pretty_checkboxes.css === */
.pretty_checkbox[type="checkbox"]:not(:checked),
.pretty_checkbox[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    transition: all 0.2s ease-in-out
}
.pretty_checkbox[type="checkbox"]:not(:checked)+label,
.pretty_checkbox[type="checkbox"]:checked+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
}
.pretty_checkbox[type="checkbox"]:not(:checked)+label:before,
.pretty_checkbox[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    font-size: 17px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 2px;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 0px 14px
}
.pretty_checkbox[type="checkbox"]:checked+label:before {
    transition: border-color 0.2s;
    border: 2px solid #fff
}
.pretty_checkbox[type="checkbox"]:not(:checked)+label:after,
.pretty_checkbox[type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 1px;
    width: 17px;
    height: 17px;
    transition: all 0.2s;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDQzNEREQjY3MUREMTFFNjhGQkI5QzA2N0ExRjI5QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDQzNEREQjc3MUREMTFFNjhGQkI5QzA2N0ExRjI5QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDM0RERCNDcxREQxMUU2OEZCQjlDMDY3QTFGMjlCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNDM0RERCNTcxREQxMUU2OEZCQjlDMDY3QTFGMjlCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpD1h/0AAAB1SURBVHjaYpSXkmIgEtRD6UYWEjQ0APFfIF7LRKKGaCC+woQkUU+EhpUgQZDzdIC4FoiZYW7GoiEKiFfBTGIW4OV9BaRvAnEgEDtBxR1waQABRqTQCwfipUg2YtUAcx4MrITSS6E0Vg3ompA1MuDSAAIAAQYAOvwbpUrQg5AAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    border-radius: 2px
}
.pretty_checkbox[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}
.pretty_checkbox[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
    animation-duration: 0.2s
}
.pretty_checkbox[type="checkbox"]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: transparent;
    background-color: rgba(255,255,255,0.42);
}
.pretty_checkbox[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: transparent;
    background-color: rgba(255,255,255,0.42);
}
.pretty_checkbox[type="checkbox"]:disabled:checked+label:after {
    color: #999
}
.pretty_checkbox[type="checkbox"]:disabled+label {
    color: #b6b3ad!important;
}
.pretty_radio:before,
.pretty_radio:after {
    content: " ";
    display: table
}
.pretty_radio:after {
    clear: both
}
.pretty_radio[type="radio"]+label {
    color: #6D6B69
}
.pretty_radio[type="radio"]:not(:checked),
.pretty_radio[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    transition: all 0.2s ease-in-out
}
.pretty_radio[type="radio"]:not(:checked)+label,
.pretty_radio[type="radio"]:checked+label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 32px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: normal
}
.pretty_radio[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 2px solid #C7C7C7;
    background: #fff;
    border-radius: 30px;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    animation-duration: 0.2s
}
.pretty_radio[type="radio"]:checked+label {
    color: #575757
}
.pretty_radio[type="radio"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 2px solid #575757;
    transition: border cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    color: #575757;
    background: #fff;
    border-radius: 30px;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    animation-duration: 0.2s
}
.pretty_radio[type="radio"]:not(:checked)+label:after,
.pretty_radio[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 6px;
    font-size: 18px;
    width: 12px;
    height: 12px;
    border: none;
    background: #575757;
    border-radius: 30px;
    transition: all 0.2s
}
.pretty_radio[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}
.pretty_radio[type="radio"]:checked+label:after {
    opacity: 1;
    color: #111111;
    transform: scale(1);
    animation-duration: 0.2s
}
.pretty_radio[type="radio"]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}
.pretty_radio[type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}
.pretty_radio[type="radio"]:disabled:checked+label:after {
    color: #999
}
.pretty_radio[type="radio"]:disabled+label {
    color: #aaa
}
/* === header.css === */
.header{
    width: 100%;
    padding: 5px 0 0;
}
.header > .container{
    position: relative;
}
.header > .container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    right: -19px;
    top: -9px;
    background: url(/assets/img/bg_header.jpg) right top;
    background-repeat: no-repeat;
}
@media (max-width: 1009px){
    .header > .container:after{
        right: 0;
    }
}
.header_minicart{
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 100;
}
.header_minicart > div{
    background: #7e2e2e;
    color: #fff;
    padding: 10px 16px;
    width: 120px;
    text-align: center;
}

.header_minicart a, .header_minicart a:hover
{
    color: #fff;
}
.minicart_link>span{
    position: relative;
    margin-right: -20px;
}
.minicart_link>span:before{
    content: '';
    position: absolute;
    left: -25px;
    top: -1px;
    width: 19px;
    height: 20px;
    background: url(/assets/redesign/img/minicart_ico.png);
}
.header .ms2_total_count{
    position: absolute;
    left: -11px;
    bottom: -11px;
    padding: 1px 6px 1px;
    text-align: center;
    line-height: 19px;
    border: 2px solid #7e2e2e;
    border-radius: 100%;
    background: #fff;
    color: #7e2e2e;
    font-size: 14px;
}
.header_slogan{
    position: relative;
    width: 100%;
}
.header_slogan>span{ 
    font-size: 14px;
    text-transform: uppercase;
    color: #7e2e2e;
    text-shadow: 1px 0px 35px rgba(0,0,0, 0.4);
    letter-spacing: 1.5px;
}
@media (max-width: 992px){
    .header_slogan>span
    {
        width: 61%;
        display: block;
    }
}
.header_elements{
    padding: 38px 0 27px;
}
.header_logo{
    padding: 0 0 0 10px;
}
.header_logo a{}
.header_logo a span{
    font-size: 11px;
    color: #7e2e2e;
    display: block;
    text-align: center;
    width: 188px;
    margin-top: 4px;
    text-transform: lowercase;
}
.header_phone{
    padding: 21px 0 0;
}
@media (max-width: 768px){
    .header_phone{
        padding-left: 40px;
    }
}
.header_phone a{
    position: relative;
    font-size: 23px;
    font-weight: bold;
     color: #7e2e2e;
    text-decoration: none;
}
.header_phone a:before{
    content: '';
    position: absolute;
    left: -24px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: url(/assets/redesign/img/header_phone_ico.png);
}
.header_phone a>span{
    display: block;
    margin-top: -4px;
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;
}
.header_contacts{}

@media (max-width: 992px){
    .header_contacts{
        padding-left: 20px;
        margin-top: 25px;
    }
}
@media (max-width: 768px){
    .header_contacts{
        padding-left: 20px;
        margin-top: 25px;
    }
}
.header_contacts__item{
    font-size: 16px;
    font-weight: bold;
}
.header_contacts__item + .header_contacts__item{
    margin-top: 20px;
}
.header_contacts__metro{
    position: relative;
     font-size: 14px;
    font-weight: normal;
    padding-left: 21px;
}
.header_contacts__metro:before{
    content: 'M';
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 15px;
    height: 15px;
    width: 15px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    background: #e0c130;
    border-radius: 100%;
}
.header_contacts__phone{
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.header_contacts__metro-spb:before{
    background: #3189d4; 
}

/* === header_menu.css === */

.navbar-nav>.active>a{
}
.navbar {
    margin-bottom: 0;
}
.navbar-default{
    background-color: transparent;
    border-color: transparent;
}
.navbar-btn {
    margin-top: 2px;
    margin-bottom: 7px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /*     color: #232020;
        background-color: transparent;
     */
    color: #ece4cf;
    background-color: rgb(126, 46, 46);
    border-radius: 6px;

}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 14px;
    /*     font-weight: bold;
    text-transform: uppercase;
     */}

@media (min-width: 768px){
    .header_menu .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav{
        margin-left: -15px;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #7e2e2e;
}
.navbar-default .navbar-toggle {
    border-color: #7e2e2e;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #7e2e2e;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover:focus .icon-bar {
    background-color: #fff;
}
@media (min-width: 768px){
    .navbar-nav>li+li {
        float: left;
        margin-left: 4px;
    }
}
.header_search_btn{
    background: none;
    color: #7e2e2e;
}

@media (max-width: 1200px) and (min-width: 992px){
    .nav>li>a {
        font-size: 14px;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .nav>li>a {
        font-size: 12px;
        padding: 10px 4px;
    }
}
/* === catalog_menu.css === */
.catalog_menu{
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    padding: 0 0 8px;
}
.catalog_menu a:hover{
    text-decoration: none;
    color: #232020;
}
.catalog_menu__item{
    width: calc(100% / 5);
    float: left;
    padding: 0 30px
}
@media (max-width: 992px){
    .catalog_menu{
        padding: 20px 0 30px;
    }
    .catalog_menu__item{
        width: calc(100% / 3);
    }
    .catalog_menu__item-bags{
        clear: both;
        margin-left: calc(100% / 6);
    }
}

@media (max-width: 768px){
   .catalog_menu{
        padding: 20px 0 30px;
    }
    .catalog_menu__item{
        width: calc(100% / 2);
    }
    .catalog_menu__item-bags{
        clear: none;
        margin-left: 0;
    }
    .catalog_menu__item-equipment{
        margin-left:calc(100% / 4);
        clear:both;
    }
}
.catalog_menu__img{
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center center;
}
.catalog_menu__title{
    text-align: center; 
}
.catalog_menu__title a{
   font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    
}

.catalog_menu__subtitles{
    padding: 0;
}
.catalog_menu__subtitles li{
    text-align: center; 
    padding: 0;
    font-size: 14px;
    margin-bottom: 2px;
    list-style: none;
}
.catalog_menu__subtitles li a{
    
}
/* === breadcrumbs.css === */
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
}
.breadcrumb>li+li{
    position: relative;
    padding-left: 30px
}
.breadcrumb>li+li:before {
    content: "";
    padding: 0;
    display: block;
    position: absolute;
    color: #7e2e2e;
    width: 5px;
    left: 12px;
    top: 6px;
    height: 9px;
    background: url(/assets/redesign/img/breadcrumb_arrow.png);
    background-repeat: no-repeat;
}
/* === footer.css === */
.footer{}
@media (max-width: 992px){
    .footer{
        padding-bottom: 25px;
    }
}
.footer_menu{
    border-bottom: 1px solid #c9ac9d;
    padding: 9px 0 15px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px){
    .footer_menu{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .footer_menu a{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 7px;
        margin-left: 20px;
    }
    .footer_menu a:nth-child(5){
        clear: both;
    }
}
.footer_menu a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.footer_menu a:hover{
    text-decoration: none;
}
.footer_bottom_line{
    min-height: 60px;
    margin-top: 28px;
}
.footer_logo{
    max-width: 70px;
    float: left;
}
.footer_logo img{
    max-width: 100%;
}
.footer_copy{
    float: left;
    font-size: 12px;
    color: #7e2e2e;
    padding-left: 20px;
    line-height: 15px;
}
.footer_developer{
    float: left;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    line-height: 14px;
    color: initial;
}
.footer_developer__img{
    float: left;
    width: 80px;
}
.footer_developer_link{
    display: inline-block;
}

@media (max-width: 992px){
.footer_bottom_copy{
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer_bottom_developer{
    display: flex;
    justify-content: center;
    width: 100%;
}
}
/* === catalog.css === */
.catalog{}

.catalog__text_content{
    margin: 30px 0 0;
}
.catalog__filesfordownload{
    margin-bottom: 35px;
}
.catalog__download_btn{
    border: #fff;
    color: #7e2e2e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 13px 8px 50px;
    text-align: left;
    line-height: 16px;
    margin-right: 5px;
    position: relative;
    transition: all ease-in-out 0.2s;
}
@media (max-width: 992px){
    .catalog__download_btn{
        width: 100%;
    }
    .catalog__download_btn + .catalog__download_btn{
        margin-top: 15px;
    }
}
.catalog__download_btn:before
{
    content: '';
    width: 22px;
    height: 20px;
    background: url(/assets/redesign/img/download_btn_sprte.png) no-repeat 0 0;
    position: absolute;
    left: 15px;
    top: 14px;
    transition: all ease-in-out 0.2s;
}
.catalog__download_btn:hover:before{
    background-position: 0 -20px;
    transition: all ease-in-out 0.2s;
}
.catalog__download_btn:hover{
    background: #7e2e2e;
    color: #fff;
    transition: all ease-in-out 0.2s;
}
.catalog__download_btn > span{
    font-size: 12px;
    font-weight: 300;
}

.catalog__choosen{
    display: block;
    background: none;
    font-size: 14px;
    color: #7e2e2e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 23px 0!important;
}
.catalog__choosen > #mse2_selected{
    background: none;
}
.catalog__choosen .mse2_selected_link, .catalog__choosen .mse2_selected_link em{
    background: #fff;
    text-transform: lowercase;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    margin-right: 7px;
    border-radius: 2px;
    padding: 3px 4px 4px;
    letter-spacing: 0;
}
.catalog__choosen .mse2_selected_link
{
    display: inline-block;
    margin-bottom: 5px;
}
.catalog__choosen .mse2_selected_link em{
    margin-right: 0px;
}
.catalog__choosen .mse2_selected_link sup{
    top: 0;
    font-size: 14px;
    color: initial;
    margin-left: 0px!important;
    margin-right: 3px;
}




.catalog__filter{
    margin-bottom: 30px;
    width: 100%;
}

.catalog__filter__links{
    margin-bottom: 25px;
}
.catalog__filter__links > a{
    display: block;
    margin-bottom: 4px;
}
.catalog__filter__links > a.active{
    color: initial;
    text-decoration: none;
}

.catalog__filter__form{
    
}
.catalog__filter__form fieldset h4{
    color: #7e2e2e;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.catalog__filter__showby{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7e2e2e;
    margin-top: 10px;
}
.catalog__filter__showby select{
    border: none;
    margin-left: 10px;
    color: initiak;
}
.catalog__results{
    clear: both;
    display: inline-block;
    width: 100%;
}

/*Выезжающая панель с фильтрами*/
.catalog__filter_btn{
    display: none;
}
@media (max-width: 992px){
    .catalog__filter_btn{
        display: block;
        position: fixed;
        border-radius: 100%;
        right: 40px;
        bottom: 40px;
        font-size: 40px;
        z-index: 1050;
        width: 71px;
        box-shadow: 0px 4px 5px rgba(0,0,0,0.4);
        
        transition: right 0.3s ease-in-out;
        outline: none;
    }
    .catalog__filter_btn.open{
        right: 340px;
        transition: right 0.3s ease-in-out;
    }
    .catalog__filter_btn:focus{
        outline: none!important;
    }
    .catalog__filter{
        position: fixed;
        /* right: 0; */
        top: 0;
        height: 100vh;
        overflow-x: auto;
        overflow-y: scroll;
        width: 270px;
        background: #ece4cc;
        padding: 20px 20px;
        box-sizing: border-box;
        transition: right 0.3s ease-in-out;
        right: -300px;
        z-index: 1050;
        box-shadow: -4px 0px 17px rgba(0,0,0,0.4);
    }
    .catalog__filter.open{
        right: 0;
        transition: right 0.3s ease-in-out;
    }
    .catalog__filter_backdrop{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        background-color: #000;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
    .catalog__filter_backdrop.open{
        opacity: 0.5;
        z-index: 1040;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation: fadeOut 0.5s ; /* Safari 4+ */
	-moz-animation:    fadeOut 0.5s ; /* Fx 5+ */
	-o-animation:      fadeOut 0.5s ; /* Opera 12+ */
	animation:         fadeOut 0.5s ;
    }
    
}
@keyframes fadeOut {
          0% {
            opacity: 0;
            z-index: -1;
          }
          100% {
            opacity: 0.5;
            z-index: 1040;
          }
    }
    
#mse2_selected_wrapper {
    min-height: auto!important;
}
.catalog__filter_close_btn{
        position: absolute;
    right: 11px;
    top: 10px;
}
/* === product_card.css === */
.products{
    
}
.product_card{
    width: calc((100% - 4px) / 3);
    float: left;
    background: #fff;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 50px;
    transition: all ease-in-out 0.2s;
}
.product_card:hover{
    box-shadow: 0px 5px 10px rgba(126,46,46,0.4);
    transition: all ease-in-out 0.2s;
}
.product_card:hover .product_card__name{
    color: #7e2e2e;
    transition: all ease-in-out 0.2s;
}
.product_card:hover .product_card__btn{
    background: #7e2e2e;
    color: #fff;
    transition: all ease-in-out 0.2s;
}
.product_card + .product_card{
    margin-left: 2px;
}
.product_card:nth-child(3n){
    clear: right;
}
.product_card:nth-child(3n+1){
    margin-left: 0;
    clear: left
}

@media (max-width: 992px){
    .product_card{
        width: calc((100% - 4px) / 2);
        float: left;
        background: #fff;
        margin-bottom: 18px;
        position: relative;
        padding-bottom: 50px;
        transition: all ease-in-out 0.2s;
    }
    .product_card:hover{
        box-shadow: 0px 5px 10px rgba(126,46,46,0.4);
        transition: all ease-in-out 0.2s;
    }
    .product_card:hover .product_card__name{
        color: #7e2e2e;
        transition: all ease-in-out 0.2s;
    }
    .product_card:hover .product_card__btn{
        background: #7e2e2e;
        color: #fff;
        transition: all ease-in-out 0.2s;
    }
    .product_card + .product_card{
        margin-left: 2px;
    }
    .product_card:nth-child(2n){
        clear: right;
    }
    .product_card:nth-child(2n+1){
        margin-left: 0;
        clear: left
    }
}

.product_card_img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 180px
}
.product_card_body{
    padding: 21px 25px 20px;
    text-align: center;
}
.product_card__link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product_card__name{
    font-size: 16px;
    color: initial;
    font-weight: 300;
    text-decoration:none;
}

.product_card__btn{
    width: 100%;
    height: 100%;
    color: #7e2e2e;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
        border: none;
}

.product_card__form{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
        border-top: 1px solid #f2eaea;
}

.product_card__colors{
    margin: 7px 0 0  
}

.product_card__colors > div{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
}
.product_card__colors > div + div{
    margin-left: 7px;
}
.product_card_newbadge{
    position: absolute;
    right: 5px;
    top: -2px;
        margin-top: 0!important;
}
.fotorama__img {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.fotorama__wrap-link{
    width: 100%;
    height: 100%;
}
.fotorama__wrap-link > a{
    width: 100%;
    height: 100%;
    display: block;
}
/* === news.css === */
.news{}
.news__item{
    margin-bottom: 30px;
}
.news__item_date{
    font-size: 14px;
}
.news__item_title{
    font-size: 18px;
    margin-bottom: 6px;
}
.news__item_title > a{
    text-decoration: none;
}
.news__item_title > a:hover{
    color: #232020;
}
.news__item_anonce{}
/* === pagination.css === */
.pagination_nav{
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}


ul.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

ul.pagination li:first-child
{
    align-self: flex-start;
    flex: 1;
}
ul.pagination li:last-child
{
    align-self: flex-end;
    flex: 1;
}
ul.pagination li:last-child *
{    
    float: right;
}

ul.pagination li:last-child a {
    float: right;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: initial;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: -1px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #232020;
    border-color: #232020;
    cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #232020;
    border-color: #232020;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #232020;
    background-color: #fff;
    border-color: #fff;
    cursor: not-allowed;
    opacity: 0.5;
}

ul.pagination li + li{
    margin-left: 5px;
}

@media (max-width: 400px){
    ul.pagination{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        align-items: center;
    }
    ul.pagination li:first-child {
        align-self: center;
        flex: 1;
        display:none;
    }
    ul.pagination li:last-child {
        align-self: center;
        flex: 1;
        display:none;
    }
    .pagination>li {
        display: inline;
        margin-bottom: 10px;
    }
    .pagination>li:not(.active){
        display: none;
    }
    .pagination>li:first-child + li{
        display: block;
    }
    .pagination>li:nth-last-child(2){
        display: block;
    }
}
/* === typo.css === */
h1{
    color: #7e2e2e;
    text-transform: uppercase;
    line-height: 37px;
    margin-top: 0;
    margin-bottom: 30px;
}
h2 {
    color: #7e2e2e;
    line-height: 37px;
    margin-top: 23px;
    margin-bottom: 14px;
}
h3 {
    color: #7e2e2e;
    font-size: 22px;
    line-height: 37px;
    margin-top: 23px;
    margin-bottom: 14px;
}

.content p{
    line-height: 25px;
}


.content ul:not(.pagination) li, .content ol:not(.breadcrumb) li{
    line-height: 25px;
    margin-bottom: 12px;
}
.content ul:not(.pagination) li{
    list-style: none;
    position: relative;
}
.content ol:not(.breadcrumb) {
    margin-left: 0;
    padding-left: 18px;
    margin-bottom: 25px;
    list-style-type: none;
    counter-reset: num;
}
.content ol:not(.breadcrumb) li:before {
    content: counter(num) '. ';
    counter-increment: num;
    color: #7e2e2e;
    margin-right: 11px;
    font-weight: bold;
}
.content ul:not(.pagination) li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #7e2e2e;
    left: -25px;
    top: 9px;
    border-radius: 100%;
}
.content blockquote {
    padding: 20px 29px;
    margin: 25px 0 22px;
    font-size: 20px;
    border-left: none;
    background: #fff;
    color: #7e2e2e;
    line-height: 39px;
}
.content blockquote p{
    line-height: 33px;
}
.content img{
    margin-bottom: 16px;
    margin-top: 13px;
    max-width: 100%;
}
.content img:after{
    content: '';
}
.content img + em{
    text-aling: center;
    font-size: 14px;
    font-style: normal;
}
/* === helpers.css === */
body *, body *:focus{
    outline: 0!important;
}

.no_background{
    background: none;
}

.search_modal{}

.search_modal .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-shadow: none!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.search_modal  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    right: -17px;
    top: -13px;
    position: absolute;
}
.search_modal  .form-control {
    display: block;
    width: 100%;
    height: 57px;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #7c7272;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_modal .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 17px 20px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.af-message-success{}
.ms2-message-success{
    background-color: #7e2e2e!important;
}

/* === component.css === */
*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-y: scroll;
	background: #f3efe0;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #48a770;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 6: Rotate pusher */

.st-effect-6.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-6 .st-pusher {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
	transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
	transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
	display: none;
}

/* Effect 7: 3D rotate in */

.st-effect-7.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate out */

.st-effect-8.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
	display: none;
}

/* Effect 9: Scale down pusher */

.st-effect-9.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-9 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
	display: none;
}

/* Effect 10: Scale up */

.st-effect-10.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-11 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
	-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
	transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
	display: none;
}

/* Effect 12: Open door */

.st-effect-12.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-12 .st-pusher {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
	-webkit-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
	display: none;
}

/* Effect 13: Fall down */

.st-effect-13.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
	visibility: visible;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-speed: 0.2s;
	transition-speed: 0.2s;
}

/* Effect 14: Delayed 3D rotate */

.st-effect-14.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}
