﻿.comment-slider{
	text-decoration: none;
	display: flex;
	color: #6d6d6f;
}
.comment-slider .a_link{
	text-decoration: none;
}
.comment-slider .a_link .feedback_text p {
    line-height: 1.35;
    font-weight: 400;
    color: #6d6d6f;
}
.feedback{
	text-decoration: none;
	margin: 0px 25px 0px 25px;
}
.feedback_text{
	width: 100%;
}
.feedback_image_block{
	display: inline-block;
	float: left;
}
.a_link {
	color: #6d6d6f;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	transition: color 0.5s;
}
.a_link :hover{
	color: #BB4F5E !important;
}
img.feedback_image{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin: 15px 0px 0px 0px;
}
.feedback_personal_data{
	display: inline-block;
	float: left;
	line-height: 22px;
	color: #6d6d6f;	
	margin: 25px 0px 0px 20px;
}
.feedback_job{
	font-size: 91%;
}

.fa-angle-left{
	position: relative;
	left: -20px;
	font-size: 40px !important;
    padding: 10px 23px 10px 23px;
	height: 60px;
	opacity: 0.55;
    color: #fff;
	background-color: #aaa;
	border-radius: 5px;
	cursor: pointer;
	transition: opacity 0.2s;
}
.fa-angle-right{
	position: relative;
	right: -20px;
	font-size: 40px !important;
    padding: 10px 21px 10px 25px;
	height: 60px;
	opacity: 0.55;
    color: #fff;
	background-color: #aaa;
	border-radius: 5px;
	cursor: pointer;
	transition: opacity 0.2s;
}
.fa-angle-left:hover, .fa-angle-right:hover{
	opacity: 1;
}

.my-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.my-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.my-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.my-dots li button:hover,
.my-dots li button:focus {
  outline: none;
}

.my-dots li button:hover:before,
.my-dots li button:focus:before {
  opacity: 1;
}

.my-dots li button:before {
  font-family: 'slick';
  font-size: 32px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  opacity: .45;
  color: gray;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: silver;
}

.my-dots li.slick-active button:before {
  opacity: 1;
  color: #BB4F5E;
}