.review-module .content-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:992px) {
	.review-module .content-item {
		height: 544px;
		display: block;
		overflow: hidden;
		padding: 0;
	}
}

@media (min-width:1366px) {
	.review-module .content-item {
		height: 589px;
	}
}

.review-module .content-item:first-child {
	border-top-width: 1px;
	margin-top: 0;
}

.review-module .rate {
	float: right;
}

.review-module .stars {
	color: #2579bf;
	font-family: fontello;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	display: none;
}

.review-module .stars .item {
	float: left;
	width: 16px;
}

.review-module .date {
	font-size: 20px;
	font-weight: 400;
	line-height: 16px;
	text-align: right;
	margin-top: 12px;
}

.review-module .promotions {
	list-style: none;
	font-size: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
}

@media (min-width: 768px){
    .review-module .promotions {
        margin: 0;
        position: absolute;
        right: 0;
    }
}

.review-module .promo:first-child {
    margin-left: 0;
    margin-top: 0;
}

.review-module .promo {
    float: left;
    margin-left: 16px;
    font-size: 0;
}


@media (min-width: 768px){
    .review-module .promo {
    line-height: 40px;
    }
}



.review-module .promo .image {
    height: 56px;
    vertical-align: middle;
}

.review-module .promotions .promoprocent {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #2579bf;
}

.review-module .review-title {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width:992px) {
	.review-module .review-title {
		margin-top: 28px;
		padding: 0 32px;
	}
}

.review-module .review-media-list {
	margin-top: 19px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

@media (min-width:768px) {
	.review-module .review-media-list {
		margin-top: 24px;
	}
}

@media (min-width:992px) {
	.review-module .review-media-list {
		margin-top: 0;
	}
}

.review-module .media-item {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
}

@media (min-width:1366px) {
	.review-module .media-item {
		width: 33.3333%;
	}
}

.review-module .media-item .swipebox {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.review-module .media-item .image-ratio {
	padding-top: 56.5% !important;
}

.review-module .media-item .player {
	background: url(/img/player-small.png) 50% 50% no-repeat;
	height: 100%;
	opacity: .5;
}

.review-module .media-item .player,.review-module .media-item img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width:768px) {
	.review-module .media-item img {
		height: 100%;
		width: auto;
	}
}

.review-module .media-item video {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

@media (min-width:768px) {
	.review-module .media-item video {
		width: auto;
		height: 100%;
	}
}

.review-module .media-item:first-child {
	border-top-width: 0;
	width: 100%;
}

.review-module .media-item:nth-child(n+3) {
	display: none;
}

@media (min-width:992px) {
	.review-module .media-item:nth-child(n+3) {
		display: block;
	}
}

@media (min-width:992px) {
	.review-module .media-item:nth-child(n+5) {
		display: none;
	}
}

@media (min-width:1366px) {
	.review-module .media-item:nth-child(n+5) {
		display: block;
	}
}

@media (min-width:1366px) {
	.review-module .media-item:nth-child(n+7) {
		display: none;
	}
}

.review-module .media-item:last-child {
	display: block;
}

.review-module .media-item:hover img,.review-module .media-item:hover video {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}

.review-module .media-item:hover .player {
	opacity: .8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.review-module .review-description {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

@media (min-width:992px) {
	.review-module .review-description {
		margin-top: 23px;
		padding: 0 32px;
	}
}

.review-module .review-description .specifications {
	margin-top: 0;
}

@media (min-width:992px) {
	.review-module .review-description .specifications {
		margin-top: 9px;
	}
}

.review-module .review-description .specifications tr:nth-child(n+12) {
	display: none;
}

@media (min-width:1366px) {
	.review-module .review-description .specifications tr:nth-child(n+12) {
		display: table-row;
	}
}

@media (min-width:1366px) {
	.review-module .review-description .specifications tr:nth-child(n+12) {
		display: none;
	}
}

.review-module .review-description .specifications tr.action {
	display: table-row;
	color: #2579bf;
}

.review-module .review-description .specifications.active tr {
	display: table-row;
}

.review-module .review-description .address {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 20px;
}

@media (min-width:992px) {
    .review-module .review-description .address {
    	margin-top: 0px;
    }
}

.review-module .review-description .download {
	margin-top: 20px;
}

.review-module .review-description .download a{
    padding: 0px 14px 0px 0px;
    color:#ef4646;
    text-decoration:none;
    font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}
.review-module .review-description .download a:hover{

    text-decoration:underline;

}

@media (min-width:992px) {
    .review-module .review-description .download {
    	margin-top: 0px;
    }
}

.review-module .review-description .client {
	margin-top: 23px;
	display: none;
}

.review-module .review-description .client.active .clip {
	height: auto;
}

.review-module .review-description .client.active .answer,.review-module .review-description .client.active .comment-title,.review-module .review-description .client.active .pros {
	display: block;
}

.review-module .review-description .name {
	font-weight: 700;
}

.review-module .review-description .comment {
	cursor: pointer;
}

@media (min-width:768px) {
	.review-module .review-description .clip {
		height: 48px;
		overflow: hidden;
	}
}

@media (min-width:992px) {
	.review-module .review-description .clip {
		height: 72px;
	}
}

.review-module .review-description .answer,.review-module .review-description .comment-title,.review-module .review-description .pros {
	display: none;
}

.review-module .review-description .show-more {
	color: #b3b3b3;
	cursor: pointer;
}

.review-module .review-description .show-more:hover {
	color: #333;
	text-decoration: underline;
}

.reviews-widget-module .content-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:992px) {
	.reviews-widget-module .content-item {
		height: 544px;
		display: block;
		overflow: hidden;
		padding: 0;
	}
}

@media (min-width:1366px) {
	.reviews-widget-module .content-item {
		height: 589px;
	}
}

.reviews-widget-module .content-item:first-child {
	border-top-width: 1px;
	margin-top: 0;
}

.reviews-widget-module .rate {
	float: right;
}

.reviews-widget-module .stars {
	color: #2579bf;
	font-family: fontello;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	display: none;
}

.reviews-widget-module .stars .item {
	float: left;
	width: 16px;
}

.reviews-widget-module .date {
	font-size: 20px;
	font-weight: 400;
	line-height: 16px;
	text-align: right;
	margin-top: 12px;
	font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
}

.reviews-widget-module .promotions {
	list-style: none;
	font-size: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
}

.reviews-widget-module .review-title {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width:992px) {
	.reviews-widget-module .review-title {
		margin-top: 28px;
		padding: 0 32px;
	}
}

.reviews-widget-module .review-media-list {
	margin-top: 19px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

@media (min-width:768px) {
	.reviews-widget-module .review-media-list {
		margin-top: 24px;
	}
}

@media (min-width:992px) {
	.reviews-widget-module .review-media-list {
		margin-top: 0;
	}
}

.reviews-widget-module .media-item {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
}

@media (min-width:1366px) {
	.reviews-widget-module .media-item {
		width: 33.33%;
	}
}

.reviews-widget-module .media-item .swipebox {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.reviews-widget-module .media-item .image-ratio {
	padding-top: 56.5%;
}

.reviews-widget-module .media-item .player {
	background: url(/img/player-small.png) 50% 50% no-repeat;
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
}

.reviews-widget-module .media-item img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width:768px) {
	.reviews-widget-module .media-item img {
		height: 100%;
		width: auto;
	}
}

.reviews-widget-module .media-item video {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

@media (min-width:768px) {
	.reviews-widget-module .media-item video {
		width: auto;
		height: 100%;
	}
}

.reviews-widget-module .media-item:first-child {
	border-top-width: 0;
	width: 100%;
}

.reviews-widget-module .media-item:nth-child(n+3) {
	display: none;
}

@media (min-width:992px) {
	.reviews-widget-module .media-item:nth-child(n+3) {
		display: block;
	}
}

@media (min-width:992px) {
	.reviews-widget-module .media-item:nth-child(n+5) {
		display: none;
	}
}

@media (min-width:1366px) {
	.reviews-widget-module .media-item:nth-child(n+5) {
		display: block;
	}
}

@media (min-width:1366px) {
	.reviews-widget-module .media-item:nth-child(n+7) {
		display: none;
	}
}

.reviews-widget-module .media-item:last-child {
	display: block;
}

.reviews-widget-module .media-item:hover img,.reviews-widget-module .media-item:hover video {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}

.reviews-widget-module .media-item:hover .player {
	opacity: .8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.reviews-widget-module .review-description {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

@media (min-width:992px) {
	.reviews-widget-module .review-description {
		margin-top: 23px;
		padding: 0 32px;
	}
}

.reviews-widget-module .review-description .specifications {
	margin-top: 0;
}

@media (min-width:992px) {
	.reviews-widget-module .review-description .specifications {
		margin-top: 9px;
	}
}

.reviews-widget-module .review-description .specifications tr:nth-child(n+8) {
	display: none;
}

@media (min-width:1366px) {
	.reviews-widget-module .review-description .specifications tr:nth-child(n+8) {
		display: table-row;
	}
}

@media (min-width:1366px) {
	.reviews-widget-module .review-description .specifications tr:nth-child(n+10) {
		display: none;
	}
}

.reviews-widget-module .review-description .specifications tr.action {
	display: table-row;
	color: #2579bf;
}

.reviews-widget-module .review-description .specifications.active tr {
	display: table-row;
}

.reviews-widget-module .review-description .specifications tr.action a {
    color: #2579bf;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
}


table.specifications {

}

table.specifications tr.specifications-line {
    display: table-row;
    position: relative;
    width: 100%;
}


table.specifications tr.specifications-line:before {
    display: block;
    content: '';
    border-bottom: 1px dotted;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
    z-index: 1;
}

.specifications-subtitle {
	float: left;
	z-index: 1;
	position: relative;
	background-color: #fff;
	color: #333;
    font-weight: 600;
}

.specifications-value {
	float: right;
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding-left: 5px;
}


.reviews-widget-module .review-description .address {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 20px;
}

.reviews-widget-module .review-description .client {
	margin-top: 23px;
	display: none;
}

.reviews-widget-module .review-description .client.active .clip {
	height: auto;
}

.reviews-widget-module .review-description .client.active .answer,.reviews-widget-module .review-description .client.active .comment-title,.reviews-widget-module .review-description .client.active .pros {
	display: block;
}

.reviews-widget-module .review-description .name {
	font-weight: 700;
}

.reviews-widget-module .review-description .comment {
	cursor: pointer;
}

@media (min-width:768px) {
	.reviews-widget-module .review-description .clip {
		height: 48px;
		overflow: hidden;
	}
}

@media (min-width:992px) {
	.reviews-widget-module .review-description .clip {
		height: 72px;
	}
}

.reviews-widget-module .review-description .answer,.reviews-widget-module .review-description .comment-title,.reviews-widget-module .review-description .pros {
	display: none;
}

.reviews-widget-module .review-description .show-more {
	color: #b3b3b3;
	cursor: pointer;
}

.reviews-widget-module .review-description .show-more:hover {
	color: #333;
	text-decoration: underline;
}

