

/* Start:/local/templates/ravak/components/bitrix/system.pagenavigation/.default/style.css?17062843431109*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

.pagination__button {
	position: relative;
	z-index: 10;
	display: inline-block;
	margin-top: 28px;
}
.pagination__list {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    flex: 1;
}
.--margin .pagination__list {
	margin-top: -40px;
}
.pagination__item {
	text-decoration: none;
	color: var(--color_black);
	border-radius: 3px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1px;
}
.pagination__item:hover {
	background: #F1F2F5;
}
.pagination__item--select {
	background: #F1F2F5;
}
.pagination__item .--svg__swarrow {
	width: 20px;
	height: 20px;
	background-position: center;
}
.pagination__next .--svg__swarrow {
	transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
	.pagination {
		margin-top: 60px;
		justify-content: center;
		
	}
	.pagination__list {
		justify-content: center;
		margin: 20px auto;
	}
	.pagination__button {
		width: 100%;
		text-align: center;
	}
	.pagination__button .button {

	}
}
/* End */


/* Start:/local/templates/ravak/components/bitrix/news.list/slider/style.css?17037760423763*/
.slider {
	position: relative;
	padding: 0
}

.slider__item.swiper-slide {
	height: 570px;
	background: #eeeff2
}

.slider__navigation .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.slider .container {
	height: 100%
}

.slider__navigation {
	position: absolute;
	bottom: 43px;
	z-index: 1;
	text-align: center;
	width: 100%
}

.slider-item:before {
	content: "";
	width: 50%;
	position: absolute;
	top: 16%;
	left: 0;
	height: 170px;
	background: url(/img/slider.svg) center no-repeat;
	z-index: -1
}

.slider-item__info {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 105px;
	width: 50%
}

.slider-item__title {
	font-size: 66px;
	line-height: 90px;
	margin-bottom: 5px
}

.slider-item__text {
	font-size: 26px;
	line-height: 36px
}

.slider-item__link {
	max-width: 283px;
	margin-top: 50px
}

.slider-item__image {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: url(/img/slider.svg)
}

.slider-item__image--left {
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat
}

.slider-item__image--center {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.slider-item__sticker {
	position: absolute;
	z-index: 2;
	width: 278px;
	height: 278px;
	border-radius: 50%;
	background: #9d0c0f;
	background: linear-gradient(328.7deg, #9d0c0f 20.68%, #d51317 42.79%);
	bottom: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #fff;
	left: 40%
}

.slider-item__sticker span {
	font-size: 76px;
	line-height: 104px
}

@media screen and (max-width:1200px) {
	.slider-item__info {
		padding-top: 30px
	}

	.slider-item__title {
		line-height: 70px
	}
	.slider-item__link {
		margin-top: 40px
	}
	.slider__item {
		height: 520px
	}

	.slider__navigation {
		bottom: 15px
	}

	.slider-item:before {
		top: 8%
	}
	.slider-item__sticker {
		width: 198px;
		height: 198px;
		left: 49%;
		bottom: 40px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 16px;
		line-height: 22px
	}

	.slider-item__sticker span {
		font-size: 59px;
		line-height: 60px
	}
	.slider__item.swiper-slide {
		height: 520px;
	}
}

@media screen and (max-width:640px) {
	.slider__item {
		height: 455px
	}

	.slider .swiper-navigation {
		display: none
	}

	.slider-item:before {
		width: 100%
	}
	.slider-item__info {
		text-align: center;
		width: 100%
	}

	.slider-item__title {
		font-size: 36px;
		line-height: 49px
	}
	.slider-item__text {
		font-size: 16px;
		line-height: 22px
	}

	.slider-item__link {
		max-width: 235px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}
	.slider-item__image {
		width: 100%;
		height: 50%;
		bottom: 0;
		top: auto
	}
	.slider-item__sticker {
		width: 152px;
		height: 152px;
		left: auto;
		right: -10px;
		bottom: 120px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		font-size: 13px;
		line-height: 18px
	}

	.slider-item__sticker span {
		font-size: 32px;
		line-height: 44px
	}
	.slider__item.swiper-slide {
		height: 495px;
	}
}
/* End */


/* Start:/local/templates/ravak/components/bitrix/catalog.top/main-slider/slider/style.css?17139749426695*/
.catalog-item {
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
	position: relative
}
.hit-slider .swiper-slide , .new-slider .swiper-slide {
	height: auto;
}
.catalog-item:hover {
	-webkit-box-shadow: 0 4px 24px 0 rgba(143, 146, 168, .1803921569);
	box-shadow: 0 4px 24px 0 rgba(143, 146, 168, .1803921569)
}

.catalog-item__image {
	display: block;
	height: 280px;
	margin: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.catalog-item__stickers {
	position: absolute;
	top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.popup-window.popup-window-with-titlebar {
	max-width: 100%;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
	color: var(--color_black);
    font-size: 1.5625rem;
    line-height: 2.1344rem;
    font-weight: 400;
    margin-top: 10px;
}
.popup-window-content .product-name {
    color: var(--color_black);
    font-size: 1rem;
    margin-top: 15px;
    font-weight: 600;
    max-width: 400px;
}
.popup-window-buttons .button {
	padding: 16px 30px;
}
.popup-window-buttons {
display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	grid-gap: 15px;
}
@media screen and (max-width:640px) {
	.catalog-item {
		border: 1px solid #d4d5dd
	}

	.catalog-item__image {
		height: 135px
	}

	.catalog-item__stickers {
		top: 5px
	}
	.popup-window-buttons {
		flex-direction: column;
	}
	.popup-window-titlebar-text, .popup-window-titlebar-text-version {
	    font-size: 1.2625rem;
	}
	.popup-window-buttons .button {
		width: 100%;
	}
}

.catalog-item__sticker {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	padding: 5px 9px 5px 22px;
	border-radius: 0 8px 8px 0;
	position: relative;
	margin-bottom: 3px
}

.catalog-item__sticker:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 7px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat
}

@media screen and (max-width:640px) {
	.catalog-item__sticker {
		font-size: 10px;
		line-height: 12px;
		padding: 4px 7px 4px 16px
	}

	.catalog-item__sticker:after {
		left: 5px
	}
}

.catalog-item__sticker--hit {
	background-color: #d51317
}

.catalog-item__sticker--hit:after {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/hit.svg)
}

.catalog-item__sticker--sale {
	background: #fd6230
}

.catalog-item__sticker--sale:after {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/sale.svg)
}

.catalog-item__availability {
	font-size: 14px;
	color: #9c9696;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 13px
}

.catalog-item__availability .availability {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #8ade76;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px
}

@media screen and (max-width:640px) {
	.catalog-item__availability {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 5px
	}

	.catalog-item__availability .availability {
		margin-bottom: 2px
	}
}

.catalog-item__title {
	display: block;
	font-size: 18px;
	color: #000;
	margin-bottom: 16px;
			    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	text-decoration: none
}

.catalog-item__info {
		    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
	padding: 12px 15px
}

.catalog-item__prices {
	grid-gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:640px) {
	.catalog-item__title {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 6px
	}

	.catalog-item__prices {
		display: block
	}
}

.catalog-item__price {
	white-space: nowrap;
	font-weight: 700;
	color: #000;
	font-size: 19px;

}
.catalog-item__buttons .oneclick,
.button.catalog-item__btn {
	white-space: nowrap;
	flex: 1;
    padding: 16px 5px;
	width: 100%
}
.catalog-item__buttons {
		-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 5px;
}
@media screen and (max-width:640px) {
	.catalog-item__price {
		font-size: 16px;
		line-height: 18px
	}
	.catalog-item__price--old {
		font-size: 11px;
		line-height: 15px
	}

	.button.catalog-item__btn {
		font-size: 0;
		width: 51px;
		height: 45px;
		margin-left: 0;

		background: url(/img/cart.svg) center no-repeat
	}
	.catalog-item__favorite {
		background: #FFFFFFB2;
	}
	.favorite-link,
	.catalog-item__favorite svg {
		width: 22px;
		height: 21px
	}
	.catalog-item__buttons  {
		margin-top: 10px;
		margin-bottom: 14px;
	}
	.catalog-item__buttons .oneclick {
	    padding: 9px 5px
	}
	.catalog-item__buttons .oneclick, .button.catalog-item__btn {
		flex: auto;
	}
}

.catalog-item__price--old {
	color: #868686;
	font-size: 15px;
	text-decoration: line-through
}

.catalog-item__favorite {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 28px;
	height: 23px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}
.catalog-item__favorite svg path {
	stroke: #969696
}

.catalog-item__favorite:hover svg path {
	fill: #d51317;
	stroke: #d51317
}

@media screen and (max-width:767px) {
	.catalog-item__info {
		padding: 7px
	}

	.catalog-item__favorite {
		position: absolute;
		top: 5px;
		right: 10px;
		background-color: rgba(255, 255, 255, .6980392157);
		width: 30px;
		height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.catalog-item__prices {
		flex-wrap: wrap;
	}
	.catalog-item__buttons {
		width: 100%;
	}
	.catalog-item__price {
		width: 100%;
		display: flex;
        justify-content: space-between;
	}

}



/* End */


/* Start:/local/templates/ravak/components/bitrix/catalog.section.list/main/style.css?17052436472750*/
.catalog-sections.index-block {
	position: relative;
	padding: 82px 0
}

.catalog-sections.index-block:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 8%;
	left: 0;
	height: 170px;
	background: url(/img/lines.svg) center;
	background-repeat-x: repeat;
	z-index: 0
}

.catalog-sections .container {
	position: relative
}

.catalog-sections__button {
	width: 216px;
	margin: auto
}

.sections {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 40px;
	padding: 18px 0 40px
}

.sections__item {
	padding: 35px 45px;
	position: relative;
	background: #fff;
	height: 280px;
	border: 1px solid #fff
}

.sections__item:hover {
	border-color: var(--color_red);
	background: rgba(0, 0, 0, 0)
}

.sections__item:hover .sections__name {
	color: var(--color_red)
}

.sections__item--big {
	grid-column: span 2/auto
}

.sections__name {
	font-size: 28px;
	line-height: 38px;
	width: 55%;
	position: relative;
	display: block;
	z-index: 1
}

.sections__childs {
	display: inline-block;
	width: auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style: none;
	font-size: 14px;
	padding: 12px 0
}

.sections__childs li {
	z-index: 2;
	position: relative;
	padding-left: 25px;
	background: url(/img/arrow.svg) center left/20px no-repeat
}

.sections__image {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-size: auto;
	background-position: bottom right;
	background-repeat: no-repeat
}

.sections__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.sections a {
	color: var(--color_black);
	text-decoration: none
}

.sections a:hover {
	color: var(--color_red)
}

@media screen and (max-width:1200px) {

	.catalog-sections.index-block {
		padding: 50px 0
	}

	.catalog-sections.index-block:before {
		top: 2%
	}

	.sections {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px
	}

	.sections__item--big .sections__image {
		background-position-x: 113%
	}

	.sections__item:nth-child(6) {
		display: none
	}

	.sections__name {
		width: 100%;
		max-width: 190px
	}
}

@media screen and (max-width:640px) {

	.catalog-sections.index-block {
		padding: 40px 0
	}
	.sections {
		display: block;
		padding: 0 0 12px
	}
	.sections__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 35px 25px;
		height: 150px;
		margin-bottom: 10px
	}

	.sections__name {
		font-size: 18px;
		line-height: 25px;
		width: 50%
	}
	.sections__childs {
		display: none
	}

	.sections__image {
		width: 50%;
		background-size: contain;
		background-position: bottom right;
		background-repeat: no-repeat
	}
}


/* End */


/* Start:/local/templates/ravak/components/bitrix/news.detail/main/style.css?17430786161549*/
.index-block.about {
	padding: 85px 0
}

.about__text {
	min-height: 400px;
	/*background-size: contain;*/
	    background-size: auto 400px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 415px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about__tizer {
	margin-top: 40px
}

.about__item {
	width: 31%;
	background-size: auto;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-right: 25px
}

.about .h2 {
	text-align: left
}

@media screen and (max-width:1200px) {
	.index-block.about {
		padding: 65px 0
	}

	.about__text {
		padding-left: 350px;
		background-size: 625px
	}

	.about__item {
		padding-top: 63px;
		padding-right: 15px;
		background-size: 74px
	}

	.about .h2 {
		margin-bottom: 33px
	}

	.about .h2 br {
		display: none
	}
}

@media screen and (max-width:767px) {
	.about__item {
		padding-right: 0;
		width: 32%
	}

	.about__text {
		padding-left: 0;
		padding-top: 350px
	}
}

@media screen and (max-width:640px) {
	.index-block.about {
		padding: 40px 0 20px
	}

	.about__item {
		width: 100%;
		padding-top: 45px;
		margin-bottom: 20px
	}

	.about .h2 {
		margin-bottom: 25px
	}
	
	.about__text {
		padding-top: 185px;
		background-size: 300px
	}

	.about__tizer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 23px
	}
}
/* End */


/* Start:/local/templates/ravak/components/bitrix/news.list/news-slider/style.css?17137752442311*/
.news .swiper {
	padding: 20px;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px
}

.news.index-block {
	padding: 85px 0
}

.news__button {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.news__button .button {
	width: 216px
}

.news-slider {
	position: relative;
	/*padding-top: 20px*/
}

.news-slider .swiper-pagination {
	display: none
}


.news-item.swiper-slide {
	height: auto;
}
.news-item {
	background: #fff
}

.news-item:hover {
	-webkit-box-shadow: 0 4px 24px 0 rgba(143, 146, 168, .1803921569);
	box-shadow: 0 4px 24px 0 rgba(143, 146, 168, .1803921569)
}
.news-item:hover .news-item__title {
	color: var(--color_red)
}

.news-item__image {
	display: block;
	height: 240px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.news-item__info {
	padding: 22px 19px
}

.news-item__date {
	color: #96969c;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 11px
}

.news-item__title {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 7px;
	display: block
}

.news-item__title:hover {
	color: var(--color_red)
}

.news-item__text {
	color: #96969c;
	font-size: 16px;
	line-height: 26px
}

@media screen and (max-width:1350px) {
	.news__button {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.news-slider .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.news-slider .swiper-navigation {
		display: none
	}
}


@media screen and (max-width:1200px) {
	.news.index-block {
		padding: 50px 0 60px
	}

	.news__button {
		margin-top: 30px
	}
}

@media screen and (max-width:640px) {
	.news.index-block {
		padding: 40px 0
	}

	.news__button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 10px
	}

	.news__button .button {
		margin-top: 25px
	}

	.news-slider {
		padding-top: 0
	}

	.news-item__image {
		height: 188px
	}
	.news .swiper {
		padding: 0 15px 15px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px
	}
}

/* End */


/* Start:/local/templates/ravak/components/bitrix/news.list/faq/style.css?16984164701643*/

.faq.index-block {
	padding: 82px 0
}

.faq-list {
	max-width: 866px;
	margin: 40px auto 0
}

.faq-list__head {
	font-size: 18px;
	line-height: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.faq-list__head .round {
	width: 50px;
	height: 50px;
	border: 1px solid #f1f2f5;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.faq-list__head .round:after,
.faq-list__head .round:before {
	content: "";
	position: absolute;
	width: 21px;
	height: 1px;
	background: #96969c;
	-webkit-transition: .24s;
	transition: .24s
}

.faq-list__head .round:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.faq-list__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.faq-list__item {
	border-bottom: 1px solid #f1f2f5;
	padding: 13px 0
}

.faq-list__item--open,
.faq-list__item--open .round {
	border-color: #d51317
}

.faq-list__item--open .round:after {
	opacity: 0
}

.faq-list__item--open .round:before {
	background: #d51317
}

.faq-list__body {
	display: none;
	margin-top: 10px
}

@media screen and (max-width:1200px) {
	.faq.index-block {
		padding: 60px 0
	}
}

@media screen and (max-width:640px) {
	.faq.index-block {
		padding: 40px 0
	}

	.faq-list {
		margin-top: 20px
	}
}
/* End */
/* /local/templates/ravak/components/bitrix/system.pagenavigation/.default/style.css?17062843431109 */
/* /local/templates/ravak/components/bitrix/news.list/slider/style.css?17037760423763 */
/* /local/templates/ravak/components/bitrix/catalog.top/main-slider/slider/style.css?17139749426695 */
/* /local/templates/ravak/components/bitrix/catalog.section.list/main/style.css?17052436472750 */
/* /local/templates/ravak/components/bitrix/news.detail/main/style.css?17430786161549 */
/* /local/templates/ravak/components/bitrix/news.list/news-slider/style.css?17137752442311 */
/* /local/templates/ravak/components/bitrix/news.list/faq/style.css?16984164701643 */
