ul.breadcrumbs {
    margin-bottom: 30px;
}

.main_content h1 {

}

ul.breadcrumbs li {
	display: inline;
	margin: 0 0 0 6px;
}

.breadcrumbs > li a:hover {
    color: #3bb038;
}

.breadcrumbs > li > a, .breadcrumbs > li > span {
    padding: 0 0px 0 6px;
}

.breadcrumbs > li a, .breadcrumbs > li span {
    display: inline-block;
    background: #fff;
/*    border: 1px solid #e1e8ed;*/
    text-decoration: none;
    color: #9fa3a4;
    line-height: 12px;
    font-size: 13px;
}


.breadcrumbs > li:first-child a, .breadcrumbs > li:first-child span {
    padding: 0;
}

.breadcrumbs > li:before {
/*    content: "\f054";*/
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-weight: normal;
    color: #9fa3a4;
}

.breadcrumbs > li:last-child span {
    border-color: transparent;
    background: transparent;
    cursor: default;
}

.breadcrumbs > li:first-child {
    margin-left: 0;
}

.breadcrumbs > li:first-child:before {
    content: "";
}

.inner-white-page {
	background: #fff;
    border: 1px solid #e1e6e9;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
    color: #010101;
    margin: 0 0 20px 0;
}

#sidebar {
	position: absolute;
	right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.equal {
	position: relative;
}


#sidebar-inner {
	border-left: 1px solid #e1e6e9;
	padding-left: 35px;
	padding-top: 0;
	margin-bottom: 120px;
    float: right;
    width: 160px;
    margin-right: 35px;
}

.main_content {
    width: 79%;
    padding-top: 5px;
    padding-bottom: 15px;
    min-height: 750px;
}

.fullwidth {
    width: 100%;
}

#sidebar0 {
    width: 21%;
}

@media only screen and (max-width: 1100px) {
    #sidebar {
    	right: 0px;
    	position: relative !important;
    }
    #sidebar-inner {
    	padding-left: 0px;
    	border: 0;
    }
}

 @media screen and (max-width: 1100px) {
    .main_content {
        width: 100%;
     }
    #sidebar0 {
        width: 100%;
        text-align: center;
    }
    #sidebar-inner {
        float: none !important;
        width: 100%;
    }
   }

/*.equal {
	display: table;
}

.equal > div {
	float: none;
    display: table-cell;
}*/

#sidebar .block .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 12px 0 0 0;
}

.menu_side {
    margin: 10px 0 0 0;
}

.menu_side > li {
    margin: 8px 0 0 0;
}

.menu_side > li:first-child {
    margin-top: 0;
}


.menu_side > li > a {
    display: inline-block;
    color: #3c4145;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 5px 0 5px;
    margin: 0 0 0 -6px;
    text-decoration: underline;
    font-size: 14px;
}

.menu_side > li > a:hover {
    color: #3bb038;
    text-decoration: none;
}







.main_content h1 {
    font-family: OpenSans, calibri, arial;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333637;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.main_content h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: OpenSans, calibri, arial;
    margin: 20px 0 0 0;
    color: #3c4145;
}

.main_content p {
    line-height: 25px;
    margin: 15px 0 0 0;
/*    max-width: 790px;*/
}

.text_list {
    margin: 15px 0 0 0;
    font-size: 15px;
}

.text_list > li {
    line-height: 25px;
    position: relative;
    padding: 0 0 0 30px;
    margin: 8px 0 0 0;
}

.text_list > li:first-child {
    margin-top: 0;
}

.text_list > li:before {
    content: ' ';
    position: absolute;
    top: 9px;
    left: 10px;
    width: 6px;
    height: 6px;
    background: #3bb038;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.banner_green {
    border: 1px solid #e1e6e9;
    background: #3bb038;
    margin: 30px 0 0 0;
    background: #3cb038 url(/img/banner_green_bg.png) no-repeat center;
    text-align: center;
    color: #fff;
    font-family: OpenSans, calibri, arial;
    font-weight: 300;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    z-index: 1;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0.08+26,0.25+48,0.08+75,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 26%, rgba(255,255,255,0.25) 48%, rgba(255,255,255,0.08) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(26%,rgba(255,255,255,0.08)), color-stop(48%,rgba(255,255,255,0.25)), color-stop(75%,rgba(255,255,255,0.08)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 26%,rgba(255,255,255,0.25) 48%,rgba(255,255,255,0.08) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 26%,rgba(255,255,255,0.25) 48%,rgba(255,255,255,0.08) 75%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 26%,rgba(255,255,255,0.25) 48%,rgba(255,255,255,0.08) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 26%,rgba(255,255,255,0.25) 48%,rgba(255,255,255,0.08) 75%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */



}

.banner_green:before {
        position:absolute;
        font-family: FontAwesome;
        top:50%;
        left:50%;
        font-size: 220px;
        margin-left: -110px;
        margin-top: -10px;
        /*content: "\f262";*/
		content: "\f02d";
        color: #5CBD32;
    }

.banner_green > .inner {
    min-height: 194px;
    z-index: 2;
    position: relative;
}

.banner_green .shield_row {
    padding: 21px 0 0 0;
    font-size: 40px;
}

.banner_green .text_medium {
    font-size: 27px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.banner_green .text_small {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 13px;
}

.comment-author .avatar {
    float: left;
    margin-right: 0.8em;
}

.comment-author img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.comment-body p {
    clear: both;
}

ol.comment-list {
    margin-top: 25px;
    margin-bottom: 45px;
}

li.comment {
    margin: 30px 0;
}

cite.fn {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    display: block;
}

span.says {
    display: none;
}

ol.comment-list ol.children {
    margin-left: 56px;
}

.comment-form .has-feedback input[type="text"], .comment-form textarea {
    padding-left: 36px;
}

.comment-form .has-feedback i.fa {
    color: #cccccc;
    line-height: 39px;
    left: 4px;
}

.comment-form-author {
    margin-right: 20px;
}

.comment-form input[type="text"] {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 70px;
    line-height: 25px;
}

.comment-form textarea {
    padding-top: 10px;
}



#map {
    margin: 20px auto 5px;
    text-align: center;
}

.ymaps-copyrights-legend {
    display: none !important;
}

.ymaps-copyrights-pane {
    display: none !important;
}

.post_list {
    margin-top: 20px;
/*    margin-left: 12px;*/
}

.post_list a {
    line-height: 25px;
}

.post_list div.entry-title:before {
    content: "\f02b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 0 10px 0 0;
    color: #333637;
}


#offers_post_list div.entry-title:before {
    content: "\f02b";
}

#cities_post_list div.entry-title:before {
    content: "\f041";
}

#search_post_list div.entry-title:before {
    content: "\f041";
}

#search_post_list {
/*    padding-left: 30px;    
    font-size: 17px;
    line-height: 35px;*/
}

#catalog_post_list div.entry-title:before {
    content: "\f15c";
}

#cities_post_list, #offers_post_list, #catalog_post_list {
/*    padding-left: 30px;*/
}
.post_list_m {
    padding-left: 12px;
}

.letter_block {
    padding-bottom: 10px;
    position: relative;
}

.letter_caption {
    font-size: 18px;
    font-weight: bold;
    color: #42484E;
    position: absolute;
    margin-left: -26px;
    top: 4px;
}

.letter_item {
        padding-bottom: 12px;
}
/*
div.pagination {
    margin-left: -10px;
}

div.pagination span.current {
    background: #FF1C82;
    color: #fff;
    border-color: #E61D77;
    cursor: default;
}

div.pagination a, div.pagination span {
    float: left;
    text-decoration: none;
    border: 1px solid #e1e8ed;
    line-height: 26px;
    padding: 0 13px 0 13px;
    margin: 0 0 0 10px;
    color: #363f45;
    box-shadow: 0 1px 0 rgba(9, 45, 71, 0.16);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.pagination a:hover {
    box-shadow: none;
    color: #5e717e;
}
*/

#e404 {
    background: url(../images/404-ghosts.png) no-repeat top center;
    width: 700px;
    margin: 100px auto;
    text-align: center;
    padding: 140px 0 0;
    font-size: 14px;
    line-height: 20px;
}

#e404 .heading {
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
}

#e404 .sections {
    padding: 50px 0 0;
}

#e404 .sections a {
    display: inline-block;
    width: 160px;
    color: #414141;
    font-weight: 700;
    text-decoration: none;
    margin: 0 20px;
}

#e404 .sections a i.fa {
    font-size: 140px;
    display: block;
    margin: 0 0 20px 0;
}

.m-watch-action {
    float: right;
    position: relative;
    top: 25px;
}

.m-watch-action .status {
    display: inline-block;
    position: relative;
    top: -4px;
}

.m-watch-action .watch-position {
    display: inline-block;
}

.lc, .unlc {
    float: none;
    padding: 0;
}

.m-watch-action a {
    color: #010101;
}

.m-watch-action a:hover {
    text-decoration: none;
}

.action-like a:hover i {
    color: green;
}

.action-unlike a:hover i {
    color: red;
}

.left-right-heading {
    margin: 30px 0 20px 0;
}

.left-right-heading .left {
    float: left;
}

.left-right-heading .right {
    float: right;
}

.left-right-heading .left, .left-right-heading .right {
    padding: 0 0 10px 0;
    border-bottom: 1px #ebebeb solid;
/*    font-size: 17px;
    font-weight: bold;*/
    font-weight: 700;
    font-size: 20px;
    color: #333637;
        font-family: OpenSans, calibri, arial;
}

.promo td {
    padding: 0 20px;
}

.landing-sections li {
display: inline-block;
    width: 363px;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
}
.landing-sections li a {
    text-decoration: none;
    text-align: center;
    display: block;
}
.landing-sections li span.holder-img {
    display: block;
    text-align: center;
}
.landing-sections li span.holder-img img {
    display: block;
    margin: 0 auto;
    margin-top: -60px;
}
.landing-sections li span.holder-desc {
    display: block;
}
.landing-sections li a span.holder-desc strong {
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 1.1em;
    margin-left: 10px;
}

.landing-sections li a:hover span.holder-desc strong {
    border-bottom: 1px solid #999;
    color: #FF1D95;
}
.subcategories .list .item {
    position: relative;
    float: left;
    width: 232px;
    margin: 0 0 12px 12px;
    border: 1px solid #eee;
    color: #1c1c1c;
    border-radius: 0;
    transition: box-shadow .3s;
}
.subcategories .list .item.first-in-row {
    margin-left: 0;
}
.subcategories .list .item .count {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 6px 6px 3px;
    background-color: #eee;
    font-size: 11px;
    font-family: "MuseoSansCyrl-700",sans-serif;
    line-height: normal;
    color: #1c1c1c;
    transition: background-color .3s;
}
.subcategories .list .item .image {
    display: block;
    height: 180px;
    line-height: 180px;
    text-align: center;
    vertical-align: middle;
}
.subcategories .list .item .image img {
    vertical-align: middle;
}
.subcategories .list .item .tags-block .title {
    margin: 20px;
    min-height: 35px;
    font-size: 16px;
}
.clear {
    display: block;
    clear: both;
    float: none !important;
}
#mmCatalog {
	margin: 0 auto;
	width: 964px;
}
.action-list .action-wrap {
    margin-bottom: 30px;
    border: 1px solid #e3e4e4;
    background: #fff;
}
.action-list .action-wrap .action-item .image {
    font-size: 0;
    max-width: 50%;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}
.action-list .action-wrap .action-item .info {
    padding: 10px;
}
.action-list .action-wrap .action-item .info .title {
    font-size: 16px;
    margin-bottom: 5px;
}
.action-list .action-wrap .action-item .info .preview {
    margin: 18px 0;
}
.button.gray-flat, .button.grey {
    background: #e3e4e4;
    color: #1c1c1c;
    box-shadow: none;
    border: 2px solid #e3e4e4;
    border-radius: 0;
    transition: all ease .3s;
}
.action-list .action-wrap .action-item .info .button {
    margin-top: 5px;
    width: 150px;
    padding: 5px;
    font-size: 13px;
    font-family: "MuseoSansCyrl-700",sans-serif;
}
.clear {
    display: block;
    clear: both;
    float: none !important;
}
