@import "reset.css";
strong {
	font-weight: bold;
}
sub {
	vertical-align: sub;
	font-size: small;
}
sup {
	vertical-align: super;
	font-size: small;
}
a {
	color: #2d5bc3;
}
p {
	margin: 1em 0;
}
.field-bc {
	display: none;
}
body {
	font-size: 18px;
	color: #000;
	line-height: 1.3;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
:focus {
	outline: none;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
/* Micro ClearFix Mixin */
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
	user-select: none;
	/* non-prefixed version, currently
																	not supported by any browser */
}
.grid {
	margin: 0 0;
}
.grid > .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0;
	box-sizing: border-box;
}
.flex-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 0;
}
.flex-grid > .item {
	margin: 0 0 0;
	box-sizing: border-box;
}
.flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.flex-wrapper .parts-image {
	-ms-flex-item-align: start;
		align-self: flex-start;
}
.flex-wrapper .parts {
	min-height: 570px;
}
.hidden {
	display: none;
}
.container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.block-center {
	margin-left: auto;
	margin-right: auto;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.mrg {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mrg-top {
	margin-top: 15px;
}
.mrg-bottom {
	margin-bottom: 15px;
}
h5 {
	font-size: 20px;
	font-family: AgoraSansProMedium, sans-serif;
}
h5 strong {
	color: #FFE023;
	text-transform: uppercase;
	font-family: AgoraSansProMedium, sans-serif;
}
h6 {
	text-transform: uppercase;
	font-family: AgoraSansProMedium, sans-serif;
}
h6 strong {
	font-size: 24px;
}
.block {
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.block.padding {
	padding: 30px 40px;
}
.block h1,
.block h2 {
	font-size: 25px;
	line-height: 30px;
	/* font-family: AgoraSansProMediumItalic, sans-serif; */
	font-family: AgoraSansProMedium, sans-serif;
	margin: 15px 0 30px 0;
}
.block h1 + .header,
.block h2 + .header {
	margin-top: -25px;
}
.block .header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
	align-items: center;
}
.block .header h2 {
	font-size: 25px;
	line-height: 30px;
	font-family: AgoraSansProMediumItalic, sans-serif;
	margin: 0 0 40px 0;
}
.block .header h3 {
	font-size: 20px;
	line-height: 30px;
	font-family: AgoraSansProMedium, sans-serif;
	margin: 20px auto;
}
.block .header .catalog-title {
	font-size: 20px;
	line-height: 30px;
	font-family: AgoraSansProMedium, sans-serif;
	margin: 20px auto;
}
.block .header .img-box {
	width: 120px;
	min-width: 120px;
	margin-right: 10px;
}
.block .header .img-box img {
	width: 100%;
	max-width: 100%;
}

.block .header h3 strong {
	padding: 0 5px;
}
.block .bottom {
	margin-top: 30px;
}
.block .item.cell {
	border: 1px solid #c7c7c7;
	margin: 0 -1px -1px 0;
}
.block .item.cell.padding {
	box-sizing: content-box;
	padding: 10px;
	width: calc(33% - 18px);
}
.block .item.cell .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-family: AgoraSansProMedium, sans-serif;
	font-size: 20px;
	color: white;
	background: #333;
	text-align: center;
}
.block .item.cell .caption a {
	color: inherit;
	text-decoration: none;
}
.block .item.cell .caption a:hover i {
	color: #fff;
}
.block .item.cell .caption i {
	margin-left: 10px;
	font-size: 27px;
	vertical-align: top;
	margin-top: 4px;
	color: #999999;
}
.muted {
	font-size: 16px;
	color: #565656;
}
.btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	border: none;
	width: 100%;
	cursor: pointer;
}
.btn.disabled {
	filter: grayscale(1);
	cursor: not-allowed;
}
.btn-yellow {
	background: #FFE023;
	color: #000;
}
.btn-red {
	background: #E63C37;
	color: #fff;
}
.btn-red:hover{
    color: #fff;
    background: #ff443f;
    opacity: .7;
}
.btn-xs {
	height: 28px;
	line-height: 28px;
}
.btn-xl {
	height: 52px;
	line-height: 52px;
	margin-top:7px;
	font-style: italic;
	font-weight: bold;
}
input[type="text"],
input[type="number"],
select {
	height: 36px;
	box-sizing: border-box;
	background-color: #e6e6e6;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	color: #454545;
	box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"].kv-loading,
input[type="number"].kv-loading,
select.kv-loading,
input[type="text"] .select2-container .kv-loading,
input[type="number"] .select2-container .kv-loading,
select .select2-container .kv-loading {
	background: url('img/loading.gif') right 20px center no-repeat #e6e6e6;
	cursor: wait;
	opacity: 0.6;
}
input[type="text"].has-error,
input[type="number"].has-error,
select.has-error {
	outline: 1px solid red;
}
input[type="number"] {
	padding-right: 0;
	background: #f9f9f9;
}
select {
	font-style: italic;
}
table.table {
	width: 100%;
}
table.table th,
table.table td {
	padding: 5px 10px;
}
table.table th {
	font-style: italic;
	border-bottom: 1px solid #b2b2b2;
}
table.table td {
	font-family: AgoraSansProMedium, sans-serif;
	vertical-align: middle;
}
.placeholder {
	font-style: italic;
	color: #666;
}
::-webkit-input-placeholder {
	font-style: italic;
	color: #666;
}
::-moz-placeholder {
	font-style: italic;
	color: #666;
}
/* Firefox 19+ */
:-moz-placeholder {
	font-style: italic;
	color: #666;
}
/* Firefox 18- */
:-ms-input-placeholder {
	font-style: italic;
	color: #666;
}
.text-yellow {
	color: #FFE023;
}
.bg-blue {
	background: #4670F0;
	color: white;
}
.bg-yellow {
	background: #FFE023;
	padding: 0 5px;
}
._hidden{
	display: none;
}
p.collapse_btn span {
	font-size: 16px;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.catalog-cell {
	width: 255px;
}
.catalog-cell a {
	cursor: pointer;
	font-size: 18px;
	width: 100%;
}
.catalog-cell a span {
	font-size: 20px;
	font-family: AgoraSansProMedium, sans-serif;
}
.pagination {
	text-align: center;
	font-size: 18px;
	font-family: AgoraSansProMedium, sans-serif;
}
.pagination li {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.pagination li.active {
	background: #FFE023;
}
.pagination li.next,
.pagination li.prev {
	color: #E63C37;
}
.pagination li.next a,
.pagination li.prev a {
	color: inherit;
}
.pagination li a {
	color: black;
	text-decoration: none;
	margin: 0 8px;
}
.font-medium {
	font-family: AgoraSansProMedium, sans-serif;
}
.font-medium-italic {
	font-family: AgoraSansProMediumItalic, sans-serif;
}
.font-light {
	font-family: AgoraSansProLight, sans-serif;
}
.font-light-italic {
	font-family: AgoraSansProLightItalic, sans-serif;
}
@media all and (max-width: 1399px) {
	.wrapper {
		width: 100% !important;
	}
}
body {
	/* background: url(img/bg-body.jpg); */
	background: url(img/textura.jpg);
	font-family: AgoraSansPro, sans-serif;
}
.wrapper {
	background: url(img/map.png) top center repeat-x;
}
.content {
	overflow: hidden;
}
.top {
	font-size: 15px;
	background-color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	min-height: 40px;
	/* line-height: 40px; */
	position: relative;
	top: 0;
	z-index: 99;
}
.top .offer {
	font-size: 14px;
	color: #fff;
	padding: 0 15px 0 25px;
	width: 100%;
	box-sizing: border-box;
	align-self: center;
}
.top .cart {
	background-color: #FFE023;
	/* width: 200px; */
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	min-width: 200px;
	display: flex;
	align-items: center;
}
.top .cart img {
	vertical-align: text-bottom;
	margin-right: 10px;
}
.top .cart a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted;
}
.top .cart a.counter {
	display: inline-block;
	vertical-align: super;
	font-size: 14px;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background: #E63C37;
	border: none;
	line-height: 19px;
	text-align: center;
	color: white;
	margin-left: 5px;
}
.top .cart a.counter:empty {
	display: none;
}
header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 25px 30px;
}
header.padding {
	padding: 30px 40px;
}
header h1,
header h2 {
	font-size: 25px;
	line-height: 30px;
	font-family: AgoraSansProMediumItalic, sans-serif;
	margin: 0 0 20px 0;
}
header h1 + .header,
header h2 + .header {
	margin-top: -25px;
}
header .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
header .header h2 {
	font-size: 25px;
	line-height: 30px;
	font-family: AgoraSansProMediumItalic, sans-serif;
	margin: 0 0 40px 0;
}
header .header h3 {
	font-size: 20px;
	line-height: 30px;
	font-family: AgoraSansProMedium, sans-serif;
	margin: 20px 0;
}
header .header h3 strong {
	background: #FFE023;
	padding: 0 5px;
}
header .bottom {
	margin-top: 30px;
}
header .item.cell {
	border: 1px solid #c7c7c7;
	margin: 0 -1px -1px 0;
}
header .item.cell.padding {
	padding: 20px;
}
header .item.cell .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-family: AgoraSansProMedium, sans-serif;
	font-size: 20px;
	color: white;
	background: #333;
	text-align: center;
}
header .item.cell .caption a {
	color: inherit;
	text-decoration: none;
}
header .item.cell .caption a:hover i {
	color: #fff;
}
header .item.cell .caption i {
	margin-left: 10px;
	font-size: 27px;
	vertical-align: top;
	margin-top: 4px;
	color: #999999;
}
header .left {
	font-style: italic;
	zoom: 1;
	line-height: 1;
	-ms-flex-item-align: center;
		align-self: center;
}
header .left:before,
header .left:after {
	content: "";
	display: table;
}
header .left:after {
	clear: both;
}
header .left > * {
	float: left;
}
header .left .logo {
	display: block;
	width: 89px;
	height: 44px;
	margin-right: 30px;
}
header .left .sitename {
	font-size: 26px;
	font-weight: bold;
	color: #033095;
	margin-bottom: 5px;
}
header .left .slogan {
	font-size: 16px;
}
header .center {
	width: 250px;
	background: url(img/ico-placemark.png) left 6px no-repeat;
	padding-left: 40px;
}
header .center .address {
	font-style: italic;
	font-size: 16px;
	margin-top: 7px;
}
header .right {
	text-align: center;
	background: url(img/ico-phone.png) left 10px no-repeat;
	padding-left: 40px;
}
header .right .phone {
	margin-bottom: 5px;
}
header .right .phone .number {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

header .right .phone .number a {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-family: inherit;
}

header .center,
header .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
header .center a,
header .right a {
	font-size: 20px;
	font-family: AgoraSansProMedium, sans-serif;
}
.breadcrumb {
	background: #fff;
	padding: 16px 40px 16px 40px;
	font-size: 14px;
	margin: 0;
}
.breadcrumb + .block.padding {
	padding-top: 0;
}
.breadcrumb + .catalog-select-block {
	/* margin-top: 15px; */
}
.breadcrumb li {
	color: #99a3bf;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb > li + li:before {
	display: none;
}
.breadcrumb li a {
	color: #4670f0;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb li i {
	margin: 0 20px;
	color: #a7a7a7;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.search-block {
	background: #4670F0;
	height: 55px;
	line-height: 55px;
	color: white;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 40px 0 40px;
	vertical-align: middle;
	margin: 0;
}
.search-block form {
	display: inline-block;
}
.search-block input {
	width: 870px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background: white;
	border: none;
	box-shadow: none;
}
.search-block button {
	display: inline-block;
	border: none;
	background: transparent;
	cursor: pointer;
	color: white;
	width: 14px;
	margin: 0;
	font-size: 17px;
}
nav.block {
	margin-top: 0;
	background: #333333;
}
nav > ul {
	height: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
nav > ul > li {
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
nav > ul > li + li {
	border-left: 1px solid #4d4d4d;
}
nav > ul > li.active {
	/* background: #4670f0; */
}
nav > ul > li.active a, nav > ul > li.active span {
	/* color: #333333; */
}
nav > ul > li.active > ul {
	top: 60px;
}
nav > ul > li:hover:not(.active) {
	background: #E63C37;
}
nav > ul > li:hover:not(.active) > a,
nav > ul > li:hover:not(.active) span {
	color: white;
}
nav > ul > li:hover:not(.active) > a::before,
nav > ul > li:hover:not(.active) span::before {
	background: white;
}
nav > ul > li a,
nav > ul > li span {
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
}
/* nav > ul > li a::before,
nav > ul > li span::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #E63C37;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -4px;
	line-height: 0;
} */
nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	/* right: 0; */
	background: white;
	z-index: 99;
	margin-left:0;
	min-width: 150px;
}
nav > ul > li > ul > li {
	display: block;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	margin: 12.5px 0;
	position: relative;
}
nav > ul > li > ul > li:hover,
nav > ul > li > ul > li.active {
	background: #E63C37;
}
nav > ul > li > ul > li:hover > a,
nav > ul > li > ul > li.active > a,
nav > ul > li > ul > li:hover span,
nav > ul > li > ul > li.active span {
	color: white;
}
nav > ul > li > ul > li:hover > a::before,
nav > ul > li > ul > li.active > a::before,
nav > ul > li > ul > li:hover span::before,
nav > ul > li > ul > li.active span::before {
	background: white;
}
nav > ul > li > ul > li a,
nav > ul > li > ul > li span {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
	cursor: pointer;
}
nav > ul > li > ul > li a::before,
nav > ul > li > ul > li span::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #E63C37;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
	line-height: 0;
}
nav > ul > li:hover > ul {
	display: block;
}
footer {
	background: #333;
	padding: 0 30px 25px 30px;
	margin-top: 15px;
	box-sizing: border-box;
	color: #bababa;
	font-size: 16px;
	line-height: 1;
}
footer a {
	color: inherit;
}
footer .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-style: italic;
	height: 60px;
	
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-left: 0;
}
footer .menu > li {
	display: inline-block;
	padding: 0 10px;
	height: 35px;
	line-height: 33px;
	margin: 12.5px 0;
	border-right: 1px solid #5c5c5c;
}
footer .menu > li:last-child {
	border: none;
}
footer .menu > li.active {
	height: 100%;
	margin: 0;
	line-height: 60px;
	background: #FFE023;
	color: #000;
	border: none;
}
footer .menu > li:hover:not(.active) {
	background: #E63C37;
}
footer .menu > li:hover:not(.active) a {
	color: white;
}
footer .menu > li:hover:not(.active) a::before {
	background: white;
}
footer .menu a {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	vertical-align: middle;
}
footer .footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	padding-right: 20px;
}
footer .footer-content .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .footer-content .logo a {
	margin-right: 30px;
}
footer .footer-content .logo .slogan .sitename {
	font-size: 26px;
	font-weight: bold;
	color: #D9D9D9;
	margin-bottom: 9px;
}
footer .footer-content .phone .number {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
footer .footer-content .phone .number a{
    text-decoration: none;
}

footer .footer-content .address {
	width: 210px;
	line-height: 1.5;
}
footer .footer-content .buttons {
	width: 150px;
}
footer hr {
	display: block;
	background: #4e4e4e;
	height: 1px;
	border: none;
	margin: 40px 0 30px;
}
footer .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	color: #949494;
	font-style: italic;
}
footer .bottom a {
	color: inherit;
}
footer .bottom .social .icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #bababa;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	margin-left: 10px;
}
footer .bottom .social .icons a img {
	vertical-align: middle;
}
footer .bottom .dev {
	line-height: 1;
	font-size: 14px;
}
footer .bottom .dev > * {
	display: inline-block;
	vertical-align: top;
}
footer .bottom .dev img {
	margin-left: 5px;
}
.content h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0;
}
.content h2:after {
	content: "";
	display: block;
	width: 150px;
	height: 4px;
	background: #FFE023;
	margin: 25px auto 0;
}
.error {
	background: #fff;
	margin-top: -20px;
}
.error h1 {
	font-size: 30px;
	font-family: AgoraSansProMediumItalic, sans-serif;
}

.select-block {
	background: url(img/bg-block-select.jpg) 0px bottom no-repeat #fff;
	height: 415px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.select-block .promo {
	width: 435px;
	font-size: 20px;
	line-height: 35px;
}
.select-block .promo h2 {
	border-left: 8px solid #E63C37;
	background: #262626;
	color: white;
	font-family: AgoraSansProMediumItalic, sans-serif;
	font-size: 30px;
	padding: 20px;
	margin-top: 30px;
}
.select-block .promo h5 {
	border-left: 8px solid #E63C37;
	background: #F1F1F1;
	font-family: AgoraSansProMediumItalic, sans-serif;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 275px;
}
.select-block .promo h5 a {
	color: inherit;
	text-decoration: none;
}
.select-block .promo p {
	color: #777;
	font-style: italic;
	padding-left: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.select-form {
	background: #f0f2f5;
	width: 350px;
	padding: 30px 45px 40px;
	box-sizing: border-box;
	color: #4670f0;
	display: flex;
	align-items: center;
}
.promo + .select-form {
	display: block;
}
.select-form > div {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 140px;
	margin-right: 40px;
	line-height: 1.1;
}
.promo + .select-form > div {
	max-width: 100%;
    margin-bottom: 20px;
}
.select-form > div:before {
	content: '';
	background: #ff443f;
	width: 30px;
	height: 10px;
	display: block;
	margin-bottom: 25px;
}
.promo + .select-form > div:before {
	display: none;
}

.catalog-similar-block.block .item.cell.padding{
	text-align: center;
}
.select-form h5 {
	font-size: 20px;
	margin: 0 0 20px;
}
.select-form h5 strong {
	color: #FFE023;
	text-transform: uppercase;
	font-family: AgoraSansProMedium, sans-serif;
}
.select-form form select {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dfe2eb;
    background: #fff;
	box-shadow: none;
}
.brands-block .item {
	padding: 20px;
	position: relative;
	width: 204px;
	min-height: 230px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
.brands-block .item {
	width: 33%;
	min-height: 150px;
}
.brands-block .item .counter {
	width: 55px;
	height: 25px;
	background: #FFE023;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
}
.brands-block .item .counter:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 0 0;
	border-color: #FFE023 transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.brands-block .item.intro h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: AgoraSansProMedium, sans-serif;
	padding: 15px 0 25px;
	border-bottom: 1px solid #7ea2f5;
}
.brands-block .item.intro p {
	font-family: AgoraSansProLightItalic, sans-serif;
	margin-top: 30px;
	color: #c8d4fb;
}
.parts-block .item {
	width: 255px;
	padding: 20px;
}
.parts-block .item .image {
	height: 140px;
}
.parts-block .item .text {
	color: #6f6f6f;
}
.parts-block .item h2 {
	font-size: 25px;
	font-family: AgoraSansProMedium, sans-serif;
		height: 70px;
	margin: 0;
}
.parts-block .item .counter {
	background: #FFE023;
	font-family: AgoraSansProMediumItalic, sans-serif;
	font-size: 16px;
	width: 150px;
	padding: 5px;
}
.parts-block .item a {
	display: block;
	color: #ffffff;
	margin-left: -20px;
	padding-left: 20px;
	background: #333333;
	text-decoration: none;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.parts-block .item a i {
	margin-left: 10px;
	font-size: 27px;
	vertical-align: top;
	margin-top: 2px;
	color: #999999;
}
.parts-block .item a:hover i {
	color: #fff;
}
.form-request {
	background: url(img/bg-form-request.jpg) no-repeat;
	background-size: cover;
	height: 280px;
	color: #ffffff;
	padding: 30px 40px;
	box-sizing: border-box;
	position: relative;
}
.form-request a {
	color: #fff;
}
.form-request a:hover {
	text-decoration: none;
}
.form-request .phone,
.form-request .phone a {
	background: #FFE023;
	font-size: 25px;
	color: #000;
	font-family: AgoraSansProMedium, sans-serif;
	padding: 5px;
	margin-left: 10px;
        text-decoration: none;
}
.form-request form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
	justify-content: space-between;
	width: 865px;
}
.privacy-block {
	position: absolute;
	bottom: 15px;
	left: 35px;
}
.privacy-block-cart {
	position: static;
	font-size: 15px;
}
.form-request form > * {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 260px;
					flex: 0 0 260px;
}
.catalog-select-block {
	background: #f0f2f5;
	color: #4670f0;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #dfe2eb;
}
.catalog-select-block + .block {
	margin-top: 0;
}
.catalog-select-block h5 {
	padding: 20px 0;
	margin: 0;
}
.catalog-select-block .select-form {
	width: 100%;
	padding: 0;
}
.catalog-select-block form {
	display: flex;
	width: 100%;
	/* justify-content: space-between; */
}
.catalog-select-block form > div {
	max-width: 320px;
	margin-right: 10px;
	width: 100%;
}
.catalog-select-block form > div:last-child {
	margin-right: 0;
	margin-left: 10px;
	min-width: 170px;
	width: auto;
}
.catalog-select-block form select {
	/* max-width: 320px; */
	height: auto;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.catalog-select-block form select + select {
	margin-bottom: 0;
}
.select-form form button {
	position: relative;
	/* background: linear-gradient(to bottom, #4670f0, #214fd9); */
	background: linear-gradient( 45deg, rgb(33,79,217) 0%, rgb(70,112,240) 100%);
	height: 100%;
	margin: 0;
	transition: .3s;
	font-family: 'AgoraSansProMedium', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 3px;
}
.select-form form button:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background: url('img/icon_check.svg') no-repeat center;
}
.select-form form button:hover {
	background: linear-gradient( 45deg, rgb(219,35,30) 0%, rgb(255,68,63) 100%);
	opacity: 1;
}


.product-block .product-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.product-block .product-data .images {
	width: 512px;
}
.product-block .product-data .images .small-images {
	margin: 0 -8px;
}
.product-block .product-data .images .small-images a {
	display: inline-block;
	margin: 5px 8px;
}
.product-block .product-data .data {
	width: 470px;
}
.product-block .product-data .data .price {
	margin-bottom: 35px;
	line-height: 1;
}
.product-block .product-data .data .price .value {
	font-size: 34px;
	font-weight: bold;
	margin: 0 10px;
}
.product-block .product-data .data .price .currency {
	font-size: 30px;
}
.product-block .product-data .data .stock-wrap {
	margin-bottom: 40px;
}
.product-block .product-data .data .stock {
	background: #FFE023;
	padding: 0 8px 3px 8px;
	display: inline-block;
	font-size: 20px;
	font-family: AgoraSansProMedium, sans-serif;
	margin-right: 10px;
	border-radius: 3px;
}
.product-block .product-data .data .stock-hint {
	color: #888888;
	display: inline-block;
	font-size: 16px;
	font-family: AgoraSansProMedium, sans-serif;
}
.product-block .product-data .data .qty {
	background: #f0f2f5;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	font-family: AgoraSansProRegular, sans-serif;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.product-block .product-data .data .qty .qty-box {

}
.product-block .product-data .data .qty .qty-box .minus, .product-block .product-data .data .qty .qty-box .plus {
	display: inline-block;
	width: 40px;
	height: 45px;
	border: 1px solid #adc3d9;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}
.product-block .product-data .data .qty .qty-box .minus {
	border-radius: 3px 0 0 3px;
	background: url('img/i_minus.png') no-repeat center;
}
.product-block .product-data .data .qty .qty-box .plus {
	border-radius: 0 3px 3px 0;
	background: url('img/i_plus.png') no-repeat center;
}
.product-block .product-data .data .qty .qty-box input {
	display: inline-block;
	height: 45px;
	width: 45px;
	border-top: 1px solid #adc3d9;
	border-bottom: 1px solid #adc3d9;
	border-left: none;
	border-right: none;
	vertical-align: middle;
	box-sizing: border-box;
	background: #ffffff;
	padding: 0;
	font-family: AgoraSansProRegular, sans-serif;
	font-size: 18px;
	text-align: center;
	margin: 0;
}
.product-block .product-data .data .qty button {
        display: flex;
        justify-content: center;
        align-items: center;
	width: 160px;
	height: 42px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
    transition: all .25s ease;
}
.product-block .product-data .data .qty button img {
	margin-right: 10px;
	vertical-align: baseline;
}
.product-block .product-data .data .desc {
	font-family: AgoraSansProRegular, sans-serif;
	font-size: 16px;
}
.product-block .product-data .data .desc h5 {
	font-family: AgoraSansPro, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 25px;
}
.product-block .product-data .data .desc .catalog_number {
	background: url('img/i_catalog-number.png') no-repeat left center;
	padding-left: 25px;
}
.catalog-block h2:not(:first-child) {
	margin-top: 40px;
}
.catalog-parts-block > img {
	width: 370px;
}
.catalog-parts-block .table {
	width: 360px;
}
.catalog-parts-block .table tr:not(:first-child) {
	border-top: 1px dotted;
}
.catalog-parts-block .table .cart-add {
	width: 120px;
}
.catalog-parts-block .table .cart-add input {
	width: 72px;
	display: inline-block;
	vertical-align: top;
	background: #f9f9f9;
	font-style: italic;
}
.catalog-parts-block .table .cart-add button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 36px;
	vertical-align: top;
}
.benefit-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
}
.benefit-items .item {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	box-sizing: border-box;
	padding: 0 15px;
}
.benefit-items .item img {
	/* width: 75px; */
	-ms-flex-item-align: start;
		align-self: flex-start;
	/* margin-top: 10px; */
}
.benefit-items .item .content {
	width: 220px;
}
.benefit-items .item .content .text {
	color: #666;
	font-size: 16px;
}
.benefit-items .item .content .text p {
	margin: 5px 0;
}
.cart-confirm {
	width: 500px;
}
.cart-confirm h3 {
	font-size: 35px;
	margin-bottom: 20px;
}
.cart-confirm a {
	display: inline-block;
	width: 50%;
	height: auto;
	line-height: 30px;
}
.cart-checkout-block .positions {
	width: 555px;
}
.cart-checkout-block .positions .qty {
	width: 50px;
	font-weight: bold;
}
.cart-checkout-block .positions .cart-delete {
	color: #E63C37;
}
.cart-checkout-block .order {
	width: 410px;
}
.cart-checkout-block .order form .radios label {
	margin-right: 50px;
}
.cart-checkout-block .order form div.fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 10px;
}
.cart-checkout-block .order form div.fieldset input {
	width: 195px;
	background: #f9f9f9;
	margin: 10px 0;
}
.cart-checkout-block .order form button {
	width: 50%;
	display: block;
	margin: 10px auto;
}
#cart-list {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 20px 15px;
	width: 600px;
	height: 480px;
	overflow-y: auto;
	line-height: 1.5;
}
#cart-list table {
	width: 100%;
	margin-bottom: 15px;
}
#cart-list table th {
	font-style: italic;
	text-align: left;
}
#cart-list table tr {
	border-bottom: 1px solid #b2b2b2;
	padding: 20px 20px;
}
#cart-list table th:nth-child(2),
#cart-list table td:nth-child(2) {
	text-align: center;
}
#cart-list table td {
	font-size: 16px;
	padding: 10px 20px;
}
#cart-list .btn {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	width: 200px;
}
.fixed-search-block {
	width: 405px;
	height: 280px;
	position: fixed;
	top: 50%;
	left: -350px;
	margin-top: -115px;
	box-sizing: border-box;
	z-index: 99;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.fixed-search-block .header {
	position: absolute;
	top: 112px;
	right: -113px;
	width: 280px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-family: AgoraSansProMediumItalic, sans-serif;
	font-size: 18px;
	background: #FFE023;
	-webkit-transform: rotate(270deg);
					transform: rotate(270deg);
	cursor: pointer;
}
.fixed-search-block .header i.fa-angle-right {
	color: #E63C37;
	margin-left: 10px;
	font-size: 25px;
	vertical-align: middle;
}
.blog-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.blog-index .blog-list {
	padding-top: 20px;
}
.blog-index .blog-list .list-item {
	margin-bottom: 40px;
}
.blog-index .blog-list .list-item img {
	display: inline;
	vertical-align: top;
	margin-right: 30px;
	outline: 1px solid #c7c7c7;
}
.blog-index .blog-list .list-item .content {
	display: inline-block;
	width: 510px;
}
.blog-index .blog-list .list-item .content .date {
	font-size: 14px;
	color: #1e1e1e;
	font-style: italic;
}
.blog-index .blog-list .list-item .content h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 10px 0;
}
.blog-tags {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 275px;
					flex: 0 0 275px;
}
.blog-tags h2 {
	font-size: 20px;
	font-family: AgoraSansProMedium, sans-serif;
	margin: 65px 0 15px;
}
.blog-tags a {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
	font-family: AgoraSansProMedium, sans-serif;
}
.blog-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.blog-page h1 {
	margin: 0 0 10px;
}
.blog-page .date {
	font-size: 14px;
	color: #1e1e1e;
	font-style: italic;
	margin-bottom: 10px;
}
.blog-page .image {
	margin: 0 15px 15px 0;
	float: left;
	width: 415px;
}
.blog-page .content p:first-of-type {
	margin-top: 0;
}
.table1 td {
	border: 1px solid #afafaf;
	vertical-align: middle;
	padding: 10px 20px;
}

.topfix .top1 {display: none;}
.topfix .top2 {display: inline;}
.top2 {display: none;}

nav > ul > li.active, nav > ul > li.active > span {
	cursor: default;
}
.reviews-page {
	margin-top: 40px;
	background: #fff;
	padding: 70px 81px;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
	margin-top: 40px;
}
.col-sm-3 {
	width: 25%;
	float: left;
}
.col-sm-9 {
	width: calc(75% - 20px);
	float: left;
	padding-left: 15px;
}
.review-img {
	height: 215px;
	z-index: 1;
}
.photo-block {
	display: block;
	border: 1px solid #d8e0e9;
	text-align: center;
}
.review {
	margin-top: 40px;
	position: relative;
	min-height: 230px;
}

.privacy-link {
	margin-left: 25px;
}
.privacy-link:hover {
	text-decoration: none;
}
.dopdocs>ol>li{
	margin:15px 0;
}
.dopdocs ol {
/* убираем стандартную нумерацию */
list-style: none; 
/* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */ 
counter-reset: li; 
}
.dopdocs li:before {
/* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
counter-increment: li; 
/* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
content: counters(li,".") ". "; 
}
.dopdocs ol, .dopdocs ul{
	padding-left: 25px !important;
}
ul{margin-left: 18px;}

.select-block .promo1 {
		width: 750px;
		/* background-image: url(img/banner.jpg); */
		background-color: #fff;
		display: flex;
		align-items: center;
	}

.flex-grid + h2 {
	margin-top: 20px;
}

#city-top {
	min-width: 200px;
	background: #f9f5ea;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
#city-top > span {
	background: url('/images/geo.png') no-repeat left center;
	/* background-size: auto 100%; */
	padding-left: 20px;
}
#city-top > span > span {
	color: #5e82ef;
	border-bottom: 1px dotted;
	transition: .5s;
}
#city-top:hover > span > span {
	border-bottom: 1px dotted transparent;
}

#modal-background {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.modal-close {
	width: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
}
.modal-close:before, .modal-close:after {
	content: "";
	height: 2px;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(45deg);
}
.modal-close:after {
	transform: rotate(-45deg);
}
#cities-modal {
	display: none;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	width: 1100px;
	margin-left: -550px;
	margin-top: -250px;
}
.cities-modal-header {
	background: #4670f0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.cities-modal-content {
	padding: 30px 30px;
	display: flex;
	flex-wrap: nowrap;
	/* justify-content: space-between; */
}
.cities-modal-main {
	display: flex;
	flex-wrap: nowrap;
	min-width: 300px;
	width: 100%;
}
.cities-modal-left {
	width: 100%;
}
.cities-modal-right {
	/* min-width: 440px; */
	margin-left: 10px;
}
.cities-modal-other {
	display: flex;
	flex-wrap: nowrap;
}
.cities-column {
	width: 100%;
	/* margin-left: 40px; */
}

.cities-list {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    column-fill: balance;
}

.cities-modal-other .cities-column {
	
}
.cities-column a, .cities-list a {
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.cities-modal-other .cities-column a, .cities-modal-other .cities-list a {
	font-size: 14px;
}
.cities-column a:hover, .cities-list a:hover{
	color: #4670f0;
}
.cities-modal-other .cities-column a:hover, .cities-modal-other .cities-list a:hover {
	color: #000;
}
.cities-column a + a, .cities-list a + a {
	margin-top: 5px;
}
.cities-modal-other .cities-column a + a, .cities-modal-other .cities-list a + a{
	margin-top: 10px;
}
.cities-column a.active, .cities-list a.active {
	color: #4670f0;
}
.cities-modal-title {
	font-weight: bold;
	margin-bottom: 25px;
}

.info-links {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.info-link {
	cursor: pointer;
	display: inline-block;
	background: #f0f2f5;
	width: 150px;
	text-decoration: none;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.info-link img {
	margin-right: 10px;
	vertical-align: middle;
}
.info-link span {
	color: #000;
	border-bottom: 1px solid;
	font-family: AgoraSansProRegular, sans-serif;
	font-size: 15px;
	transition: .4s;
}
.info-link:hover {
	text-decoration: none;
}
.info-link:hover span {
	border-bottom: 1px solid transparent;
}

.content-popup {
	padding: 20px;
}
.content-popup .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	/* margin-top: 20px; */
	margin-bottom: 20px;
}

.product-data .owl-prev div, .product-data .owl-next div {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	background-image: url('/images/owl-sprite.png');
	background-repeat: no-repeat;
	background-position: -64px 0;
}
.product-data .owl-next div {
	right: 0;
	background-position: 0 0;
}
.product-data .owl-prev:hover div {
	background-position: -64px -64px;
}
.product-data .owl-next:hover div {
	background-position: 0 -64px;
}

.owl-previews {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.owl-previews a {
	box-sizing: border-box;
	border: 2px solid #f0f2f5;
}
#owl-previews{
	margin-top:10px;
}
#owl-previews .owl-item{
	border:1px solid transparent;
}
.owl-previews a.active,
#owl-previews .owl-item.active.center {
	border-color: #e63c37;
}
.owl-previews a + a {
	margin-left: 20px;
}
.owl-previews a img {
	vertical-align: middle;
}

#owl-about_us{
	position: relative;
	margin-bottom:40px;
}
#owl-about_us .owl-nav{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:-1;
}
#owl-about_us .fa{
	font-size:40px;
}
#owl-about_us .owl-prev{
	position: absolute;
	left:-25px;
}
#owl-about_us .owl-next{
	position: absolute;
	right:-25px;
}
.form-request{
	height:initial;
}
.form-request form{
	flex-wrap: wrap;
}

.form-request form textarea,
.form-request form input[type="file"]{
	width: 100%;
    flex-grow: 1;
    flex-basis: auto;
    box-sizing: border-box;
    margin-top:20px;
    resize:none;
}
.form-request textarea{
	box-sizing: border-box;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    font-size:13.5px;
    color: #454545;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form-request form .privacy-block{
	position: initial;
	width: 100%;
    flex-grow: 1;
    flex-basis: auto;
    box-sizing: border-box;
    margin-top:20px;
}
.form-request .file{
	position: relative;
	display: flex;
	align-items: center;
	margin-top:20px;
	width: 100%;
	flex-basis: auto;
}
.form-request .file input[type="file"]{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height:100%;
	opacity: 0;
	z-index: 1;
	margin-top:0;
}
.form-request .file:before{
	content:'Выберите файл';
	display: flex;
	justify-content: center;
	align-items: center;
	padding:1px 6px;
	background:#DDD;
	color:#000;
	font-size:15px;
	margin-right:15px;
}
.form-request .file label{
	font-size:15px;
}

.employees_wrapper{
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
}
.employees_wrapper *{
	box-sizing: border-box;
}
.employees_wrapper > div{
	width: 25%;
	padding:10px;
}
.employees_wrapper .employee-item{
	border:1px solid #000;
	text-align: center;
	padding:10px;
}
.employees_wrapper .employee-item .name{
	font-weight: bold;
	font-size:19px;
}
.employees_wrapper .employee-item .phone{
	font-weight: bold;
	color:#e04240;
}
.employees_wrapper .employee-item .description > p:first-child{
	margin-top:0;
}
.employees_wrapper .employee-item img{
	max-width: 100%;
}
.section_title{
	font-size: 28px;
	font-weight: bold
}
footer .menu > li > ul{
	display: none;
}
.manufacture{
	margin-top:15px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

#part-filter + .alert{
	margin-top:15px;
}
.header .h1 {
    margin-top: 40px;
}
.h1 {
    font-size: 25px;
    line-height: 30px;
    font-family: AgoraSansProMediumItalic, sans-serif;
    margin: 0 0 20px 0;
}

.MP_popular > .text {
	min-height: 70px;
}

.filter-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.filter-wrap h1 {
	margin-bottom: 0;
	margin-right: 20px;
	width: 100%;
}
.filter-input {
	min-width: 240px;
}
.filter-input input {
	width: 100%;
	border: 1px solid #c7c7c7;
    background: #fff;
}
@media screen and (max-width: 768px) {
	.filter-wrap {
		display: block;
	}
	.filter-wrap h1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.filter-input {
		margin-bottom: 20px;
		width: 100%;
	}
}

.modelsarr {
	margin-top: 25px;
}

.faqs {

}
.faq {

}
.faq .title {
	cursor: pointer;
    background: #f0f2f7;
    padding: 15px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dae2f2;
}
.faq .icon {
	background-image: url(../images/plus48.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 40px;
    height: 40px;
    margin-right: 20px;
}
.faq .quest, .faq .quest a {
	font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 100%;
    text-decoration: none;
}
.faq .more {
	white-space: nowrap;
    border-bottom: 1px dashed;
    font-size: 14px;
}
.faq .faq-text {
	display: none;
    padding: 10px 25px;
}
.faq.active {

}
.faq.active .title {
	background: #4670f0;
}
.faq.active .title .icon {
    background-image: url(../images/minus48.png);
}
.faq.active .title .quest, .faq.active .title .quest a {
    color: #fff;
    text-decoration: none;
}
.faq.active .title .more {
    display: none;
}
.faq.active .faq-text {
    display: block;
}

.reviews-block {
	margin-top: 40px;
}
.review-item {
	margin-bottom: 30px
}
.review-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
.review-name a {
	text-decoration: none
}
.review-name a:hover {
	text-decoration: none;
}
.review-service {
	font-size: 14px;
	color:#909090;
	margin-bottom: 10px;
}
.review-rating-date {
	display: flex;
	align-items: center;
    margin-bottom: 10px;
}
.review-rating {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.review-rating .star {
	font-size: 15px;
    margin-right: 2px;
	color: #aaa;
}
.review-rating .star.active {
	color: #ffb123;
}
.review-date {
	font-size: 14px;
	color:#909090;
}
.review-text, .review-text p {
	font-size: 16px;
}
.review-text {

}
.review-text p {
	margin: 0;
}
.review-text p + p {
	margin-top: 10px;
}

.tags-links {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tags-title {
	font-size: 25px;
    line-height: 30px;
    font-family: AgoraSansProMedium, sans-serif;
    margin: 0 0 20px 0;
}
.tags-content {
	/* max-height: 65px; */
	overflow: hidden;
}
.tags-content.collapsed {
	max-height: 100px;
}
.tags-links a {
	display: inline-block;
	color: #4670f0;
	font-size: 14px;
	border: 1px solid #4670f0;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	transition: .3s;
}
.tags-links a:hover {
	/* background: #fd9526; */
	border-color: #fd9526;
    color: #fd9526;
}
.tags-more {
	display: none;
	/* text-align: right; */
}

.block .item.cell {
	flex-wrap: wrap;
}
.block .item.cell .stock {
	position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    background: #ffe023;
    color: #000;
    padding: 3px 7px;
}
.block .item.cell .stock.in-stock { 
	background: #13d238;
}
.block .item.cell form {
	width: 100%;
    text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block .item.cell form button {
	width: auto;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block .item.cell form button img {
	max-height: 20px;
    margin-right: 10px;
}
.block .item.cell form .price-span {
	font-size: 18px;
	font-weight: bold;
}

.tabs-block {

}
.tabs-block .tabs {
	margin-bottom: 20px;
}
.tabs-block .tabs .tab {
	margin-bottom: 5px;
    display: inline-block;
    background: #f0f2f5;
    padding: 8px 20px;
    border: 2px solid transparent;
    font-size: 18px;
    box-sizing: border-box;
    margin-right: 5px;
	cursor: pointer;
}
.tabs-block .tabs .tab.active {
	/* font-weight: bold; */
    border: 2px solid #4670f0;
}
.tabs-block .tab-content {
	display: none;

}
.tabs-block .tab-content.active {
	display: block;
}

header .right .phone .muted {
	text-align: left;
}
.question-top {
	position: relative;
	background: linear-gradient(to bottom, #456ff0, #2452db);
	font-size: 17px !important;
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 3px;
	transition: .3s;
}
.question-top:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	min-width: 25px;
	margin-right: 30px;
	background: url('img/icon_question.svg') no-repeat center;
}
.question-top:hover {
	opacity: .8;
}

.parts-list {
	display: flex;
	flex-wrap: wrap;
}
.parts-list-item {
	box-sizing: border-box;
	border: 1px solid #dfe2eb;
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 188px;
	text-decoration: none;
	text-align: center;
}
.parts-list-item-image {
	margin-bottom: 15px;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.parts-list-item-image img {
	max-width: 100%;
	height: auto;
}
.parts-list-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
@media screen and (min-width: 1100px) {
	.parts-list-item:nth-of-type(5n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	.parts-list-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.parts-list-item {
		width: 47%;
	}
}
@media screen and (max-width: 480px) {
	.parts-list-item {
		width: 100%;
		margin-right: 0;
	}
}

.category-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.category-item {
	box-sizing: border-box;
	border: 1px solid #dfe2eb;
	padding: 13px 35px 13px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 336px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.category-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	min-width: 96px;
	margin-right: 15px;
}
.category-item-image img {
	max-width: 100%;
	height: auto;
}
.category-item-title {
	font-size: 17px;
	color: #000;
	line-height: 1.3;
	width: 100%;
}
@media screen and (min-width: 1100px) {
	.category-item:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 1100px) {
	.category-list {
		justify-content: space-between;
	}
	.category-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.category-item {
		width: 49%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	.category-item {
		width: 100%;
		margin-right: 0;
	}
}
.products-block {
	margin-bottom: 50px;
}
.products-list {
	display: flex;
	flex-wrap: wrap;
}
.product-item {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #dfe2eb;
	padding: 10px 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product-item a {
	transition: .4s;
}
.product-item a:hover {
	opacity: .7;
}
.product-item-top {
	
}
.product-item .stock {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 14px;
	color: #000;
	padding: 5px 10px;
	background: #ffea00;
	border-radius: 0 0 4px 4px;
}
.product-item .stock.in-stock {
	color: #fff;
	background: #56bf5f;
}
.product-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.product-item-image img {
	max-width: 100%;
	height: auto;
}
.product-item-title {
	display: block;
	font-family: AgoraSansProMedium, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 10px;
	text-decoration: none;
}
.product-item-bottom {
	display: flex;
	align-items: center;
}
.product-item-price {
	width: 100%;
}
.product-item-price-title {
	font-size: 14px;
	color: #99a3bf;
}
.product-item-price-value {
	font-size: 16px;
	font-weight: bold;
	color: #4670f0;
}
.product-item-bottom form {
	width: 50px;
	min-width: 50px;
}
.product-item-bottom form button {
	border-radius: 2px;
	height: 45px;
}

.products-filter {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
}
.products-filter-left {
	width: 100%;
	margin-right: 30px;
}
.products-filter-right {
	/* min-width: 320px; */
	display: flex;
	align-items: center;
}
.products-filter-right div {
	font-size: 16px;
	margin-right: 15px;
}
.products-filter select {
	background: #f0f2f5;
	border: 1px solid #dfe2eb;
	border-radius: 3px;
	padding: 9px 10px;
    box-shadow: none;
    height: auto;
	color: #99a3bf;
	font-style: normal;
	font-size: 14px;
}
.products-filter select + select {
	margin-left: 10px;
}

.products-more {
	cursor: pointer;
	border: 1px solid #dfe2eb;
	color: #99a3bf;
	font-size: 14px;
	text-align: center;
	padding: 10px 10px;
	transition: .3s;
}
.products-more:hover {
	background: #4670F0;
	color: #fff;
}
.products-more.loading {
	color: transparent;
	background: #fff url('img/loading2.gif') no-repeat center;
	background-size: auto 100%;
}

@media screen and (min-width: 1100px) {
	.product-item:nth-of-type(4n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.products-list {
		justify-content: space-between;
	}
	.product-item:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	.products-list {
		justify-content: space-between;
	}
	.product-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.product-item {
		width: 49%;
		margin-right: 5px;
	}
}
@media screen and (max-width: 480px) {
	.product-item {
		width: 100%;
		margin-right: 0;
	}
}

#type-filter {

}
#type-filter.loading {
	background: url('img/loading.gif') no-repeat center;
	width: 38px;
    height: 38px;
}
#type-filter select {
	max-width: 280px;
}
@media screen and (max-width: 768px) {
	.products-filter {
		flex-wrap: wrap;
	}
	.products-filter-left {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	#type-filter select {
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
		max-width: 100%;
	}
}

/* Repair */
.repair-page { }
.repair-content { margin-bottom: 50px; }
.repair-page-title { font-size: 25px; line-height: 30px; font-family: AgoraSansProMedium, sans-serif; margin: 15px 0 20px 0 !important; }
.repair-page .faqs { margin-bottom: 50px; }

.repair-prefs { display: flex; align-items: center; padding: 20px 30px; box-sizing: border-box; background: #f0f2f5; margin-bottom: 50px; }
.repair-pref { display: flex; align-items: center; margin-right: 10px; width: 240px; min-width: 240px; }
.repair-pref:last-child { margin-right: 0; }
.repair-pref-icon { width: 50px; min-width: 50px; margin-right: 20px; }
.repair-pref-icon img { max-width: 100%; height: auto; }
.repair-pref-text { font-size: 16px; width: 100%; }
@media screen and (max-width: 1000px) {
	.repair-prefs { flex-wrap: wrap; padding-bottom: 0;}
	.repair-pref { margin-bottom: 20px; }
}
@media screen and (max-width: 768px) {
	.repair-pref { width: 100%; }
	.repair-pref-text br { display: none; }
}

.repair-photos { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.repair-photo { width: 240px; min-width: 240px; max-width: 240px; display: flex; align-items: center; justify-content: center; margin-right: 20px; margin-bottom: 20px; }
.repair-photo:nth-of-type(4n) { margin-right: 0; }
.repair-photos img { max-width: 100%; height: auto; }
@media screen and (max-width: 550px) {
	.repair-photo { width: 100%; max-width: 100%; min-width: 100%; margin-right: 0; }
}

.repair-brands { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.repair-brand { display: block; text-decoration: none; color: #000; min-width: 240px; max-width: 240px; margin-right: 20px; margin-bottom: 20px; box-sizing: border-box; border: 1px solid #dfe2eb; transition: .4s; }
.repair-brand:hover { background: #f0f2f5; }
.repair-brand:hover .repair-brand-image { background: #fff; }
.repair-brand:nth-of-type(4n) { margin-right: 0; }
.repair-brand-image { display: flex; align-items: center; justify-content: center; height: 100px; box-sizing: border-box; padding: 20px 20px;  background: #f0f2f5; transition: .4s; }
.repair-brand-image img { max-width: 100%; height: auto; max-height: 100%; }
.repair-brand-content { display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; position: relative; }
.repair-brand-name { font-family: AgoraSansProMedium, sans-serif; font-size: 15px; flex-grow: 1; margin-right: 5px; }
.repair-brand-counter { font-size: 14px; font-weight: bold; background: #ffe023; padding: 3px 7px; border-radius: 15px; }
.repair-brand-content > div:last-child { width: 6px; height: 9px; background: url('../images/icon_check-3.svg') no-repeat center; margin-left: 10px; }
@media screen and (max-width: 1100px) {
	.repair-brand:nth-of-type(4n) { margin-right: 20px; }
}
@media screen and (max-width: 550px) {
	.repair-brand, .repair-brand:nth-of-type(4n) { margin-right: 0; min-width: 100%; max-width: 100%; width: 100%; }
}

.repair-subpages { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.repair-subpage { display: flex; align-items: center; max-width: 500px; min-width: 500px; box-sizing: border-box; border: 1px solid #dfe2eb; padding: 10px 10px 10px 20px; margin-right: 20px; margin-bottom: 20px; text-decoration: none; color: #000; }
.repair-subpage:nth-of-type(2n) { margin-right: 0; }
.repair-subpage-image { min-width: 180px; max-width: 180px; margin-right: 35px; }
.repair-subpage-image img { max-width: 100%; height: auto; max-height: 120px; }
.repair-subpage-name { font-family: AgoraSansProMedium, sans-serif; font-size: 17px; }
@media screen and (max-width: 1100px) {
	.repair-subpage { min-width: 100%; max-width: 100%; margin-right: 0; }
}
@media screen and (max-width: 550px) {
	.repair-subpage-image { min-width: 100px; max-width: 100px; margin-right: 20px; }
}

.select-block .promo1 .bx-wrapper {
	margin: 0;
	padding: 0;
	border: 0;
}
.select-block .promo1 .bx-wrapper .bx-pager {
	bottom: 15px;
	padding: 0;
    line-height: 0;
}
@media screen and (max-width: 750px) {
	.select-block .promo1 {
		display: none;
	}
	.select-block .promo, .select-form{
		width: 100%;
		flex-grow:1;
	}
}

.promo1 .bx-wrapper .bx-controls-direction a {
	z-index: 1;
}

.noshow { display: none !important; }


body[data-path="3fcdb73d36d54f2cc22d0f68e6b6e182"] .content {
	display: none;
}