

/* 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.section.list/ux_sections_katalog/style.css?17331639625911*/
#mainCategories .container {
	position: relative;
    z-index: 3;
}
.mainCategories__box {
	display:flex;
    flex-direction: row;	
	gap:30px;
}
.mainCategories__right {
	display:none;
}
.mainCategories__left {
	display:flex;
    flex-direction: column;	
	gap:66px;
}

.mainCategories__top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);	
	gap:30px;
}
.mainCategories__bottom-left {
	display: grid;
	grid-template-columns: repeat(3, 1fr);	
	gap:30px;
}
.mainCategories__item {
	position:relative;
	z-index:1;
}
.mainCategories__item img {
	position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.mainCategories__item_mobile {
	display:none;
	align-items: flex-end;
}
.mainCategories__item:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	background:url(/local/templates/main_copy/img/main/box-mask-kat-green.png) 0px 0px no-repeat;
    background-size: cover;
}
.mainCategories__top .mainCategories__item:first-of-type:before {
	background:url(/local/templates/main_copy/img/main/box-mask-kat-blue.png) 0px 0px no-repeat;
	background-size: cover;
}
/*.mainCategories__item:hover:before {
	background:url(/local/templates/main_copy/img/main/catalog-box-mask-hover.png) 0px 0px no-repeat;
    background-size: cover;
}
*/

.mainCategories__wrap {
	padding:30px 30px 44px 30px;
	position: relative;
	z-index:3;
}
.mainCategories__title {
	font-family: UniversCondensed;
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	color: #36424A;
}
.mainCategories__list {
	list-style-type:none;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:10px;
}
.mainCategories__list li {
	padding:0;
}
.mainCategories__list li a {
	padding: 3px 6px;
	border-radius: 4px;
	background:#fff;
	display:inline-block;
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	text-align: left;
	color: #36424A80;
	text-decoration:none;
}
.mainCategories__item:hover .mainCategories__list li a {
	background: #FAFAFA;
}

.mainCategories__list li:before{
	display:none;
}
.mainCategories__more {
	position:absolute;
	z-index:3;
	left:0px;
	bottom:0px;
	height:40px;
	width:152px;
	background: linear-gradient(128.97deg, #AFF557 -51.91%, #549D31 115.62%);
	color:#fff !important;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	text-align: ;
	padding:8px 30px;
	text-decoration:none;
}
.mainCategories__more:after {
	content:"";
	display:inline-block;
	width:12px;
	height:12px;	
	margin-left:8px;
	background:url(/local/templates/main_copy/img/svg/more-arrow.svg) 0px 0px no-repeat;
}
.mainCategories__top .mainCategories__item:first-of-type .mainCategories__more {
	background: linear-gradient(133.15deg, #BED7F1 6.1%, #2C83D7 74.19%);
}
.mainCategories__right .mainCategories__item {
	height: 100%;
	display: flex;
}
.mainCategories__right .mainCategories__item:before {
	background:url(/local/templates/main_copy/img/main/catalog-box-mask-long.png) 0px 0px no-repeat;
    background-size: cover;
}
/*.mainCategories__right:hover .mainCategories__item:before {
	filter: hue-rotate(129deg);
}
*/
.mainCategories__right .mainCategories__wrap {
	max-width: 354px;
}
.mainCategories__right .full {
	width: 100%;
}
.mainCategories__bottom-right {
	display:none;
}
.mainCategories__item .mobile {
	display:none;
}
.mainCategories__item .mobile2 {
	display:none;
}

@media screen and (max-width: 1460px) {
	.mainCategories__wrap {
	    padding: 16px 20px 34px 20px;
	}
	.mainCategories__list {
		margin-top: 16px;
		gap:6px;
	}
}
@media screen and (max-width: 1200px) {
	.mainCategories__item  .mobile {
		display:block;
	}
	.mainCategories__item .desktop {
		display:none;
	}
	.mainCategories__item.not_tablet {
		display:none;
	}
	.mainCategories__box {
	    gap: 16px;
	}	
	.mainCategories__left {
		width:50%;	
		gap:22px;
	}	
	.mainCategories__right {
		width:50%;	
		display: flex;
        flex-direction: column;
		gap: 20px;
	}	
	.mainCategories__bottom-left,
	.mainCategories__top {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		gap:20px;
	}
	.mainCategories__list {
		margin-top: 23px;
		gap:12px 18px;
	}
	.mainCategories__left .mainCategories__list {
		max-width: 83%;
	}
	.mainCategories__top .mainCategories__item {
		width:100%;
	}
	.mainCategories__item img {
		width:100%;
	}
	.mainCategories__wrap {
	    padding: 24px 24px 44px 24px;
	}
	.mainCategories__left .mainCategories__wrap {
	    max-width: 354px;
	}
	.mainCategories__bottom {
		display:flex;
		flex-direction:row;
		gap:22px;
	}
	.mainCategories__bottom-right {
		width:50%;
		height:100%;
		display:block;
	}
	.mainCategories__bottom-right .mainCategories__item {
		height:100%;
		display: flex;
        align-items: flex-end;
	}
	.mainCategories__item:before {
		display:none;
	}
}
@media screen and (max-width: 680px) {
	.mainCategories__left {
		width:100%;	
	}	
	.mainCategories__right {
		display: none;
	}	
	.mainCategories__item.not_tablet {
		display:block;
	}
	.mainCategories__wrap {
	    padding: 16px 16px 44px 16px;
	}
	.mainCategories__list {
		gap:8px;
	}
	.mainCategories__top {
		flex-direction: column;
	}
	.mainCategories__bottom {
		flex-direction: column;
	}
    .mainCategories__top .mainCategories__item {
        width: 100%;
    }
	.mainCategories__bottom-left {
        width: 100%;
	}
	.mainCategories__bottom-right {
        width: 100%;
		min-height: 644px;
	}
	.mainCategories__left .mainCategories__list {
		max-width: 100%;
	}
    .mainCategories__bottom .mainCategories__item {
        width: 100%;
    }
	.mainCategories__item_mobile {
		display:flex;
		min-height: 644px;
	}
	.mainCategories__bottom-right {
		display:none;
	}
	.mainCategories__item .mobile {
		display:none;
	}
	.mainCategories__item .mobile2 {
		display:block;
	}

}
/* 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.section.list/ux_sections_katalog/style.css?17331639625911 */
/* /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 */
