

/* Start:/bitrix/components/sprint.editor/blocks/templates/uservice/_style.css?16946710873267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/bitrix/components/uservice/brand.reviews/templates/newsite/style.css?17068615784186*/
.brandpage-feedback h2 {
	line-height: 100%;
	margin: 0 0 15px;
}
.feedback-rating-box {
	background-color: #f6f6f6;
	border-radius: 8px;

	font-family: 'Yandex Sans Text',Arial,Helvetica,sans-serif;

	display: flex;
	flex-direction: row;
	align-items: center;

	margin: 0 0 30px;
	padding: 0 25px;
	width: max-content;
	height: 98px;
}
.feedback-rating {
	color: #4d4d4d;
	font-size: 56px;
	font-weight: 500;
}
.feedback-rating-separator {
	font-weight: 300;
}
.feedback-count {
	font-size: 14px;
	line-height: 20px;
}
.feedback-inner {
	margin: 0 0 0 18px;
}
.brandpage-feedback-wrapper {
	font-family: 'Yandex Sans Text',Arial,Helvetica,sans-serif;
	margin: 0 auto 60px;
	position: relative;
}
.brandpage-feedback-wrapper .slick-dots {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
.brandpage-feedback-wrapper .slick-dots li {
	border-radius: 50%;
	margin: 0 12px 0 0;
	padding: 0;
	line-height: 0;
	width: 8px;
	height: 8px;
	background: #d9d9d9;
	transition: all ease-out .2s;
}
.brandpage-feedback-wrapper .slick-dots li:last-child {
	margin: 0;
}
.brandpage-feedback-wrapper .slick-dots li.slick-active {
	background: #333333;
}
.brandpage-feedback-wrapper .slick-dots li button {
	background: transparent;
	font-size: 0;
	line-height: 1;
	padding: 0;
	width: 100%;
	height: 100%;
}
.brandpage-feedback-item {
	border: 1px solid #959595;
	padding: 20px;
}
.brandpage-feedback-profile {
	display: flex;
	flex-direction: column;
	margin: 0 0 18px;
}
.feedback-profile-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 10px;
}
.profile-pic {
	border-radius: 50%;
	margin: 0 13px 0 0;
	width: 32px;
	height: 32px;
}
.profile-detail {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 20px;
}
.profile-name {
	color: #000;
	font-weight: bold;
}
.profile-status {
	color: #8a8a8a;
}
.brandpage-comment {
	display: flex;
}
.feedback-info-date {
	color: #8a8a8a;
	line-height: 12px;
	margin: 0 0 0 8px;
}
.feedback-info {
	display: flex;
	flex-direction: row;
}
.feedback-info-stars {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.feedback-info-stars span {
	width: 12px;
	height: 12px;
}
.feedback-rating-default,
.feedback-rating-changed {
	line-height: 1;
}
.feedback-rating-default {
	position: relative;
}
.feedback-rating-changed {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.feedback-rating-changed span,
.feedback-rating-default span {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	box-sizing: content-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 1px;
	white-space: nowrap;
}
.feedback-rating-default span {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDcgNi4yNTZsMS42MjctNS4wMDhhLjk1Ljk1IDAgMDExLjgwNyAwbDEuNjI3IDUuMDA4aDUuMjY1YS45NS45NSAwIDAxLjU1OSAxLjcxOGwtNC4yNiAzLjA5NSAxLjYyNyA1LjAwOGEuOTUuOTUgMCAwMS0xLjQ2MiAxLjA2Mkw5IDE0LjA0NCA0Ljc0IDE3LjE0YS45NS45NSAwIDAxLTEuNDYyLTEuMDYybDEuNjI3LTUuMDA4LTQuMjYtMy4wOTVhLjk1Ljk1IDAgMDEuNTU5LTEuNzE4SDYuNDd6IiBmaWxsPSIjRDFEMUQxIi8+PC9zdmc+");
}
.feedback-rating-changed span {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDcgNi4yNTZsMS42MjctNS4wMDhhLjk1Ljk1IDAgMDExLjgwNyAwbDEuNjI3IDUuMDA4aDUuMjY1YS45NS45NSAwIDAxLjU1OSAxLjcxOGwtNC4yNiAzLjA5NSAxLjYyNyA1LjAwOGEuOTUuOTUgMCAwMS0xLjQ2MiAxLjA2Mkw5IDE0LjA0NCA0Ljc0IDE3LjE0YS45NS45NSAwIDAxLTEuNDYyLTEuMDYybDEuNjI3LTUuMDA4LTQuMjYtMy4wOTVhLjk1Ljk1IDAgMDEuNTU5LTEuNzE4SDYuNDd6IiBmaWxsPSIjRkZDQzAwIi8+PC9zdmc+");
}
.brandpage-feedback a.feedback-btn {
	background-color: #f6f6f6;
	color: #0048ff;
	display: block;
	font-size: 14px;
	line-height: 39px;
	text-align: center;
	margin: 0 auto;
	width: 220px;
	height: 39px;
}

@media only screen and (min-width: 1040px) {
	.brandpage-feedback-wrapper {
		margin: 0 -20px 60px 0;
	}
	
	.brandpage-feedback-item {
		margin: 0 20px 0 0;
	}
}
/* End */


/* Start:/bitrix/components/uservice/brand.contacts/templates/service/style.css?1496848250853*/
.models {
	
	width:320px;
	margin:0 auto;
	}
.model {
	width:280px;
	margin:40px 0 50px 40px;
	display:block;
	float:left;
	text-decoration:none;
}
a.model:hover {
	text-decoration:underline;
	color:#000;
	}
.model img {
	width:auto;
	}
.model-descripton {
	margin-top:20px ;
	font-size:20px;
	position:relative;
	}
.model-descripton:before {
   content: " \f105";
   font-family: FontAwesome, Arial, sans-serif;
   font-size: 22px;
   position:absolute;
   left:5px;
   top:10px;
}
.model-name {
	margin-left: 30px;
	font-weight:bold;
	}
.model-cost {
	margin:5px 0 0 30px;
	}
.content h1,
.content h2 {
	text-align:center;
	}
@media only screen and (min-width: 640px) {
	.models {
		width:640px;
		}
}
@media only screen and (min-width: 960px) {
	.content h1,
	.content h2 {
		text-align:left;
		}
	.models {
		width:100%;
		margin-left:-40px;
	}
	
}

/* End */
/* /bitrix/components/sprint.editor/blocks/templates/uservice/_style.css?16946710873267 */
/* /bitrix/components/uservice/brand.reviews/templates/newsite/style.css?17068615784186 */
/* /bitrix/components/uservice/brand.contacts/templates/service/style.css?1496848250853 */
