.block_breadscr {
position: relative;
display:table;
padding: 32px 0 0;
width:100%;
}
ul.breadcrumbs {
margin:0;
padding-left: 0
}
#content .breadcrumbs li {
list-style-type:none;
float:left;
position: relative;
color: #C8BFA1;
margin: 0 12px 10px 0;
padding: 0 12px 0 0;
font-size: 18px;
font-weight: 600;
line-height: 1;
}
#content .breadcrumbs li:first-child {
padding-left: 0
}
#content .breadcrumbs li:before {display:none}
#content .breadcrumbs li:not(:last-child):after {
content: '>';
color: #303031;
font-weight: normal;
position: absolute;
top: 0;
right: -5px;
}
#content .breadcrumbs li a {
color: #303031;
font-weight: normal;
text-decoration: none;
}
#content .breadcrumbs li a:hover {
color: #C8BFA1;
text-decoration: none;
}
@media only screen and (max-width:767px) {
.block_breadscr {
padding-top: 20px;
}
#content .breadcrumbs li {
font-size: 14px;
}
}
@media only screen and (min-width: 1240px) {
.block_breadscr  .container {
max-width: 100%;
padding: 0 20px;
}
}
@media only screen and (min-width: 1840px) {
.block_breadscr .container {
padding: 0 80px;
}
}