@media (max-width: 750px)
{
	.padding_left_right {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

.about_post_custom{margin-bottom: 3px !important;}

.reviewCompanyblock {
	font-family: "Gotham Pro";
	width: 50%;
}
.reviewCompanyblock .title {
	font-weight: bold;
    padding: 15px 0px;
}

element.style {
}
input[type=text], input[type=email], input[type=tel] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.input_text_2 {
    outline: none;
    border: 1px solid #CACACA;
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    color: rgba(89, 89, 89, 0.75);
    width: 100%;
    height: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "KazimirText";
}
.input_text_2_left {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 47%;
}
.input_text_2_right {
    width: 47%;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
}
.reviewsCompanyStars span {
	font-family: "KazimirText";
    font-weight: 300;
    font-size: 13px;
    color: rgba(89, 89, 89, 0.75);
    margin-bottom: 15px;
    vertical-align: super;
}
.reviewsCompanyStars img {
	margin-right: 15px;
    cursor: pointer;
}
.reviewsCompanyStars .onlyStars {
	display: inline-block;
    margin-left: 30px;
    margin-bottom: 15px;
}
.reviewCompanyblock .pk_text {
	font-size: 13px;
    vertical-align: text-bottom;
}
.reviewCompanyblock .btn {
    margin-top: 15px;
}
.hr1 {
    margin-top: 10px;
    color: #ECECEC;
}
.hr2 {
    margin: 20px 0 10px 0;
}
.reviews_list {
	/*width: 50%;*/
}
.countReview {
    border: 2px solid #ECECEC;
    padding: 5px 15px;
    margin: 15px 10px 10px 0px;
    display: inline-block;
    cursor: pointer;
}
.countReview:hover {
    background-color: #ECECEC;
}
span.countReview.active {
	background-color: #ECECEC;
}
.reviewFio {
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
}
.reviewDate {
    font-size: 12px;
    color: rgba(89, 89, 89, 0.75);
}
.onlyStars {
    margin: 10px 0 10px 0;
}
@media screen and (max-width: 767px)
{
	.m-tabs__nav li {
		width: 90%;
		margin-top: 10px;
		text-align: center;
	}
	.m-tabs_modified .m-tabs__nav li a {
		display: block;
	}
	.m-tabs_modified .m-tabs__link {
		display: none;
	}
	.reviewCompanyblock {
		width: 100%;
	}
	.input_text_2 {
		width: 100% !important;
	}
	.reviews_list {
		width: 100%;
	}
}
#btnAddReviwBlock {
	margin-top: 20px;
}