.breadcrumbss {
list-style: none;
font-size: 12px;
color:
#000;
padding: 17px 0;
margin: 0 0 10px;
}
.breadcrumbss > li {
display: inline;
margin-left: 8px;
}
.breadcrumbss > li:first-child {
    margin-left: 0;
}
.breadcrumbss > li::after {
content: ">";
margin-left: 8px;
display: inline;
color:
#000 !important;
}
.breadcrumbss > li a {
color:
#000 !important;
text-decoration: underline;
}
.breadcrumbss > li a:hover {
text-decoration: none;
}
.breadcrumbss > li:last-child::after {
    display: none;
}

.block-about6 .wrap-block-about {
padding: 100px 0 30px;
height: 550px;
}
.block-about6 {
background: #f0f0f0;
}
.otzyv-bl {
margin: -20px 0 0;
width: 100%;
height: 320px;
}
.otzyv-it {
text-align: center;
width: auto;
}
.otzyv-wra {
	margin-top: 50px;
}	
.otzyv-img-wra {
width: 100px;
height: 100px;
border-radius: 50px;
overflow: hidden;
position: relative;
display: inline-block;
transform: translateY(50px);
}
.otzyv-img-wra > img {
height: 100px !important;
width: auto !important;
display: block;
left: -50%;
margin: auto;
position: absolute;
}
.otzyv-tt-wra {
	background: #fff;
padding: 35px 35px 35px;
min-height: 290px;
}	
.otzyv-tt-wra > span {
display: block;
}
.otzyv-title {
font-weight: 600;
margin-bottom: 10px;
}
.otzyv-title2 {
margin-bottom: 15px;
font-size: 14px;
opacity: 0.8;
}
.otzyv-text {
font-size: 14px;
font-weight: 300;
line-height: 22px;
opacity: 0.7;
}
.slick-slide {
      margin: 0 8px;
  }
  .slick-list {
      margin: 0 -8px;
  }
  .pager__arrow {
    width: 49px;
    height: 49px;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
}
.pager__arrow::after {
    content: "";
    background-image: url("/image/catalog/news/pager-arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 47%;
    margin: -7px 0 0 -5px;
}
.pager__arrow_next::after {
    background-position: -15px 0;
}
.slider-controls {
text-align: center;
} 
.slider-controls > div {
display: inline-block;
vertical-align: middle;
}

ul.slick-dots {
margin: 10px 0;
padding: 0;
text-align: center;
list-style-type: none;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
}

ul.slick-dots li button {
background:
    transparent;
    transition: all .3s linear;
    box-sizing: content-box;
    min-height: 6px;
    padding: 0;
    position: relative;
    color: #a4a4a4;
    border: none;
}

ul.slick-dots li.slick-active button {
    color: #111;
}

.slick-dots li:only-child {
  display: none;
}
@media (max-width: 999px) {
.breadcrumbss {
display: none;
}
ul.slick-dots {
margin: 10px 0;
padding: 0;
text-align: center;
list-style-type: none;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
}

ul.slick-dots li button {
background:
    transparent;
    transition: all .3s linear;
    box-sizing: content-box;
    min-height: 6px;
    padding: 0;
    position: relative;
    color: #a4a4a4;
    border: none;
    height: auto;
    width: auto;
    font-size: 14px;
}

ul.slick-dots li.slick-active button {
    color: #111;
    background:
    transparent;
}
ul.slick-dots li button::before {
display: none;
}
}

@media (max-width: 600px) {
.block-about6 .wrap-block-about {
padding: 30px 0 0;
height: 520px;
}
}