

/* Start:/local/templates/brayer/css/style.min.css?176534891492247*/
@charset "UTF-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,dialog,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline-width: 0;
}

b,strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: top;
}

figure {
	margin: 0 auto;
}

svg {
	display: block;
}

nav li,nav ol,nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

sub,sup {
	position: relative;
	top: -.6em;
	font-size: 68.75%;
	line-height: 1;
	vertical-align: baseline;
}

sub {
	top: .3em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,input {
	overflow: visible;
}

input::-ms-clear {
	display: none;
}

input[type=search],input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button:hover,button:hover:focus,input:hover,input:hover:focus,select:hover,select:hover:focus,textarea:hover,textarea:hover:focus {
	outline-width: 0;
}

:-moz-submit-invalid,:-moz-ui-invalid,:invalid {
	box-shadow: none;
}

button {
	cursor: pointer;
}

button:disabled,button:disabled:hover,input:disabled,input:disabled:hover {
	cursor: not-allowed;
}

textarea {
	overflow: auto;
	resize: vertical;
}

.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 0;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(/local/templates/brayer/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease,-webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

@font-face {
	font-family:exo2;src:url(/local/templates/brayer/css/../fonts/exo2-regular.woff2) format("woff2"),url(/local/templates/brayer/css/../fonts/exo2-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:exo2;src:url(/local/templates/brayer/css/../fonts/exo2-500.woff2) format("woff2"),url(/local/templates/brayer/css/../fonts/exo2-500.woff) format("woff");font-weight:500;font-style:normal;font-display:swap;
}

@font-face {
	font-family:exo2;src:url(/local/templates/brayer/css/../fonts/exo2-600.woff2) format("woff2"),url(/local/templates/brayer/css/../fonts/exo2-600.woff) format("woff");font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
	font-family:exo2;src:url(/local/templates/brayer/css/../fonts/exo2-bold.woff2) format("woff2"),url(/local/templates/brayer/css/../fonts/exo2-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:AmadeusAP;src:url(/local/templates/brayer/css/../fonts/amadeusap.woff2) format("woff2"),url(/local/templates/brayer/css/../fonts/amadeusap.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;
}

html {
	overflow-y: auto;
	font-size: 62.5%;
}

body,html {
	height: 100%;
	color: #000;
	background-color: #fff;
}

body {
	font-size: 1.6rem;
	line-height: 1.1;
	font-family: exo2,Arial,sans-serif;
}

@media only screen and (max-width:767px) {
	body {
		font-size: 1.4rem;
	}
}

a {
	color: #c2170b;
	text-decoration: none;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

a:hover {
	color: #f10;
}

.a-i {
	color: inherit;
}

.a-i:hover {
	color: #f10;
}

.a-i2 {
	color: inherit;
}

.a-i2:hover {
	color: #c2170b;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin: 1em 0;
	font-weight: 500;
}

.h1,h1 {
	margin: 30px 0 25px;
	font-size: 4.5rem;
	line-height: 1.2;
}

.h2,h2 {
	margin: 35px 0 30px;
	font-size: 3.5rem;
	line-height: 1.2;
}

.h3,h3 {
	margin: 35px 0 30px;
	font-size: 2.2rem;
	line-height: 1.2;
}

p {
	margin: 10px 0 20px;
}

@media only screen and (max-width:767px) {
	.h1,h1 {
		margin: 25px 0 15px;
		font-size: 3.3rem;
	}

	.h2,h2 {
		margin: 30px 0 25px;
		font-size: 2.2rem;
	}

	.h3,h3 {
		margin: 25px 0 20px;
	}

	p {
		margin: 10px 0 15px;
	}
}

::-webkit-input-placeholder {
	color: #b2b2b2;
}

::-moz-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

:-moz-placeholder {
	color: #b2b2b2;
}

:-ms-input-placeholder {
	color: #b2b2b2;
}

.-nobr {
	white-space: nowrap;
}

.-ta-c {
	text-align: center;
}

.fz-rg {
	font-size: 1.6rem;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-3 {
	margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
	.mb-25--mb {
		margin-bottom: 25px;
	}

	.mb-3--mb {
		margin-bottom: 30px;
	}
}

.wrap_all {
	overflow: hidden;
}

.noscr {
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.fw {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

@media only screen and (max-width:767px) {
	.fw--mb {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
}

.fv {
	margin-bottom: 25px;
}

.fv_fx {
	margin-bottom: -25px;
}

.fv--sm {
	margin-bottom: 20px;
}

.fv--md {
	margin-bottom: 30px;
}

.f_lbl {
	display: block;
	position: relative;
	top: -2px;
	margin-bottom: 7px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
}

.f_lbl__req {
	color: #c2170b;
}

.f_lbl--info {
	top: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 1.4rem;
}

.f_lbl--info .f_lbl__req {
	margin: 0 10px;
}

.f_req {
	position: relative;
}

.f_req__mess {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 5px;
	color: red;
	font-size: 1.2rem;
	line-height: 1;
}

.f_req.is-active .inp,.f_req.is-active .ta {
	border-color: red;
}

.f_req.is-active .f_req__mess {
	display: block;
}

.rsto,.rsto>* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rst,.rst dd,.rst dl,.rst dt,.rst li,.rst ol,.rst ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm>:first-child {
	margin-top: 0;
}

.cm>:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:768px) {
	.vis--mb {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.hide--mb {
		display: none;
	}
}

.clmn {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:767px) {
	.clmn {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.clmn__out--mb {
		margin-left: -20px;
		margin-right: -20px;
	}
}

[class*=col--] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.cols [class*=col--] {
	padding-left: 15px;
	padding-right: 15px;
}

.cols--sm {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.cols--sm [class*=col--] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.col--1-2 {
	width: 50%;
}

.col--1-3 {
	width: 33.33333333%;
}

.col--2-3 {
	width: 66.66666667%;
}

.col--1-4 {
	width: 25%;
}

.col--2-4 {
	width: 50%;
}

.col--3-4 {
	width: 75%;
}

.col--1-6 {
	width: 16.66666667%;
}

.col--2-6 {
	width: 33.33333333%;
}

.col--3-6 {
	width: 50%;
}

.col--4-6 {
	width: 66.66666667%;
}

.col--5-6 {
	width: 83.33333333%;
}

@media only screen and (max-width:767px) {
	[class*=col--] {
		width: 100%;
	}

	.col--mb-1-2 {
		width: 50%;
	}
}

.ratio,.ratio_i {
	position: relative;
	overflow: hidden;
}

.ratio:before,.ratio_i:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 100%;
}

.ratio .ratio__in,.ratio_i iframe,.ratio_i img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio--2-3:before {
	padding-top: 150%;
}

.ratio--3-2:before {
	padding-top: 66.66666667%;
}

.ratio--16-9:before {
	padding-top: 56.25%;
}

.fit {
	overflow: hidden;
}

.fit img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fit--cont img {
	-o-object-fit: contain;
	object-fit: contain;
}

.fit--feat img {
	-o-object-fit: contain;
	object-fit: contain;
}

.no_objectFit .fit {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.no_objectFit .fit.is-active img {
	opacity: 0;
}

.no_objectFit .fit--cont {
	-webkit-background-size: contain;
	background-size: contain;
}

.tgl_txt__trg {
	display: none;
	vertical-align: top;
	margin-top: 5px;
	color: #c2170b;
	cursor: pointer;
}

.tgl_txt__trg.is-active {
	display: inline-block;
}

.tgl_txt__more {
	display: none;
}

.tgl_txt.is-active .tgl_txt__dots {
	display: none;
}

.map {
	position: relative;
	height: 400px;
	max-height: 100vh;
}

.map__in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.map .gm-style img {
	max-width: 1000px;
}

.map .map__marker {
	width: 22px;
	height: 22px;
	background: url(/local/templates/brayer/css/../i/map__marker.svg);
	cursor: pointer;
}

.map__temp {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.map__temp img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.map__temp .map__marker {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inp,.ta {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
	height: 40px;
	color: #000;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.1;
	font-family: exo2,Arial,sans-serif;
	text-overflow: ellipsis;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
}

.inp:hover,.ta:hover {
	border-color: #b2adac;
}

.inp:focus,.ta:focus {
	outline: 0;
	border-color: #c2170b;
}

.inp:disabled::-webkit-input-placeholder,.ta:disabled::-webkit-input-placeholder {
	color: #f0f0f0;
}

.inp:disabled::-moz-placeholder,.ta:disabled::-moz-placeholder {
	color: #f0f0f0;
}

.inp:disabled:-moz-placeholder,.ta:disabled:-moz-placeholder {
	color: #f0f0f0;
}

.inp:disabled::-ms-input-placeholder,.ta:disabled::-ms-input-placeholder {
	color: #f0f0f0;
}

.inp:disabled:-ms-input-placeholder,.ta:disabled:-ms-input-placeholder {
	color: #f0f0f0;
}

.inp:disabled,.inp:disabled:hover,.ta:disabled,.ta:disabled:hover {
	opacity: 1;
	color: #f0f0f0;
	border-color: #f0f0f0;
	cursor: not-allowed;
}

.ta {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 90px;
	resize: vertical;
	overflow: auto;
}

.ta:disabled {
	resize: none;
}

.slct {
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 35px 0 10px;
	border: 1px solid #d5d5d5;
	height: 40px;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-image: url(/local/templates/brayer/css/../i/arr.svg);
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.1;
	font-family: exo2,Arial,sans-serif;
	text-overflow: ellipsis;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	cursor: pointer;
}

.slct::-ms-expand {
	display: none;
}

@-moz-document url-prefix() {
	.slct {
		padding-left: 5px;
	}
}

.slct:hover {
	border-color: #b2adac;
}

.slct:focus {
	outline: 0;
	border-color: #c2170b;
}

.slct:disabled,.slct:disabled:hover {
	opacity: 1;
	color: #f0f0f0;
	border-color: #f0f0f0;
	cursor: not-allowed;
}

.but {
	z-index: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 6px 3.8rem 11px 18px;
	border: none;
	color: #fff;
	background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEzVjBMMTAgNi41TDAgMTNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) #c2170b right 1.8rem top 50% no-repeat;
	-webkit-background-size: .45454545em .59090909em;
	background-size: .45454545em .59090909em;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.1;
	font-family: exo2,Arial,sans-serif;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.but:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f10;
}

@media only screen and (max-width:767px) {
	.but {
		padding: 7px 3.8rem 7px 13px;
		font-size: 1.4rem;
	}
}

.but--f {
	padding-top: 0;
	padding-bottom: 3px;
	height: 40px;
	font-size: 1.6rem;
	font-weight: 700;
}

.but--b {
	padding: 11px 4.6rem 16px 18px;
	font-size: 3rem;
	-webkit-background-size: .5em .66666667em;
	background-size: .5em .66666667em;
}

@media only screen and (max-width:767px) {
	.but--b {
		font-size: 2.6rem;
	}
}

.but--sm {
	font-size: 1.6rem;
	padding: 8px 3.2rem 12px 18px;
	background-position: right 1.4rem top 50%;
}

.but--c {
	padding-left: 1em;
	padding-right: 1em;
	background-image: none;
	text-align: center;
}

.but--more {
	display: block;
	width: 100%;
}

@media only screen and (max-width:767px) {
	.but--more {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 2rem;
	}
}

.che {
	display: inline-block;
	vertical-align: top;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	color: #878787;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 500;
	cursor: pointer;
}

.che input {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.che__i {
	display: inline-block;
	vertical-align: top;
	position: relative;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: .6em;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.che__i:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 66.66666667%;
	height: 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgM0w1IDdMMTEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
}

.che__in {
	display: block;
	max-width: 100%;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.che input:checked+.che__i {
	border: none;
	background-color: #c2170b;
}

.che input:checked+.che__i:after {
	display: block;
}

.che input:checked~.che__in {
	color: #000;
}

.che input:focus+.che__i {
	-webkit-box-shadow: 0 0 1px rgba(135,135,135,.5);
	box-shadow: 0 0 1px rgba(135,135,135,.5);
}

.che input:checked:focus+.che__i {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .7;
}

.che:hover .che__i,.che:hover .che__in {
	opacity: .7;
}

.che:hover input:disabled+.che__i,.che:hover input:disabled~.che__in {
	opacity: 1;
}

.che input:disabled+.che__i {
	border: none;
	background-color: #e4e4e4;
	cursor: not-allowed;
}

.che input:disabled+.che__i:after {
	cursor: not-allowed;
}

.che input:disabled~.che__in,.che input:disabled~.che__in a {
	color: #c3c3c3;
	cursor: not-allowed;
}

.che input:disabled~.che__in a {
	pointer-events: none;
}

.che--clr {
	color: #000;
}

.che--sw {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.che--sw .che__i {
	margin-right: 0;
	margin-left: 10px;
	width: 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.che--sw .che__i:after {
	display: block;
	top: 0;
	bottom: 0;
	left: 1px;
	width: 14px;
	height: 14px;
	background: #c4c4c4;
	margin: auto 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.che--sw .che__in {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
}

.che--sw input:checked+.che__i {
	border: 1px solid #c2170b;
	background: 0 0;
}

.che--sw input:checked+.che__i:after {
	left: 15px;
	background-color: #c2170b;
}

.che--sw input:disabled+.che__i {
	border: 1px solid #e4e4e4;
}

.slider {
	position: relative;
}

.slider__inps {
	overflow: hidden;
}

.slider__inp {
	position: relative;
	float: left;
	width: 48%;
	max-width: 125px;
}

.slider__inp:before {
	position: absolute;
	content: "от";
	left: 10px;
	bottom: 1px;
	line-height: 30px;
	color: #aaa;
}

.slider__inp+.slider__inp {
	float: right;
}

.slider__inp+.slider__inp:before {
	content: "до";
}

.slider__inp input {
	width: 100%;
	padding-left: 30px;
	height: 30px;
	font-size: 1.4rem;
}

.slider__line {
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 1px;
	background: #d5d5d5;
}

.slider__line_in {
	position: absolute;
	top: 0;
	left: 9px;
	right: 9px;
	height: 100%;
}

.ui-slider-range {
	position: absolute;
	top: -1px;
	left: 0;
	height: 3px;
	background: #d5d5d5;
}

.slider.is-active .ui-slider-range {
	background: #c2170b;
}

.slider__drag,.ui-slider-handle {
	position: absolute;
	top: -10px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 21px;
	height: 21px;
	margin: 0 0 0 -10px;
	border: 2px solid #d5d5d5;
	background: #fff;
	line-height: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 100%;
}

.icon {
	position: relative;
	display: inline-block;
	font-size: 1em;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.icon__in {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.icon--youtube {
	width: .83870968em;
}

.owl-carousel {
	display: block;
}

.owl-item,.owl-stage,.owl-stage-outer {
	height: 100%;
}

.owl-item .caro__item {
	width: 100%;
}

.owl-item {
	overflow: hidden;
}

.caro {
	position: relative;
}

.caro__in {
	height: 100%;
	overflow: hidden;
}

.caro__item {
	position: relative;
	height: 100%;
}

.caro__arrs {
	display: none;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 0;
}

.caro.is-active .caro__arrs {
	display: block;
}

.caro__arr {
	position: absolute;
	top: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	color: #b2adac;
	background: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.caro__arr .icon {
	display: block;
	margin: auto;
	width: 24px;
	height: 47px;
}

.caro__arr .icon--mb {
	display: none;
	width: 10px;
	height: 18px;
}

.caro__arr:hover {
	color: #c2170b;
}

.caro__arr--prev {
	left: 0;
}

.caro__arr--prev .icon {
	margin-left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.caro__arr--next {
	right: 0;
}

.caro__arr--next .icon {
	margin-right: 0;
}

@media only screen and (max-width:767px) {
	.caro__arr .icon {
		display: none;
	}

	.caro__arr .icon--mb {
		display: block;
	}
}

.caro--h .owl-carousel {
	height: 100%;
}

.caro--h .owl-item img {
	width: auto;
}

.caro--cats .caro__arr--prev {
	left: -14px;
}

.caro--cats .caro__arr--next {
	right: -14px;
}

.caro--cats.is-active .caro__in {
	width: auto;
}

.caro--prods .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caro--prods .owl-item {
	height: auto;
}

.caro--prods .caro__arr--prev {
	left: -14px;
}

.caro--prods .caro__arr--next {
	right: -14px;
}

.caro--prods.is-active .caro__in {
	width: auto;
	padding-bottom: 1px;
}

.caro--events .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caro--events .owl-item {
	height: auto;
}

.caro--events .caro__arr--prev {
	left: -14px;
}

.caro--events .caro__arr--next {
	right: -14px;
}

.caro--events.is-active .caro__in {
	width: auto;
	padding-bottom: 1px;
}

.caro--card_m .caro__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caro--card_m .caro__item {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.caro--card_m .caro__item.ratio_i:before {
	padding-top: 76.5625%;
}

.caro--card_m .caro__arrs {
	display: none;
}

.caro--card_m.is-active .caro__in {
	display: block;
}

.caro--card_m.is-active .caro__arrs {
	display: none;
}

.caro--card_t {
	margin: 30px 50px 0;
}

.caro--card_t .caro__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.caro--card_t .caro__item {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	padding: 0 5px;
}

.caro--card_t .caro__item.is-active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	border: 1px solid #c2170b;
}

.caro--card_t .caro__arr--prev {
	left: -30px;
}

.caro--card_t .caro__arr--next {
	right: -30px;
}

.caro--card_t .caro__arr .icon {
	width: 13px;
	height: 21px;
}

.caro--card_t.is-active .caro__in {
	display: block;
	width: auto;
}

@media only screen and (max-width:1023px) {
	.caro--card_t {
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media only screen and (max-width:767px) {
	.caro--card_t {
		display: none;
	}

	.caro--card_m.is-active .owl-dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}

	.caro--card_m.is-active .owl-dot {
		width: 10px;
		height: 3px;
		margin: 0 2.5px 5px;
		background-color: #d5d5d5;
	}

	.caro--card_m.is-active .owl-dot.active {
		background-color: #c2170b;
	}

	.caro--card_m.is-active .caro__arrs {
		display: block;
	}
}

@media only screen and (max-width:767px) and (orientation:landscape) {
	.caro--card_m .caro__item.ratio_i:before {
		padding-top: 45%;
	}
}

.caro--reviews .caro__arrs.is-hidden {
	display: none;
}

.caro--reviews .caro__arr--prev {
	left: -14px;
}

.caro--reviews .caro__arr--next {
	right: -14px;
}

.tab_page {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.tab_page.is-active {
	position: static;
	opacity: 1;
}

.tab {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tab.is-active {
	cursor: default;
}

.tabs--d {
	margin-bottom: 30px;
	white-space: nowrap;
	overflow-x: auto;
}

.tabs--d .tab {
	display: inline-block;
	vertical-align: top;
	margin-right: 27px;
	padding-bottom: 7px;
	border-bottom: 5px solid transparent;
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tabs--d .tab:last-child {
	margin-right: 0;
}

.tabs--d .tab.is-active {
	border-color: #c2170b;
}

@media only screen and (max-width:767px) {
	.tabs--d .tab {
		margin-right: 16px;
		text-transform: none;
		font-size: 1.6rem;
	}
}

.preloader {
	z-index: 4;
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
}

.preloader.is-active {
	display: block;
}

.preloader i {
	display: block;
	position: relative;
	-webkit-animation: preloader_a 1.2s cubic-bezier(.5,0,.5,1) infinite;
	animation: preloader_a 1.2s cubic-bezier(.5,0,.5,1) infinite;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
}

.preloader i:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c2170b;
	margin: -4px 0 0 -4px;
	-webkit-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #fff;
}

.preloader i:nth-child(1) {
	-webkit-animation-delay: -36ms;
	animation-delay: -36ms;
}

.preloader i:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.preloader i:nth-child(2) {
	-webkit-animation-delay: -72ms;
	animation-delay: -72ms;
}

.preloader i:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.preloader i:nth-child(3) {
	-webkit-animation-delay: -108ms;
	animation-delay: -108ms;
}

.preloader i:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.preloader i:nth-child(4) {
	-webkit-animation-delay: -144ms;
	animation-delay: -144ms;
}

.preloader i:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.preloader i:nth-child(5) {
	-webkit-animation-delay: -.18s;
	animation-delay: -.18s;
}

.preloader i:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.preloader i:nth-child(6) {
	-webkit-animation-delay: -216ms;
	animation-delay: -216ms;
}

.preloader i:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.preloader i:nth-child(7) {
	-webkit-animation-delay: -252ms;
	animation-delay: -252ms;
}

.preloader i:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.preloader i:nth-child(8) {
	-webkit-animation-delay: -288ms;
	animation-delay: -288ms;
}

.preloader i:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@-webkit-keyframes preloader_a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes preloader_a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.logo {
	display: block;
	position: relative;
	overflow: hidden;
	width: 229px;
	background-image: url(/local/templates/brayer/css/../i/logo.png);
	background-image: url(/local/templates/brayer/css/../i/logo.svg),none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.logo i {
	z-index: -1;
	position: absolute;
	text-align: left;
	text-indent: -9999px;
	font-style: normal;
}

.logo:before {
	content: "";
	display: block;
	padding-top: 21.83406114%;
}

.logo--inv,.logo.is-inv {
	background-image: url(/local/templates/brayer/css/../i/logo--inv.png);
	background-image: url(/local/templates/brayer/css/../i/logo--inv.svg),none;
}

.hamb {
	position: relative;
	width: 23px;
	height: 16px;
	cursor: pointer;
}

.hamb i {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: currentColor;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.hamb i:after,.hamb i:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.hamb i:after {
	top: 7px;
}

.hamb.is-active i {
	width: 90%;
	background-color: transparent;
	-webkit-transition: background 0s ease;
	transition: background 0s ease;
}

.hamb.is-active i:before {
	background-color: #000;
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}

.hamb.is-active i:after {
	background-color: #000;
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

.lbl {
	position: relative;
}

.lbl__in {
	z-index: 2;
	position: relative;
	padding: 5px 9px 6px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0 5px 5px 0;
}

.lbl__in__right {
	z-index: 2;
	position: relative;
	padding: 5px 9px 6px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 5px 0 0 5px;
}

.lbl__in__right__card {
	z-index: 2;
	position: relative;
	padding: 5px 9px 6px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
}

.lbl__i {
	z-index: 1;
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	left: 10px;
	border-radius: 0 5px 5px 0;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.lbl__i:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	border-radius: 0 5px 5px 0;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 80%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 80%);
}

.lbl__i__right {
	z-index: 1;
	position: absolute;
	top: 3px;
	right: 2px;
	bottom: 0;
	left: 0;
	border-radius: 5px 0 0 5px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.lbl__i__right:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	border-radius: 5px 0 0 5px;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 80%);
	clip-path: polygon(0 0,100% 0,100% 90%,0 80%);
}

.lbl__i__right__card {
	z-index: 1;
	position: absolute;
	top: 3px;
	right: 2px;
	bottom: 0;
	left: 0;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.lbl__i__right__card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 80%);
	clip-path: polygon(0 0,100% 0,100% 80%,0 100%);
}

.lbl--new .lbl__in {
	background: #ff7a00;
	background: -webkit-gradient(linear,left top,right top,color-stop(-1.49%,#ff8a00),to(#e72c2c));
	background: -webkit-linear-gradient(left,#ff8a00 -1.49%,#e72c2c 100%);
	background: linear-gradient(to right,#ff8a00 -1.49%,#e72c2c 100%);
}

.lbl--best .lbl__in {
	background: #ff7a00;
	background: -webkit-gradient(linear,left top,right top,color-stop(-1.2%,#cc2ce7),to(#7300ce));
	background: -webkit-linear-gradient(left,#cc2ce7 -1.2%,#7300ce 100%);
	background: linear-gradient(90deg,#cc2ce7 -1.2%,#7300ce 100%);
}

.lbl--grnt .lbl__in__right {
	background: #ff7a00;
	background: -webkit-gradient(linear,left top,right top,color-stop(-1.49%,#ff8a00),to(#e72c2c));
	background: -webkit-linear-gradient(left,#ff8a00 -1.49%,#e72c2c 100%);
	background: linear-gradient(to left,#8b8b8b -1.49%,#707070 100%);
}

.lbl--grnt .lbl__in__right__card {
	background: #ff7a00;
	background: -webkit-gradient(linear,left top,right top,color-stop(-1.49%,#ff8a00),to(#e72c2c));
	background: -webkit-linear-gradient(left,#ff8a00 -1.49%,#e72c2c 100%);
	background: linear-gradient(to left,#8b8b8b -1.49%,#707070 100%);
}

.contacts {
	padding-top: 5px;
}

.contacts__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contacts__col {
	position: relative;
	width: 50%;
}

.contacts__col--f {
	max-width: 490px;
}

.contacts__decor {
	position: absolute;
	left: 0;
	margin-top: 55px;
	font-size: 462px;
	color: #f0f0f0;
}

.contacts__h {
	position: relative;
	margin-bottom: 25px;
	padding-left: 4rem;
	font-size: 2.2rem;
	font-weight: 700;
}

.contacts__h .icon {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 3rem;
}

.contacts__h--f {
	padding-bottom: 8px;
}

.contacts__mess {
	margin: 0;
	margin-top: -3px;
	font-size: 1.6rem;
}

@media only screen and (max-width:1023px) {
	.contacts__col {
		width: 40%;
	}

	.contacts__col--f {
		width: 60%;
	}
}

@media only screen and (max-width:767px) {
	.contacts {
		padding-top: 10px;
	}

	.contacts__in {
		display: block;
	}

	.contacts__col {
		width: auto;
	}

	.contacts__decor {
		display: none;
	}
}

.contacts--h {
	text-align: right;
	font-weight: 500;
}

.contacts--f {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}

.contacts--f li {
	margin-bottom: 20px;
}

.contacts--f li:last-child {
	margin-bottom: 0;
}

.menu__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.menu__item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	white-space: nowrap;
}

.menu__item>a {
	display: block;
	padding: 12px 0 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: inherit;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.menu__item>a:hover {
	background-color: #f10;
}

.menu__close {
	position: absolute;
	top: 30px;
	margin-left: -4px;
	width: 23px;
	height: 16px;
	cursor: pointer;
}

.menu__cat {
	display: none;
	z-index: 3;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 82px 35px 60px;
	color: #000;
	background-color: rgba(244,244,244,.95);
	text-align: left;
	white-space: normal;
}

.menu__cat.is-active {
	display: block;
}

.menu__cat_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu__cat_item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 0 20px 0 0;
	margin-bottom: 40px;
}

.menu__cat_h {
	margin-bottom: 11px;
}

.menu__cat_h>* {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding-bottom: 10px;
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.menu__cat_h>:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #c2170b;
}

.menu__cat_cont {
	font-size: 1.6rem;
}

.menu__cat_cont li {
	margin-bottom: 13px;
}

.menu__cat_cont li:last-child {
	margin-bottom: 0;
}

.menu__cat_cont a {
	color: #000;
	-webkit-background-size: 0 1px;
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
}

.menu__cat_cont a:hover {
	background-image: -webkit-gradient(linear,left top,right top,from(#c2170b),to(#c2170b));
	background-image: -webkit-linear-gradient(left,#c2170b,#c2170b);
	background-image: linear-gradient(to right,#c2170b,#c2170b);
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
}

@media only screen and (max-width:767px) {
	.menu__in {
		display: block;
		position: relative;
		padding: 0 20px 20px;
		color: #000;
		background-color: #fff;
	}

	.menu__in:after {
		content: "";
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		height: 10px;
		background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%);
	}

	.menu__item {
		text-align: left;
	}

	.menu__item>a {
		padding: 7px 0 7px;
		font-size: 2rem;
	}

	.menu__item>a:hover {
		background: 0 0;
	}

	.menu__close {
		display: none;
	}

	.menu__cat {
		z-index: 0;
		display: block;
		position: relative;
		padding: 8px 0 4px;
		margin-bottom: 10px;
		border-bottom: 1px solid #d5d5d5;
		background: 0 0;
		border-radius: 0;
	}

	.menu__cat_in {
		display: block;
	}

	.menu__cat_item {
		width: 100%;
		padding: 0 0 0 20px;
		margin-bottom: 0;
	}

	.menu__cat_h {
		margin-bottom: 4px;
	}

	.menu__cat_h>:hover {
		color: inherit;
	}

	.menu__cat_h>:after {
		display: none;
	}

	.menu__cat_h>:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 11px;
		height: 6px;
		margin-left: -20px;
		margin-top: -5px;
		background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS0yLjM2MDAzZS0wNyAwLjYwMDg4NUwwLjYxMjExMiA5LjI2OTE4ZS0wN0w1LjUgNC43OTgyM0wxMC4zODc5IDQuOTk2MDVlLTA3TDExIDAuNjAwODg0TDUuNSA2TC0yLjM2MDAzZS0wNyAwLjYwMDg4NVoiIC8+Cjwvc3ZnPgo=) 0 0 no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform .2s ease;
		transition: -webkit-transform .2s ease;
		transition: transform .2s ease;
		transition: transform .2s ease,-webkit-transform .2s ease;
	}

	.menu__cat_cont {
		display: none;
		padding-top: 7px;
		padding-bottom: 23px;
	}

	.menu__cat_cont li {
		margin-bottom: 12px;
	}

	.menu__cat_item.is-active .menu__cat_h>:before {
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.menu__cat_item.is-active .menu__cat_h>:after {
		display: block;
	}
}

.menu_f {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}

.menu_f li {
	margin-bottom: 20px;
}

.menu_f li:last-child {
	margin-bottom: 0;
}

.search {
	position: relative;
}

.search__form {
	height: 100%;
}

.search__wrap {
	margin-left: auto;
	width: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.search__inp {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 10px;
	border: none;
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	font-family: exo2,Arial,sans-serif;
	outline: 0;
}

.search__but {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 30px;
	border: none;
	color: inherit;
	background: 0 0;
	font-size: 2rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.search__but .icon {
	display: block;
}

.search.is-active .search__wrap {
	width: 100%;
}

.search.is-active .search__but {
	padding: 0 10px;
	color: #c2170b;
	background-color: #fff;
}

@media only screen and (max-width:1023px) {
	.search__but {
		padding: 0 10px;
	}
}

@media only screen and (max-width:767px) {
	.search {
		height: 24px;
	}

	.search__wrap {
		-webkit-transition: none;
		transition: none;
	}

	.search__but {
		font-size: 1.6rem;
		-webkit-transition: none;
		transition: none;
	}

	.search.is-inv {
		color: #000;
	}

	.search.is-active {
		height: 50px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
		box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	}

	.search.is-active .search__but {
		padding: 0 15px;
	}
}

.search--in .search__inp,.search--in.is-active .search__but {
	background-color: #f0f0f0;
}

@media only screen and (max-width:767px) {
	.search--in .search__inp,.search--in.is-active .search__but {
		background-color: #fff;
	}
}

.search_sm {
	position: relative;
}

.search_sm__inp {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px 0 10px;
}

.search_sm__but {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 8px;
	border: none;
	color: inherit;
	background: 0 0;
	font-size: 1.2rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.search_sm__but .icon {
	display: block;
}

.search_sm__but:hover {
	color: #c2170b;
}

.title,.title_art,.title_in,.title_in2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.title_in {
	margin-bottom: 40px;
}

.title_in2 {
	margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
	.title,.title_art,.title_in,.title_in2 {
		margin-bottom: 25px;
		text-align: left;
	}

	.title_in {
		margin-bottom: 15px;
	}

	.title_art {
		margin-bottom: 40px;
	}
}

.hdr {
	margin-bottom: 40px;
}

.hdr__h {
	margin: 0;
}

.hdr .date {
	margin-top: 7px;
}

@media only screen and (max-width:767px) {
	.hdr {
		margin-bottom: 30px;
	}
}

.date {
	display: block;
	color: #878787;
	font-size: 1.4rem;
	font-weight: 500;
}

.soc__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.soc a {
	display: block;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.soc a:hover {
	opacity: .75;
}

.soc--b .soc__in {
	margin: 0 -16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
}

.soc--b .soc__item {
	padding: 0 34px;
}

@media only screen and (max-width:767px) {
	.soc--b .soc__item {
		padding: 0 16px;
	}
}

.soc--sm a {
	color: inherit;
}

.soc--sm .icon {
	display: block;
}

.soc--sm .soc__in {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.soc--sm .soc__item {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	font-size: 3.1rem;
}

.soc--sm .soc__item:last-child {
	margin-right: 0;
}

.soc--sm .soc__item--vk {
	font-size: 4rem;
}

.navi {
	margin: 15px 0 25px;
	color: #aaa;
	font-size: 1.4rem;
	line-height: 1;
}

.navi__in li {
	display: inline;
}

.navi__in li:before {
	content: "/";
	margin-right: 4px;
}

.navi__in li:first-child:before {
	display: none;
}

.navi__back {
	display: none;
	position: relative;
	top: 1px;
}

.navi__back .icon {
	font-size: 1.2rem;
	width: .7em;
}

@media only screen and (max-width:767px) {
	.navi {
		margin: 13px 0 15px;
	}

	.navi__in {
		display: none;
	}

	.navi__back {
		display: block;
	}
}

.note {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 35px;
	font-weight: 600;
}

.note__i {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	color: #c2170b;
	font-size: 98px;
}

.note__in {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

@media only screen and (max-width:767px) {
	.note {
		display: block;
		padding-left: 20px;
		margin-bottom: 20px;
	}

	.note:before {
		content: "";
		position: absolute;
		top: 3px;
		bottom: 3px;
		left: 0;
		width: 5px;
		background-color: #c2170b;
	}

	.note__i {
		display: none;
	}
}

.note--b {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 20px;
}

.note--b:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 5px;
	background-color: #c2170b;
}

@media only screen and (max-width:767px) {
	.note--b {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.link_icon {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	color: #878787;
	font-size: 1.4rem;
	font-weight: 700;
}

.link_icon>* {
	vertical-align: bottom;
}

.link_icon img {
	margin-bottom: -12px;
	margin-right: 10px;
}

.link_icon i {
	position: relative;
	font-style: normal;
}

.link_icon i:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	width: 14px;
	height: 9px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy41IDFIMFYwSDcuNUM5LjQzMyAwIDExIDEuNTY3IDExIDMuNVY3LjA4NTc5TDEzLjI5MjkgNC43OTI4OUwxNCA1LjVMMTAuNSA5TDcgNS41TDcuNzA3MTEgNC43OTI4OUwxMCA3LjA4NTc5VjMuNUMxMCAyLjExOTI5IDguODgwNzEgMSA3LjUgMVoiIGZpbGw9IiNDMjE3MEIiLz4KPC9zdmc+Cg==) 0 0 no-repeat;
}

.link_icon:hover {
	color: #c2170b;
}

.link_arr {
	font-size: 1.6rem;
	font-weight: 500;
}

.link_arr:after {
	content: "";
	position: relative;
	left: .5625em;
	top: .03125em;
	display: inline-block;
	width: 0;
	height: 0;
	border: .3125em solid transparent;
	border-left: .4375em solid currentColor;
}

.stars {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.stars__in {
	overflow: hidden;
	width: 6.36363636em;
	height: .90909091em;
	margin-right: 7px;
	background-image: url(/local/templates/brayer/css/../i/star.svg);
	background-repeat: repeat-x;
	-webkit-background-size: 1.27272727em 100%;
	background-size: 1.27272727em 100%;
	font-size: 1.1rem;
	text-align: left;
	text-indent: -9999px;
}

.stars__v {
	color: #878787;
	font-size: 1.4rem;
	line-height: 1;
}

.stars--1 .stars__in {
	width: 1.27272727em;
}

.stars--2 .stars__in {
	width: 2.54545455em;
}

.stars--3 .stars__in {
	width: 3.81818182em;
}

.stars--4 .stars__in {
	width: 5.09090909em;
}

.stars--5 .stars__in {
	width: 6.36363636em;
}

.sort__in {
	font-size: 1.4rem;
	font-weight: 500;
}

.sort__in>* {
	display: inline-block;
	vertical-align: top;
}

.sort__in dt {
	color: #aaa;
}

.sort__in dt:after {
	content: ":";
}

.sort__i {
	position: relative;
}

.sort__trg {
	cursor: pointer;
}

.sort__trg:hover {
	color: #c2170b;
}

.sort__lst {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	margin-top: 8px;
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.25);
	box-shadow: 0 0 7px rgba(0,0,0,.25);
	white-space: nowrap;
}

.sort__lst.is-active {
	z-index: 10;
	display: block;
}

.sort__lst_item {
	margin-bottom: 10px;
	cursor: pointer;
}

.sort__lst_item:hover {
	color: #c2170b;
}

.sort__lst_item:last-child {
	margin-bottom: 0;
}

.pag__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #aaa;
	font-size: 1.7rem;
	line-height: 1.41176471em;
}

.pag__item {
	display: inline-block;
	min-width: 1.41176471em;
	margin: 0 2px;
	text-align: center;
}

.pag__item a {
	display: block;
	height: 100%;
}

.pag__item.is-active {
	color: #fff;
	background-color: #cacaca;
}

.pag__dots {
	margin-left: 6px;
	margin-right: 6px;
}

.pag__prev {
	margin-left: 0;
	margin-right: 30px;
	min-width: 1px;
}

.pag__next {
	margin-left: 30px;
	margin-right: 0;
	min-width: 1px;
}

.i_set {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0;
}

.i_set>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	width: 33.33333333%;
	margin: 0 -1px -1px 0;
}

@media only screen and (max-width:767px) {
	.i_set {
		margin: 25px 0;
	}

	.i_set>* {
		width: 100%;
	}
}

@media only screen and (max-width:767px) and (orientation:landscape) {
	.i_set>* {
		width: 50%;
	}
}

.about {
	margin-bottom: 50px;
}

.about__h {
	margin-bottom: 25px;
}

.about__in {
	margin-bottom: 50px;
	font-weight: 500;
	text-align: center;
}

.about__data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 956px;
}

.about__data dl {
	text-align: center;
}

.about__data dt {
	color: #c2170b;
	font-size: 7rem;
	font-weight: 700;
}

.about__data dd {
	font-size: 3rem;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.about {
		margin-bottom: 20px;
	}

	.about__h {
		margin-bottom: 15px;
	}

	.about__in {
		margin-bottom: 25px;
		font-size: 1.6rem;
		text-align: left;
	}

	.about__data {
		margin: 0;
	}

	.about__data dt {
		margin-bottom: 8px;
		font-size: 4rem;
	}

	.about__data dd {
		font-size: 1.6rem;
	}
}

.about_i {
	position: relative;
	margin-top: 48px;
}

.about_i__h {
	position: absolute;
	top: -8px;
	left: 0;
	margin: 0;
	width: 35%;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 700;
}

.about_i__in {
	position: relative;
	margin: 0 -20px;
}

.about_i__txt {
	position: relative;
	margin: 0;
	padding: 16px 30px;
	color: #fff;
	background-color: #c2170b;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_i__txt span {
	display: block;
	max-width: 250px;
}

.about_i__i.ratio_i:before {
	padding-top: 69.75609756%;
}

.about_i__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0 20px;
}

.about_i__item--1 {
	margin-left: auto;
	right: 12.22222222%;
}

.about_i__item--1 .about_i__txt {
	left: 26.82926829%;
}

.about_i__item--2 {
	margin-top: -25%;
}

.about_i__item--2 .about_i__txt {
	margin-left: 40px;
	text-align: right;
}

.about_i__item--2 .about_i__txt span {
	margin-left: auto;
}

.about_i__item--3 {
	z-index: 1;
	margin-top: 30px;
	margin-left: 90px;
}

.about_i__item--3 .about_i__txt {
	position: absolute;
	top: 0;
	right: 20px;
	left: 26.66666667%;
	text-align: right;
}

.about_i__item--3 .about_i__txt span {
	margin-left: auto;
}

.about_i__item--4 {
	position: absolute;
	right: 0;
	margin-top: -45.33333333%;
	margin-left: auto;
}

.about_i__item--4 .about_i__txt {
	position: absolute;
	top: 0;
	left: 20px;
	right: 17.77777778%;
}

@media only screen and (max-width:767px) {
	.about_i__h {
		position: static;
		width: auto;
		margin-bottom: 25px;
		font-size: 2rem;
	}

	.about_i__in {
		margin: 0;
	}

	.about_i__txt {
		position: static;
		padding: 16px 20px;
		-webkit-transform: none;
		transform: none;
	}

	.about_i__item {
		position: static;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
		right: auto;
	}

	.about_i__item:last-child {
		margin-bottom: 0;
	}

	.about_i__item .about_i__txt {
		position: static;
		margin-left: 0;
		text-align: left;
	}

	.about_i__item .about_i__txt span {
		margin-left: 0;
	}
}

@media only screen and (max-width:767px) and (orientation:landscape) {
	.about_i__i {
		height: 200px;
	}
}

.cat {
	position: relative;
}

.cat__h {
	display: none;
	z-index: 1;
	position: absolute;
	top: 15px;
	left: 25px;
	margin: 0;
	max-width: 60%;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1;
}

.cat__i.ratio_i:before {
	padding-top: 65.16129032%;
}

@media only screen and (max-width:767px) {
	.cat__h {
		top: 8px;
		left: 13px;
		font-size: 1.3rem;
	}
}

.cat_nav {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 500;
}

.cat_nav a {
	color: #aaa;
}

.cat_nav a:hover {
	color: #c2170b;
}

.cat_nav__item {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
}

.cat_nav__item:last-child {
	margin-bottom: 0;
}

.cat_nav__item--back {
	margin-bottom: 20px;
}

.cat_nav__item--back a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: .25588235em;
	width: 0;
	height: 0;
	border: .29411765em solid transparent;
	border-right: .47058824em solid;
	border-left: 0;
}

.prod {
	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;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(170,170,170,.5);
	box-shadow: inset 0 0 0 1px rgba(170,170,170,.5);
	border-radius: 20px;
}

.prod__i.ratio_i:before {
	padding-top: 80.43478261%;
}

.prod__in {
	margin-top: 25px;
	color: #878787;
}

.prod__h {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 23.1px;
	font-weight: 700;
	color: #878787;
	word-wrap: break-word;
}

.prod__lst {
	margin-bottom: 22px;
}

.prod__lst li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 14px;
	font-size: 1.9rem;
	font-weight: 500;
}

.prod__lst li:last-child {
	margin-bottom: 0;
}

.prod__lst li:before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #c2170b;
	border-radius: 100%;
}

.prod__but {
	margin-top: auto;
}

@media only screen and (max-width:767px) {
	.prod {
		padding: 15px;
		border-radius: 15px;
	}

	.prod__in {
		margin-top: 18px;
	}

	.prod__h {
		font-size: 1.4rem;
	}

	.prod__lst {
		margin-bottom: 18px;
	}

	.prod__lst li {
		padding-left: 8px;
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	.prod__lst li:before {
		width: 3px;
		height: 3px;
	}
}

.event {
	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;
}

.event__i.ratio_i:before {
	padding-top: 50%;
}

.event__in {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -1px;
	padding: 20px 20px 34px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(170,170,170,.5);
	box-shadow: inset 0 0 0 1px rgba(170,170,170,.5);
	border-top: none;
	color: #878787;
	border-radius: 0 0 20px 20px;
}

.event__h {
	margin-top: -7px;
	margin-bottom: 0;
	font-size: 2.1rem;
	font-weight: 700;
}

.event p {
	margin: 8px 0 17px;
	font-size: 1.9rem;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.event__h {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 1.9rem;
	}

	.event p {
		margin: 10px 0 22px;
		font-size: 1.7rem;
	}

	.event .but {
		padding-left: 18px;
		padding-bottom: 12px;
		font-size: 2rem;
	}
}

.i_shops__h {
	margin: 0 0 25px;
	margin-bottom: 27px;
	font-size: 2rem;
	font-weight: 700;
}

.i_shops__list {
	margin-bottom: 23px;
}

.i_shops__item {
	border: 1px solid #d5d5d5;
	border-width: 1px 1px 0;
}

.i_shops__item:last-child {
	border-width: 1px;
}

.i_shops__item a {
	display: block;
	padding: 11px 18px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.i_shops__item a:hover {
	opacity: .75;
}

@media only screen and (max-width:767px) {
	.i_shops__item img {
		display: block;
		max-width: 212px;
		margin: 0 auto;
	}
}

.feats>* {
	margin-bottom: 20px;
}

.feats>:last-child {
	margin-bottom: 0;
}

.feat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.feat__h {
	position: relative;
	margin: 0 0 21px;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.9rem;
	text-transform: uppercase;
}

.feat__h:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 75%;
	height: 5px;
	background-color: #c2170b;
}

.feat__el {
	width: 32.55813953%;
	background-color: #f0f0f0;
}

.feat__i {
	margin-right: 20px;
}

.feat__cont {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px;
	font-size: 1.7rem;
	line-height: 1.2;
}

.feat:nth-child(2n+1) .feat__i {
	margin-right: 0;
	background-color: white;
}

.feat:nth-child(2n+1) .feat__cont {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 20px;
}

@media only screen and (max-width:1023px) {
	.feat__el {
		width: 50%;
	}

	.feat__el:last-child {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.feat {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.feat__h:after {
		width: 61%;
	}

	.feat__el {
		width: 100%;
	}

	.feat__i {
		margin-right: 0;
	}

	.feat__cont {
		padding-bottom: 27px;
	}

	.feat:nth-child(2n+1) .feat__cont {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width:767px) and (orientation:landscape) {
	.feat__i.ratio_i:before {
		padding-top: 40%;
	}
}

.props__tbl {
	width: 100%;
	max-width: 640px;
}

.props__tbl td {
	padding: 12px 0 17px;
	border-bottom: 1px dashed #000;
	font-weight: 500;
	line-height: 1.25;
	vertical-align: top;
}

.props__tbl tr:last-child td {
	border-color: transparent;
}

.props__tbl .icon {
	margin-top: 3px;
}

.props__h {
	max-width: 400px;
	padding-right: 20px;
	color: #878787;
}

.props__data {
	white-space: nowrap;
}

.arts {
	padding-top: 12px;
	margin-bottom: 30px;
}

.arts>* {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 23px;
	padding-bottom: 30px;
}

.arts>:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

@media only screen and (max-width:767px) {
	.arts {
		padding-top: 0;
	}
}

.arts_list li a {
	position: relative;
	padding-left: 20px;
}

.arts_list li a:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 1em 0 1em 1.33333333em;
	border-left-color: #c2170b;
	font-size: 6px;
}

.arts_list__all {
	margin-top: 20px;
	margin-left: 20px;
}

@media only screen and (max-width:767px) {
	.arts_list__h {
		margin-bottom: 30px;
	}

	.arts_list li {
		margin-bottom: 2px;
	}

	.arts_list li a {
		color: #c2170b;
	}
}

.reviews {
	padding-top: 30px;
	margin-bottom: 60px;
}

.reviews__in>* {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 27px;
}

.reviews__in>:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

@media only screen and (max-width:767px) {
	.reviews {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.reviews__in {
		border: 1px solid #d5d5d5;
	}

	.reviews__in>* {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.review__hdr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.review__ava {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #d1d1d1;
	border-radius: 100%;
}

.review__ava img {
	position: relative;
	z-index: 2;
}

.review__ava i {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}

.review__info {
	margin-top: 7px;
	color: #aaa;
	font-size: 1.4rem;
	font-weight: 500;
}

.review__cont {
	font-size: 1.4rem;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.review {
		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;
		position: relative;
		padding: 45px 20px 20px;
		margin-bottom: 0;
	}

	.review__hdr {
		margin-top: 17px;
		margin-left: 5px;
		margin-bottom: 0;
	}

	.review__cont {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.review .stars {
		position: absolute;
		top: 20px;
		left: 20px;
	}
}

.product {
	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;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 25px;
	border: 1px solid #d5d5d5;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease,-webkit-box-shadow .2s ease;
}

.product>:last-child {
	margin-bottom: 0;
}

.product__b {
	margin-top: auto;
}

.product__lnk {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: rgba(0,0,0,0);
}

.product__i {
	margin-bottom: 20px;
}

.product__h {
	margin: 13px 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.1;
	word-wrap: break-word;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.product__stat {
	font-size: 1.4rem;
	font-weight: 500;
}

.product__stat--arh {
	color: #878787;
}

.product__stat--avlb {
	color: #3aca40;
}

.product__price {
	margin-top: 10px;
	display: flex;
	align-items: baseline;
	gap: 20px;
}

.product__lbls {
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 0;
	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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product__lbls>* {
	margin-bottom: 10px;
}

.product__lbls__grnt {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 0;
	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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product__lbls__grnt__card {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

.product:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.5);
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

.product:hover .product__h {
	color: #c2170b;
}

@media only screen and (max-width:767px) {
	.product {
		padding-bottom: 17px;
	}

	.product__i {
		margin-bottom: 23px;
	}

	.product__h {
		margin-bottom: 17px;
		font-size: 1.4rem;
	}

	.product__lbls {
		top: 10px;
	}
}

.product--one {
	padding: 30px 30px 25px;
	border-left: 1px solid #d5d5d5;
	text-align: center;
}

.product--one .stars {
	margin: auto;
	-ms-flex-pack: center;
}

.product--one .product__i {
	margin-bottom: 25px;
}

.product_one {
	margin-bottom: 40px;
}

.product_one__h {
	margin: 0 0 25px;
	font-size: 2rem;
	font-weight: 700;
}

@media only screen and (max-width:767px) and (orientation:landscape) {
	.product_one .product {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.act__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
}

.act__cont {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 440px;
	max-width: 40%;
	min-height: 200px;
	padding: 15px 80px 15px 30px;
	color: #fff;
	background-color: #c2170b;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.act__cont:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 1em 0 1em 1.5em;
	border-left-color: #fff;
	font-size: 12px;
}

.act__in:hover .act__cont {
	background-color: #f10;
}

.act__i {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.act__i.ratio_i:before {
	content: none;
	padding-top: 28.05970149%;
}

.act__h {
	margin: 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
}

.act__p {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.6rem;
}

@media only screen and (max-width:1023px) {
	.act__cont {
		padding-right: 55px;
	}

	.act__cont:before {
		right: 20px;
	}
}

@media only screen and (max-width:767px) {
	.act__in {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 1px;
		font-size: 1.2rem;
	}

	.act__cont {
		width: 100%;
		max-width: 100%;
		padding: 10px 55px 20px 20px;
	}

	.act__cont:before {
		top: 8px;
		font-size: 9.5px;
	}

	.act__i {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.act__i.ratio_i:before {
		content: "";
	}

	.act__h {
		font-size: 2.2rem;
	}

	.act__p {
		font-size: 1.4rem;
	}
}

.art__h {
	margin: 0 0 10px;
	font-size: 1.9rem;
	font-weight: 700;
}

.art p {
	font-size: 1.5rem;
}

.art--s {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.art--s .art__h {
	position: relative;
	margin-top: -5px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.art--s .art__h:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 75%;
	height: 5px;
	background-color: #c2170b;
}

.art--s .art__cont {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.art--s .art__i {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 51.37614679%;
	margin-left: 25px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.art--s .art__i:hover {
	opacity: .75;
}

.art--s .art__i--mb {
	display: none;
}

@media only screen and (max-width:1023px) {
	.art--s .art__i {
		width: 25%;
	}
}

@media only screen and (max-width:767px) {
	.art--s p {
		font-size: 1.4rem;
	}

	.art--s .but {
		padding-right: 2.7rem;
		background-position: right 1.3rem top 50%;
	}

	.art--s .art__cont {
		-ms-flex-preferred-size: 100%;
	}

	.art--s .art__i {
		display: none;
	}

	.art--s .art__i--mb {
		display: block;
		width: 38.80597015%;
		margin-top: 5px;
		margin-left: 20px;
	}

	.art--s .art__in {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.art--s .art__inner {
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}

	.art--s .art__h {
		font-size: 1.5rem;
	}

	.art--s .art__h:after {
		width: 69%;
	}
}

.head {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 24px;
	color: #fff;
	background: #000;
}

.head__cont {
	z-index: 2;
	position: relative;
}

.head__bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.head__bg img {
	position: absolute;
	max-width: 1000%;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	width: auto;
	height: 100%;
	margin: auto;
}

.head__logo {
	width: 229px;
}

.head__contacts {
	position: absolute;
	top: 6px;
	right: 0;
}

.head__line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 26px;
	background-color: #c2170b;
}

.head__line_m {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 30px;
}

.head__line_s {
	margin-left: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 18.8%;
}

.head__menu_trg {
	position: absolute;
	top: 4px;
	right: 0;
	display: none;
}

@media only screen and (max-width:1023px) {
	.head__line {
		position: relative;
	}

	.head__line_m {
		margin-right: 40px;
	}

	.head__search {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
	}

	.head__search.is-active {
		left: 0;
	}
}

@media only screen and (max-width:767px) {
	.head {
		padding-top: 20px;
	}

	.head__logo {
		z-index: 3;
		width: 142px;
	}

	.head__contacts {
		display: none;
	}

	.head__line {
		position: static;
		display: block;
		margin: 0;
		background: 0 0;
	}

	.head__line_s {
		max-width: 200%;
	}

	.head__menu {
		display: none;
		z-index: 2;
		position: fixed;
		top: 74px;
		right: 0;
		left: 0;
		padding-bottom: 10px;
		max-height: calc(100% - 74px);
		margin-right: 0;
		overflow-y: auto;
	}

	.head__menu.is-active {
		display: block;
	}

	.head__menu:before {
		z-index: 1;
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 74px;
		background: #fff;
	}

	.head__search {
		z-index: 2;
		position: absolute;
		top: 0;
		right: 33px;
	}

	.head__search.is-active {
		z-index: 4;
		top: -20px;
		right: -20px;
		left: -20px;
	}

	.head__menu_trg {
		z-index: 3;
		display: block;
	}
}

.head--main {
	height: 527px;
}

@media only screen and (max-width:767px) {
	.head--main {
		height: 170px;
	}
}

.head--sm {
	height: 345px;
}

@media only screen and (max-width:767px) {
	.head--sm {
		height: 150px;
	}
}

.head--in {
	background: 0 0;
}

.head--in .head__bg {
	display: none;
}

.head--in .head__contacts {
	color: #909090;
}

.head--in .head__menu_trg {
	color: #000;
}

@media only screen and (max-width:767px) {
	.head--in {
		padding-bottom: 13px;
	}

	.head--in .head__search {
		color: #000;
	}
}

.main {
	padding-bottom: 100px;
}

.main>:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.main {
		padding-bottom: 50px;
	}
}

.main--m {
	padding-bottom: 50px;
}

.foot {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 52px 0 40px;
	color: #fff;
	background: url(/local/templates/brayer/css/../i/foot-bg.jpg) #000 50% 100% no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-background-size: cover;
	background-size: cover;
}

.foot__h {
	margin: 0 0 28px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.foot__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 142px;
}

.foot__g {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 31.5%;
	padding-right: 20px;
}

.foot__g:nth-child(2) {
	width: 26.7%;
}

.foot__contacts {
	margin-bottom: 14px;
}

.foot__req {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
}

@media only screen and (max-width:767px) {
	.foot {
		padding-top: 0;
		padding-bottom: 83px;
		overflow: hidden;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.foot__in {
		display: block;
		margin-bottom: 20px;
	}

	.foot__g {
		width: auto;
		max-width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #464646;
	}

	.foot__g:nth-child(2) {
		width: auto;
	}

	.foot__g--cont {
		border-bottom: none;
	}

	.foot__h {
		margin: 0;
		padding: 15px 0 14px;
		line-height: 1.2;
		font-weight: 500;
		cursor: pointer;
	}

	.foot__h span {
		position: relative;
	}

	.foot__h span:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		width: 11px;
		height: 6px;
		margin-left: 13px;
		background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTIuMzYwMDNlLTA3IDAuNjAwODg1TDAuNjEyMTEyIDkuMjY5MThlLTA3TDUuNSA0Ljc5ODIzTDEwLjM4NzkgNC45OTYwNWUtMDdMMTEgMC42MDA4ODRMNS41IDZMLTIuMzYwMDNlLTA3IDAuNjAwODg1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) 0 0 no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform .2s ease;
		transition: -webkit-transform .2s ease;
		transition: transform .2s ease;
		transition: transform .2s ease,-webkit-transform .2s ease;
	}

	.foot__g.is-active .foot__h span:before {
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.foot__g--cont .foot__h {
		display: none;
	}

	.foot__cont {
		display: none;
		padding: 10px 0 30px;
	}

	.foot__contacts {
		margin-top: 14px;
	}
}

@media only screen and (max-width:567px) {
	.foot {
		-webkit-background-size: auto 230px;
		background-size: auto 230px;
	}
}

.page__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page__cont {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	position: relative;
	min-width: 0;
	max-width: 860px;
}

.page__side {
	-webkit-flex-basis: 21.73913043%;
	-ms-flex-preferred-size: 21.73913043%;
	flex-basis: 21.73913043%;
	min-width: 200px;
	margin-left: 40px;
}

.page__side--up {
	margin-top: -5px;
}

.page__decor {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 40px;
	font-size: 555px;
	color: #f0f0f0;
}

@media only screen and (max-width:767px) {
	.page__in {
		display: block;
	}

	.page__cont {
		max-width: 100%;
	}

	.page__side {
		margin-top: 30px;
		margin-left: 0;
	}
}

.page--cat {
	padding-top: 10px;
}

.page--cat .page__cont {
	max-width: 850px;
}

.page--cat .page__side {
	-webkit-flex-basis: 22.60869565%;
	-ms-flex-preferred-size: 22.60869565%;
	flex-basis: 22.60869565%;
	margin-left: 0;
	margin-right: 40px;
	min-width: 220px;
}

@media only screen and (max-width:767px) {
	.page--cat {
		padding-top: 5px;
	}

	.page--cat .page__side {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
		min-width: 0;
		margin: 0;
	}
}

.cats {
	margin: 20px 0 25px;
}

.cats__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	overflow: hidden;
}

.cats__item {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 0 5px;
}

@media only screen and (max-width:767px) {
	.cats__item {
		width: 50%;
	}
}

.prods {
	margin-bottom: 25px;
}

.prods__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	overflow: hidden;
}

.prods__item {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 0 5px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.prods__item>* {
	height: 100%;
}

@media only screen and (max-width:767px) {
	.prods {
		margin-bottom: 20px;
	}

	.prods__item {
		width: 50%;
	}
}

.events {
	margin-bottom: 40px;
}

.events__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px 30px;
	overflow: hidden;
}

.events__item {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333333%;
	padding: 0 5px;
}

.events__item>* {
	height: 100%;
}

.events__but {
	text-align: center;
}

@media only screen and (max-width:767px) {
	.events {
		margin-bottom: 20px;
	}

	.events__in {
		margin-bottom: 20px;
	}

	.events__item {
		width: 100%;
	}

	.events__but {
		text-align: left;
	}

	.events__but>* {
		text-align: inherit;
	}
}

.card {
	margin-top: 50px;
	margin-bottom: 45px;
}

.card__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #d5d5d5;
}

.card__i {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-width: 0;
}

.card__inf {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	margin-left: 60px;
	width: 37.00361011%;
}

.card__h {
	position: relative;
	top: 4px;
	margin-top: 0;
}

.card__descr dt {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.6rem;
}

.card__descr dd {
	color: #878787;
	font-size: 1.4rem;
	font-weight: 500;
}

.card__descr li {
	margin-bottom: 5px;
}

.card__descr li:last-child {
	margin-bottom: 0;
}

.card__descr__inside ul {
	list-style: square;
	margin-left: 15px;
}

.card__price {
	margin-top: 32px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}

.card__links {
	margin-top: 26px;
	margin-right: -30px;
	margin-bottom: -10px;
	padding-bottom: 20px;
}

.card__links>* {
	margin-bottom: 10px;
	margin-right: 27px;
}

.card__links>:last-child {
	margin-right: 0;
}

@media only screen and (max-width:1023px) {
	.card__inf {
		padding-right: 0;
		margin-left: 30px;
	}

	.card__links {
		margin-right: 0;
	}
}

@media only screen and (max-width:767px) {
	.card {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.card__i {
		margin-bottom: 10px;
	}

	.card__in {
		display: block;
		border: none;
		padding: 0;
	}

	.card__inf {
		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;
		width: auto;
		margin-left: 0;
	}

	.card__links {
		padding-bottom: 0;
	}

	.card__h {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		font-size: 2.2rem;
	}

	.card__price {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		margin-top: 0;
		margin-bottom: 30px;
	}
}

.catg {
	margin-top: 40px;
	margin-bottom: 20px;
}

.catg__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 20px;
}

.catg__item:last-child {
	margin-bottom: 0;
}

.catg__col {
	padding: 0 10px;
	min-height: 300px;
}

.catg__col--i {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	position: relative;
}

.catg__col--c {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 27.35042735%;
	min-width: 250px;
}

.catg__item:nth-child(2n) .catg__col--i {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.catg__i {
	position: relative;
	height: 100%;
}

.catg__i img {
	position: absolute;
}

.catg__cont {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px 20px;
	height: 100%;
	background-color: #f0f0f0;
}

.catg__h {
	position: relative;
	margin: 0 0 23px;
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
}

.catg__h:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 70%;
	height: 5px;
	background-color: #c2170b;
}

.catg__lst {
	font-size: 1.7rem;
	font-weight: 500;
}

.catg__lst li {
	margin-bottom: 8px;
}

@media only screen and (max-width:767px) {
	.catg {
		margin-top: 30px;
	}

	.catg__item {
		margin-left: 0;
		margin-right: 0;
	}

	.catg__col {
		width: 50%;
		min-width: 1px;
		padding: 0;
		min-height: 150px;
	}

	.catg__h {
		padding-bottom: 3px;
		font-size: 1.5rem;
	}

	.catg__h:after {
		width: 100%;
	}

	.catg__lst {
		font-size: 1.6rem;
	}
}

.fltr {
	position: relative;
}

.fltr_trg {
	fill: #c2170b;
	font-size: 2rem;
	cursor: pointer;
}

.fltr__top {
	display: none;
}

.fltr__h {
	margin: 0;
}

.fltr__close {
	display: inline-block;
	margin-left: auto;
}

.fltr__item {
	margin-bottom: 25px;
}

.fltr__el {
	margin-bottom: 12px;
}

.fltr__el .che {
	font-weight: 500;
}

.fltr__el--one .che {
	font-weight: 700;
}

.fltr__lbl {
	margin-bottom: 18px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #878787;
}

.fltr__lbl.is-active {
	color: inherit;
}

.fltr__buts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 30px;
	border-top: 1px solid #d5d5d5;
}

.fltr__rst {
	padding-left: 5px;
	padding-right: 0;
	background: 0 0;
	border: none;
	color: #878787;
	font-weight: 500;
	font-size: 1.6rem;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.fltr__rst .icon {
	margin-right: 4px;
	font-size: 10px;
}

.fltr__rst:hover {
	color: #c2170b;
	background: 0 0;
}

.fltr__stat {
	display: none;
	z-index: 3;
	position: absolute;
	left: 100%;
	margin-left: 10px;
	font-size: 1.4rem;
}

.fltr__stat_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 5px 5px 5px 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	border-radius: 5px;
	white-space: nowrap;
}

.fltr__stat dl {
	margin-right: 23px;
}

.fltr__stat dd,.fltr__stat dt {
	display: inline;
}

.fltr__stat .but {
	font-size: 1.4rem;
	padding: 9px 3rem 10px 14px;
	background-position: right 1.3rem top 50%;
}

.fltr .slider {
	margin-top: 28px;
}

@media only screen and (max-width:767px) {
	.fltr {
		padding: 30px 20px;
		background-color: #fff;
	}

	.fltr.is-active {
		z-index: 5;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.fltr__top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin-bottom: 18px;
	}

	.fltr__buts {
		padding-bottom: 30px;
	}

	.fltr.is-active .fltr__stat {
		display: block;
	}

	.fltr__stat {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
	}

	.fltr__stat_in {
		padding-left: 20px;
		color: #fff;
		background-color: #c2170b;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.fltr__stat .but {
		margin-left: auto;
		padding: 3px 36px 6px 14px;
		background-position: right 1.6rem top 55%;
		font-size: 2rem;
	}
}

.prod {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products {
	margin-bottom: 50px;
}

.products__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.products__trg {
	display: none;
}

.products__wrap {
	position: relative;
}

.products__preloader {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
}

.products__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 1px;
	padding-right: 1px;
}

.products__in>* {
	width: calc(25% + 1px);
	margin-bottom: -1px;
	margin-right: -1px;
}

.products__empty {
	text-align: center;
}

.products__empty_h {
	margin-bottom: 10px;
	font-size: 2rem;
}

@media only screen and (max-width:1023px) {
	.products__h {
		margin-bottom: 10px;
	}

	.products__in>* {
		width: calc((100% / 3) + 1px);
	}
}

@media only screen and (max-width:919px) {
	.products__in>* {
		width: calc((100% / 2) + 1px);
	}
}

@media only screen and (max-width:767px) {
	.products {
		margin-bottom: 0;
	}

	.products__trg {
		display: block;
		margin-left: auto;
	}

	.products__in>* {
		width: calc((100% / 3) + 1px);
	}
}

@media only screen and (max-width:567px) {
	.products__in>* {
		width: calc((100% / 2) + 1px);
	}
}

.dealers__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-left: 1px solid #d5d5d5;
}

.dealers__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	margin-bottom: -1px;
	border: 1px solid #d5d5d5;
	border-left: none;
}

.dealers__item.ratio:before {
	padding-top: 52.08333333%;
}

.dealers__item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 74.12587413%;
	max-height: 53.33333333%;
}

.dealers__item a {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.dealers__item a:hover {
	opacity: .8;
}

@media only screen and (max-width:1023px) {
	.dealers__item {
		width: 33.33333333%;
	}
}

@media only screen and (max-width:767px) {
	.dealers__item {
		width: 50%;
		border-left: 1px;
		height: 80px;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.dealers {
		border-left: none;
	}

	.dealers__item {
		width: 100%;
	}

	.dealers__item img {
		max-width: 212px;
		max-height: 60px;
	}
}

.acts__in>* {
	margin-bottom: 40px;
}

.acts__in>:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.acts__in>* {
		margin-bottom: 20px;
	}
}

.news__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.news__item:last-child {
	margin-bottom: 0;
}

.news__i {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 360px;
	max-width: 50%;
	margin-right: 30px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.news__i:hover {
	opacity: .75;
}

.news__i.ratio_i:before {
	padding-top: 50%;
}

.news__cont {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.news__h {
	margin: 15px 0 10px;
	font-weight: 700;
}

.news p {
	margin: 10px 0 15px;
	color: #878787;
	font-size: 1.9rem;
	font-weight: 500;
}

.news__pag {
	margin-top: 50px;
}

@media only screen and (max-width:767px) {
	.news__item {
		display: block;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.news__item:last-child {
		border: none;
	}

	.news__i {
		width: 100%;
		max-width: 360px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.news__h {
		margin-top: 5px;
	}

	.news p {
		font-size: 1.6rem;
	}
}

.articles {
	padding-top: 20px;
}

.articles__in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.articles__in>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	width: 50%;
	margin-bottom: 40px;
}

@media only screen and (max-width:1023px) {
	.articles__in>* {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.articles {
		padding-top: 0;
	}

	.articles__in>* {
		margin-bottom: 30px;
	}

	.articles__more {
		margin-top: 10px;
	}
}

.serv__map_trg {
	position: relative;
	display: none;
	margin-bottom: 25px;
	color: #c2170b;
	font-weight: 500;
	font-size: 1.6rem;
}

.serv__map_trg:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-left: 7px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-top: 7px solid #c2170b;
	border-bottom: none;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
}

.serv__map_trg span {
	display: none;
	vertical-align: top;
	cursor: pointer;
}

.serv__map_trg span.is-active {
	display: inline-block;
}

.serv__map_trg.is-active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.serv__map {
	margin-bottom: 35px;
}

.serv__fltr {
	margin-bottom: 40px;
	max-width: 335px;
}

.serv__fltr .f_lbl {
	font-size: 1.4rem;
}

.serv__fltr .inp,.serv__fltr .slct {
	padding-bottom: 1px;
	height: 30px;
	font-size: 1.4rem;
}

.serv__g {
	margin-bottom: 40px;
}

.serv__g:last-child {
	margin-bottom: 0;
}

.serv__h {
	margin: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #d5d5d5;
	color: #c2170b;
}

.serv__item {
	padding: 13px 0 18px;
	border-bottom: 1px solid #d5d5d5;
}

.serv__city {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 700;
}

.serv__point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7px;
	color: #878787;
	font-size: 1.4rem;
}

.serv__point dt {
	width: 32.3%;
}

.serv__point dd {
	width: 36.3%;
}

.serv__point dd:last-child {
	width: 31.4%;
}

.serv__point:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.serv__map {
		opacity: 0;
		position: absolute;
		top: -9999px;
		left: -9999px;
		margin-top: 30px;
		margin-bottom: 25px;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
	}

	.serv__map.is-active {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
	}

	.serv__map_trg {
		display: block;
	}

	.serv__fltr {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.serv__g {
		margin-bottom: 30px;
	}

	.serv__point {
		display: block;
		margin-bottom: 10px;
	}

	.serv__point dd,.serv__point dt {
		width: auto;
	}

	.serv__point dd {
		margin-top: 7px;
	}

	.serv__point dd:last-child {
		max-width: 100%;
	}
}
.but.but--h-rg.add_to_basket_count {
   background: #c2170b !important;
   padding: 6px 1.8rem 11px 18px !important;
}

section.page.page--cab>.clmn {
  max-width: 590px !important;
}

.page__decor {
   font-size: 16px;
   left: 70%;
   width: 200px;
   height: 300px;
}

.page__col.f_col.f_col--c {
  position: relative;
}

.but.fw.but--h-rg {
  background: #c2170b !important;
}

.tabs--t {
	align-items: baseline;
	margin-bottom: 30px;
}

/*.rsto.tabs.tabs--t>.tab.is-active {
   margin-bottom: 10px;
   border-bottom: 2px solid #c2170b;
}

.rsto.tabs.tabs--t>a {
   margin-bottom: 10px;
   border-bottom: 2px solid #d5d5d5;	
} */

.page__decor {
   font-size: 16px;
   top: 10% !important;
   left: 70% !important;
   width: 245px !important;
   height: 245px !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .rsto.tabs.tabs--t {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .rsto.tabs.tabs--t .tab {
        flex-shrink: 0;
    }
}
/* End */


/* Start:/local/templates/brayer/styles.css?17653489143011*/
/* Стили для кнопок товаров */
.product__actions {
    margin-top: 15px;
    display: block;
}

.product__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

.product__btn--cart {
    background: #ff4444;
    color: #fff;
}

.product__btn--cart:hover {
    background: #e53935;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

.product__btn--waiting {
    background: #ff8888;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
}

.product__btn-text {
    text-align: center;
    white-space: nowrap;
}

.product__btn-icon {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.product_btn--cart:hover .product_btn-icon {
    transform: translateX(2px);
}

/* Стили для статуса товара */
.product__stat {
    font-size: 12px;
    margin-bottom: 8px;
}

.product__stat--avlb {
    color: #4CAF50;
}

.product__stat--arh {
    color: #999;
}

/* Стили для пагинации */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.pagination__pages {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination__btn {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination__btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.pagination__btn--disabled {
    color: #999;
    cursor: not-allowed;
    background: #f9f9f9;
}

.pagination__btn--disabled:hover {
    background: #f9f9f9;
    border-color: #ddd;
}

.pagination__page {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    min-width: 40px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination__page:hover {
    background: #f5f5f5;
    border-color: #999;
}

.pagination__page--current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination__ellipsis {
    padding: 8px 6px;
    color: #999;
}

.pagination__info {
    font-size: 14px;
    color: #666;
    margin-left: auto;
}

/* Адаптивность */
@media (max-width: 768px) {
    .pagination {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination__info {
        margin-left: 0;
        order: -1;
    }
    
    .product__btn {
        padding: 10px 16px;
        font-size: 13px;
        min-height: 40px;
    }
}
/* End */


/* Start:/local/templates/brayer/template_styles.css?176534891428646*/
.owl-carousel, .caro--events{
	height: min-content;
}
.products__in .products__empty{
	width: 100%;
}
.modef_num_box{
	display: none;
}
.bsk_sm {
    position: relative
}

.bsk_sm__lnk {
    display: block;
    padding-left: 3.8rem
}

.bsk_sm__i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 3rem
}

.bsk_sm__n {
    color: var(--clr-txt);
    font-size: 1.4rem;
    font-weight: 300;
    white-space: nowrap
}

.bsk_sm__n dt,.bsk_sm__n dd {
    display: inline
}

.bsk_sm__n dt:after {
    content: ":"
}

.bsk_sm__sum {
    color: var(--clr-link)
}
.head__bsk {
    position: absolute;
    top: 10px;
    right: 25%;

    padding-right: 20px;
}

.bsk_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bsk_item__i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    margin-right: 20px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.bsk_item__i:hover {
    opacity: 0.85
}

.bsk_item__h {
    margin: 0 0 3px;
    font-weight: normal;
    font-size: 1.6rem
}

.bsk_item__in {
    margin-top: auto;
    margin-bottom: auto
}

.bsk_item__data {
    font-size: 1.4rem
}

.bsk_item__data dt {
    display: inline
}

.bsk_item__data dt:after {
    content: ":"
}

.bsk_item__data dd {
    display: inline
}

.bsk_item__count {
    margin-top: 5px;
    font-size: 1.6rem;
    color: var(--clr-gray-lighten)
}

.bsk_item__total {
    margin-top: 7px;
    font-size: 1.6rem;
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    .bsk_item--tbl .bsk_item__i {
        position:absolute;
        top: 20px;
        left: 20px
    }
}

.bsk_item--lst .bsk_item__in {
    margin-top: -5px;
    margin-bottom: 0
}

.bsk_item--lst .bsk_item__h {
    margin-bottom: 13px
}

.bsk_item--ords .bsk_item__i {
    width: 50px
}

.bsk_item--ords .bsk_item__h {
    line-height: 1.1
}

@media only screen and (max-width: 767px) {
    .bsk_item--ords .bsk_item__i {
        position:absolute;
        top: 10px;
        left: 0
    }
}

.bsk_lst__item {
    padding: 20px;
    margin-bottom: -1px;
    border: 1px solid var(--clr-gray-4);
    background-color: var(--clr-bg)
}

.bsk_lst__item:last-child {
    margin-bottom: 0
}

.bsk_tbl {
    text-align: left;
}

.bsk_tbl thead {
	color:gray;
}

.bsk_tbl tbody {
	border: 1px solid lightgray;
}

.bsk_tbl th,.bsk_tbl td {
    padding-top: 20px;
    padding-bottom: 20px
}

.bsk_tbl th {
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 1.4rem;
    font-weight: normal;
    color: var(--clr-gray-lighten)
}

.bsk_tbl th:first-child {
    padding-left: 0
}

.bsk_tbl tbody tr {
    border: 1px solid var(--clr-gray-4)
}

.bsk_tbl__i {
    padding-left: 20px
}

.bsk_tbl__pr {
    padding-left: 20px;
    padding-right: 20px
}

.bsk_tbl__a {
    padding-left: 32px;
    padding-right: 20px
}

.bsk_tbl__sum {
    position: relative;
    padding-left: 20px;
    padding-right: 70px;
    font-size: 1.6rem
}

.bsk_tbl__pr,.bsk_tbl__sum {
    font-weight: bold;
    text-align: right;
    white-space: nowrap
}

.bsk_tbl__del {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    font-size: 1.2rem;
    background: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.bsk_tbl__del:hover {
    color: var(--clr-link)
}

@media only screen and (max-width: 1199px) {
    .bsk_tbl__a {
        padding-left:20px
    }

    .bsk_tbl__sum {
        padding-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .bsk_tbl {
        display:block
    }

    .bsk_tbl thead {
        display: none
    }

    .bsk_tbl tbody {
        display: block
    }

    .bsk_tbl tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        min-height: 140px;
        padding: 15px 20px;
        padding-left: 140px;
        margin-bottom: -1px
    }

    .bsk_tbl th,.bsk_tbl td {
        padding: 0
    }

    .bsk_tbl__i {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 20px
    }

    .bsk_tbl__pr {
        display: none
    }

    .bsk_tbl__sum {
        position: static;
        margin: auto;
        margin-right: 0
    }
}

.bsk_add {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    /* top: 20px; */
    right: 20px;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.bsk_add.is-active {
    z-index: 3;
    opacity: 1;
    visibility: visible
}

.bsk_add a,.bsk_add a:hover {
    color: inherit
}

.bsk_add__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bsk_add__i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    margin-right: 20px
}

.bsk_add__cont {
    margin-right: 10px
}

.bsk_add__h {
    position: relative;
    top: -3px;
    margin-bottom: 3px;
    font-weight: bold;
    color: black
}

.bsk_add__name {
    font-weight: 300;
    line-height: 1.1;
    color: black
}

.bsk_add__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: black
}

@media only screen and (max-width: 767px) {
    .bsk_add {
        top:60px
    }
}

.ord_inf {
  margin-top: 15px; }
  .ord_inf__h {
    margin: 0 0 20px; }
  .ord_inf__data {
    margin-bottom: 15px; }
    .ord_inf__data dt {
      display: inline;
      margin-right: 3px;
      color: var(--clr-gray-lighten);
      font-size: 1.4rem; }
      .ord_inf__data dt:after {
        content: ":"; }
    .ord_inf__data dd {
      display: inline;
      font-size: 1.6rem;
      font-weight: bold; }
  .ord_inf__total {
    position: relative;
    top: 2px;
    padding-right: 1px;
    margin-right: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right; }
  .ord_inf .but {
    display: block;
    margin-top: 30px; }
  .ord_inf__lst {
    margin-top: 30px; }
  .ord_inf__tgl {
    margin-bottom: 20px;
    cursor: pointer; }
    .ord_inf__tgl > * {
      margin: auto 0; }
    .ord_inf__tgl_txt {
      display: none;
      position: relative;
      color: var(--clr-link);
      font-size: 1.6rem;
      font-weight: bold; }
      .ord_inf__tgl_txt.is-active {
        display: inline-block;
        vertical-align: top; }
    .ord_inf__tgl .icon {
      position: relative;
      top: 2px;
      margin-left: 10px;
      font-size: 1.2rem;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .ord_inf__tgl.is-active .icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .ord_inf--bsk_tbl_side .ord_inf__total {
    display: none; }
  @media only screen and (max-width: 1023px) {
    .ord_inf--bsk_tbl_side .ord_inf__h {
      display: none; }
    .ord_inf--bsk_tbl_side .ord_inf__data {
      display: none; }
    .ord_inf--bsk_tbl_side .ord_inf__total {
      display: block; } }
  .ord_inf--bsk_tbl_top {
    display: none; }
  @media only screen and (max-width: 1023px) {
    .ord_inf--bsk_tbl_top {
      display: block;
      position: relative;
      top: 3px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .ord_inf--ord {
      margin-top: 0;
      padding: 10px 20px 0; }
      .ord_inf--ord.is-active {
        margin-bottom: 25px;
        padding-bottom: 20px;
        background-color: var(--clr-gray-3); }
    .ord_inf--ord .ord_inf__in {
      display: none; }
    .ord_inf--ord.is-active .ord_inf__in {
      display: block; }
    .ord_inf--ord .ord_inf__tgl {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.ords__item {
  margin-bottom: 20px;
  border: 1px solid var(--clr-gray-4);
  background: var(--clr-bg);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
  .ords__item:last-child {
    margin-bottom: 0; }
  .ords__item:hover {
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); }

.ords__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 22px 25px 26px 20px;
  cursor: pointer; }

.ords__art {
  margin-right: 10px;
  min-width: 7em;
  font-weight: bold;
  font-size: 2rem; }

.ords__date {
  font-size: 1.4rem; }

.ords__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 1.4rem; }

.ords__count > * {
  display: inline; }

.ords__count dt:after {
  content: ":"; }

.ords__count:after {
  content: "/";
  margin-right: 3px;
  color: var(--clr-gray-7); }

.ords__tgl {
  position: relative;
  width: 32px;
  margin-left: 20px;
  cursor: pointer; }
  .ords__tgl:after {
    position: relative;
    z-index: 2;
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    border: solid transparent;
    border-width: 7px 4.5px 0;
    border-top-color: var(--clr-bg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .ords__tgl:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -1.6rem;
    width: 32px;
    height: 32px;
    background-color: var(--clr-gray-10);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }

.ords__item.is-active .ords__tgl:before,
.ords__item:hover .ords__tgl:before {
  background-color: var(--clr-link); }

.ords__item.is-active .ords__tgl:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.ords__in {
  display: none;
  padding: 0 25px 15px 20px;
  background-color: var(--clr-gray-11);
  border-top: 2px solid var(--clr-bg); }

.ords__info {
  padding: 20px 0 10px; }
  .ords__info_item {
    margin-bottom: 10px; }
    .ords__info_item:last-child {
      margin-bottom: 0; }
    .ords__info_item > * {
      display: inline; }
    .ords__info_item dt {
      margin-right: 10px;
      font-weight: 600; }
      .ords__info_item dt:after {
        content: ":"; }

.ords__tbl {
  width: 100%; }
  .ords__tbl_l {
    border-bottom: 1px solid var(--clr-gray-4); }
    .ords__tbl_l:last-child {
      border: none; }
  .ords__tbl_i, .ords__tbl_info {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top; }
  .ords__tbl_count {
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    text-align: right; }
  .ords__tbl_xmail {
    display: none; }
  .ords__tbl_x {
    margin: 0 6px;
    font-size: 1.1rem;
    color: var(--clr-gray-7); }
  .ords__tbl_total {
    padding: 0 52px 0 20px;
    font-size: 1.6rem;
    text-align: right; }
  .ords__tbl_comm {
    padding-top: 5px;
    max-width: 300px;
    font-size: 1.4rem;
    line-height: 1.1; }
    .ords__tbl_comm dt {
      color: var(--clr-gray-lighten); }
      .ords__tbl_comm dt:after {
        content: ":"; }
  .ords__tbl_rescount, .ords__tbl_restotal {
    padding-top: 12px;
    line-height: 1.25; }

@media only screen and (max-width: 767px) {
  .ords__in {
    padding-right: 20px;
    padding-bottom: 10px;
    border-top: none; }
  .ords__info {
    padding: 10px 0; }
  .ords__tbl {
    display: block; }
    .ords__tbl tbody {
      display: block; }
    .ords__tbl_l {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      position: relative;
      padding-bottom: 8px;
      padding-left: 70px;
      min-height: 62px; }
      .ords__tbl_l:last-child {
        padding-left: 0;
        padding-bottom: 0; }
    .ords__tbl_i {
      width: 100%;
      padding-top: 6px;
      padding-bottom: 12px; }
    .ords__tbl_info {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0; }
    .ords__tbl_count {
      padding-left: 0; }
    .ords__tbl_total {
      margin-left: auto;
      padding-right: 0; }
    .ords__tbl_comm {
      padding-top: 20px; }
    .ords__tbl_rescount {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -2;
          -ms-flex-order: -2;
              order: -2;
      padding-top: 15px;
      text-align: left; }
    .ords__tbl_restotal {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      padding-top: 15px; } }

@media only screen and (max-width: 567px) {
  .ords__item {
    margin-bottom: 10px; }
  .ords__top {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 18px; }
  .ords__art {
    margin-bottom: 6px; }
  .ords__data {
    margin-top: 7px; }
  .ords__tgl {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px; } }

.amo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2em
}

.amo>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block
}

.amo__inp {
    margin: auto 5px;
    width: 2em;
    height: 100%;
    border: none;
    padding: 0;
    font-weight: 500;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.amo__m,.amo__p {
    position: relative;
    overflow: hidden;
    width: 1em;
    padding: 0;
    border: none;
    color: var(--clr-gray-7);
    background: none;
    font-size: 1.3rem;
    text-indent: -9999px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.amo__m:before,.amo__m:after,.amo__p:before,.amo__p:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1px;
    background-color: currentColor
}

.amo__m:after,.amo__p:after {
    width: 1px;
    height: 1em
}

.amo__m:hover,.amo__p:hover {
    color: var(--clr-link)
}

.amo__m:after {
    display: none
}
.product__stat {
    font-size: 1.9rem;
    font-weight: bold
}

.product__bsk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: absolute;
    right: 24px;
    bottom: 32px;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    color: var(--clr-base);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M1.00198 0C0.4486 0 0 0.447715 0 1C0 1.55228 0.4486 2 1.00198 2H4.60256C5.54181 2 6.35504 2.65106 6.55879 3.56614L9.52054 16.8677C9.64834 17.4417 9.89605 17.9638 10.2338 18.41C8.91042 19.0623 7.99992 20.4248 7.99992 22C7.99992 23.9353 9.37426 25.5495 11.2002 25.92C11.0708 26.2551 10.9999 26.6193 10.9999 27C10.9999 28.6569 12.3431 30 13.9999 30C15.6568 30 16.9999 28.6569 16.9999 27C16.9999 26.6494 16.9398 26.3128 16.8292 26H20.1706C20.0601 26.3128 19.9999 26.6494 19.9999 27C19.9999 28.6569 21.3431 30 22.9999 30C24.6568 30 25.9999 28.6569 25.9999 27C25.9999 25.3431 24.6568 24 22.9999 24H11.9999C10.8954 24 9.99992 23.1046 9.99992 22C9.99992 20.8954 10.8954 20 11.9999 20H23.8313C25.5908 20 27.1445 18.8547 27.6619 17.1763L29.82 9.17634C29.9417 8.78181 29.9993 8.38652 30 8C30.0038 5.86654 28.2829 4 25.9999 4H12.0343C11.4809 4 11.0323 4.44772 11.0323 5C11.0323 5.55228 11.4809 6 12.0343 6H25.9999C27.3482 6 28.3118 7.30207 27.9153 8.58817L25.7466 16.5882C25.4879 17.4274 24.711 18 23.8313 18H13.433C12.4938 18 11.6805 17.3489 11.4768 16.4339L8.51502 3.13228C8.10752 1.30213 6.48106 0 4.60256 0H1.00198ZM13.9999 28C14.5522 28 14.9999 27.5523 14.9999 27C14.9999 26.4477 14.5522 26 13.9999 26C13.4476 26 12.9999 26.4477 12.9999 27C12.9999 27.5523 13.4476 28 13.9999 28ZM22.9999 28C23.5522 28 23.9999 27.5523 23.9999 27C23.9999 26.4477 23.5522 26 22.9999 26C22.4476 26 21.9999 26.4477 21.9999 27C21.9999 27.5523 22.4476 28 22.9999 28Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M19.2929 8.29289C19.6834 7.90237 20.3166 7.90237 20.7071 8.29289L23.7071 11.2929C24.0976 11.6834 24.0976 12.3166 23.7071 12.7071L20.7071 15.7071C20.3166 16.0976 19.6834 16.0976 19.2929 15.7071C18.9024 15.3166 18.9024 14.6834 19.2929 14.2929L20.5858 13H14C13.4477 13 13 12.5523 13 12C13 11.4477 13.4477 11 14 11H20.5858L19.2929 9.70711C18.9024 9.31658 18.9024 8.68342 19.2929 8.29289Z'/%3E%3C/svg%3E") #c2170b right 1rem top 50% no-repeat;
	color: white;
	background-size: 60%;
}

.product__bsk>* {
    position: relative;
    left: -2px;
    margin: auto;

}

.product__bsk:hover {
    color: #f10;
    background-color: #f10;
}

.product:hover {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.25);
    box-shadow: 0 0 7px rgba(0,0,0,0.25)
}

.product:hover .product__h {
    color: var(--clr-base)
}

.login_sm__in {
    position: absolute;
    top: 10px;
    right: 0;
}

.login_sm__i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 3rem
}

.login_sm__user {
    padding-left: 40px;
    color: #5a5a5a;
    font-weight: 500
}

.login_sm a:hover .login_sm__user {
    color: inherit
}

.login_sm__enter {
    position: relative;
    top: 2px
}

.login_sm__exit {
    padding-left: 40px;
    /* color: var(--clr-gray) */
    opacity: 80%;
}

.login_sm__exit:hover {
    opacity: 50%;
}

.head__contacts {
    position: absolute;
    top: 6px;
    right: 10%;
    padding-right: 40px;
}

.tab_page {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.tab_page.is-active {
    position: static;
    opacity: 1
}

.tab {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tab.is-active {
    cursor: default
}

.tabs--d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    overflow-x: auto;
}

.tabs--d .tab {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 7px;
    border-bottom: 5px solid transparent;
    font-size: 1.9rem;
    font-weight: bold;
    text-transform: uppercase
}

.tabs--d .tab:last-child {
    margin-right: 0
}

.tabs--d .tab.is-active {
    border-color: var(--clr-base)
}

@media only screen and (max-width: 767px) {
    .tabs--d {
        margin-bottom:25px
    }

    .tabs--d .tab {
        font-size: 1.6rem;
        text-transform: none
    }
}

.tabs--t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    overflow-x: auto;
    /* gap: 60px; */
}

.tabs--t .tab {
    display: inline-block;
    padding-right: 60px;
    padding-bottom: 17px;
    border-bottom: 4px solid var(--clr-gray-9);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em
}

.tabs--t .tab.is-active {
    color: var(--clr-base);
    border-color: var(--clr-base)
}

@media only screen and (max-width: 767px) {
    .tabs--t {
        margin-bottom:30px
    }

    .tabs--t .tab {
        padding-right: 20px
    }
}

.preloader {
    z-index: 4;
    display: none;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader.is-active {
    display: block
}

.preloader i {
    display: block;
    position: relative;
    -webkit-animation: preloader_a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: preloader_a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.preloader i:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--clr-base);
    margin: -4px 0 0 -4px;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff
}

.preloader i:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s
}

.preloader i:nth-child(1):after {
    top: 63px;
    left: 63px
}

.preloader i:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s
}

.preloader i:nth-child(2):after {
    top: 68px;
    left: 56px
}

.preloader i:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s
}

.preloader i:nth-child(3):after {
    top: 71px;
    left: 48px
}

.preloader i:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s
}

.preloader i:nth-child(4):after {
    top: 72px;
    left: 40px
}

.preloader i:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s
}

.preloader i:nth-child(5):after {
    top: 71px;
    left: 32px
}

.preloader i:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s
}

.preloader i:nth-child(6):after {
    top: 68px;
    left: 24px
}

.preloader i:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s
}

.preloader i:nth-child(7):after {
    top: 63px;
    left: 17px
}

.preloader i:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s
}

.preloader i:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes preloader_a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes preloader_a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

[class*="col--"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.cols [class*="col--"] {
    padding-left: 15px;
    padding-right: 15px
}

.col--1-2 {
    width: 50%
}

.col--1-3 {
    width: 33.33333333%
}

.col--2-3 {
    width: 66.66666667%
}

.col--1-4 {
    width: 25%
}

.col--2-4 {
    width: 50%
}

.col--3-4 {
    width: 75%
}

.col--1-6 {
    width: 16.66666667%
}

.col--2-6 {
    width: 33.33333333%
}

.col--3-6 {
    width: 50%
}

.col--4-6 {
    width: 66.66666667%
}

.col--5-6 {
    width: 83.33333333%
}

@media only screen and (max-width: 1023px) {
    .col--md-1 {
        width:100%
    }

    .col--md-1-2 {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    [class*="col--"] {
        width:100%
    }

    .col--mb-1-2 {
        width: 50%
    }
}

.gv {
    margin-bottom: 23px
}

.gv--b {
    margin-bottom: 40px
}

.gv_fx {
    margin-bottom: -23px
}

.gh {
    margin-right: 10px;
    margin-bottom: 10px
}

.gh_fx {
    margin-right: -10px;
    margin-bottom: -10px
}

.catg__col--i {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    flex-basis: 72.64957265%;
    max-width: 72.64957265%;
    box-sizing: border-box;
}

.catg__col--c {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 27.35042735%;
    min-width: 250px;
    max-width: 27.35042735%;
}

.catg_item:nth-child(2n) .catg_col--i {
    order: -1;
    flex-basis: 72.64957265%;
    max-width: 72.64957265%;
}

.catg_item:nth-child(2n) .catg_col--c {
    max-width: 27.35042765%;
}

/* Стили для кнопок товаров */
.product__actions {
    margin-top: 15px;
    display: block;
}

.product__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

.product__btn--cart {
    background: #ff4444;
    color: #fff;
}

.product__btn--cart:hover {
    background: #e53935;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

.product__btn--waiting {
    background: #ff8888;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
}

.product__btn-text {
    text-align: center;
    white-space: nowrap;
}

.product__btn-icon {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.product_btn--cart:hover .product_btn-icon {
    transform: translateX(2px);
}

/* Стили для статуса товара */
.product__stat {
    font-size: 12px;
    margin-bottom: 8px;
}

.product__stat--avlb {
    color: #4CAF50;
}

.product__stat--arh {
    color: #999;
}

/* Стили для пагинации */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.pagination__pages {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination__btn {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination__btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.pagination__btn--disabled {
    color: #999;
    cursor: not-allowed;
    background: #f9f9f9;
}

.pagination__btn--disabled:hover {
    background: #f9f9f9;
    border-color: #ddd;
}

.pagination__page {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    min-width: 40px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination__page:hover {
    background: #f5f5f5;
    border-color: #999;
}

.pagination__page--current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination__ellipsis {
    padding: 8px 6px;
    color: #999;
}

.pagination__info {
    font-size: 14px;
    color: #666;
    margin-left: auto;
}

/* Адаптивность */
@media (max-width: 768px) {
    .pagination {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination__info {
        margin-left: 0;
        order: -1;
    }
    
    .product__btn {
        padding: 10px 16px;
        font-size: 13px;
        min-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .catg__item {
        display: block;
        margin: 0 0 20px 0;
    }
    
    .catg__col {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
        min-height: auto;
        margin-bottom: 15px;
    }
    
    .catg__col--i {
        order: 0 !important;
        min-height: 200px;
    }
    
    .catg__col--c {
        min-height: auto;
    }
    
    .catg__i img {
        position: relative;
        width: 100%;
        height: auto;
    }
}

.tabs--t {
	align-items: baseline;
}

.tabs-slider-container {
    position: relative;
    margin-bottom: 20px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .rsto.tabs.tabs--t {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .rsto.tabs.tabs--t .tab {
        flex-shrink: 0;
    }
}
/* End */
/* /local/templates/brayer/css/style.min.css?176534891492247 */
/* /local/templates/brayer/styles.css?17653489143011 */
/* /local/templates/brayer/template_styles.css?176534891428646 */
