

/* Start:/local/templates/main_copy/components/bitrix/catalog/katalog/style.css?17588719481802*/
.grid {}

.grid .bx_content_section {
	margin-bottom: 15px;
}

.grid .bx_sidebar {
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:960px) {
	.grid2x1 .bx_sidebar {
		padding-left: 4%;
	}
}

@media (max-width:640px) {

	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar {
		padding-left: 3%;
	}
}

@media (max-width:479px) {
	.grid2x1 .bx_sidebar {
		padding-left: 1%;
	}

}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header {
	border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
	border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
	border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
	border-color: #f4b236;
}

.catalog-container {
	width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
}

.empty-shop {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	padding: 50px 0;
}

.bx_sort_container {
	display: flex;
	gap: 10px;
	margin: 20px 0;
}

a.sortbutton {
	display: flex;
	font-size: 15px;
	font-weight: 900;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background-color: #C0D5E9;
	padding: 15px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	text-decoration: unset;
}

a.sortbutton.current {
	background: #2C83D7;
}

a.sortbutton:hover {
	background-color: #d3d3d5;
}
/* End */


/* Start:/local/templates/main_copy/components/bitrix/catalog.element/product/style.css?175820731210638*/
.tabs__content {
	display: none;
	/* по умолчанию прячем все блоки */
}

.tabs__content.active {
	display: block;
	/* по умолчанию показываем нужный блок */
}

.tabs .tabs__caption {
	display: flex;
	list-style: none;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
	box-shadow: 0px 4px 24px 0px #00000014;
	padding: 10px;
}

.tabs .tabs__caption li:before {
	display: none;
}

.tabs .tabs__caption li {
	background: #fff;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	text-align: center;
	color: #36424A80;
	cursor: pointer;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex: 1;
	max-width: 50%;
	border-right: 1px solid #36424A40;
	text-decoration: none !important;
}

.tabs .tabs__caption li:last-child {
	border-right: none;
}

.tabs .tabs__caption li.active {
	color: #36424A;
}

.content__wrap table.table tr:nth-of-type(odd) td {
	background: #f2f2f2;
}

.product__description table {
	margin-top: 0px;
}

.content__wrap table.table tr:nth-of-type(even) td {
	background: white !important;
}

.delivery-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}

.delivery-list li {
	width: calc((25%) - 20px);
	background: #F5F5F5;
	padding: 0;
}

.delivery-list li:before {
	display: none;
}

.delivery-list li img {
	display: block;
	max-width: 100%;
}

.tabs__content table {
	min-width: 100%;
}

.tabs__content table p {
	margin: 0;
}

.tabs__content table td {
	padding: 10px 10px 10px 0;
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	text-align: left;
	color: #36424A;
	border-bottom: 1px solid #36424A40;
}

/* .tabs__content table tr:first-of-type td {
	font-weight: 900;
}
*/


.tabs__content.tab-descr table.table tr:first-of-type td {
	font-weight: 900;
}

.tabs__content table tr:last-of-type td {
	border-bottom: none;
}

.productPhoto__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.productPhoto__list_item {
	display: block;
	padding: 5px;
	border: 1px solid #ebf1e7;
	position: relative;
	max-width: 243px;
	height: 159px;
	margin: auto;
}

.productPhoto__list_item img {
	width: 231px;
	height: 147px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.productPhoto__list_item:hover {
	border: 1px solid #6d9d31;
	box-shadow: 0px 0px 5px #ccc;
	cursor: zoom-in;
}

/*.productPhoto__list_item:hover:after {
	display: block;background: url('/local/templates/main/components/bitrix/catalog.element/product/images/productPhoto__list_item_zoom.png');
	width: 128px;
	height: 128px;
	top: 50%;
	left: 50%;
	margin-left: -64px;
	margin-top: -64px;
}
.productPhoto__list_item:after {
	display: block;
	content: ' ';
	position: absolute;
}*/

.product__price__request {
	font-size: 20px;
	color: #333;
}

.product-top {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding-top: 20px;
}

.product-top-left {
	width: 705px;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.product__thumbs {
	margin: 0;
	margin-bootom: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product__thumb {
	width: 93px;
	height: 93px;
	border: 1px solid transparent;
	border-image: linear-gradient(117.55deg, rgba(138, 195, 255, 0.78) -3.34%, rgba(240, 135, 37, 0.15) 109.95%);
	border-image-slice: 1;
	padding: 0;
}

.product__thumb.active {
	box-shadow: 0px 4px 24px 0px #00000014;
}

.product__thumb:before {
	display: none;
}

.product__thumb a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px;
}

.product__thumb .cnt_item {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.small-pictures-more {
	text-align: center;
}

.small-pictures-more:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #36424A1A url(/local/templates/main_copy/components/bitrix/catalog.element/product/../product/images/img-more.svg) 50% 50% no-repeat;
}

.small-pictures {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product-top-right {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.product__image {
	width: 600px;
	height: 448px;
	border: 1px solid transparent;
	border-image: linear-gradient(117.55deg, rgba(138, 195, 255, 0.78) -3.34%, rgba(240, 135, 37, 0.15) 109.95%);
	border-image-slice: 1;
}

.product__image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product__image img {
	max-width: 100%;
	max-height: 100%;
}

.product-title {
	font-family: UniversCondensed;
	font-size: 42px;
	font-weight: 700;
	line-height: 50.4px;
	text-align: left;
	color: #36424A;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.product-description {
	max-width: 580px;
	margin-top: 20px;
	color: rgba(54, 66, 74, 0.75);
	font-size: 16px;
}

.product-description p {
	margin-top: 0;
	margin-bottom: 20px;
}

.product__buttons {
	display: flex;
	flex-direction: row;
	justify-content: start;
	gap: 30px;
}

#tabs {
	padding: 50px 0 50px !important;
}

.viewed-products {
	margin-bottom: 40px;
	margin-top: 40px;
}

.product__price {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	width: 360px;
}

.product__price__ruble {
	width: 50%;
	padding: 10px 0;
	font-family: UniversCondensed;
	line-height: 29px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #FDF8EA;
	color: #FF7A41;
}

.price_rub {
	width: 50%;
	padding: 10px 0;
	font-family: UniversCondensed;
	line-height: 29px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #2C83D71A;
	color: #989898;
}

.product__price_zero {
	width: 100%;
	padding: 10px 0;
	font-family: UniversCondensed;
	line-height: 29px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #2C83D71A;
	color: #989898;
}

.product__buttons__wrap {
	width: 360px;
}

.product__buttons_row .btn_favorite {
	display: none;
}

.product__buttons_row .addtocart {
	border: 1px solid transparent;
	border-image-source: linear-gradient(128.97deg, #F1E3B0 -51.91%, #FF7A41 115.62%);
	border-image-slice: 1;
	width: 100%;
	box-shadow: none;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	color: #36424A;
	background: #fff;
	padding: 15px;
	height: 56px;
}

.product__buttons_row .addtocart:hover {
	color: #fff !important;
	background: #FF7A41;
}

.product__buttons__wrap .zakaz-open {
	padding: 15px;
	height: 56px;
	width: 100%;
	background: linear-gradient(128.97deg, #F1E3B0 -51.91%, #FF7A41 115.62%);
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	box-shadow: none !important;
	margin: 10px 0 0;
}

.product__buttons__wrap .zakaz-open:hover {
	background: linear-gradient(128.97deg, #F9E9B9 -51.91%, #FF8649 115.62%);
}

.youtube-box {
	width: 460px;
	height: 262px;
}

.youtube-box iframe {
	width: 100%;
	height: 100%;
}

.no-desktop,
.product__importants_desc {
	display: none;
}

.prop-list__title {
	font-weight: bold;
}

.prop-list {
	margin-bottom: 30px;
}

.prop-list__item {
	display: flex;
	justify-content: space-between;
}

.prop-list__item .dots {
	flex: 1 0;
	border-bottom: 1px dotted #989898;
	height: 1em;
	margin: 0 .4em;
}

.article {
	margin-bottom: 10px;
}

.article span {
	font-weight: bold;
}

@media (max-width: 1460px) {
	.product-top-left {
		width: calc(45% - 10px);
	}

	.product-top-right {
		width: calc(55% - 10px);
	}

	.product__image {
		width: auto;
	}

	.product__buttons__wrap {
		width: 260px;
	}
}

@media (max-width: 1060px) {

	.no-desktop,
	.product__importants_desc {
		display: block;
	}

	.product-top-right-first {
		display: none;
	}

	.product-top-left {
		width: 100%;
		flex-direction: column-reverse;
	}

	.product-top-right {
		width: 100%;
	}

	.product-top {
		flex-direction: column;
	}

	h1.product-title {
		font-weight: 700 !important;
	}

	.small-pictures {
		flex-direction: row;
	}

	.product__thumbs {
		flex-direction: row;
	}

	.small-pictures-more {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.small-pictures-more:before {
		transform: rotate(-90deg);
	}

	.product__buttons {
		flex-direction: column;
	}

	.product__buttons__wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 50px;
	}

	.product__buttons_row {
		width: calc(50% - 25px);
	}

	.product__buttons__wrap .zakaz-open {
		width: calc(50% - 25px);
		margin: 0 !important;
	}

	.product__price {
		margin-top: 30px;
	}

	.product__importants_row {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 50px;
	}

	.product__importants_row>div {
		width: calc(50% - 25px);
	}

	.product__importants_desc p {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.product__buttons .btn_favorite {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.tabs .tabs__caption {
		flex-direction: column;
		margin: 30px -10px;
	}

	.tabs .tabs__caption li {
		max-width: 100%;
		border-right: none;
		border-bottom: 1px solid #36424A40;
		font-size: 14px;
		line-height: 21px;
		padding: 10px 0;
	}

	.tabs .tabs__caption li:last-of-type {
		border-bottom: none;
	}
}

@media (max-width: 700px) {
	.product-top-right-first {
		display: block;
	}

	.product-top-right-first .product-title {
		display: none;
	}

	.product__price {
		width: 100%;
	}

	.product__importants_row {
		flex-direction: column;
	}

	.product__importants_desc {
		display: none;
	}

	.product__importants {
		width: 100%;
	}

	.product__buttons__wrap {
		flex-direction: column;
		gap: 20px;
	}

	.product__buttons_row,
	.product__buttons__wrap .zakaz-open {
		width: 100%;
	}

	.product__importants {
		width: 100% !important;
	}

	.youtube-box {
		width: 100%;
	}

	.delivery-list {
		flex-direction: column;
	}

	.delivery-list li {
		width: 100%;
	}

	.delivery-list li img {
		margin: 0 auto;
	}

	.small-pictures {
		position: relative;
	}

	.small-pictures-more {
		position: absolute;
		top: 0;
		right: -10px;
		width: 120px;
		height: 93px;
		justify-content: end;
		background: linear-gradient(90deg, transparent 0%, #fff 50%);
	}
}

@media (max-width: 560px) {
	.prop-list__item {
		flex-direction: column;
		margin-bottom: 5px;
	}

	.prop-list__item .dots {
		display: none;
	}
}

.product-top-right__sku {
	font-size: 16px;
	font-family: HelveticaNeueCyr;
	font-weight: 500;
	color: #36424A;
}


@media all and (max-width: 500px) {
	.product-title {
		font-size: 26px;
		line-height: 1.2;
	}
}


@media all and (max-width: 992px) {
	.product__description .tab-descr {
		overflow-y: auto;
	}
}
/* End */


/* Start:/local/components/demis/feedback.ajax/css/popup-alert.css?1600095602948*/
.tip-message{
	width:237px;
	overflow:hidden;
	position:fixed;
	padding:0 0 3px;
	background:#aaa;
	top:3px;
	right:3px;
	z-index:999999999;
	display:none;
    text-align:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red-popup-thor{background:#bd1919;}
.green-popup-thor{background:green;}
.tip-message .tip-hold{
	overflow:hidden;
	height:1%;
	padding:12px 48px 13px 17px;
	background:#aaa;
}
.red-popup-thor .tip-hold{background:#bd1919;}
.green-popup-thor .tip-hold{background:green;}
.tip-message span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display:block;
	line-height:14px;
	color:#fff;
	font-size: 12px;
}
.tip-message .btn-close{
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(/local/components/demis/feedback.ajax/css/../images/btn-tip-close.png) no-repeat;
}
.tip-message p{
    font-size: 11px;
    margin: 1px 0 3px;
}

/* End */


/* Start:/local/templates/main_copy/components/ismagin/rutubelist/custom/style.css?17328272161145*/
.rutube-video {
	position: relative;
	overflow: hidden;
	padding: 30px 0 50px;
	background: url(/local/templates/main_copy/components/ismagin/rutubelist/custom/../../img/main/form-bg.jpg) center top no-repeat;
}

@media all and (max-width: 992px) {
	.rutube-video {
		margin-bottom: 20px;
		padding: 30px 0;
	}
}

.video-list {
	padding-top: 30px;
}


.video-list__item {
	position: relative;
	overflow: hidden;
}

.video-list__item .openvideo {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #36424A;

}

.vid {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border: 1px solid #ccc;
}


.vid span {
	background-image: url(/local/templates/main_copy/components/ismagin/rutubelist/custom/images/play.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
}

.vid a:hover span {
	display: block;
}

.is-title {
	display: block;
	margin: 15px 0;
	height: auto;
	min-height: 30px;
	text-decoration: none;
	font-size: 18px;
}
/* End */


/* Start:/local/templates/main_copy/components/ismagin/rutubelist/custom/js/jquery.fancybox.css?17327999645243*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/ismagin/youtubelist/js/fancybox/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ismagin/youtubelist/js/fancybox/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ismagin/youtubelist/js/fancybox/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ismagin/youtubelist/js/fancybox/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ismagin/youtubelist/js/fancybox/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ismagin/youtubelist/js/fancybox/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/reviews-carousel/style.css?17351974841790*/
.reviews-carousel-wrap {
  padding-top: 30px;
  padding-bottom: 20px;
}
.reviews-carousel-wrap .owl-carousel .owl-stage-outer {
  padding-top: 30px;
}

.reviews-carousel-wrap .heading {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.reviews-carousel-slide-item {
  background: linear-gradient(270deg, #f3f8fe 0.14%, #d9eafb 100%);
  border: 1px solid #2c83d74d;
  padding: 20px 61px 25px 20px;
}

.reviews-carousel-slide-stars {
  display: flex;
  margin-bottom: 5px;
}

.reviews-carousel-slide-stars svg {
  min-width: 16px;
  max-width: 16px;
  max-height: 16px;
  min-height: 16px;
}

.reviews-carousel-slide-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.23px;
  text-align: left;
  color: #000000;
  margin-bottom: 5px;
}
.reviews-carousel-slide-date {
  color: #9da7b1;
  font-size: 12px;
  font-weight: 400;
  line-height: 11.94px;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #2c83d7;
  margin-bottom: 16px;
}

.reviews-carousel-slide-text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.73px;
  text-align: left;
}

.reviews-carousel-slide-text--hide {
  margin: 0;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-carousel-wrap .owl-controls {
  position: absolute;
  right: 0;
  width: 139px;
  top: -65px;
  height: 40px;
  padding: 0 0 0 15px;
  line-height: 39px;
}
.reviews-carousel-slide-text-read {
  font-size: 12px;
  font-weight: 400;
  line-height: 11.94px;
  text-align: left;
  color: #7d868e;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .reviews-carousel-slide-item {
    padding: 20px 20px 25px 20px;
  }
}
@media screen and (max-width: 520px) {
  .reviews-carousel-wrap .owl-controls {
    top: -58px;
  }
}

/* End */
/* /local/templates/main_copy/components/bitrix/catalog/katalog/style.css?17588719481802 */
/* /local/templates/main_copy/components/bitrix/catalog.element/product/style.css?175820731210638 */
/* /local/components/demis/feedback.ajax/css/popup-alert.css?1600095602948 */
/* /local/templates/main_copy/components/ismagin/rutubelist/custom/style.css?17328272161145 */
/* /local/templates/main_copy/components/ismagin/rutubelist/custom/js/jquery.fancybox.css?17327999645243 */
/* /local/templates/main_copy/components/bitrix/news.list/reviews-carousel/style.css?17351974841790 */
