body {
	margin: 0;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	text-align: left;
	background-color: #ededed;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

footer,
header,
main {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

header a {
	color: #222;
	text-decoration: none;
}

article,
footer,
header,
main,
nav,
section {
	display: block;
}

.btn {
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	color: #222;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 10px 24px;
	font-size: 16px;
	line-height: 18px;
	border-radius: 30px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn.btn-primary {
	color: #fff;
	background-color: #f47b20;
	border-color: #f47b20;
}

.btn.btn-primary:hover {
	opacity: .75;
}

.d-flex.text-center {
	justify-content: center;
}

.red {
	color: red;
}

@media (min-width:576px) {
	.container {
		max-width: 575px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 800px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

section.indent {
	padding-bottom: 96px;
}

@media screen and (max-width:767px) {
	section.indent {
		padding-bottom: 64px;
	}
}

main {
	padding-top: 120px;
	padding-bottom: 85px;
	min-height: -webkit-calc(100vh - 494px);
	min-height: -moz-calc(100vh - 494px);
	min-height: calc(100vh - 494px);
}

@media screen and (max-width:991px) {
	main {
		min-height: -webkit-calc(100vh - 698px);
		min-height: -moz-calc(100vh - 698px);
		min-height: calc(100vh - 698px);
	}
}

@media screen and (max-width:767px) {
	main {
		padding-top: 56px;
		padding-bottom: 64px;
		min-height: auto;
	}
}

.regular {
	font-weight: 400;
}

.grey {
	color: #aaa;
}

.ic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.uppercase {
	text-transform: uppercase;
}

img {
	margin-bottom: 16px;
	display: block;
}

button,
input {
	outline: 0 !important;
}

section .h2,
section h2 {
	margin-bottom: 24px;
}

.mb-3-5 {
	margin-bottom: 32px !important;
}

.container .container {
	padding-left: 0;
	padding-right: 0;
}

.w-15 {
	width: 15%;
}

.w160 {
	max-width: 160px;
}

.abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cable {
	background-image: url(../img/honest-cable.svg);
	width: 163px;
	height: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.absLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	font-size: 0;
	opacity: 0;
}

* {
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

img {
	max-width: 100%;
}

a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	color: #222;
}

a:hover {
	text-decoration: none !important;
	opacity: 1;
	color: #f47b20;
}

.decor {
	border-bottom: 1px solid #222;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.decor:hover {
	border-color: transparent;
}

.video-wrap {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
}

.video-wrap img {
	margin: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.video-wrap:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.video-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(84, 38, 3, .3);
	z-index: 4;
}

.video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 5;
	width: 65px;
	height: 65px;
	background-color: #f47b20;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/play.svg);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0;
}

.static a[data-fancybox].video-wrap {
	margin-bottom: 16px;
}

.nicescroll-cursors {
	cursor: pointer;
	position: relative;
}

.nicescroll-cursors:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f47b20;
	z-index: 2;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.nicescroll-cursors:hover:before {
	opacity: 1;
}

.img-wrap {
	position: relative;
	padding-top: 100%;
}

.img-wrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-o-object-fit: cover;
	object-fit: cover;
}

.img-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-wrap.video {
	overflow: hidden;
}

.img-wrap.video:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.img-wrap.video:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(84, 38, 3, .3);
	z-index: 4;
}

.img-wrap.video:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 5;
	width: 65px;
	height: 65px;
	background-color: #f47b20;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/play.svg);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0;
}

.btn-group .btn {
	margin-left: auto;
	margin-right: 10px;
	border-radius: 30px !important;
}

.btn-group .btn:last-child {
	margin-right: 0;
}

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

	.h2.mw,
	h2.mw {
		max-width: -webkit-calc(100% - 200px);
		max-width: -moz-calc(100% - 200px);
		max-width: calc(100% - 200px);
	}
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.imgBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
}

.imgBox img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
}

.btn-group .link {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

::selection {
	background: #313094;
	color: #fff;
}

body .afbf_item_pole {
	margin: 0;
}

body .bx-filter.bx-orange .bx-filter-section {
	background: 0 0;
}

body .alx_feed_back .btn {
	text-align: center !important;
}

div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486daa;
}

body .h1,
body h1 {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
}

body .h1.indent,
body h1.indent {
	margin-bottom: 32px;
}

body .h1.indent2,
body h1.indent2 {
	margin-bottom: 52px;
	text-transform: uppercase;
}

body .h1 .result-text,
body h1 .result-text {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #8e8e8e;
	margin-left: 4px;
}

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

	body .h1.indent2,
	body h1.indent2 {
		margin-bottom: 32px;
	}

	body .h1.mb-5,
	body h1.mb-5 {
		margin-bottom: 32px !important;
	}
}

body .h2,
body h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

body .h2.indent,
body h2.indent {
	margin-bottom: 32px;
}

body .h2.indent2,
body h2.indent2 {
	margin-bottom: 52px;
	text-transform: uppercase;
}

body .h2 .result-text,
body h2 .result-text {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #8e8e8e;
	margin-left: 4px;
}

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

	body .h2.indent2,
	body h2.indent2 {
		margin-bottom: 32px;
	}

	body .h2.mb-5,
	body h2.mb-5 {
		margin-bottom: 32px !important;
	}
}

body .h3,
body h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}

body .h4,
body h4 {
	font-weight: 700;
	font-size: 16px;
}

body .h4.bold,
body h4.bold {
	font-weight: 600;
}

body .h5,
body h5 {
	font-weight: 700;
	font-size: 12px;
}

body p {
	font-size: 14px;
	line-height: 135%;
}

body .small,
body small {
	font-size: 86%;
}

body big {
	font-size: 114%;
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin-bottom: 16px;
}

body .text-secondary {
	color: #8e8e8e !important;
}

.text-secondary .underline {
	color: inherit;
}

.ulDash {
	padding: 0;
}

.ulDash li {
	font-size: 14px;
	line-height: 135%;
	list-style-type: none;
	position: relative;
	padding-left: 24px;
}

.ulDash li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 1px;
	display: block;
	background-color: #000;
}

.smallText {
	font-size: 12px;
	line-height: 15px;
}

.lgText {
	font-size: 16px;
	line-height: 145%;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 600;
}

.text {
	font-size: 14px;
	font-weight: 400;
	line-height: 135%;
}

.link {
	font-size: 14px;
	font-weight: 400;
	line-height: 135%;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	padding: 0;
}

.link:hover {
	color: #f47b20;
	opacity: 1;
}

.link:hover .ic.basket-ic:before {
	opacity: 1;
}

.link:hover .hover-ic {
	opacity: .75;
}

.link .ic {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.color-green {
	color: rgba(38, 150, 38, 1);
}

.btn-group .link {
	display: flex;
	align-items: center;
}

.link .ic.fa {
	font-size: 1.4rem;
	color: #f47b20;
}

.fa.ic.icon-circle-dark {
	color: #fff;
	background: #f47b20;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link .ic.pdf-ic {
	background-image: url(../img/pdf-ic.svg);
	height: 26px;
	width: 21px;
}

.link .ic.printer-ic {
	background-image: url(../img/printer-ic.svg);
	width: 24px;
	height: 30px;
}

.link .ic.xls-ic {
	background-image: url(../img/xls-ic.svg);
	width: 21px;
	height: 26px;
}

.link .ic.basket-ic {
	margin: -4px 0 0 4px;
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 100%;
	background-color: #f47b20;
}

.link .ic.basket-ic:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-image: url(../img/white-basket.svg);
	background-size: contain;
	background-position: center;
	width: 14px;
	height: 16px;
	background-repeat: no-repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.link.not-hover {
	color: #222;
}

.linkIcon {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #222;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.linkIcon:hover {
	opacity: 1;
}

.linkIcon:hover .ic {
	opacity: .75;
}

.linkIcon:hover .ic.download-ic {
	opacity: 1;
	background-color: #f79c58;
}

.linkIcon span {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.linkIcon .ic {
	min-width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #f47b20;
	border-radius: 4px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.linkIcon .ic.calc-ic {
	background-image: url(../img/calc-ic.svg);
	background-size: 22px 24px;
}

.linkIcon .ic.download-ic {
	background-image: url(../img/download-white-ic.svg);
	background-size: 16px;
	background-position: center;
}

.linkIcon .ic.file-ic {
	background-image: url(../img/file-ic.svg);
	background-size: 20px;
	background-position: center;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.linkIcon {
		font-size: 12px;
	}

	.linkIcon .ic {
		margin-right: 8px;
	}
}

.minText {
	font-size: 12px;
	line-height: 15px;
}

.consentLink {
	font-size: 12px;
	line-height: 15px;
	color: #aaa;
	text-align: center;
}

.consentLink a {
	border-bottom: 1px solid #aaa;
	color: inherit;
}

.consentLink a:hover {
	color: inherit;
	opacity: 1;
	border: transparent;
}

blockquote {
	color: #222;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	position: relative;
	padding: 20px 40px;
	border: 1px solid #ddd;
}

blockquote p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

blockquote footer {
	background-color: transparent;
	margin: 0;
	display: block;
}

@media screen and (max-width:991px) {
	blockquote {
		padding: 16px 24px;
	}
}

@media screen and (max-width:767px) {
	blockquote {
		font-size: 16px;
		padding: 24px 16px;
	}

	blockquote:before {
		font-size: 48px;
	}

	blockquote:after {
		width: 2px;
		left: 32px;
	}
}

ul:not([class]) {
	padding: 0;
	font-size: 14px;
	line-height: 135%;
	color: #222;
}

ul:not([class]) li {
	list-style-type: none;
	padding-left: 12px;
	position: relative;
	top: 0;
}

ul:not([class]) li:before {
	content: '•';
	display: inline;
	margin-right: 8px;
	left: 0;
	position: relative;
	margin-left: -12px;
}

ol:not([class]) {
	counter-reset: item;
	padding-left: 24px;
	font-size: 14px;
	line-height: 135%;
	color: #222;
}

ol:not([class]) ol {
	padding-left: 20px;
}

ol:not([class]) ol li:first-child,
ol:not([class]) ul li:first-child {
	margin-top: 16px;
}

ol:not([class]) li {
	display: table;
	margin-bottom: 16px;
	position: relative;
}

ol:not([class]) li:before {
	content: counter(item, decimal-leading-zero) ". ";
	counter-increment: item;
	display: table-cell;
	padding-right: .6em;
}

ol:not([class]) li.strong ol {
	font-weight: 400;
}

ol.ol {
	list-style-type: none;
	counter-reset: item;
	padding: 0;
	font-weight: 400;
	margin-bottom: 0;
}

ol.ol ol {
	list-style-type: none;
	counter-reset: item;
	padding: 0;
	margin: 1em 0 0;
}

ol.ol ol ol {
	margin: 0;
}

ol.ol li {
	display: table;
	counter-increment: item;
	padding-left: 0;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 16px;
}

ol.ol li:first-child {
	margin-top: 16px;
}

ol.ol li::before {
	content: counters(item, ".") ". " !important;
	display: table-cell;
	padding-right: 12px;
	position: relative;
	counter-increment: none;
}

@media screen and (max-width:991px) {
	ol.ol li::before {
		padding-right: 12px;
	}
}

@media screen and (max-width:575px) {
	ol.ol li::before {
		padding-right: 4px;
	}
}

ol.ol li li {
	margin-bottom: 16px;
}

ol.ol li ol > li:last-child {
	margin: 0;
}

ol.ol li ol > li:before {
	content: counters(item, ".") ". " !important;
	position: relative;
}

ol.ol ul:not([class]) li {
	list-style-type: none;
}

ol.ol ul:not([class]) li:last-child {
	margin-bottom: 0;
}

ol.ol ul:not([class]) li:before {
	content: '—' !important;
	display: inline-block;
	position: relative;
	margin-right: 16px;
	font-weight: 400;
	padding-right: 0;
}

ol.ol b,
ol.ol strong {
	font-weight: 600;
	margin-bottom: 32px;
	display: block;
	line-height: initial;
}

.strong,
b,
strong {
	font-weight: 600;
}

table:not([class]) {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 16px 0;
}

table:not([class]) thead tr {
	background-color: #f4f4f4;
}

table:not([class]) thead tr th {
	font-weight: 700;
	font-size: 14px;
	line-height: 135%;
	color: #222;
	padding: 25px 30px;
	border-left: 1px solid #ddd;
}

table:not([class]) thead tr th:first-child {
	border-left: none;
}

table:not([class]) tbody tr {
	border: 1px solid #ddd;
}

table:not([class]) tbody tr td {
	font-size: 14px;
	line-height: 155%;
	color: #222;
	padding: 13px 30px;
	border-left: 1px solid #ddd;
}

table:not([class]) tbody tr td:first-child {
	border-left: none;
}

@media screen and (max-width:991px) {
	table:not([class]) thead tr th {
		padding: 16px 16px;
	}

	table:not([class]) tbody tr td {
		padding: 8px 16px;
	}
}

@media screen and (max-width:767px) {
	table:not([class]) thead tr th {
		font-size: 12px;
		padding: 8px;
	}

	table:not([class]) tbody tr td {
		font-size: 12px;
		padding: 8px;
	}
}

table.grid {
	border: none;
	text-align: left;
}

table.grid tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff !important;
	border: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 48px;
}

table.grid tr:last-child {
	margin-bottom: 0;
}

table.grid tr td {
	padding: 0 24px 0 0;
}

table.grid tr td:last-child {
	padding-right: 0;
}

table.grid tr td.fa {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

table.grid tr img:last-child,
table.grid tr p:last-child {
	margin: 0;
}

table.grid tr img {
	min-width: 200px;
}

@media screen and (max-width:991px) {
	table.grid tr td.fa {
		max-width: 40%;
	}
}

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

	table.grid tr td {
		width: 100%;
		padding: 0 0 24px 0;
	}

	table.grid tr td:last-child {
		padding-bottom: 0;
	}

	table.grid tr td.fa {
		max-width: 100%;
	}

	table.grid img {
		margin: auto !important;
	}
}

ul.desInfo {
	padding: 0;
	margin: 0 -12px 40px;
}

@media screen and (min-width:768px) {
	ul.desInfo.w-100 {
		width: -webkit-calc(100% + 24px) !important;
		width: -moz-calc(100% + 24px) !important;
		width: calc(100% + 24px) !important;
	}
}

ul.desInfo:last-child {
	margin-bottom: 0;
}

ul.desInfo .point.not:after {
	background-color: red;
}

ul.desInfo .point:after {
	content: '';
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto 0 4px;
	background-color: #87da01;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative;
	z-index: 1;
}

ul.desInfo.under-order li .text-r {
	font-weight: 400;
}

ul.desInfo.under-order li:last-child {
	border-bottom: none;
}

ul.desInfo.under-order li:first-child .text-r {
	padding-right: 11px;
	position: relative;
	font-weight: 700;
}

ul.desInfo.under-order li:first-child .text-r:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: red;
}

@media screen and (max-width:575px) {
	ul.desInfo.under-order li:first-child .text-r:after {
		top: auto;
		left: auto;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 4px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media screen and (min-width:576px) {
	ul.desInfo.inline li {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: none;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: relative;
		z-index: 1;
	}

	ul.desInfo.inline li:before {
		content: '';
		position: absolute;
		width: -webkit-calc(100% - 24px);
		width: -moz-calc(100% - 24px);
		width: calc(100% - 24px);
		left: 12px;
		top: 16px;
		display: block;
		z-index: -2;
		background-color: #ddd;
		height: 1px;
	}

	ul.desInfo.inline li .text-l {
		position: initial;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	ul.desInfo.inline li .text-r {
		text-align: right;
		margin-left: 24px;
		min-width: 50px;
	}
}

ul.desInfo li {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 14px;
	line-height: 17px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

@media screen and (min-width:578px) {
	ul.desInfo li.inline {
		display: block;
		margin-left: 12px;
		margin-right: 12px;
	}

	ul.desInfo li.inline .text-l {
		display: inline;
		padding-right: 0;
		padding-left: 0;
	}

	ul.desInfo li.inline .text-r {
		display: initial;
		padding-left: 0;
	}
}

ul.desInfo li .text-l {
	display: block;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

ul.desInfo li .text-r {
	display: block;
	margin-left: auto;
	font-weight: 600;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

@media screen and (max-width:575px) {
	ul.desInfo li .text-r {
		max-width: none;
		text-align: left;
	}
}

ul.desInfo li .text-r a {
	border-bottom: 1px solid #222;
	color: #222;
}

ul.desInfo li .text-r a:hover {
	border-color: transparent;
	opacity: 1;
}

ul.desInfo li .text-l,
ul.desInfo li .text-r {
	background: #fff;
	z-index: 1;
	position: relative;
	bottom: -3px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

ul.desInfo li ul {
	width: 100%;
	padding-left: 14px;
	padding-top: 11px;
	background: #fff;
	bottom: -1px;
	position: relative;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	border-top: 1px solid #ddd;
	margin-top: -1px;
}

ul.desInfo li ul li {
	padding: 0;
}

ul.desInfo li ul li:before {
	display: none;
}

ul.desInfo li ul li .text-r {
	font-weight: 400;
}

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

ul.desInfo li.desInfo__tip {
	border: none;
	margin: 40px 0 0;
	padding: 0 12px;
}

ul.desInfo li.desInfo__tip:before {
	display: none;
}

@media screen and (max-width:767px) {
	ul.desInfo li.desInfo__tip {
		margin: 16px 0 0;
	}
}

@media screen and (max-width:767px) {
	ul.desInfo {
		margin: 0 0 16px;
	}

	ul.desInfo .text-l {
		word-break: normal;
	}

	ul.desInfo .text-r {
		word-break: normal;
	}
}

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

	ul.desInfo li .text-l,
	ul.desInfo li .text-r {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
}

.decorLink {
	color: #222;
	text-decoration: underline;
}

.decorLink:hover {
	opacity: 1;
	text-decoration: none;
}

.dashUl {
	padding: 0;
	margin: 0;
}

.dashUl li {
	padding-left: 48px;
	list-style-type: none;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	margin-bottom: 8px;
}

.dashUl li:before {
	content: '—';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2;
	left: 16px;
	right: auto;
	margin: auto;
}

.owl-counter {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	cursor: context-menu;
}

@media screen and (max-width:575px) {
	.owl-counter {
		font-size: 12px;
	}
}

.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

.deploy {
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	font-weight: 600;
	font-size: 12px;
	padding: 0 16px 0 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.deploy:hover {
	color: #f47b20;
}

.deploy:hover:after {
	background-image: url(../img/arr-medium-orange.svg);
}

.deploy:after {
	content: '';
	width: 10px;
	height: 10px;
	background-image: url(../img/arr-medium.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
}

.deploy span:nth-child(2) {
	display: none;
}

.deploy.active {
	color: #f47b20;
}

.deploy.active:after {
	background-image: url(../img/arr-mediumOran.svg);
}

.deploy.active span:nth-child(2) {
	display: block;
}

.deploy.active span:nth-child(1) {
	display: none;
}

.download {
	font-size: 0;
	width: 16px;
	height: 16px;
	background-image: url(../img/download-ic.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.download:hover {
	background-image: url(../img/downloadOrange-ic.svg);
}

.openPDF {
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0;
	width: 16px;
	height: 16px;
	background-image: url(../img/open-ic.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.openPDF:hover {
	background-image: url(../img/openOrange-ic.svg);
}

.min-text {
	font-size: 12px;
}

.download-link {
	font-weight: 600;
}

.download-link:before {
	content: '';
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/download-ic.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.text13 {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
}

.font15 {
	font-size: 15px;
	line-height: 18px;
}

.tablePrimary {
	width: 100%;
	min-width: 950px;
}

.tablePrimary thead {
	border-bottom: 1px solid #ddd;
}

.tablePrimary thead th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
}

.tablePrimary tbody tr:nth-child(even) {
	background-color: #f4f4f4;
}

.tablePrimary tbody tr td {
	padding-top: 13px;
	padding-bottom: 13px;
}

.tablePrimary td,
.tablePrimary th {
	padding-left: 16px;
	padding-right: 16px;
}

.tablePrimary td:first-child,
.tablePrimary th:first-child {
	padding-left: 24px;
}

.tablePrimary td:last-child,
.tablePrimary th:last-child {
	padding-right: 24px;
}

.hiddenTable-wrap:not(:last-child) {
	padding-bottom: 64px;
}

.hiddenTable-wrap.active .turn {
	color: #f47b20;
}

.hiddenTable-wrap.active .turn:after {
	background-image: url(../img/arr-mediumOran.svg);
}

.hiddenTable-wrap.active .tablePrimary tbody tr {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hiddenTable-wrap .tablePrimary {
	margin-bottom: 24px;
}

.hiddenTable-wrap .tablePrimary:last-child {
	margin-bottom: 0;
}

.hiddenTable-wrap .tablePrimary tbody tr {
	display: none !important;
}

.hiddenTable-wrap .tablePrimary tbody tr:nth-child(1),
.hiddenTable-wrap .tablePrimary tbody tr:nth-child(2),
.hiddenTable-wrap .tablePrimary tbody tr:nth-child(3),
.hiddenTable-wrap .tablePrimary tbody tr:nth-child(4) {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hiddenTable-wrap .tablePrimary tr {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hiddenTable-wrap .tablePrimary tr th {
	padding-left: 0;
	display: block;
	width: 100%;
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(1) {
	max-width: 135px;
	margin-right: 36px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
}

@media screen and (max-width:1199px) {
	.hiddenTable-wrap .tablePrimary tr th:nth-child(1) {
		margin-right: 0;
	}
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(2) {
	max-width: 149px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(3) {
	max-width: 151px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(4) {
	max-width: 151px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(5) {
	max-width: 153px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(6) {
	max-width: 146px;
	padding-right: 10px;
}

@media screen and (max-width:1199px) {
	.hiddenTable-wrap .tablePrimary tr th:nth-child(6) {
		max-width: 95px;
	}
}

.hiddenTable-wrap .tablePrimary tr th:nth-child(7) {
	max-width: 189px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr td {
	display: block;
	width: 100%;
	padding-left: 0;
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(1) {
	max-width: 135px;
	margin-right: 36px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
}

@media screen and (max-width:1199px) {
	.hiddenTable-wrap .tablePrimary tr td:nth-child(1) {
		margin-right: 0;
	}
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(2) {
	max-width: 149px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(3) {
	max-width: 151px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(4) {
	max-width: 151px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(5) {
	max-width: 153px;
	padding-right: 10px;
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(6) {
	max-width: 146px;
	padding-right: 10px;
}

@media screen and (max-width:1199px) {
	.hiddenTable-wrap .tablePrimary tr td:nth-child(6) {
		max-width: 95px;
	}
}

.hiddenTable-wrap .tablePrimary tr td:nth-child(7) {
	max-width: 189px;
	padding-right: 10px;
}

.hiddenTable-wrap .turn {
	margin: 0 0 0 auto;
	display: table;
}

@media screen and (max-width:575px) {
	.hiddenTable-wrap:not(:last-child) {
		padding-bottom: 48px;
	}
}

.turn {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.turn.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.turn:after {
	content: '';
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/arr-medium.svg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-bottom: 1px;
}

.turn:hover {
	color: #f47b20;
}

.turn:hover:after {
	background-image: url(../img/arr-medium-down.svg);
}

.toggleLink {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
	display: table;
	position: relative;
	padding: 0;
}

.toggleLink strong {
	font-weight: 600;
}

.toggleLink:before {
	content: '';
	width: 10px;
	height: 8px;
	background-image: url(../img/arr-medium-orange.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
}

.toggleLink .toggleLink__opne {
	display: inline-block;
	vertical-align: middle;
}

.toggleLink .toggleLink__close {
	display: none;
	vertical-align: middle;
}

.toggleLink.active:after,
.toggleLink.active:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggleLink.active .toggleLink__opne {
	display: none;
}

.toggleLink.active .toggleLink__close {
	display: inline-block;
}

.toggleLink.black {
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
}

.toggleLink.black:before {
	display: none;
}

.toggleLink.black:after {
	content: '';
	width: 10px;
	height: 8px;
	background-image: url(../img/arr-medium.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: 0;
}

.orangeLink-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px;
}

.orangeLink-wrap .orangeLink {
	min-height: 56px;
}

.orangeLink-wrap:not(:last-child) {
	margin-bottom: 48px;
}

.orangeLink {
	background: #f47b20;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 12px 20px;
	width: -webkit-calc(33.33% - 16px);
	width: -moz-calc(33.33% - 16px);
	width: calc(33.33% - 16px);
	margin: 8px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.orangeLink span {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	max-width: 233px;
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	width: calc(100% - 16px);
}

.orangeLink:hover {
	color: #fff;
}

.orangeLink:hover:after {
	margin-right: -2px;
}

.orangeLink:after {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/arrow.svg);
	height: 10px;
	width: 14px;
	margin-left: auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

@media screen and (max-width:767px) {
	.orangeLink {
		width: 100%;
	}

	.orangeLink span {
		max-width: 100%;
	}
}

.text-border {
	border: 2px solid #ddd;
	padding: 20px;
	text-align: center;
	display: block;
}

.text-border.orange {
	border: 2px solid #f47b20;
}

.text-border.bold {
	border: 4px solid #ddd;
	font-weight: 400;
}

.text-border.bold.orange {
	border: 4px solid #f47b20;
}

.lowercase {
	text-transform: lowercase;
}

.btnSl {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, .15);
	text-align: center;
	padding: 7px 16px;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
}

.btnSl.active {
	background-color: #fff !important;
	color: #222 !important;
}

.btnSl:hover {
	opacity: 1;
}

.btnSl:not(.active):hover {
	background: #f47b20;
	color: #fff;
}

.btnSl:not(.active):active {
	background: #f47b20;
	color: #fff;
}

.btn {
	text-align: center !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: relative;
	font-weight: 600 !important;
	-webkit-transition: .5s !important;
	-moz-transition: .5s !important;
	transition: .5s !important;
}

.btn.rd-4 {
	border-radius: 4px !important;
}

.btn.bold {
	font-weight: 700;
}

.btn:hover {
	opacity: 1;
}

.btn.btn-primary {
	color: #fff !important;
}

.btn.btn-primary:hover {
	background: #f47b20;
	border-color: #f47b20;
	opacity: .75;
}

.btn-secondary {
	color:#212529;
	background-color:#F4F4F4;
	border-color:#F4F4F4;
}

.btn.btn-secondary:hover {
	background: #f47b20;
	border-color: #f47b20;
	color: #fff;
}

.btn.btn-secondary:active {
	background: #f47b20 !important;
	border-color: #f47b20 !important;
	color: #fff !important;
}

.btn.btn-light {
	color: #222;
	background-color: #fff;
	border-color: #fff;
}

.btn.btn-light:hover {
	background: #f47b20;
	border-color: #f47b20;
	color: #fff;
}

.btn.btn-light:active {
	background: #f47b20 !important;
	border-color: #f47b20 !important;
	color: #fff !important;
}

.btn.btn-sm {
	font-weight: 600;
}

.topBtn {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: fixed;
	right: 64px;
	bottom: 32px;
	display: none;
	background-image: url(../img/button_up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 999;
	border: none;
	font-size: 0;
}

.topBtn:hover {
	background-image: url(../img/button_up_hover.svg);
}

.topBtn.active {
	display: block;
}

@media screen and (max-width:1600px) {
	.topBtn {
		right: 32px;
	}
}

@media screen and (max-width:1280px) {
	.topBtn {
		right: 16px;
		bottom: 64px;
		width: 48px;
		height: 48px;
	}
}

@media screen and (max-width:767px) {
	.topBtn {
		bottom: 16px;
	}
}

.btn {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none !important;
}

.btn.btn-point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
}

.btn.btn-point:not(:last-child) {
	margin-right: 16px;
}

.btn.btn-point.active span,
.btn.btn-point:hover span {
	background-color: #f47b20;
}

.btn.btn-point.active span:before,
.btn.btn-point:hover span:before {
	background-color: #f47b20;
}

.btn.btn-point span {
	width: 24px;
	height: 4px;
	background-color: #ccc;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: relative;
}

.btn.btn-point span:before {
	content: '';
	width: 10px;
	height: 6px;
	position: absolute;
	left: 0;
	background-color: #ccc;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 4px solid #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.btn.btn-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
}

.btn.btn-list:not(:last-child) {
	margin-right: 16px;
}

.btn.btn-list.active span,
.btn.btn-list:hover span {
	background-color: #f47b20;
}

.btn.btn-list span {
	width: 24px;
	height: 4px;
	background-color: #ccc;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.btn.btn-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
}

.btn.btn-grid:not(:last-child) {
	margin-right: 16px;
}

.btn.btn-grid.active span,
.btn.btn-grid:hover span {
	background-color: #f47b20;
}

.btn.btn-grid.active span:before,
.btn.btn-grid:hover span:before {
	background-color: #f47b20;
}

.btn.btn-grid.active span:after,
.btn.btn-grid:hover span:after {
	background-color: #f47b20;
}

.btn.btn-grid span {
	width: 6px;
	height: 6px;
	background-color: #ccc;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: relative;
	margin: 0 auto;
}

.btn.btn-grid span:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	right: -webkit-calc(100% + 3px);
	right: -moz-calc(100% + 3px);
	right: calc(100% + 3px);
	background-color: #ccc;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.btn.btn-grid span:after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: -webkit-calc(100% + 3px);
	left: -moz-calc(100% + 3px);
	left: calc(100% + 3px);
	background-color: #ccc;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.quantity {
	max-width: -webkit-calc(100% - 100px);
	max-width: -moz-calc(100% - 100px);
	max-width: calc(100% - 100px);
	border-radius: 4px;
	overflow: hidden;
}

.quantity .btn.btn-outline-secondary {
	border-radius: 0 !important;
	color: #fff !important;
	background-color: #ddd;
	border: none;
	font-weight: 700;
	width: 100%;
}

.quantity .btn.btn-outline-secondary:hover {
	background: #f47b20;
}

.quantity .btn.btn-outline-secondary:active {
	background: #f47b20 !important;
}

.quantity .btn.btn-outline-secondary.disable {
	color: #fff !important;
	background-color: #ddd !important;
}

.quantity input {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding: 0 4px;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: transparent;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	max-width: -webkit-calc(100% - 80px);
	max-width: -moz-calc(100% - 80px);
	max-width: calc(100% - 80px);
	min-width: -webkit-calc(100% - 80px);
	min-width: -moz-calc(100% - 80px);
	min-width: calc(100% - 80px);
	height: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.quantity .input-group-append,
.quantity .input-group-prepend {
	width: 40px;
	height: 40px;
	margin: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.quantity .btn {
	padding: 0;
}

.quantity.min {
	width: 120px;
}

.quantity.min .btn.btn-outline-secondary {
	font-size: 18px;
	line-height: 1;
	padding: 0;
	min-width: 30px !important;
}

.quantity.min input {
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	min-width: -webkit-calc(100% - 60px);
	min-width: -moz-calc(100% - 60px);
	min-width: calc(100% - 60px);
	height: 30px;
}

.quantity.min .input-group-append,
.quantity.min .input-group-prepend {
	width: 30px;
	height: 30px;
}

.close {
	font-size: 1rem;
	opacity: 1 !important;
	padding: 5px 7px !important;
	border: 1px solid #f5f5f5 !important;
}

.close:hover {
	opacity: .8 !important;
}

.btnMin {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #f47b20;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.btnMin:hover {
	background-color: #f79c58;
}

.btnMin:hover:after {
	background: #f47b20;
}

.btnMin:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: inherit;
}

.btnMin:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	z-index: 2;
}

.btnMin.comparison {
	margin-right: 10px;
}

.btnMin.comparison:before {
	background-image: url(../img/ic-h3.svg);
}

.btnMin.comparison:after {
	content: 'Добавить в сравнение';
	bottom: -webkit-calc(100% + 4px);
	bottom: -moz-calc(100% + 4px);
	bottom: calc(100% + 4px);
	top: auto;
	left: -20px;
	right: 0;
	margin: auto;
	background: #f9f9f9;
	color: #222;
	width: 80px;
	font-size: 10px;
	line-height: 1;
	height: auto;
	padding: 4px 0;
	display: none;
	text-align: center;
}

@media screen and (max-width:767px) {
	.btnMin.comparison:after {
		width: 70px;
		left: -15px;
	}
}

.btnMin.comparison:hover:after {
	display: block;
}

.btnMin.comparison.add {
	background-color: #f79c58;
	opacity: 1;
}

.btnMin.comparison.add:after {
	content: 'Удалить из сравнения';
}

.btnMin.fav:before {
	background-image: url(../img/ic-h4.svg);
}

.btnMin.fav:after {
	content: 'Добавить в корзину';
	bottom: -webkit-calc(100% + 4px);
	bottom: -moz-calc(100% + 4px);
	bottom: calc(100% + 4px);
	top: auto;
	left: -20px;
	right: 0;
	margin: auto;
	background: #f9f9f9;
	color: #222;
	width: 80px;
	font-size: 10px;
	line-height: 1;
	height: auto;
	padding: 4px 0;
	display: none;
	text-align: center;
}

@media screen and (max-width:767px) {
	.btnMin.fav:after {
		width: 70px;
		left: -15px;
	}
}

.btnMin.fav:hover:after {
	display: block;
}

.btnMin.fav.add {
	background-color: #f79c58;
	opacity: 1;
}

.btnMin.fav.add:after {
	content: 'Удалить из корзины';
}

.addLink {
	font-size: 13px;
	line-height: 16px;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	padding: 0 0 0 36px;
	position: relative;
	text-align: left;
}

.addLink:hover:before {
	background-color: #f47b20;
	border-color: #f47b20;
	color: #fff;
}

.addLink:before {
	content: '+';
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #ddd;
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 22px;
	font-size: 24px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 1px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btnPlay {
	width: 65px;
	height: 65px;
	background-color: #f47b20;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/play.svg);
	cursor: pointer;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0;
}

.comparison-btn-del {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	background-color: #fff;
	position: relative;
}

.comparison-btn-del:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/comparison-btn-del.svg);
}

.input-wrap .invalid-feedback {
	color: red;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	background: #fff;
	width: auto;
	padding: 11px 12px;
	-webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 25px rgba(0, 0, 0, .25);
	border: 1px solid;
	z-index: 1;
	margin-top: 11px;
}

.input-wrap .invalid-feedback:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid red;
	background: #fff;
	display: block;
	bottom: -webkit-calc(100% - 8px);
	bottom: -moz-calc(100% - 8px);
	bottom: calc(100% - 8px);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -2;
}

.input-wrap .invalid-feedback:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #fff;
}

.form-control:hover {
	border-color: #ccc;
}

.form-control:focus {
	border-color: #ccc !important;
}

.form-control.is-invalid:focus {
	border-color: red !important;
}

.form-control.is-valid:focus {
	border-color: #87da01 !important;
}

.is-invalid,
.is-valid {
	background-image: none !important;
}

.form-control.calendar {
	padding-right: 48px !important;
	background-image: url(../img/calendar-ic.svg);
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 16px) center;
	background-position: -moz-calc(100% - 16px) center;
	background-position: calc(100% - 16px) center;
	background-size: 18px;
}

.check-primary {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.check-primary input {
	display: none;
}

.check-primary input:checked ~ label .boxCb:before {
	opacity: 1;
}

.check-primary label {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	color: #222;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	padding-left: 30px;
}

.check-primary label:hover {
	color: #f47b20;
}

.check-primary label .boxCb {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.check-primary label .boxCb:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #f47b20;
	border-right: 2px solid #f47b20;
	width: 6px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	bottom: 1px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.radioSb {
	display: inline-block;
	vertical-align: middle;
}

.radioSb:hover {
	color: #f47b20;
}

.radioSb:hover label .levelEl,
.radioSb:hover label .levelEl2 {
	background-image: url(../img/sort-orange-ic.svg);
}

.radioSb input {
	display: none;
}

.radioSb input:checked ~ label .levelEl,
.radioSb input:checked ~ label .levelEl2 {
	background-image: url(../img/sort-orange-ic.svg);
}

.radioSb input:checked ~ label .levelEl2:after,
.radioSb input:checked ~ label .levelEl2:before,
.radioSb input:checked ~ label .levelEl:after,
.radioSb input:checked ~ label .levelEl:before {
	background-color: #f47b20;
}

.radioSb label {
	margin: 0;
	cursor: pointer;
}

.radioSb label .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.radioSb label .text:not(:last-child) {
	margin-right: 4px;
}

.radioSb label .levelEl {
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 4px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/sort-grey-ic.svg);
}

.radioSb label .levelEl:before {
	content: '';
	width: 2px;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: -webkit-calc(100% + 2px);
	right: -moz-calc(100% + 2px);
	right: calc(100% + 2px);
	background-color: #aaa;
	display: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.radioSb label .levelEl:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: -webkit-calc(100% + 2px);
	left: -moz-calc(100% + 2px);
	left: calc(100% + 2px);
	background-color: #aaa;
	display: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.radioSb label .levelEl2 {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 4px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/sort-grey-ic.svg);
}

.radioSb label .levelEl2:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: -webkit-calc(100% + 2px);
	right: -moz-calc(100% + 2px);
	right: calc(100% + 2px);
	background-color: #aaa;
	display: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.radioSb label .levelEl2:before {
	content: '';
	width: 2px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: -webkit-calc(100% + 2px);
	left: -moz-calc(100% + 2px);
	left: calc(100% + 2px);
	background-color: #aaa;
	display: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.percentCalc {
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	height: 30px;
	width: 50px;
}

.percentCalc:hover {
	border-color: #aaa;
}

.percentCalc input {
	text-align: right;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	border: none;
	width: 16px;
	margin-right: 2px;
	margin-left: -2px;
}

.percentCalc span {
	font-size: 12px;
	line-height: 15px;
}

.percentCalc input[type=number]::-webkit-inner-spin-button,
.percentCalc input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.percentCalc input[type=number] {
	-moz-appearance: textfield;
}

.percentCalc input[type=number]:focus,
.percentCalc input[type=number]:hover {
	-moz-appearance: number-input;
}

.percentCalc input[type=number]::-webkit-inner-spin-button,
.percentCalc input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control.boxy {
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 16px;
	height: 36px;
	font-size: 12px;
}

.form-control.boxy::-webkit-input-placeholder {
	color: #222;
}

.form-control.boxy::-moz-placeholder {
	color: #222;
}

.form-control.boxy:-moz-placeholder {
	color: #222;
}

.form-control.boxy:-ms-input-placeholder {
	color: #222;
}

.form-control.boxy.is-valid {
	border-color: #87da01;
}

.form-control.boxy.is-invalid {
	border-color: red;
}

textarea.auto-height {
	overflow: hidden;
	resize: none;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.radio-primary {
	display: inline-block;
	vertical-align: middle;
}

.radio-primary:not(:last-child) {
	margin-right: 32px;
}

.radio-primary.w-50 {
	margin-right: 0;
}

.radio-primary input {
	display: none;
}

.radio-primary input:checked ~ label .circle:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #f47b20;
	margin: auto;
}

.radio-primary label {
	cursor: pointer;
	margin: 0;
	position: relative;
	padding-left: 32px;
	line-height: 16px;
}

.radio-primary label .circle {
	border: 1px solid #ddd;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.input-orange {
	border-radius: 4px;
	border: 1px solid #f47b20;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.quantity.input-orange-number {
	width: 100%;
	border: 1px solid #f47b20;
	position: relative;
	padding: 8.5px 30px 8.5px 25px;
	max-width: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	background-color: #fff;
}

.quantity.input-orange-number p {
	font-size: 12px;
	margin-bottom: 0;
	max-width: 95px;
	width: 100%;
}

.quantity.input-orange-number .input-group {
	width: auto;
	display: inline-block;
}

.quantity.input-orange-number .input-group-prepend {
	display: none;
}

.quantity.input-orange-number .input-group-append {
	display: none;
}

.quantity.input-orange-number .form-control {
	width: auto;
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	max-width: 95px;
	border: none;
	height: auto;
	min-width: auto;
	text-align: right !important;
	font-weight: 400;
}

.quantity.input-orange-number .quantity-button {
	position: absolute;
	left: auto;
	right: 0;
	width: 14px;
	height: 13px;
	background-position: center;
	background-size: 10px;
	background-repeat: no-repeat;
	font-size: 0;
	border: none;
}

.quantity.input-orange-number .quantity-button:hover.quantity-up:before {
	opacity: 1;
}

.quantity.input-orange-number .quantity-button:hover.quantity-down:before {
	opacity: 1;
}

.quantity.input-orange-number .quantity-button.quantity-up {
	top: 6px;
	background-image: url(../img/arr-medium.svg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px;
}

.quantity.input-orange-number .quantity-button.quantity-up:before {
	opacity: 0;
	content: '';
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-image: url(../img/arr-medium-orange.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.quantity.input-orange-number .quantity-button.quantity-down {
	right: -4px;
	bottom: 6px;
	background-image: url(../img/arr-medium.svg);
}

.quantity.input-orange-number .quantity-button.quantity-down:before {
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-image: url(../img/arr-medium-orange.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.quantity input:focus {
	outline: 0;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}

.box-ic-link {
	width: 16px;
	height: 16px;
	background-image: url(../img/box-ic-link.svg);
}

.remove-placeholder::-webkit-input-placeholder {
	color: transparent !important;
}

.remove-placeholder::-moz-placeholder {
	color: transparent !important;
}

.remove-placeholder:-moz-placeholder {
	color: transparent !important;
}

.remove-placeholder:-ms-input-placeholder {
	color: transparent !important;
}

.bxSearch {
	width: 100%;
	position: relative;
}

.bxSearch .bxSearch__input {
	height: 35px;
	width: 100%;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #222;
	padding: 10px 32px 10px 10px;
}

.bxSearch .bxSearch__input::-webkit-input-placeholder {
	color: #222 !important;
}

.bxSearch .bxSearch__input::-moz-placeholder {
	color: #222 !important;
}

.bxSearch .bxSearch__input:-moz-placeholder {
	color: #222 !important;
}

.bxSearch .bxSearch__input:-ms-input-placeholder {
	color: #222 !important;
}

.bxSearch .bxSearch__btn {
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(../img/ic-h2-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	z-index: 5;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	font-size: 0;
}

.multiple-select {
	background: #fff;
	border-radius: 30px;
	padding: 0 12px 0 20px;
	border: 1px solid #f4f4f4;
	width: 255px;
	cursor: pointer;
}

@media screen and (min-width:1199px) {
	.multiple-select:not(.open) {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}

	.multiple-select:not(.open):hover {
		background-color: #f47b20;
		color: #fff;
	}

	.multiple-select:not(.open):hover .text:after {
		background-image: url(../img/arr-medium-white.svg);
	}
}

.multiple-select.open {
	padding: 6px 12px 6px 20px;
	margin-top: -6px;
	margin-bottom: -118px;
	border-color: #ddd;
	z-index: 10;
	border-radius: 15px;
}

.multiple-select.open .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.multiple-select.open .text:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.multiple-select .text {
	padding: 9px 0;
	text-align: left;
	font-size: 16px;
	margin: 0;
	line-height: 130%;
	position: relative;
}

.multiple-select .text:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 6px;
	top: 0;
	right: 3px;
	bottom: 0;
	display: block !important;
	margin: auto;
	background-image: url(../img/arr-medium.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.multiple-select .not-all {
	display: none;
}

.multiple-select .wrap {
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.multiple-select .wrap .check-primary {
	width: 100%;
	padding: 6px 0;
}

.multiple-select .wrap .check-primary label {
	margin: 0;
	font-size: 16px;
	padding-left: 0;
	padding-right: 30px;
	font-weight: 400;
	width: 100%;
	line-height: 135%;
	color: #222 !important;
}

.multiple-select .wrap .check-primary label .boxCb {
	width: 15px;
	height: 15px;
	right: 0;
	left: auto;
	border: none;
	background-size: contain;
	background-repeat: no-repeat;
}

.multiple-select .wrap .check-primary label .boxCb:before {
	display: none;
}

.multiple-select .wrap .check-primary input:checked ~ label .boxCb {
	background-image: url(../img/check-orange.svg) !important;
}

.multiple-select .wrap .check-primary input:checked ~ label .boxCb:after {
	content: '';
	background-image: url(../img/check-black.svg) !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.multiple-select .wrap .check-primary input:checked ~ label:hover .boxCb {
	background-image: none !important;
}

.multiple-select .wrap .check-primary input:checked ~ label:hover .boxCb:after {
	opacity: 1;
}

.owl-carousel .owl-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.owl-carousel .owl-nav button {
	width: 30px;
	height: 30px;
	background-color: #fff !important;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

@media screen and (max-width:767px) {
	.owl-carousel .owl-nav button {
		width: 32px;
		height: 32px;
	}
}

.owl-carousel .owl-nav button.owl-next span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 8px;
}

.owl-carousel .owl-nav button span {
	background-image: url(../img/arr.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% !important;
	font-size: 0;
	width: 8px;
	height: 12px;
	display: block !important;
	position: relative;
}

.owl-carousel .owl-nav button span:before {
	content: '';
	background-image: url(../img/arr-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
}

.owl-carousel .owl-nav button:not(.disabled):hover {
	background: #f4f4f4 !important;
	border-color: #f4f4f4 !important;
}

.owl-carousel .owl-nav button:not(.disabled):hover span {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.owl-carousel .owl-nav button.disabled {
	cursor: default;
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 32px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #ddd;
	margin: 2px 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #000;
	opacity: .25;
}

.owl-carousel .owl-dots .owl-dot:hover:not(.active) {
	background-color: #f47b20;
}

.owl-carousel.orange-nav .owl-nav {
	top: 100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.owl-carousel.orange-nav .owl-nav.disabled {
	display: none !important;
}

.owl-carousel.orange-nav .owl-nav button {
	background-color: #f47b20 !important;
	width: 30px;
	height: 30px;
	border: none !important;
}

.owl-carousel.orange-nav .owl-nav button span {
	background-image: url(../img/arr-white.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% !important;
	font-size: 0;
	width: 8px;
	height: 12px;
	display: block !important;
	position: relative;
}

.owl-carousel.orange-nav .owl-nav button span:before {
	display: none;
}

.owl-carousel.orange-nav .owl-nav button:not(.disabled):hover {
	background-color: #f4f4f4 !important;
}

.owl-carousel.orange-nav .owl-nav button.disabled {
	background-color: #f47b20 !important;
}

.owl-carousel.orange-nav .owl-nav button.disabled span {
	background-image: url(../img/arr-white.svg) !important;
}

.owl-carousel.orange-nav .owl-dots {
	top: -webkit-calc(100% + 5px);
	top: -moz-calc(100% + 5px);
	top: calc(100% + 5px);
	display: block !important;
}

.owl-carousel.orange-nav .owl-dots.disabled {
	display: none !important;
}

@media screen and (max-width:991px) {
	.owl-carousel.orange-nav .owl-dots {
		top: 90%;
	}
}

@media screen and (max-width:575px) {
	.owl-carousel.orange-nav .owl-dots {
		top: 93%;
		display: none !important;
	}
}

.owl-carousel.orange-nav .owl-dots .owl-dot {
	background-color: #ddd !important;
}

.owl-carousel.orange-nav .owl-dots .owl-dot:hover {
	background-color: #f47b20 !important;
}

.owl-carousel.orange-nav .owl-dots .owl-dot.active {
	background: #f47b20 !important;
	opacity: 1;
}

.owl-carousel.orange-nav .owl-dots .owl-dot.active:hover {
	background: #f47b20 !important;
}

.owl-carousel.owl-grey .owl-nav button {
	background-color: #f4f4f4 !important;
	border: none !important;
}

.owl-carousel.owl-grey .owl-nav button:not(.disabled):hover {
	background-color: #f47b20 !important;
}

.max-dots .owl-dot {
	display: none;
}

.max-dots .owl-dot:nth-child(1),
.max-dots .owl-dot:nth-child(10),
.max-dots .owl-dot:nth-child(2),
.max-dots .owl-dot:nth-child(3),
.max-dots .owl-dot:nth-child(4),
.max-dots .owl-dot:nth-child(5),
.max-dots .owl-dot:nth-child(6),
.max-dots .owl-dot:nth-child(7),
.max-dots .owl-dot:nth-child(8),
.max-dots .owl-dot:nth-child(9) {
	display: inline-block;
}

.next-custom,
.prev-custom {
	width: 30px;
	height: 30px;
	background-color: #f47b20;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	font-size: 0;
}

.next-custom:before,
.prev-custom:before {
	content: '';
	background-image: url(../img/arr-white.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	font-size: 0;
	width: 8px;
	height: 12px;
	display: block;
}

.next-custom:hover,
.prev-custom:hover {
	background: #f47b20;
}

.next-custom {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.milk ul.socialGrey li a {
	border-color: #bfbfbf;
	background-color: #bfbfbf;
}

.milk ul.socialGrey li a.in {
	background-image: url(../img/in-white.svg);
}

.milk ul.socialGrey li a.fb {
	background-image: url(../img/fb-white.svg);
	background-size: 10px;
}

.milk ul.socialGrey li a.vk {
	background-image: url(../img/vk-white.svg);
}

.milk ul.socialGrey li a.tw {
	background-image: url(../img/tw-white.svg);
}

.milk ul.socialGrey li a.youtube {
	background-image: url(../img/youtube-white.svg);
}

.milk ul.socialGrey li a.telegram {
	background-image: url(../img/telegram-white.svg);
}

.milk ul.socialGrey li a.apple {
	background-image: url(../img/apple-white.svg);
}

.milk ul.socialGrey li a.android {
	background-image: url(../img/android-white.svg);
}

ul.socialGrey {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.socialGrey li {
	margin-right: 10px;
	list-style-type: none;
}

ul.socialGrey li:last-child {
	margin-right: 0;
}

ul.socialGrey li a {
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	background-size: 18px;
	position: relative;
}

ul.socialGrey li a:hover {
	border-color: #f47b20;
	background-color: #f47b20;
}

ul.socialGrey li a:hover:before {
	opacity: 1;
}

ul.socialGrey li a:before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

ul.socialGrey li a.in {
	background-image: url(../img/in-gray.svg);
}

ul.socialGrey li a.in:before {
	background-image: url(../img/in-white.svg);
}

ul.socialGrey li a.fb {
	background-image: url(../img/fb-gray.svg);
	background-size: 10px;
}

ul.socialGrey li a.fb:before {
	background-image: url(../img/fb-white.svg);
	background-size: 10px;
}

ul.socialGrey li a.vk {
	background-image: url(../img/vk-gray.svg);
}

ul.socialGrey li a.vk:before {
	background-image: url(../img/vk-white.svg);
}

ul.socialGrey li a.tw {
	background-image: url(../img/tw-gray.svg);
}

ul.socialGrey li a.tw:before {
	background-image: url(../img/tw-white.svg);
}

ul.socialGrey li a.youtube {
	background-image: url(../img/youtube-gray.svg);
}

ul.socialGrey li a.youtube:before {
	background-image: url(../img/youtube-white.svg);
}

ul.socialGrey li a.telegram {
	background-image: url(../img/telegram-gray.svg);
}

ul.socialGrey li a.telegram:before {
	background-image: url(../img/telegram-white.svg);
}

ul.socialGrey li a.apple {
	background-image: url(../img/apple-gray.svg);
}

ul.socialGrey li a.apple:before {
	background-image: url(../img/apple-white.svg);
}

ul.socialGrey li a.android {
	background-image: url(../img/android-gray.svg);
}

ul.socialGrey li a.android:before {
	background-image: url(../img/android-white.svg);
}

.breadcrumb-wrap {
	padding: 32px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.breadcrumb-wrap .btn {
	white-space: nowrap;
	margin-left: auto;
}

.breadcrumb-wrap .breadcrumb {
	display: block;
	background-color: transparent;
	padding: 0;
	line-height: 1;
	margin: 0;
}

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

.breadcrumb-wrap .breadcrumb:not(:last-child) {
	margin-right: 24px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
	font-size: 12px;
	line-height: 15px;
	color: #8e8e8e;
	padding: 0;
	margin-bottom: 7px;
	display: inline-block;
	white-space: nowrap;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
	display: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:after {
	content: "\00a0 / \00a0";
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	color: #8e8e8e;
	position: relative;
	right: -3px;
}

@media screen and (max-width:767px) {
	.breadcrumb-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 0 32px;
	}

	.breadcrumb-wrap .breadcrumb:not(:last-child) {
		margin-right: 0;
		width: 100%;
	}

	.breadcrumb-wrap .btn {
		margin: 16px 0 0;
	}
}

.pagination-wrap {
	padding: 60px 0 0 0;
}

.pagination-wrap:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:767px) {
	.pagination-wrap {
		padding: 0 0 32px 0;
	}
}

.pagination {
	margin: 0;
}

.pagination .page-link {
	padding: 0 0;
	margin: 0;
	color: #222;
	border: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.pagination .page-link:hover {
	background-color: #f47b20;
	color: #fff;
}

.pagination .page-link:active {
	background-color: #f47b20;
	color: #fff;
}

.pagination .page-link[aria-label=Previous] {
	border-radius: 100% !important;
	font-size: 0;
	background-color: #f4f4f4;
	margin: 0 15px 0 0;
	position: relative;
}

.pagination .page-link[aria-label=Previous]:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/arr.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
}

.pagination .page-link[aria-label=Previous]:hover {
	background-color: #f47b20;
	border-color: #f47b20;
}

.pagination .page-link[aria-label=Previous]:hover:before {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.pagination .page-link[aria-label=Previous]:active {
	background-color: #f47b20;
	border-color: #f47b20;
}

.pagination .page-link[aria-label=Previous]:active:before {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.pagination .page-link[aria-label=Next] {
	border-radius: 100% !important;
	font-size: 0;
	background-color: #f4f4f4;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0 0 0 15px;
}

.pagination .page-link[aria-label=Next]:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/arr.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
}

.pagination .page-link[aria-label=Next]:hover {
	background-color: #f47b20;
	border-color: #f47b20;
}

.pagination .page-link[aria-label=Next]:hover:before {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.pagination .page-link[aria-label=Next]:active {
	background-color: #f47b20;
	border-color: #f47b20;
}

.pagination .page-link[aria-label=Next]:active:before {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.pagination .page-item {
	margin: 0 2.5px;
}

.pagination .page-item.disabled .page-link {
	background-color: #f47b20;
	color: #fff;
}

.pagination .page-item:first-child.disabled .page-link,
.pagination .page-item:last-child.disabled .page-link {
	background-color: #f4f4f4;
}

@media screen and (max-width:767px) {
	.pagination .page-link {
		width: 32px;
		height: 32px;
	}

	.pagination .page-link[aria-label=Previous] {
		margin: 0 8px 0 0;
	}

	.pagination .page-link[aria-label=Next] {
		margin: 0 0 0 8px;
	}
}

@media screen and (max-width:370px) {
	.pagination .page-link[aria-label=Next] {
		margin: 0 0 0 3px;
	}

	.pagination .page-link[aria-label=Previous] {
		margin: 0 3px 0 0;
	}

	.pagination .page-item {
		margin: 0 1px;
	}
}

body .tooltip-inner {
	background: #f4f4f4;
	font-size: 12px;
	line-height: 15px;
	color: #222;
	padding: 11px 12px;
	border-radius: 0;
}

.tab-primary .nav {
	margin-bottom: 32px;
}

.tab-primary .nav .nav-item {
	margin-right: 8px;
	margin-bottom: 8px;
}

.tab-primary .nav .nav-item:last-child {
	margin-right: 0;
}

.tab-primary .nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 12px 20px;
	background: #f2f2f2;
	border-radius: 45px;
}

.tab-primary .nav .nav-item .nav-link:hover {
	color: #fff;
	background: #f47b20;
}

.tab-primary .nav .nav-item .nav-link.active {
	color: #fff;
	background: #f47b20;
}

@media screen and (max-width:575px) {
	.tab-primary .nav .nav-item {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
}

.docBox {
	counter-reset: item;
	padding: 0;
	margin: 0;
}

.docBox li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 12px 12px 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.docBox li:hover {
	background-color: #f4f4f4;
}

.docBox li:hover .openPDF:before {
	opacity: 1;
}

.docBox li:hover .download:before {
	opacity: 1;
}

.docBox li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.docBox li:before {
	content: counter(item, decimal-leading-zero) ". ";
	counter-increment: item;
	display: block;
	width: 40px;
	min-width: 40px;
	font-size: 14px;
	line-height: 17px;
	padding-right: 4px;
}

.docBox p {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}

.docBox .docBox__name {
	margin-right: 20px;
	max-width: 70%;
}

.docBox .docBox__format {
	margin-left: auto;
	margin-right: 20px;
}

.docBox .docBox__size {
	margin-right: 20px;
	min-width: 16px;
}

.docBox .download {
	margin-right: 20px;
	min-width: 16px;
	position: relative;
}

.docBox .download:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/download-orange.svg);
	opacity: 0;
}

.docBox .openPDF {
	position: relative;
}

.docBox .openPDF:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/open-orang-ic.svg);
	opacity: 0;
}

@media screen and (max-width:991px) {
	.docBox .docBox__name {
		max-width: 60%;
	}
}

@media screen and (max-width:575px) {
	.docBox .docBox__name {
		max-width: 50%;
		margin-right: 8px;
	}
}

@media screen and (max-width:575px) {
	.docBox li {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 12px 0 12px 0;
	}

	.docBox li:before {
		margin-bottom: 12px;
	}

	.docBox .docBox__name {
		max-width: 100%;
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		margin-right: 0;
		margin-bottom: 12px;
	}
}

.manufacturer-category {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width:991px) {
	.manufacturer-category {
		width: 100%;
		text-align: center;
		margin-bottom: 12px;
	}
}

.mainWarningH {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 60px;
	background-color: #313094;
	color: #fff;
	font-size: 14px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 60px;
}

.mainWarningH ~ header {
	top: 60px;
}

.mainWarningH ~ main {
	padding-top: 180px;
}

.mainWarningH a {
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}

.btnBlueBox {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	background-color: #2a297e;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.btnBlueBox:hover {
	background-color: #222267;
}

.btnBlueBox:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/btnBlueBox.png);
}

@media screen and (max-width:1280px) {
	.mainWarningH {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width:991px) {
	.mainWarningH {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	.mainWarningH {
		padding-left: 0;
		line-height: 1;
		height: 80px;
	}

	.mainWarningH ~ header {
		top: 80px;
	}

	.mainWarningH ~ main {
		padding-top: 136px;
	}

	.btnBlueBox {
		height: 80px;
	}
}

body .modal-body,
body .modal-footer,
body .modal-header {
	padding-right: 48px;
	padding-left: 48px;
	border: none;
}

body .modal-body:first-child,
body .modal-footer:first-child,
body .modal-header:first-child {
	padding-top: 56px;
}

body .modal-body:last-child,
body .modal-footer:last-child,
body .modal-header:last-child {
	padding-bottom: 60px;
}

body .modal-header {
	padding-bottom: 32px;
}

body .modal-body {
	padding-top: 0;
	padding-bottom: 48px;
}

body .modal-footer {
	padding-top: 0;
}

body .modal .close {
	background-image: none;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 20px;
	height: 20px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

body .modal .close:hover {
	opacity: 1 !important;
}

body .modal .close span {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	left: -3px;
	width: -webkit-calc(100% + 6px);
	width: -moz-calc(100% + 6px);
	width: calc(100% + 6px);
	height: -webkit-calc(100% + 6px);
	height: -moz-calc(100% + 6px);
	height: calc(100% + 6px);
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

body .modal .close span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 1px;
	margin: auto;
	background-color: #222;
}

body .modal .close span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 1px;
	margin: auto;
	background-color: #222;
}

body.modal-open {
	overflow: inherit;
	padding-right: 0 !important;
}

.popup-window {
	max-width: 214px;
	max-height: 240px;
	overflow: auto;
	padding: 10px 20px;
}

.popup-window ul:not([class]) li:before {
	display: none;
}

.popup-window .bx-filter-select-popup ul li {
	margin: 10px 0;
	padding: 0;
}

.popup-window .bx-filter-select-popup ul li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.popup-window .bx-filter-select-popup ul li:last-child {
	margin-bottom: 0;
}

.popup-window .bx-filter-select-popup ul li label {
	font-family: Montserrat;
	padding: 0;
	white-space: inherit;
	text-overflow: inherit;
	-ms-text-overflow: ellipsis;
	color: #222;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	height: auto;
	line-height: 100%;
	background-color: transparent !important;
}

.popup-window .bx-filter-select-popup ul li label:hover {
	color: #f47b20;
}

.popup-window::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 8px;
	height: 0;
	position: absolute;
}

.popup-window::-webkit-scrollbar-track {
	background-color: #fff;
	position: absolute;
}

.popup-window::-webkit-scrollbar-thumb {
	position: absolute;
	border-radius: 0;
	background-color: #ddd;
	width: 8px;
}

.popup-window::-webkit-resizer {
	background-repeat: no-repeat;
	width: 8px;
	height: 0;
	position: absolute;
}

.popup-window::-webkit-scrollbar {
	width: 8px;
	position: absolute;
}

@media screen and (max-width:1199px) {
	.popup-window {
		max-width: 200px;
		padding: 10px 10px;
	}
}

@media screen and (max-width:991px) {
	.popup-window {
		max-width: 173px;
	}

	.popup-window .bx-filter-select-popup {
		min-width: auto;
	}
}

@media screen and (max-width:767px) {
	.popup-window {
		max-width: -webkit-calc(100vw - 72px);
		max-width: -moz-calc(100vw - 72px);
		max-width: calc(100vw - 72px);
		width: 505px;
		padding: 10px 16px;
	}
}

.styleGuide {
	margin: auto;
	max-width: 1280px;
	background-color: #fff;
	padding: 80px 0;
}

.styleGuide .itemSg {
	border: 2px solid;
	border-bottom: 0;
	border-color: #222;
}

.styleGuide .itemSg:last-child {
	border-bottom: 2px solid;
}

.styleGuide .itemSg .sg_input {
	display: none;
}

.styleGuide .itemSg .sg_input:checked ~ .sg_label {
	background-color: #222;
	color: #fff;
}

.styleGuide .itemSg .sg_input:checked ~ .sg_label ~ .box {
	display: block;
	background: rgba(56, 48, 48, .1);
}

.styleGuide .itemSg .box {
	display: none;
	background-color: #fff;
	padding: 20px 20px;
}

.styleGuide .itemSg .box .box-item {
	margin-bottom: 25px;
	max-width: 1200px;
	background-color: #fff;
	padding: 5px;
}

.styleGuide .itemSg .box .box-item textarea {
	margin-top: 10px;
}

.styleGuide .itemSg .sg_label {
	width: 100%;
	font-size: 22px;
	padding: 10px 30px;
	margin: 0;
	cursor: pointer;
}

.styleGuide .itemSg textarea {
	width: 100%;
	min-height: 70px;
}

@media screen and (max-width:767px) {
	.styleGuide .itemSg .box {
		padding: 0;
	}

	.styleGuide .itemSg .box .box-item {
		padding: 10px 10px;
	}

	.styleGuide .itemSg .box .box-item > .box-item {
		padding: 0;
	}

	.styleGuide .itemSg .box .navbar {
		width: 100vw;
		margin-left: -10px;
	}

	.styleGuide .itemSg {
		border: 0;
	}
}

.navPages {
	background: #fff;
	min-height: 100vh;
}

.navPages li {
	list-style-type: none;
}

.navPages a {
	font-size: 20px;
}

header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
}

header .ic {
	margin-right: 10px;
}

.pseudo-hr {
	width: 100%;
	margin-bottom: 20px;
	height: 0;
}

header:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-color: #f47b20;
	height: 50px;
}

.no-transition * {
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	transition: 0s !important;
}

.link-h {
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}

.link-h .btn.btn-link {
	padding: 0;
	font-size: inherit;
	font-weight: inherit !important;
	border: none;
	-webkit-transition: .5s !important;
	-moz-transition: .5s !important;
	transition: .5s !important;
}

.link-h .btn.btn-link.active {
	color: #f47b20;
}

.link-back-h {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
}

.flex-h {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0 0;
}

.logo {
	width: 138px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/logo.png);
}

.logo:hover {
	opacity: 1;
}

.burger {
	display: none;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.select-city-wrap {
	width: 184px;
	margin-right: auto;
	margin-left: 26px;
	margin-bottom: 1px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	transition: 0s !important;
}

.select-city-wrap * {
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	transition: 0s !important;
}

.select-city-wrap .select2 {
	padding: 0 16px;
	width: 100% !important;
}

.office-h {
	font-size: 11px;
	margin: 0 10px 0 0;
	max-width: 280px;
	max-width: 290px;
}

.mini .office-h {
	display: none;
}

@media screen and (min-width:767px) {

	header .select2-container,
	header .selection {
		outline: 0 !important;
	}

	header .select2-container:hover,
	header .selection:hover {
		color: #f47b20;
	}

	header .select2-container {
		width: auto !important;
		max-width: 100%;
	}

	header .select2-selection__rendered {
		font-weight: 600;
		font-size: 14px;
		line-height: 16px !important;
		height: auto;
		padding-left: 20px !important;
		padding-right: 0 !important;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		transition: 0s;
	}

	header .select2-container .select2-selection--single {
		border: 0 !important;
		outline: 0 !important;
		height: auto;
		border-radius: 0;
	}

	header .select2-selection__arrow {
		width: 10px;
		height: 7px;
		position: absolute;
		top: 0;
		right: auto;
		left: 16px;
		bottom: 0;
		margin: auto;
		background-image: url(../img/arr-medium.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	header .select2-selection__arrow b {
		display: none;
	}
}

.select2-dropdown {
	max-height: 50vh;
	overflow: auto;
}

.select2-container.select2-container--city .select2-dropdown {
	padding: 0 16px 8px 35px;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: none;
}

.select2-container.select2-container--city .select2-dropdown:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	display: block;
	bottom: -webkit-calc(100% - 7px);
	bottom: -moz-calc(100% - 7px);
	bottom: calc(100% - 7px);
	left: 15px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -2;
	-webkit-box-shadow: 0 0 15px rgba(138, 138, 138, .25);
	box-shadow: 0 0 15px rgba(138, 138, 138, .25);
}

.select2-container.select2-container--city .select2-dropdown:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #fff;
}

table.title-search-result th {
	display: none;
}

td.title-search-item a {
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	width: 100%;
	max-width: 100%;
	display: block !important;
	padding-bottom: 4px;
	padding-top: 4px;
}

div.title-search-result {
	width: 640px !important;
	padding-top: 8px;
	background: #fff;
	padding-left: 8px;
}

table.title-search-result td {
	width: 640px !important;
	max-width: 640px;
}

table.title-search-result td.title-search-item img {
	vertical-align: top;
	display: none;
}

table.title-search-result td.title-search-item b {
	color: #f47b20;
}

@media screen and (max-width:991px) {
	div.title-search-result {
		margin-left: -128px;
	}
}

@media screen and (max-width:767px) {
	div.title-search-result {
		margin-left: 0;
		width: -webkit-calc(100% - 30px) !important;
		width: -moz-calc(100% - 30px) !important;
		width: calc(100% - 30px) !important;
		max-width: 545px !important;
		z-index: 9999;
		padding: 0;
	}

	table.title-search-result td {
		width: -webkit-calc(100% - 30px) !important;
		width: -moz-calc(100% - 30px) !important;
		width: calc(100% - 30px) !important;
		max-width: 545px !important;
	}
}

.link-wrap-h {
	padding: 0;
	margin: -2px 26px 0 auto;
	margin-right: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link-wrap-h .link-h {
	list-style-type: none;
	margin-right: 32px;
	display: inline-block;
	vertical-align: middle;
	z-index: 2;
}

.link-wrap-h .link-h:last-child {
	margin-right: 0;
}

.link-wrap-h .link-h:before {
	display: none;
}

@media screen and (max-width:767px) {
	.link-wrap-h .link-h {
		margin-right: 14px;
	}
}

.phone-h {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin-right: 45px;
	margin-left: 0;
}

.enter-h {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	margin-top: -1px;
}

.enter-h:before {
	content: '';
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/enter-h.svg);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.hamburger-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -20px;
}

.hamburger-wrap .hamburger-inner,
.hamburger-wrap .hamburger-inner::after,
.hamburger-wrap .hamburger-inner::before {
	width: 24px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}

.hamburger-wrap .hamburger--3dxy .hamburger-box {
	width: 24px;
	height: 18px;
	display: block;
}

.hamburger-wrap .hamburger-inner::before {
	top: -8px;
}

.hamburger-wrap .hamburger-inner::after {
	bottom: -8px;
}

.hamburger-wrap .hamburger {
	outline: 0 !important;
	padding: 16px 88px 16px 20px !important;
	padding-right: 57px;
	position: relative;
	opacity: 1 !important;
}

@media screen and (min-width:768px) {
	.hamburger-wrap .hamburger:hover .hamburger__text {
		opacity: .75;
	}
}

.hamburger-wrap .hamburger .hamburger__text {
	position: absolute;
	left: -webkit-calc(44px + 12px);
	left: -moz-calc(44px + 12px);
	left: calc(44px + 12px);
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.hamburger-wrap .is-active .hamburger-inner::before {
	top: -11px;
	background-color: #f47b20;
}

.hamburger-wrap .is-active .hamburger-inner::after {
	bottom: -9px;
	background-color: #f47b20;
}

.hamburger-wrap .is-active .hamburger__text {
	color: #222;
}

.hamburger-wrap .is-active:before {
	content: '';
	position: absolute;
	background-color: #fff;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.hamburger-wrap .is-active .hamburger-inner2 {
	background-color: #f47b20;
}

.hamburger-wrap .is-active .hamburger-inner2:after,
.hamburger-wrap .is-active .hamburger-inner2:before {
	background-color: #f47b20;
}

.hamburger-wrap .hamburger-inner2 {
	width: 24px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -2px;
	left: 0;
}

.hamburger-wrap .hamburger-inner2:before {
	content: '';
	width: 24px;
	height: 3.5px;
	background-color: #fff;
	border-radius: 0;
	bottom: 7px;
	left: 0;
	position: absolute;
}

.hamburger-wrap .hamburger-inner2:after {
	content: '';
	width: 24px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	top: 7px;
	left: 0;
	position: absolute;
}

.single-h {
	margin: -1px 0 0 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-h:hover {
	color: #fff;
}

@media screen and (min-width:768px) {
	.single-h:hover {
		opacity: .75;
	}
}

.single-h .ic-h5 {
	width: 18px;
	height: 23px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/ic-h5.svg);
}

.search-h {
	background: rgba(242, 242, 242, .2);
	width: 285px;
	position: relative;
	margin-left: 44px;
}

.search-h input[type=text] {
	font-size: 13px;
	color: #fff;
	outline: 0;
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0 64px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
}

.search-h input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search-h input[type=text]::-moz-placeholder {
	color: #fff;
}

.search-h input[type=text]:-moz-placeholder {
	color: #fff;
}

.search-h input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search-h input[type=submit] {
	position: absolute;
	font-size: 0;
	width: 24px;
	height: 24px;
	right: 20px;
	bottom: 0;
	top: 0;
	margin: auto;
	border: none;
	background-color: transparent;
	background-image: url(../img/ic-h2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0;
}

.link-group-h {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 auto;
	padding: 0;
}

.link-group-h li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	line-height: 30px;
	position: relative;
	padding: 8px 12px;
	height: 50px;
	z-index: 1;
}

.link-group-h li:last-child {
	margin-right: -12px;
}

.link-group-h li .link-h {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

@media screen and (min-width:768px) {
	.link-group-h li .link-h:hover {
		opacity: .75;
	}
}

.link-group-h li .ic {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	display: inline-block;
}

.link-group-h li .ic.ic-h1 {
	background-image: url(../img/ic-h1.svg);
}

@media screen and (min-width:1200px) {
	.link-group-h li .ic.ic-h1 {
		margin-right: 10px;
	}
}

.link-group-h li .ic.ic-h3 {
	background-image: url(../img/ic-h3.svg);
}

.link-group-h li .ic.ic-h4 {
	background-image: url(../img/ic-h4.svg);
}

.link-group-h li .count {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	font-size: inherit;
	border-radius: 100%;
	text-align: center;
	background-color: #f3924a;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.link-group-h li:first-child {
	margin-left: 0;
}

.link-group-h li:before {
	display: none;
}

@media screen and (min-width:768px) {
	header.mini {
		max-height: 60px;
		background: #f47b20;
	}

	header.mini:after {
		display: none;
	}

	header.mini .flex-h {
		padding: 0;
	}

	header.mini .logo {
		background-image: url(../img/new_scroll_logo.svg);
		width: 128px;
		height: 30px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}

	header.mini a.logo:hover {
		opacity: .75;
	}

	header.mini .hamburger-wrap {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 20px;
	}

	header.mini .hamburger-wrap .hamburger {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}

	header.mini .hamburger-wrap .hamburger:hover .hamburger__text {
		opacity: .75;
	}

	header.mini .search-h {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-left: 0;
		margin-right: 0;
		width: 140px;
		border: 1px solid #fbd0b0;
		background-color: transparent;
	}

	header.mini .search-h input[type=text] {
		height: 40px;
		padding: 0 48px 0 10px;
		opacity: .65;
	}

	header.mini .search-h input[type=submit] {
		right: 11px;
	}

	header.mini .phones-h {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-left: 30px;
		margin-right: auto;
	}

	header.mini .phone-h {
		color: #fff;
		font-size: 16px;
		margin-right: 0;
	}

	header.mini .phone-h:hover {
		opacity: .75;
	}

	header.mini .link-back-h {
		display: none;
	}

	header.mini .phones-h br {
		display: none;
	}

	header.mini .link-group-h {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		margin-left: auto;
		margin-right: auto;
	}

	header.mini .link-group-h li:first-child {
		display: none;
	}

	header.mini .link-group-h li .ic {
		opacity: .65;
	}

	header.mini .link-group-h li .link-h:hover {
		opacity: .75;
	}

	header.mini .enter-h {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
		color: #fff;
		font-size: 14px;
		margin: 0 0 0 30px;
	}

	header.mini .enter-h:hover {
		opacity: .75;
	}

	header.mini .enter-h:before {
		background-image: url(../img/enter-h2.svg);
	}

	header.mini .select-city-wrap {
		display: none;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	header.mini .link-wrap-h {
		display: none;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	header.mini a.single-h {
		display: none;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	header.mini .pseudo-hr {
		display: none;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
}

header.open-menu .menu-h {
	display: block;
}

header .open-menu .d-flex .item:last-child {
	display: none;
}

header.mini .menu-h .wrap .link.show {
	display: table;
}

@media screen and (max-width:768px) {
	header .select-city-wrap {
		padding-left: 0;
	}
}

.menu-h {
	display: none;
	position: absolute;
	padding: 42px 0 43px;
	background-color: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.menu-h .d-flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -16px;
}

.menu-h .item {
	padding: 0 16px;
}

.menu-h .wrap {
	padding-bottom: 28px;
	padding-top: 0 !important;
}

.menu-h .wrap .link {
	font-weight: 700;
	font-size: 14px;
	line-height: 196.5%;
	display: table;
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu-h .wrap .link.show {
	display: none;
}

.menu-h .wrap .group-link {
	margin: 0;
	padding: 0;
}

.menu-h .wrap .group-link li {
	list-style-type: none;
	margin-bottom: 0;
}

.menu-h .wrap .group-link li a {
	color: #222;
	display: table;
	line-height: 196.5%;
}

.menu-h .wrap .group-link li a:hover {
	color: #f47b20;
}

@media screen and (max-width:1080px) and (min-width:768px) {
	.menu-h .d-flex {
		margin: 0;
	}
}

@media screen and (min-width:1020px) {
	header:not(.mini) .menu-h .d-flex .item:nth-child(2) .wrap:last-child {
		padding: 26px 0 0;
	}
}

@media screen and (max-width:1199px) {
	.search-h {
		width: 220px;
	}

	.logo {
		width: 120px;
		height: 30px;
	}

	.select-city-wrap {
		margin-left: 24px;
	}

	.link-wrap-h {
		margin: 0 24px 0 auto;
	}

	.link-wrap-h li {
		margin-right: 16px;
	}

	.phone-h {
		margin-right: 24px;
	}

	.single-h .ic-h5 {
		width: 18px;
		height: 20px;
		margin-right: 4px;
	}

	.enter-h:before {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}

	.link-group-h li .count {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-left: 4px;
		font-size: 12px;
	}

	.link-group-h li .ic {
		width: 20px;
		height: 20px;
		margin-right: 4px;
	}
}

@media screen and (max-width:1199px) and (min-width:768px) {
	header.mini .logo {
		width: 120px;
	}

	header.mini .hamburger-wrap {
		margin: 0 auto;
	}

	header.mini .search-h {
		margin: auto;
	}

	header.mini .phone-h {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		font-size: 16px;
	}

	header.mini .enter-h {
		margin: 0 auto;
	}

	header.mini .link-group-h li {
		margin: 0;
		padding: 8px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.logo {
		width: 100px;
	}

	.select-city-wrap {
		margin-left: 8px;
		width: 150px;
	}

	.link-wrap-h {
		margin: 0 16px 2px auto;
	}

	.link-wrap-h li {
		margin-right: 12px;
	}

	.phone-h {
		font-size: 14px;
		margin-right: 16px;
	}

	.enter-h {
		font-size: 12px;
	}

	.link-h {
		font-size: 12px;
	}

	.hamburger-wrap .hamburger {
		padding: 16px 66px 16px 20px !important;
	}

	.hamburger-wrap .hamburger .hamburger__text {
		font-size: 14px;
		left: -webkit-calc(44px + 8px);
		left: -moz-calc(44px + 8px);
		left: calc(44px + 8px);
	}

	.single-h {
		margin: auto;
		font-size: 12px;
	}

	.search-h {
		width: 170px;
		margin: auto;
	}

	.search-h input[type=submit] {
		right: 16px;
	}

	.search-h input[type=text] {
		padding: 0 54px 0 16px;
	}

	.link-group-h li {
		margin: 0;
		padding: 8px 8px;
	}

	.menu-h .link {
		font-size: 12px;
	}

	.menu-h .wrap .group-link {
		font-size: 12px;
	}

	header.mini .logo {
		width: 80px;
	}

	header.mini .phone-h {
		font-size: 12px;
	}

	header.mini .link-group-h li .ic {
		display: none;
	}

	header.mini .enter-h {
		font-size: 0;
	}
}

@media screen and (max-width:767px) {
	header:after {
		display: none;
	}

	.flex-h {
		padding: 12px 0;
	}

	.logo {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: 32px;
		margin-right: 0;
	}

	.burger {
		display: block;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.burger .hamburger {
		padding: 0;
		display: block;
		opacity: 1 !important;
	}

	.burger .hamburger-inner,
	.burger .hamburger-inner::after,
	.burger .hamburger-inner::before {
		border-radius: 0;
		background-color: #f47b20;
		width: 32px;
		-webkit-transition: .2s !important;
		-moz-transition: .2s !important;
		transition: .2s !important;
	}

	.burger .hamburger-box {
		width: 32px;
		display: block;
	}

	.select-city-wrap {
		display: none;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: auto;
		margin: 32px 0 16px;
		padding-left: 16px;
		width: 100%;
	}

	.select-city-wrap .select2-selection__arrow {
		background-image: url(../img/arr.svg);
		background-size: 100%;
		background-position: center left;
		background-repeat: no-repeat;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 0;
		bottom: 3px;
		margin: auto;
		right: 20px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.select-city-wrap .select-city {
		border: none;
		outline: 0;
		max-width: 154px;
		background-color: transparent;
		font-weight: 600;
		font-size: 14px;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.enter-h {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 14px;
		margin: 0 auto;
	}

	.enter-h:before {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}

	.search-h {
		display: none;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: 100%;
		margin: 0 0 16px;
	}

	.search-h input[type=text] {
		font-size: 16px;
		color: #222;
		border: 1px solid #ddd;
		background: #fff;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.search-h input[type=text]::-webkit-input-placeholder {
		color: #ddd;
	}

	.search-h input[type=text]::-moz-placeholder {
		color: #ddd;
	}

	.search-h input[type=text]:-moz-placeholder {
		color: #ddd;
	}

	.search-h input[type=text]:-ms-input-placeholder {
		color: #ddd;
	}

	.search-h input[type=submit] {
		background-image: url(../img/ic-h2-orange.svg);
	}

	.hamburger-wrap {
		display: none;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		width: 100%;
		margin: 0 0 16px;
	}

	.hamburger-wrap #open-menu {
		border-bottom: 1px solid #ddd;
		padding: 8px 0;
		position: relative;
	}

	.hamburger-wrap #open-menu .hamburger {
		display: none;
	}

	.hamburger-wrap #open-menu:before {
		content: 'Меню';
		font-size: 16px;
		font-weight: 600;
	}

	.hamburger-wrap #open-menu:after {
		content: '';
		background-image: url(../img/arr.svg);
		background-size: contain;
		background-position: center left;
		background-repeat: no-repeat;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 0;
		bottom: -6px;
		margin: auto;
		right: 0;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-h {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
		position: relative;
		padding: 8px 0 0 0;
		margin-bottom: 8px;
		margin-top: -20px;
		background: #fff;
	}

	.menu-h .container {
		padding: 0;
	}

	.menu-h .container .d-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}

	.menu-h .container .d-flex .item {
		width: 100%;
		padding: 0;
	}

	.menu-h .container .d-flex .item:nth-child(1) .wrap:nth-child(1) .group-link {
		display: block;
	}

	.menu-h .container .d-flex .item:nth-child(4) .wrap:nth-child(4) .group-link {
		display: block;
	}

	.menu-h .container .d-flex .wrap {
		padding-bottom: 0;
		margin-bottom: 16px;
	}

	.menu-h .container .d-flex .wrap .link {
		font-weight: 600;
	}

	.menu-h .container .d-flex .wrap .group-link {
		display: none;
	}

	.single-h {
		display: none;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
		color: #222;
		font-weight: 500;
		font-size: 14px;
		margin: 0 0 -57px 0;
		z-index: 1;
		position: relative;
	}

	.single-h .ic {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}

	.single-h .ic.ic-h5 {
		background-image: url(../img/ic-h5-orange.svg);
	}
}

@media screen and (max-width:767px) and (max-width:370px) {
	.single-h {
		margin: 0 0 -47px 0;
	}

	.single-h .ic {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.link-group-h {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-moz-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
		display: none;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.link-group-h li {
		padding: 16px 0;
		width: 50%;
		margin: 0;
		line-height: 1;
		height: auto;
	}

	.link-group-h li:first-child {
		margin-left: 50%;
	}

	.link-group-h li .link-h {
		color: #222;
	}

	.link-group-h li .ic {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}

	.link-group-h li .ic.ic-h1 {
		background-image: url(../img/ic-h1-orange.svg);
	}

	.link-group-h li .ic.ic-h3 {
		background-image: url(../img/ic-h3-orange.svg);
	}

	.link-group-h li .ic.ic-h4 {
		background-image: url(../img/ic-h4-orange.svg);
	}
}

@media screen and (max-width:767px) and (max-width:370px) {
	.link-group-h li .ic {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.link-group-h li .count {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.phone-h {
		display: none;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		text-align: center;
		margin: 16px auto;
	}
}

@media screen and (max-width:767px) and (max-width:370px) {
	.phone-h {
		margin: 16px auto 16px;
	}
}

@media screen and (max-width:767px) {
	.link-wrap-h {
		display: none;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		margin: 0 auto 32px;
		width: 100%;
		text-align: center;
	}

	.link-h {
		font-size: 14px;
		color: #222;
	}

	hr {
		display: none;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	header.mini {
		border-bottom: 1px solid #ddd;
	}

	.open-menu .hamburger-wrap #open-menu:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		bottom: 0;
	}

	header.open-menu .menu-h {
		display: none;
	}

	body.open .topBtn {
		display: none;
	}

	body.open footer,
	body.open main {
		display: none;
	}

	body.open header {
		max-height: 100%;
		min-height: 100vh;
		position: relative;
		background-color: #fff;
	}

	body.open .hamburger-wrap,
	body.open .link-wrap-h,
	body.open .phone-h,
	body.open .search-h,
	body.open .select-city-wrap,
	body.open .single-h {
		display: block;
	}

	body.open .link-group-h {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	body.open header .menu-h {
		display: block;
	}

	body.open header.open-menu .menu-h {
		display: none;
	}
}

.main-slider ~ .advantage-section.indent {
	padding-bottom: 0;
}

.main-slider .owl-carousel .owl-dots .owl-dot {
	background-color: #222;
	opacity: .1;
}

.main-slider .owl-carousel .owl-dots .owl-dot.active {
	background-color: #222;
	opacity: .25;
}

.main-slider .owl-carousel .owl-dots .owl-dot:hover:not(.active) {
	opacity: 1;
	background-color: #f47b20;
}

.catalog-m-section + .numbers-section {
	padding-top: 0;
}

.owl-main .item {
	padding-top: 440px;
	position: relative;
}

.owl-main .item .wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-main .item .wrap img {
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width:767px) {
	.owl-main .item .wrap img {
		-o-object-fit: fill;
		object-fit: fill;
	}
}

.owl-main .owl-nav {
	position: absolute;
	bottom: 30px;
	max-width: 1110px;
	width: 100%;
	margin: auto;
	text-align: right;
	left: 0;
	right: 0;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.owl-main .owl-nav button {
	border: none !important;
}

.owl-main .owl-nav button:not(.disabled):hover {
	background-color: #f47b20 !important;
}

.owl-main .owl-nav button:not(.disabled):hover span:before {
	opacity: 1;
}

.owl-main .owl-dots {
	max-width: 600px;
	right: 0;
	left: 0;
	margin: auto;
}

.owl-main .container {
	height: 100%;
}

.owl-main .text-wrap {
	position: relative;
	z-index: 2;
	height: 100%;
	padding-bottom: 46px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 400px;
}

.owl-main__text {
	font-size: 15px;
	line-height: 20px;
}

.owl-main__text:last-child {
	margin: 0;
}

.owl-main__title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.owl-main__title .light {
	font-weight: 400;
	margin-left: -10px;
}

.owl-main__title .name {
	display: block;
	font-weight: 400;
	margin-left: -10px;
}

.owl-main__logo {
	margin-bottom: auto;
	margin-top: 56px;
	max-width: 200px;
}

@media screen and (min-width:1200px) {
	.owl-main .owl-dots {
		bottom: 28px;
	}

	.owl-main .owl-nav {
		right: -1px;
	}

	.owl-main .owl-nav button.owl-prev {
		margin-right: 12px;
	}
}

@media screen and (max-width:1279px) {
	.owl-main .item {
		padding-top: 34.5%;
	}
}

@media screen and (max-width:1199px) {
	.owl-main .owl-nav {
		max-width: 100%;
		padding: 0 15px;
	}

	.link-h,
	.office-h,
	.phones-h br {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.owl-main__logo {
		margin-top: 32px;
		max-width: 140px;
	}
}

@media screen and (max-width:767px) {
	.owl-main .owl-dots {
		position: relative;
		bottom: auto;
		margin-top: 24px;
		max-width: -webkit-calc(100% - 144px);
		max-width: -moz-calc(100% - 144px);
		max-width: calc(100% - 144px);
	}

	.owl-main .owl-nav {
		bottom: auto;
		top: -webkit-calc(100% - 21px);
		top: -moz-calc(100% - 21px);
		top: calc(100% - 21px);
		padding: 0 24px;
	}

	.owl-main .owl-nav button.owl-prev {
		margin-right: auto;
	}

	.owl-main .text-wrap {
		padding-bottom: 32px;
	}

	.owl-main .owl-main__title {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:575px) {
	.owl-main__logo {
		margin-top: 7%;
		max-width: 100px;
	}
}

.trans-section {
	background-color: #fff;
	padding: 78px 0 96px;
}

.trans-section .navbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	width: calc(100% + 24px);
	margin-left: -12px;
}

.trans-section .navbar .navbar-item {
	width: -webkit-calc(20% - 28px);
	width: -moz-calc(20% - 28px);
	width: calc(20% - 28px);
	margin: 0 14px 28px;
	border: 1px solid #ddd;
	height: 210px;
	padding: 28px 10px 27px 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.trans-section .navbar .navbar-item:hover {
	border-color: #f47b20;
}

.trans-section .navbar .navbar-item:hover .ic {
	background-image: none !important;
}

.trans-section .navbar .navbar-item:hover .ic:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item .ic {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	background: 0 0 !important;
}

.trans-section .navbar .navbar-item .ic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.trans-section .navbar .navbar-item .ic.ic1 {
	background-image: url(../img/ic-l1.svg);
}

.trans-section .navbar .navbar-item .ic.ic1:before {
	background-image: url(../img/ic-l1-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic2 {
	background-image: url(../img/ic-l7.svg);
}

.trans-section .navbar .navbar-item .ic.ic2:before {
	background-image: url(../img/ic-l7-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic3 {
	background-image: url(../img/ic-l3.svg);
}

.trans-section .navbar .navbar-item .ic.ic3:before {
	background-image: url(../img/ic-l3-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic4 {
	background-image: url(../img/ic-l5.svg);
}

.trans-section .navbar .navbar-item .ic.ic4:before {
	background-image: url(../img/ic-l5-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic5 {
	background-image: url(../img/ic-l2.svg);
}

.trans-section .navbar .navbar-item .ic.ic5:before {
	background-image: url(../img/ic-l2-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic6 {
	background-image: url(../img/ic-l6.svg);
}

.trans-section .navbar .navbar-item .ic.ic6:before {
	background-image: url(../img/ic-l6-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic7 {
	background-image: url(../img/ic-l4.svg);
}

.trans-section .navbar .navbar-item .ic.ic7:before {
	background-image: url(../img/ic-l4-orange.svg);
}

.trans-section .navbar .navbar-item .ic.ic8:before {
	background-image: url(../img/ic-l8.svg);
}

.trans-section .navbar .navbar-item .text {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #222;
	margin: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	max-width: 130px;
}

.trans-section .navbar .navbar-item.lg {
	width: -webkit-calc(50% - 28px);
	width: -moz-calc(50% - 28px);
	width: calc(50% - 28px);
	margin-bottom: 0;
	height: 90px;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-webkit-flex-direction: initial;
	-moz-box-orient: initial;
	-moz-box-direction: initial;
	-ms-flex-direction: initial;
	flex-direction: initial;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trans-section .navbar .navbar-item.lg .text {
	margin: auto;
	max-width: 100%;
}

@media screen and (min-width:1200px) {
	.trans-section .navbar .navbar-item.lg {
		padding: 28px 0 28px 26px;
		margin-bottom: 28px;
	}

	.trans-section .navbar .navbar-item.lg .text {
		margin: -2px auto 0;
	}
}

@media screen and (max-width:1199px) {
	.trans-section .navbar {
		width: -webkit-calc(100% + 18px);
		width: -moz-calc(100% + 18px);
		width: calc(100% + 18px);
		margin-left: -9px;
	}

	.trans-section .navbar .navbar-item {
		width: -webkit-calc(20% - 18px);
		width: -moz-calc(20% - 18px);
		width: calc(20% - 18px);
		margin: 0 8px 16px;
		padding: 28px 10px 28px 20px;
	}

	.trans-section .navbar .navbar-item.lg {
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
		margin-bottom: 16px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.trans-section .navbar {
		width: -webkit-calc(100% + 8px);
		width: -moz-calc(100% + 8px);
		width: calc(100% + 8px);
		margin-left: -4px;
	}

	.trans-section .navbar .navbar-item {
		width: -webkit-calc(20% - 8px);
		width: -moz-calc(20% - 8px);
		width: calc(20% - 8px);
		margin: 0 4px 8px;
		padding: 32px 16px 24px;
	}

	.trans-section .navbar .navbar-item.lg {
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: calc(50% - 8px);
		margin-bottom: 8px;
	}

	.trans-section .navbar .navbar-item .text {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	.trans-section {
		padding: 32px 0;
	}

	.trans-section .navbar {
		width: 100%;
		margin-left: 0;
	}

	.trans-section .navbar .navbar-item {
		width: 100%;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		-webkit-flex-direction: inherit;
		-moz-box-orient: inherit;
		-moz-box-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100px;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-moz-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin: 0 auto 8px;
		padding: 16px;
	}

	.trans-section .navbar .navbar-item .text {
		max-width: 100%;
	}

	.trans-section .navbar .navbar-item .ic {
		margin-right: 24px;
		min-width: 48px;
	}

	.trans-section .navbar .navbar-item.lg {
		width: 100%;
		margin: 0 auto 8px;
	}

	.trans-section .navbar .navbar-item.lg .text {
		margin: 0;
	}
}

.manufacturer-section {
	background-color: #ededed;
	padding: 44px 0 49px 0;
	margin: 85px 0 85px;
}

.manufacturer-section:last-child {
	margin-bottom: 0;
}

.manufacturer-section .tab-content {
	position: relative;
}

.manufacturer-section .tab-content > .tab-pane {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.manufacturer-section .tab-content > .tab-pane.active {
	display: block;
	position: relative;
	opacity: 1;
	z-index: 1;
}

.manufacturer-section .tab-content > .tab-pane.active .owl-carousel .owl-item .owl-lazy {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 1;
}

.manufacturer-section .manufacturer-category {
	color: #aaa;
	font-weight: 400;
}

.manufacturer-section .prev-custom {
	margin-right: 10px;
}

.manufacturer-section .text {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.manufacturer-section .nav.nav-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	padding: 0;
	margin: 0;
	max-width: -webkit-calc(100% - 96px);
	max-width: -moz-calc(100% - 96px);
	max-width: calc(100% - 96px);
}

.manufacturer-section .nav.nav-tabs li {
	list-style-type: none;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.manufacturer-section .nav.nav-tabs li:last-child {
	margin-right: 0;
}

.manufacturer-section .owl-dots {
	top: -webkit-calc(100% + 10px);
	top: -moz-calc(100% + 10px);
	top: calc(100% + 10px);
}

.manufacturer-section .owl-dots .owl-dot {
	background-color: #fff;
}

.manufacturer-section .owl-dots .owl-dot.active {
	background: #f47b20;
	opacity: 1;
}

@media screen and (min-width:1200px) {
	.manufacturer-section .owl-dots .owl-dot {
		margin: 2px 0 2px 10px;
	}
}

.manufacturer-section .nav-tabs-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	gap: 1rem 3rem;
}

.manufacturer-section .nav-tabs-wrap .select-wrap {
	background-color: #fff;
	border-radius: 30px;
	width: 320px;
}

.manufacturer-section .nav-tabs-wrap .select-wrap:hover .select2:not(.select2-container--open) {
	background-color: #f47b20;
}

.manufacturer-section .nav-tabs-wrap .select-wrap:hover .select2:not(.select2-container--open) .select2-selection--single .select2-selection__rendered {
	color: #fff;
}

.manufacturer-section .nav-tabs-wrap .select-wrap:hover .select2:not(.select2-container--open) .select2-selection__arrow {
	background-image: url(../img/arr-medium-white.svg);
}

@media screen and (max-width:991px) {
	.manufacturer-section .nav-tabs-wrap .select-wrap {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		position: static;
	}
}

@media screen and (max-width:767px) {
	.manufacturer-section .nav-tabs-wrap .select-wrap {
		display: block;
		width: 290px;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.manufacturer-section .nav-tabs-wrap .select-wrap:before {
		display: none;
	}
}

.manufacturer-section .nav-tabs-wrap .select-wrap .select2-container--select-primary .select2-selection__rendered {
	border: none;
}

.manufacturer-section .nav-tabs-wrap .select-wrap .select2 {
	padding: 0;
	border: 1px solid transparent;
	width: 100% !important;
}

.manufacturer-section .nav-tabs-wrap .select-wrap .select2 .select2-selection__arrow {
	width: 10px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	display: block !important;
	margin: auto;
	background-image: url(../img/arr-medium.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.manufacturer-section .nav-tabs-wrap .select-wrap .select2-container .select2-selection--single {
	height: auto;
	outline: 0;
}

.manufacturer-section .nav-tabs-wrap .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	color: #222;
	font-weight: 600;
}

.manufacturer-section .nav-tabs-wrap .select-wrap .select2-container .select2-selection--single .select2-selection__rendered:focus {
	outline: 0;
}

@media screen and (max-width:575px) {
	.manufacturer-section .nav-tabs-wrap .select-wrap {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (max-width:575px) {
	.manufacturer-section .nav-tabs-wrap .manufacturer-category {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width:575px) {
	.manufacturer-section .nav-tabs-wrap .manufacturer-category-nav {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 8px;
	}

	.manufacturer-section .nav-tabs-wrap .btn {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.manufacturer-section .nav-tabs-wrap {
		justify-content: center !important;
	}

	.manufacturer-section .nav-tabs-wrap .manufacturer-category-nav button {
		position: static;
	}
}

.manufacturer-section .owl-carousel .owl-dots .owl-dot:hover:not(.active) {
	background-color: #f47b20;
}

.manufacturer-section .next-custom,
.manufacturer-section .prev-custom {
	background-color: #fff;
}

.manufacturer-section .next-custom:before,
.manufacturer-section .prev-custom:before {
	background-image: url(../img/arr.svg) !important;
}

.manufacturer-section .next-custom.disabled,
.manufacturer-section .prev-custom.disabled {
	cursor: default;
}

.manufacturer-section .next-custom:not(.disabled):hover,
.manufacturer-section .prev-custom:not(.disabled):hover {
	background-color: #f47b20;
}

.manufacturer-section .next-custom:not(.disabled):hover:before,
.manufacturer-section .prev-custom:not(.disabled):hover:before {
	background-image: url(../img/arr-white.svg) !important;
}

@media screen and (min-width:1200px) {
	.manufacturer-section .manufacturer-category-nav {
		margin-left: -1px;
	}

	.manufacturer-section .nav-tabs-wrap .select-wrap .select2 .select2-selection__arrow {
		right: 14px;
	}

	.manufacturer-section .select2-container--select-primary .select2-selection__rendered {
		padding: 6px 32px 6px 13px !important;
	}
}

@media screen and (max-width:767px) {
	.manufacturer-section {
		margin: 32px 0;
	}

	.manufacturer-section .nav.nav-tabs {
		width: -webkit-calc(100% + 8px);
		width: -moz-calc(100% + 8px);
		width: calc(100% + 8px);
		max-width: -webkit-calc(100% + 8px);
		max-width: -moz-calc(100% + 8px);
		max-width: calc(100% + 8px);
		margin-left: -4px;
		margin-right: -4px;
	}

	.manufacturer-section .nav.nav-tabs li {
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: calc(50% - 8px);
		margin: 4px 4px;
	}

	.manufacturer-section .nav.nav-tabs li:last-child {
		margin-right: 4px;
	}

	.manufacturer-section .nav.nav-tabs li .btnSl {
		width: 100%;
	}

	.manufacturer-section .next-custom,
	.manufacturer-section .prev-custom {
		bottom: 48px;
	}
}

@media screen and (max-width:575px) {
	.manufacturer-section .tab-content {
		margin-bottom: 0;
		padding: 0;
		width: -webkit-calc(100% + 30px);
		width: -moz-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.manufacturer-section .nav.nav-tabs li {
		width: 100%;
	}

	.manufacturer-section .next-custom,
	.manufacturer-section .prev-custom {
		position: relative;
		left: 0;
		right: 0;
		margin: 0;
	}

	.manufacturer-section .owl-dots {
		bottom: -22px;
		right: 0;
		left: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: -webkit-calc(100% - 80px);
		max-width: -moz-calc(100% - 80px);
		max-width: calc(100% - 80px);
		margin: auto;
	}
}

@media screen and (min-width:1199px) {
	.manufacturer-section + .news-section {
		padding-top: 14px;
	}
}

.owl-logo {
	padding: 0 0 20px 0;
}

.owl-logo .owl-stage-outer {
	height: 150px;
}

.owl-logo a {
	width: 100%;
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.owl-logo a img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
}

.owl-logo a:hover {
	opacity: .75;
}

@media screen and (max-width:575px) {
	.owl-logo {
		padding: 0 16px 20px;
	}

	.owl-logo .owl-dots {
		display: none;
	}
}

.numbers-section {
	background-color: #fff;
	padding: 96px 0 44px;
}

.numbers-section .container {
	padding-left: 15px;
	padding-right: 15px;
}

.numbers-section__title {
	margin: 74px auto 78px;
	font-size: 19px;
	text-align: center;
	font-weight: 500;
	max-width: 100%;
}

.numbers-section__title span {
	font-weight: 600;
}

@media screen and (max-width:767px) {
	.numbers-section__title {
		margin-bottom: 32px;
	}
}

.numbers-section .boxNs {
	background-image: url(../img/cobweb.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 0 48px;
	width: 100%;
}

.numbers-section .boxNs .h2 {
	margin-bottom: 63px;
}

.numbers-section .boxNs .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1100px;
	margin: auto;
}

.numbers-section .boxNs__number {
	color: #f47b20;
	font-size: 98px;
	margin: 0 10px 0 0;
	line-height: 1;
	font-weight: 300;
	white-space: nowrap;
	display: inline-block;
}

.numbers-section .boxNs__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.numbers-section .boxNs .item {
	width: 50%;
	max-width: 450px;
	padding: 0 15px;
}

.numbers-section .boxNs .item.lg {
	width: 33%;
	margin-bottom: 33px;
	max-width: 100%;
}

.numbers-section .boxNs .item.lg:nth-child(2) .boxNs__number {
	font-size: 124px;
	margin-top: -4px;
	margin-bottom: 2px;
}

@media screen and (min-width:1200px) {
	.numbers-section .boxNs .item.lg:nth-child(1) {
		max-width: 300px;
		margin-left: 42px;
	}

	.numbers-section .boxNs .item.lg:nth-child(2) {
		padding-left: 54px;
	}

	.numbers-section .boxNs .item.lg:nth-child(3) {
		max-width: 330px;
		padding-left: 19px;
	}

	.numbers-section .boxNs .item:nth-child(4) {
		padding-left: 56px;
	}

	.numbers-section .boxNs .item:nth-child(5) {
		padding-left: 40px;
	}

	.numbers-section .boxNs .item:nth-child(5) .boxNs__text {
		padding-left: 33px;
		position: relative;
	}

	.numbers-section .boxNs .item:nth-child(5) .boxNs__text span {
		font-size: 59px;
		color: #f47c22;
		left: -12px;
		display: inline-block;
		top: 21px;
		position: absolute;
		font-weight: 300;
	}
}

@media screen and (max-width:1100px) {
	.numbers-section .boxNs .flex {
		max-width: 860px;
	}

	.numbers-section .boxNs .flex .item.lg .boxNs__number {
		font-size: 48px;
	}

	.numbers-section .boxNs .flex .item .boxNs__number {
		font-size: 48px;
	}

	.numbers-section .boxNs__text {
		padding-top: 0;
	}
}

@media screen and (max-width:991px) {
	.numbers-section .boxNs .flex {
		max-width: 680px;
	}

	.numbers-section .boxNs .flex .item .boxNs__text {
		font-size: 14px;
	}
}

@media screen and (max-width:575px) {
	.numbers-section {
		padding: 48px 0 48px;
	}

	.numbers-section .container {
		padding-left: 0;
		padding-right: 0;
	}

	.numbers-section .container .h2 {
		margin-bottom: 32px;
	}

	.numbers-section .boxNs {
		padding: 0 15px;
	}

	.numbers-section .boxNs .flex .item {
		padding: 0 5px;
		width: 50%;
		margin-bottom: 16px;
	}

	.numbers-section .boxNs .flex .item .boxNs__number {
		font-size: 28px;
		margin-bottom: 0;
	}

	.numbers-section .boxNs .flex .item .boxNs__text {
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}

	.numbers-section .boxNs .flex .item .boxNs__text br {
		display: none;
	}

	.numbers-section .boxNs .flex .item.lg {
		width: 50%;
		margin-bottom: 16px;
	}

	.numbers-section .boxNs .flex .item.lg .boxNs__number {
		font-size: 28px;
	}

	.numbers-section .boxNs .flex .item:nth-child(5) {
		width: 100%;
		max-width: 100%;
	}

	.numbers-section .numbers-section__title {
		font-size: 18px;
		margin-bottom: 32px;
	}
}

.catalog-m-section .h2,
.catalog-m-section h2 {
	max-width: 190px;
	margin-bottom: 24px;
}

.catalog-m-section .catalogMs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -14px;
}

.catalog-m-section .catalogMs:not(:last-child) {
	margin-bottom: 24px;
}

.catalog-m-section .catalogMs .item {
	width: -webkit-calc(40% - 28px);
	width: -moz-calc(40% - 28px);
	width: calc(40% - 28px);
	max-width: 427px;
	margin: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	height: 230px;
	overflow: hidden;
}

.catalog-m-section .catalogMs .item .abs-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.catalog-m-section .catalogMs .item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.catalog-m-section .catalogMs .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.catalog-m-section .catalogMs .item:nth-child(9n+3) {
	width: -webkit-calc(21% - 28px);
	width: -moz-calc(21% - 28px);
	width: calc(21% - 28px);
	max-width: 200px;
}

.catalog-m-section .catalogMs .item:nth-child(9n+4) {
	width: -webkit-calc(21% - 28px);
	width: -moz-calc(21% - 28px);
	width: calc(21% - 28px);
	max-width: 200px;
}

.catalog-m-section .catalogMs .item:nth-child(9n+8) {
	width: -webkit-calc(21% - 28px);
	width: -moz-calc(21% - 28px);
	width: calc(21% - 28px);
	max-width: 200px;
}

@media screen and (max-width:1199px) {
	.catalog-m-section .catalogMs .item {
		max-width: none;
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+3) {
		width: -webkit-calc(20% - 28px);
		width: -moz-calc(20% - 28px);
		width: calc(20% - 28px);
		max-width: none;
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+4) {
		width: -webkit-calc(20% - 28px);
		width: -moz-calc(20% - 28px);
		width: calc(20% - 28px);
		max-width: none;
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+8) {
		width: -webkit-calc(20% - 28px);
		width: -moz-calc(20% - 28px);
		width: calc(20% - 28px);
		max-width: none;
	}
}

@media screen and (max-width:991px) {
	.catalog-m-section .catalogMs .item:nth-child(9n+3) {
		width: -webkit-calc(50% - 28px);
		width: -moz-calc(50% - 28px);
		width: calc(50% - 28px);
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+4) {
		width: -webkit-calc(50% - 28px);
		width: -moz-calc(50% - 28px);
		width: calc(50% - 28px);
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+8) {
		width: -webkit-calc(50% - 28px);
		width: -moz-calc(50% - 28px);
		width: calc(50% - 28px);
	}
}

@media screen and (max-width:767px) {
	.catalog-m-section .catalogMs .item:nth-child(9n+3) {
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+4) {
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+8) {
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
	}
}

@media screen and (max-width:540px) {
	.catalog-m-section .catalogMs .item:nth-child(9n+3) {
		width: -webkit-calc(100% - 16px);
		width: -moz-calc(100% - 16px);
		width: calc(100% - 16px);
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+4) {
		width: -webkit-calc(100% - 16px);
		width: -moz-calc(100% - 16px);
		width: calc(100% - 16px);
	}

	.catalog-m-section .catalogMs .item:nth-child(9n+8) {
		width: -webkit-calc(100% - 16px);
		width: -moz-calc(100% - 16px);
		width: calc(100% - 16px);
	}
}

.catalog-m-section .catalogMs__img {
	width: 130px;
}

.catalog-m-section .catalogMs .wrap-link {
	padding: 0 31px 26px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	line-height: 1.4;
}

.catalog-m-section .catalogMs .wrap-link a {
	display: none;
}

.catalog-m-section .catalogMs .wrap-link .h3 {
	display: inline-block;
	margin-bottom: 0;
	text-align: right;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	max-width: 183px;
	font-weight: 600;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:991px) {
	.catalog-m-section .catalogMs .item {
		width: -webkit-calc(50% - 28px);
		width: -moz-calc(50% - 28px);
		width: calc(50% - 28px);
	}
}

@media screen and (max-width:767px) {
	.catalog-m-section .catalogMs {
		margin: -8px;
	}

	.catalog-m-section .catalogMs .item {
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		width: calc(50% - 16px);
		margin: 8px;
	}

	.catalog-m-section .catalogMs .item .wrap-link {
		padding-right: 16px;
	}
}

@media screen and (max-width:540px) {
	.catalog-m-section .catalogMs .item {
		width: -webkit-calc(100% - 16px);
		width: -moz-calc(100% - 16px);
		width: calc(100% - 16px);
		height: 160px;
	}
}

.navCatalog .navCatalog-wrap {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.navCatalog .navCatalog-wrap .item {
	width: -webkit-calc(50% - 16px);
	width: -moz-calc(50% - 16px);
	width: calc(50% - 16px);
	margin: 0;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 60px;
}

.navCatalog .navCatalog-wrap .item:hover .catalogMs__img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.navCatalog .navCatalog-wrap .item:nth-child(2) .navCatalog__img {
	max-width: 128px;
}

.navCatalog .navCatalog-wrap .item:nth-child(3) .navCatalog__img {
	max-width: 154px;
}

.navCatalog .navCatalog-wrap .item:nth-child(4) .navCatalog__img {
	max-width: 135px;
}

.navCatalog .navCatalog-wrap .item:nth-child(5) .navCatalog__img {
	max-width: 152px;
}

.navCatalog .navCatalog-wrap .item:nth-child(6) .navCatalog__img {
	max-width: 165px;
}

.navCatalog .navCatalog-wrap .item:nth-child(7) .navCatalog__img {
	max-width: 154px;
}

.navCatalog .navCatalog-wrap .item:nth-child(8) .navCatalog__img {
	max-width: 170px;
}

.navCatalog .navCatalog-wrap .item:nth-child(9) .navCatalog__img {
	max-width: 154px;
}

.navCatalog .navCatalog-wrap .item:last-child {
	margin-bottom: 0;
}

.navCatalog .navCatalog-wrap .toggleLink {
	margin-top: 24px;
	margin-left: -21px;
}

.navCatalog .navCatalog-wrap .navCatalog__img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	max-width: 180px;
	position: relative;
	margin: 0;
}

.navCatalog .navCatalog-wrap .wrap-link {
	width: -webkit-calc(100% - 210px);
	width: -moz-calc(100% - 210px);
	width: calc(100% - 210px);
	padding: 0;
	margin-left: auto;
	position: relative;
}

.navCatalog .navCatalog-wrap .wrap-link.open .link {
	display: table;
}

.navCatalog .navCatalog-wrap .wrap-link .h3 {
	color: #222;
	text-align: left;
	display: block;
	line-height: 20px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.navCatalog .navCatalog-wrap .wrap-link .link {
	color: #222;
	display: none;
	margin-bottom: 14px;
	text-decoration: underline;
}

.navCatalog .navCatalog-wrap .wrap-link .link:hover {
	text-decoration: none;
}

.navCatalog .navCatalog-wrap .wrap-link .link:nth-child(1),
.navCatalog .navCatalog-wrap .wrap-link .link:nth-child(2),
.navCatalog .navCatalog-wrap .wrap-link .link:nth-child(3),
.navCatalog .navCatalog-wrap .wrap-link .link:nth-child(4) {
	display: table;
}

@media screen and (max-width:991px) {
	.navCatalog .navCatalog-wrap .item {
		width: 100%;
	}
}

@media screen and (max-width:575px) {
	.navCatalog .navCatalog-wrap .item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.navCatalog .navCatalog-wrap .wrap-link {
		width: 100%;
	}

	.navCatalog .navCatalog-wrap .wrap-link .h3 br {
		display: none;
	}

	.navCatalog .navCatalog-wrap .navCatalog__img {
		margin: 0 auto 24px;
	}

	.navCatalog .navCatalog-wrap .toggleLink {
		margin-left: 0;
	}
}

.realised-section.indent {
	padding-bottom: 96px;
}

@media screen and (min-width:1200px) {
	.realised-section .owl-default {
		padding: 0 0 51px;
	}
}

.realised-section .h2,
.realised-section h2 {
	max-width: 210px;
	margin-bottom: 24px;
}

.realised-section .owl-counter {
	display: block;
	margin-top: -42px;
	margin-bottom: 42px;
	text-align: right;
}

@media screen and (min-width:768px) {
	.grateful-letter-slider .owl-counter.top-right {
		top: -62px;
		margin-bottom: -17px;
	}
}

.grateful-letter-slider .nav-top .owl-nav {
	bottom: -webkit-calc(100% + 40px);
	bottom: -moz-calc(100% + 40px);
	bottom: calc(100% + 40px);
}

.owl-default {
	padding: 0 0 56px;
}

.owl-default .h4 {
	font-weight: 600;
	width: 100%;
	height: 40px;
	line-height: 1.25;
	margin-bottom: 21px;
	overflow: hidden;
}

.owl-default .text {
	font-size: 14px;
	line-height: 1.45;
	height: 60px !important;
	overflow: hidden;
	margin-bottom: 0;
}

.owl-default .text p {
	margin: 0;
	line-height: inherit;
}

.owl-default .minText {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
}

.owl-default .img-wrap {
	padding-top: 65.8%;
	margin-bottom: 37px;
	overflow: hidden;
}

.owl-default .img-wrap img {
	-webkit-transition: .5s !important;
	-moz-transition: .5s !important;
	transition: .5s !important;
}

.owl-default .item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.owl-default .owl-nav {
	position: absolute;
	top: -webkit-calc(100% - 8px);
	top: -moz-calc(100% - 8px);
	top: calc(100% - 8px);
	right: 0;
}

.owl-default .owl-dots {
	top: -webkit-calc(100% + 17px);
	top: -moz-calc(100% + 17px);
	top: calc(100% + 17px);
	max-width: -webkit-calc(100% - 292px);
	max-width: -moz-calc(100% - 292px);
	max-width: calc(100% - 292px);
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
}

@media screen and (max-width:575px) {
	.owl-default .owl-nav {
		top: 100%;
	}
}

@media screen and (max-width:575px) {
	.owl-default {
		padding: 0 0 56px;
	}

	.owl-default .owl-dots {
		bottom: 21px;
		top: auto;
		max-width: 100%;
	}
}

.advantage-section.indent {
	padding-bottom: 86px;
}

.advantage-section .h2,
.advantage-section h2 {
	max-width: 190px;
	margin-bottom: 24px;
}

.advantage-section .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: normal;
	-webkit-align-items: normal;
	-moz-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	border: 1px solid #ddd;
	padding: 46px 65px 52px;
}

.advantage-section .flex .item {
	width: 48.5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 28px 0;
}

.advantage-section .flex .item:nth-child(1),
.advantage-section .flex .item:nth-child(2),
.advantage-section .flex .item:nth-child(3) {
	width: 29.333%;
}

.advantage-section .flex .item:nth-child(1) .wrap-text,
.advantage-section .flex .item:nth-child(2) .wrap-text,
.advantage-section .flex .item:nth-child(3) .wrap-text {
	max-width: 215px;
}

.advantage-section .flex .item .adt-img {
	width: 48px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 5px;
}

.advantage-section .flex .item .wrap-text {
	width: -webkit-calc(100% - 64px);
	width: -moz-calc(100% - 64px);
	width: calc(100% - 64px);
	padding-left: 18px;
	max-width: 380px;
}

.advantage-section .flex .h5 {
	margin-bottom: 19px;
	text-transform: uppercase;
	line-height: 1.45;
	font-size: 14px;
}

.advantage-section .flex .h5 a,
.advantage-section .flex .h5 span {
	line-height: 1.45;
	font-size: 14px;
}

.advantage-section .flex .minText {
	margin-bottom: 0;
	line-height: 1.43;
	font-size: 14px;
}

@media screen and (min-width:1200px) {
	.advantage-section .flex .item:nth-child(1) .minText {
		min-width: 200px;
	}

	.advantage-section .flex .item:nth-child(2) .minText {
		min-width: 212px;
	}

	.advantage-section .flex .item:nth-child(4) .minText {
		min-width: 380px;
	}
}

@media screen and (max-width:1199px) {
	.advantage-section .flex {
		padding: 56px 40px 62px;
	}
}

@media screen and (max-width:991px) {
	.advantage-section .flex {
		padding: 32px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.advantage-section .flex .item {
		width: 50% !important;
		padding: 20px 24px;
	}

	.advantage-section .flex .item .wrap-text {
		padding-left: 24px;
	}
}

@media screen and (max-width:767px) {
	.advantage-section .flex {
		padding: 24px 0;
	}

	.advantage-section .flex .item {
		width: 100% !important;
	}

	.advantage-section .flex .item .wrap-text {
		max-width: 100% !important;
	}
}

@media screen and (max-width:575px) {
	.advantage-section .flex .item {
		padding: 16px;
	}

	.advantage-section .flex .item .adt-img {
		width: 48px;
	}

	.advantage-section .flex .item .wrap-text {
		width: -webkit-calc(100% - 48px);
		width: -moz-calc(100% - 48px);
		width: calc(100% - 48px);
		padding-left: 16px;
	}

	.advantage-section .flex .h5 {
		margin-bottom: 16px;
	}
}

.news-section.indent {
	padding-bottom: 67px;
}

.news-section.indent .listBox {
	padding: 0;
}

.news-section .h2,
.news-section h2 {
	max-width: 270px;
	margin-bottom: 24px;
}

.news-section .listBox {
	margin-bottom: 28px;
}

.news-section .btn {
	margin-left: auto;
	margin-right: 0;
	display: table;
}

.news-section .filterEl {
	margin-bottom: 10px;
}

ol.listBox {
	counter-reset: item;
}

ol.listBox li .number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ol.listBox li .number:before {
	content: counter(item, decimal-leading-zero) ". ";
	counter-increment: item;
	display: table-cell;
	padding-right: 4px;
}

ol.listBox .item:nth-child(even) .text-wrap .number {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.listBox {
	padding: 0 0 60px 0;
}

.listBox.indent {
	padding-bottom: 0;
	margin-bottom: 28px;
}

.listBox.no-hover .item:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.listBox:last-child {
	padding-bottom: 0;
}

.listBox .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.listBox .item a {
	color: #aaa;
}

.listBox .item a:hover {
	color: #aaa;
	text-decoration: none;
}

.listBox .item .img-wrap {
	padding-top: 24.955%;
	width: 50%;
	overflow: hidden;
}

.listBox .item .img-wrap img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.listBox .item .text-wrap {
	padding-left: 60px;
	padding-top: 16px;
	padding-bottom: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

.listBox .item .text-wrap .d-inline-block {
	width: 100%;
}

.listBox .item .text-wrap .h4 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
	margin: 0 0 18px;
	max-width: 430px;
	font-weight: 600;
	color: #222;
	line-height: 1.35;
	overflow: hidden;
}

.listBox .item .text-wrap .text {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 22px;
	max-width: 430px;
	overflow: hidden;
	line-height: 1.45;
}

.listBox .item .text-wrap .text:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.listBox .item .text-wrap .text {
		margin-right: 0;
	}
}

.listBox .item .text-wrap .d-flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	margin-bottom: 2px;
}

.listBox .item .text-wrap .d-flex .minText {
	width: auto;
}

.listBox .item .text-wrap .underline {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-left: 20px;
	z-index: 5;
	position: relative;
}

.listBox .item .text-wrap .minText {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0;
	color: #aaa;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.listBox .item .text-wrap .minText ~ .underline {
	font-size: 12px;
}

.listBox .item.not-hover:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.listBox .item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (min-width:768px) {
	.listBox .item:nth-child(even) .img-wrap {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.listBox .item:nth-child(even) .text-wrap {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-right: 60px;
		padding-left: 0;
		text-align: right;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.listBox .item:nth-child(even) .text-wrap .h4,
	.listBox .item:nth-child(even) .text-wrap .text {
		margin-left: auto;
		margin-right: 0;
	}

	.listBox .item:nth-child(even) .text-wrap .text {
		margin-left: 25px;
	}
}

@media screen and (min-width:768px) and (max-width:767px) {
	.listBox .item:nth-child(even) .text-wrap .text {
		margin-left: 0;
	}
}

@media screen and (min-width:768px) {
	.listBox .item:nth-child(even) .text-wrap .underline {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 20px 0 0;
	}

	.listBox .item:nth-child(even) .text-wrap .minText {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.listBox .item:nth-child(even) .text-wrap .ulDash li {
		padding-left: 0;
		padding-right: 24px;
	}

	.listBox .item:nth-child(even) .text-wrap .ulDash li:before {
		left: auto;
		right: 0;
	}

	.listBox .item:nth-child(even) .text-wrap .d-flex {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.listBox .item :nth-child(even) .text-wrap {
		padding-right: 16px;
	}
}

@media screen and (max-width:991px) {
	.listBox .item .text-wrap {
		padding-left: 16px;
	}
}

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

	.listBox .item {
		margin-bottom: 24px;
	}

	.listBox .item:last-child {
		margin-bottom: 0;
	}

	.listBox .item .text-wrap {
		padding: 24px 0 0;
		width: 100%;
	}

	.listBox .item .text-wrap .h4 {
		max-width: 100%;
	}

	.listBox .item .text-wrap .text {
		max-width: 100%;
	}

	.listBox .item .img-wrap {
		padding-top: 50%;
		width: 100%;
	}

	.listBox .row.mt-5 {
		margin-top: 0 !important;
	}
}

.subscribe-section.indent {
	padding-bottom: 127px;
}

.subscribe-section .h2,
.subscribe-section h2 {
	max-width: 160px;
	margin-bottom: 24px;
}

.subForm {
	text-align: center;
	background-color: #f4f4f4;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 52px 48px 34px;
}

.subForm:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 360px;
	top: 0;
	left: 0;
	background-image: url(../img/bg-form.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.subForm .h3-wrap {
	width: 100%;
	margin-bottom: 55px;
}

.subForm .h3 {
	max-width: 570px;
	margin: auto;
	font-weight: 600;
	line-height: 1.25;
}

.subForm .form-control {
	width: 255px;
	margin: 0 15px 32px;
}

.subForm .multiple-select {
	margin-left: 15px;
	margin-right: 15px;
}

.subForm .btn.btn-primary {
	width: 165px;
	margin: 0 13px 24px;
}

@media screen and (min-width:991px) {
	.subForm .input-wrap:nth-child(2) .form-control {
		width: 220px;
	}
}

.subForm .consentLink {
	margin: 9px auto 0;
	max-width: 552px;
}

.subForm .input-wrap.sm {
	max-width: 148px;
	margin-left: 13px;
	margin-right: 13px;
}

.subForm .input-wrap.sm .form-control {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.subForm .input-wrap.last .form-control {
	width: 235px;
}

@media screen and (max-width:1199px) {
	.subForm {
		padding: 53px 16px 38px;
	}

	.subForm .form-control {
		width: 240px;
		margin: 0 4px 32px;
	}

	.subForm .input-wrap.sm {
		margin-left: 4px;
		margin-right: 4px;
	}

	.subForm .multiple-select {
		margin-left: 4px;
		margin-right: 4px;
		width: 240px;
	}
}

@media screen and (max-width:991px) {
	.subForm {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 53px 50px 38px;
	}

	.subForm .btn.btn-primary {
		width: 260px;
	}

	.subForm .input-wrap.last .form-control {
		width: 240px;
	}

	.subForm .input-wrap.sm {
		max-width: 240px;
	}

	.subForm .form-control {
		width: 240px;
		margin: 0 8px 16px;
	}
}

@media screen and (max-width:767px) {
	.subForm {
		padding: 53px 15px 38px;
		width: -webkit-calc(100% + 30px);
		width: -moz-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.subForm .input-wrap {
		width: 100%;
		margin-bottom: 16px;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.subForm .form-control {
		width: 100%;
		margin: 0;
	}

	.subForm .consentLink {
		margin-left: 0;
		margin-right: 0;
	}

	.subForm .h3-wrap {
		margin-bottom: 40px;
	}

	.subForm .btn.btn-primary {
		width: 100%;
		margin: 16px 0 0;
		max-width: 100%;
	}

	.subForm:after,
	.subForm:before {
		width: 40%;
		min-width: 200px;
	}

	.subForm .input-wrap.sm {
		max-width: 420px;
		margin-left: 0;
		margin-right: 0;
	}

	.subForm .input-wrap.last .form-control {
		width: 100%;
	}

	.subForm .multiple-select {
		width: 100%;
		max-width: 420px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.subForm .multiple-select.open {
		margin-bottom: -122px;
	}
}

.stocks-section .h2,
.stocks-section h2 {
	max-width: 240px;
}

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

	.stocks-section .h2,
	.stocks-section h2 {
		margin-bottom: 24px;
	}
}

@media screen and (max-width:767px) {
	.stocks-section {
		padding-bottom: 64px;
	}
}

.stocks-section.indent {
	padding-bottom: 87px;
}

.stocks-section.indent .owl-default .h4 {
	height: 38px;
	overflow: hidden;
}

.stocks-section.indent .owl-default .text {
	height: 54px;
	overflow: hidden;
}

.project-section.indent {
	padding-bottom: 14px;
}

.project-section.indent:last-child {
	padding-bottom: 0;
}

.project-section .h2,
.project-section h2 {
	max-width: 130px;
}

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

	.project-section .h2,
	.project-section h2 {
		margin-bottom: 25px;
	}
}

@media screen and (max-width:767px) {
	.project-section {
		padding-bottom: 64px;
	}
}

.projectBox {
	position: relative;
	z-index: 1;
	padding: 39px 40px 40px 64px;
	min-height: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.projectBox .btn-sm {
	padding-left: 15px;
	padding-right: 15px;
}

.projectBox .btn-sm {
	-webkit-transition: .5s !important;
	-moz-transition: .5s !important;
	transition: .5s !important;
}

.projectBox .abs {
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
}

.projectBox .projectBox-h {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 76px;
}

.projectBox .projectBox-h .cable {
	background-image: url(../img/honest-cable.svg);
	width: 190px;
	height: 42px;
}

@media screen and (min-width:1200px) {
	.projectBox .projectBox-h .cable {
		margin-top: 19px;
	}
}

.projectBox .lgText {
	margin-bottom: 43px;
	line-height: 130%;
}

.projectBox .text {
	line-height: 145%;
}

.projectBox .lgText,
.projectBox .text {
	max-width: 410px;
}

.projectBox .lgText:last-child,
.projectBox .text:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.projectBox {
		min-height: 400px;
		padding: 40px 40px 40px 40px;
	}

	.projectBox .lgText,
	.projectBox .text {
		text-shadow: 0 2px 1px #fff, 0 -1px 3px #fff;
	}
}

@media screen and (max-width:767px) {
	.projectBox {
		padding: 40px 16px;
		min-width: -webkit-calc(100% + 30px);
		min-width: -moz-calc(100% + 30px);
		min-width: calc(100% + 30px);
		margin-left: -15px;
	}

	.projectBox .projectBox-h {
		margin-bottom: 16px;
	}

	.projectBox .projectBox-h .cable {
		width: 170px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:575px) {
	.projectBox .btn-group .btn {
		white-space: nowrap;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (max-width:370px) {
	.projectBox .btn-group {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.projectBox .btn-group .btn {
		width: 100%;
		margin: 0 0 8px 0;
	}
}

.work-section.indent {
	padding-bottom: 8px;
}

.work-section .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.work-section .h2,
.work-section h2 {
	max-width: 160px;
}

.work-section .btn-group {
	margin-bottom: 14px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.work-section .btn-group .btn {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

@media screen and (max-width:767px) {
	.work-section.indent {
		padding-bottom: 0;
	}
}

@media screen and (max-width:575px) {
	.work-section .btn-group .btn {
		width: 100%;
	}
}

.workBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ddd;
	margin-bottom: 72px;
}

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

.workBox .col {
	padding: 0;
	width: 50%;
}

.workBox .col:nth-child(odd) {
	padding: 16px;
}

.workBox .img-wrap {
	padding-top: 60.707%;
}

.workBox .lgText.medium {
	text-transform: uppercase;
	font-weight: 500;
}

.workBox .lgText,
.workBox .text {
	max-width: 380px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 32px;
	line-height: 145%;
}

.workBox .lgText:last-child,
.workBox .text:last-child {
	margin-bottom: 0;
}

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

	.workBox .lgText,
	.workBox .text {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.workBox .text {
		font-size: 13px;
	}

	.workBox .lgText {
		font-size: 15px;
	}
}

@media screen and (max-width:767px) {
	.workBox {
		margin-bottom: 48px;
	}

	.workBox .col {
		min-width: 100%;
	}

	.workBox .col:nth-child(odd) {
		padding: 32px 15px;
	}

	.workBox .col:nth-child(odd) .lgText,
	.workBox .col:nth-child(odd) .text {
		max-width: 100%;
	}
}

.regB2B {
	text-align: center;
	max-width: 720px;
	margin: auto;
}

.regB2B p {
	line-height: 145%;
}

.regB2B .h3 {
	margin-bottom: 24px;
	font-weight: 600;
}

.regB2B .text {
	margin-bottom: 32px;
}

.regB2B .lgText {
	margin-bottom: 32px;
	font-weight: 500;
}

.regB2B .btn-primary {
	font-weight: 400 !important;
}

footer {
	margin-top: 0;
}

footer.milk {
	background-color: #f9f9f9;
	margin-top: 0;
}

footer.milk .top-f {
	border-top: none;
	padding-top: 66px;
}

footer ul li:before {
	display: none;
}

footer .top-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 66px;
	padding-bottom: 35px;
}

@media screen and (min-width:1200px) {
	footer .top-f {
		padding-top: 81px;
	}
}

footer .top-f .item {
	max-width: 21%;
	padding: 0;
}

footer .top-f .item.logo-wrap {
	max-width: 156px;
	text-align: center;
}

footer .top-f .item.logo-wrap .logo {
	margin: 0 auto 30px;
	display: block;
	width: 156.08px;
	height: 34.04px;
}

footer .top-f .item.logo-wrap .ic {
	margin: 0 auto 30px;
}

footer .top-f .item.logo-wrap .ic:last-child {
	margin-bottom: 0;
}

footer .top-f .item.item-methods {
	text-align: right;
}

@media screen and (max-width:991px) {
	footer .top-f .item.item-methods {
		text-align: left;
	}
}

footer .logo-f1 {
	background-image: url(../img/logo-f1.svg);
	width: 122px;
	height: 52px;
	display: block;
}

@media screen and (min-width:1200px) {
	footer .logo-f1 {
		margin-bottom: 23px !important;
	}
}

footer .logo-f4 {
	background-image: url(../img/honest-position.svg);
	width: 136px;
	height: 52px;
	display: block;
}

@media screen and (min-width:1200px) {
	footer .logo-f4 {
		margin-bottom: 28px !important;
	}
}

footer .logo-f3 {
	background-image: url(../img/logo-f3.svg);
	width: 145px;
	height: 48px;
	display: block;
}

footer .logo-f2 {
	background-image: url(../img/logo-f2.svg);
	width: 140px;
	height: 36px;
	display: block;
}

@media screen and (min-width:1200px) {
	footer .logo-f2 {
		margin-bottom: 35px !important;
	}
}

footer ul.minText {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

footer ul.minText li {
	list-style-type: none;
	margin-bottom: 14.99px;
}

footer ul.minText li:last-child {
	margin-bottom: 0;
}

footer ul.minText li a {
	color: inherit;
	line-height: 1;
	letter-spacing: .5px;
}

footer ul.minText li a:hover {
	color: #f47b20;
}

footer .title-f {
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 23px;
}

footer .link-f {
	font-weight: 600;
	font-size: 15px;
	color: #222;
	margin-bottom: 13.5px;
	display: table;
}

footer .link-f:hover {
	color: #f47b20;
}

footer .tel-wrap:last-child .link-f {
	margin-bottom: 0;
}

footer .minText.grey {
	margin: 0 0 3.5px;
}

footer .h5 {
	margin-bottom: 17px;
	line-height: 1.3;
}

footer .socialGrey {
	margin-bottom: 36px;
}

footer .cable {
	margin-bottom: 36px;
	height: 34px;
}

footer .bottom-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 41px 0;
	border-top: 1px solid #ddd;
}

footer .bottom-f p {
	margin: 0;
}

footer .bottom-f .consentLink {
	display: table;
	text-decoration: underline;
}

footer .bottom-f .consentLink:hover {
	text-decoration: none;
}

footer .bottom-f .minText {
	max-width: -webkit-calc(100% - 230px);
	max-width: -moz-calc(100% - 230px);
	max-width: calc(100% - 230px);
}

@media screen and (min-width:1300px) {
	footer .top-f .item.logo-wrap {
		padding-left: 5px;
		padding-top: 2px;
	}

	footer .top-f .item:nth-child(2) {
		padding-left: 17px;
	}

	footer .top-f .item:nth-child(3) {
		padding-left: 0;
		max-width: 23%;
		margin-left: -25px;
	}

	footer .top-f .item:nth-child(4) {
		padding-left: 0;
		margin-right: -4px;
		margin-left: 4px;
	}

	footer .top-f .item:nth-child(4) .link-f {
		margin-left: auto;
	}

	footer .top-f .item:nth-child(4) .tel-wrap:last-child {
		margin-top: 24px;
	}
}

@media screen and (max-width:991px) {
	footer .top-f {
		padding-bottom: 32px;
	}

	footer .top-f .wrap {
		display: inline-block;
	}

	footer .top-f .wrap:nth-last-child(2) {
		min-width: 46%;
		margin-right: 3%;
	}

	footer .top-f .item {
		max-width: 33%;
		width: 33%;
		margin-bottom: 24px;
	}

	footer .top-f .item:last-child {
		max-width: 66%;
		width: 66%;
	}

	footer .top-f .item.logo-wrap {
		max-width: 33%;
	}

	footer .top-f .item.logo-wrap .logo {
		margin: 0 0 32px;
	}

	footer .top-f .item.logo-wrap .ic {
		margin: 0 0 32px;
	}

	footer .bottom-f {
		padding: 32px 0;
	}
}

@media screen and (max-width:767px) {
	footer .top-f {
		padding-top: 32px;
		padding-bottom: 16px;
	}

	footer .top-f .cable {
		margin-bottom: 16px;
		height: 40px;
		width: 40%;
		margin-right: 10%;
		background-position: left;
	}

	footer .top-f .wrap {
		display: block;
		margin-right: 0 !important;
	}

	footer .top-f .socialGrey {
		margin-bottom: 24px;
	}

	footer .top-f .item {
		width: 50%;
		max-width: 50%;
		margin-bottom: 32px;
	}

	footer .top-f .item.logo-wrap {
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-moz-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 16px;
	}

	footer .top-f .item.logo-wrap .logo {
		margin-bottom: 16px;
		width: 40%;
		margin-right: 10%;
		height: 40px;
		background-position: left;
	}

	footer .top-f .item.logo-wrap .ic {
		width: 40%;
		margin-right: 10%;
		height: 40px;
		margin-bottom: 16px;
		text-align: left;
		background-position: left;
	}

	footer .top-f .item.logo-wrap .ic:last-child {
		margin-bottom: 16px;
	}

	footer .top-f .item:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-right: 16px;
	}

	footer .top-f .item:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	footer .top-f .item:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 100%;
		max-width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 22px;
	}

	footer .top-f .item:nth-child(4) .title-f {
		width: 100%;
	}

	footer .top-f .item:nth-child(4) .tel-wrap {
		width: 50%;
	}

	footer .top-f .item:last-child {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		margin-bottom: 0;
	}

	footer .bottom-f .minText {
		width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}
}

.select2-container--select-primary .select2-selection--single::before {
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	left: 0;
}

.select2-container--select-primary .select2-selection__rendered {
	padding: 6px 32px 6px 15px !important;
}

.filterEl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.filterEl.filterActNew {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media screen and (max-width:991px) {
	.filterEl.filterActNew {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width:768px) {
	.filterEl .nth-class:first-child {
		max-width: 120px;
	}

	.filterEl .nth-class:first-child .select2-container--select-primary {
		min-width: 120px !important;
	}

	.filterEl .nth-class:nth-child(2) {
		max-width: 187px;
		width: 100%;
	}

	.filterEl .nth-class:nth-child(2) .select2-container {
		width: 100% !important;
	}

	.filterEl .nth-class:nth-child(3) {
		max-width: 312px;
		width: 100%;
	}

	.filterEl .nth-class:nth-child(3) .select2-container {
		width: 100% !important;
	}

	.filterEl .nth-class:last-child {
		max-width: 200px;
		width: 100%;
	}

	.filterEl .nth-class:last-child .select2-container {
		width: 70px !important;
		min-width: auto !important;
	}
}

.filterEl .select-wrap {
	margin-right: 30px;
	margin-bottom: 8px;
}

.filterEl .select-wrap .text {
	color: #8e8e8e;
	font-size: 12px;
}

.filterEl .select-wrap:last-child {
	margin-right: 0;
}

.filterEl .check-primary {
	margin-right: 40px;
	margin-bottom: 8px;
}

@media screen and (max-width:1199px) {
	.filterEl .select-wrap {
		margin-right: 16px;
	}

	.filterEl .check-primary {
		margin-right: 16px;
	}
}

@media screen and (max-width:767px) {
	.filterEl {
		margin-bottom: 32px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.filterEl .select-wrap {
		width: -webkit-calc(50% - 4px);
		width: -moz-calc(50% - 4px);
		width: calc(50% - 4px);
		margin-right: 0;
		margin-bottom: 16px;
	}

	.filterEl .select-wrap .select2 {
		width: 100% !important;
	}

	.filterEl .check-primary {
		margin-bottom: 16px;
	}
}

.static {
	line-height: 135%;
	padding-bottom: 60px;
}

.static img[align=left] {
	margin-right: 24px;
	margin-bottom: 24px;
}

.static img[align=right] {
	margin-left: 24px;
	margin-bottom: 24px;
}

.static:last-child {
	padding-bottom: 0;
}

.static ol a,
.static p a,
.static ul a {
	display: inline;
	margin-bottom: 0;
}

.static .btn,
.static a.btn {
	display: inline-block;
}

.static a {
	color: #222;
	text-decoration: underline;
	line-height: 135%;
	display: table;
	margin-bottom: 16px;
}

.static a:hover {
	color: #f47b20;
	text-decoration: none;
}

.static a[data-fancybox] {
	position: relative;
	margin-bottom: 0;
}

.static ul {
	padding-left: 24px;
}

.static .select2-selection__arrow {
	width: 10px;
	height: 6px;
}

.static .scroll {
	width: 100%;
	overflow: auto;
}

@media screen and (max-width:767px) {
	.static {
		padding-bottom: 32px;
	}

	.static img[align=left] {
		margin-right: 8px;
		margin-bottom: 32px;
	}

	.static img[align=right] {
		margin-left: 8px;
		margin-bottom: 32px;
	}
}

.option1 {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 16px 0;
}

.option1 tbody tr {
	border: 1px solid #ddd;
}

.option1 tbody tr td {
	border: 1px solid #ddd;
	padding: 32px 40px;
}

.option1 tbody tr td:first-child {
	border-left: none;
}

.option1 h2 {
	white-space: nowrap;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400 !important;
	margin: 0;
}

.option1 h2 span {
	display: block;
}

.option1 p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.option1 tbody tr td {
		padding: 10px;
	}

	.option1 h2 {
		font-size: 14px;
		line-height: 1.4;
		white-space: inherit;
	}

	.option1 p {
		font-size: 12px;
	}
}

.navigation-static {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.navigation-static .link-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.navigation-static .link-wrap:hover {
	opacity: .75;
}

.navigation-static .link-wrap:nth-child(2) {
	text-align: right;
}

.navigation-static .link-wrap .prev-custom {
	margin-right: 20px;
}

.navigation-static .link-wrap .next-custom {
	margin-left: 20px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.navigation-static .link-wrap .next-custom:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navigation-static .link-wrap a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

@media screen and (min-width:576px) {
	.navigation-static {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.navigation-static .link-wrap {
		margin: 0 20px;
	}
}

@media screen and (max-width:575px) {
	.navigation-static .link-wrap {
		font-size: 11px;
	}

	.navigation-static .link-wrap .prev-custom {
		margin-right: 8px;
	}

	.navigation-static .link-wrap .next-custom {
		margin-left: 8px;
	}
}

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

	.navigation-static .next-custom,
	.navigation-static .prev-custom {
		width: 24px;
		height: 24px;
	}

	.navigation-static .link-wrap {
		font-size: 10px;
	}
}

.static-title {
	margin-bottom: 40px;
}

.static-title .ya-share2 {
	margin-top: 1em;
}

.static-title:first-child {
	padding-top: 64px;
}

.static-title .h2,
.static-title h2 {
	margin-bottom: 0;
	margin-right: 24px;
}

.static-title .btn {
	margin-left: auto;
}

.static-title .date {
	margin-left: auto;
	font-size: 12px;
	line-height: 15px;
}

.static-title .date strong {
	margin-left: 4px;
}

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

	.static-title:first-child {
		padding-top: 32px;
	}

	.static-title .h2,
	.static-title h2 {
		width: 100%;
		margin-bottom: 16px;
	}

	.static-title .btn {
		margin-left: 0;
	}

	.static-title .date {
		margin-left: 0;
	}
}

.sideWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.sideWrap .sideBar {
	width: -webkit-calc(26% - 32px);
	width: -moz-calc(26% - 32px);
	width: calc(26% - 32px);
	margin-right: 32px;
}

.sideWrap .sideContent {
	width: 74%;
}

.sideWrap .sideContent ~ .sideBar {
	margin: 0 0 0 32px;
}

.sideWrap .filterGs {
	width: 100%;
}

@media screen and (max-width:1199px) {
	.sideWrap .sideBar {
		width: -webkit-calc(26% - 16px);
		width: -moz-calc(26% - 16px);
		width: calc(26% - 16px);
		margin-right: 16px;
	}

	.sideWrap .sideContent ~ .sideBar {
		margin: 0 0 0 16px;
	}
}

@media screen and (max-width:991px) {
	.sideWrap .sideContent {
		width: 70%;
	}

	.sideWrap .sideBar {
		width: -webkit-calc(30% - 16px);
		width: -moz-calc(30% - 16px);
		width: calc(30% - 16px);
	}
}

@media screen and (max-width:767px) {
	.sideWrap .sideBar {
		width: 100%;
		margin: 0 0 16px;
	}

	.sideWrap .sideContent {
		width: 100%;
	}

	.sideWrap .sideContent ~ .sideBar {
		margin: 16px 0 0 0;
	}
}

.filterGs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.filterGs .check-primary label .boxCb {
	border-radius: 0;
}

.filterGs .select2-container--select-primary {
	min-width: 80px !important;
}

.filterGs .minText {
	margin-bottom: 0;
	color: #8e8e8e;
}

.filterGs .minText:not(:last-child) {
	margin-right: 20px;
}

.filterGs .sort-by {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filterGs .sort-by .radioSb {
	margin-bottom: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.filterGs .sort-by .radioSb:not(:last-child) {
	margin-right: 20px;
}

.filterGs .sort-by .check-primary {
	margin-left: 40px;
}

.filterGs .view-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.filterGs .view-wrap .select-wrap:not(:last-child) {
	margin-right: 32px;
}

.filterGs .btn-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width:1199px) {
	.filterGs {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:991px) {
	.filterGs .minText:not(:last-child) {
		margin-right: 8px;
	}

	.filterGs .sort-by .radioSb:not(:last-child) {
		margin-right: 12px;
	}

	.filterGs .sort-by .check-primary {
		margin-left: 0;
	}

	.filterGs .view-wrap .select-wrap:not(:last-child) {
		margin-right: 12px;
	}

	.filterGs .btn.btn-point:not(:last-child) {
		margin-right: 8px;
	}

	.filterGs .btn.btn-list:not(:last-child) {
		margin-right: 8px;
	}

	.filterGs .select2-container--select-primary {
		min-width: 72px !important;
	}
}

@media screen and (max-width:767px) {
	.filterGs {
		margin-bottom: 24px;
	}

	.filterGs .btn.btn-point {
		display: none;
	}

	.filterGs .btn.btn-list:not(:last-child) {
		margin-right: 20px;
	}

	.filterGs .select2-container--select-primary {
		min-width: 80px !important;
	}

	.filterGs .sort-by {
		width: 100%;
		margin-bottom: 24px;
	}

	.filterGs .view-wrap {
		width: 100%;
	}

	.filterGs .btn-view {
		margin-left: auto;
	}

	.filterGs .sort-by .check-primary {
		margin-left: auto;
	}
}

@media screen and (max-width:575px) {
	.filterGs .view-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filterGs .minText:not(:last-child) {
		margin-right: 0;
		width: 100%;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:370px) {
	.filterGs .sort-by .check-primary {
		width: 100%;
		margin-top: 16px;
	}
}

.catalogFilter {
	background-color: #f9f9f9;
	width: 100%;
}

.catalogFilter .nav-tabs {
	border: none;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.catalogFilter .nav-tabs .nav-item {
	width: 50%;
}

.catalogFilter .nav-tabs .nav-item .nav-link {
	width: 100%;
	border-radius: 0;
	border: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 16px 8px;
	background: #fff;
	color: #8e8e8e;
	border-top: 2px solid #f9f9f9;
	border-left: 2px solid #f9f9f9;
	border-right: 2px solid #f9f9f9;
}

.catalogFilter .nav-tabs .nav-item .nav-link:hover {
	color: #f47b20;
}

.catalogFilter .nav-tabs .nav-item .nav-link.active {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	background-color: transparent;
	color: #f47b20;
}

.catalogFilter .tab-content {
	padding: 20px;
}

.catalogFilter .bx-filter {
	margin-top: -20px;
	margin-bottom: 0;
}

.catalogFilter .btnMobile {
	content: '';
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
	border: none;
	background-color: #f47b20;
	margin-top: 1px;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.catalogFilter .btnMobile .btnMobile__arr {
	background-image: url(../img/arr-min-gray.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width:767px) {
	.catalogFilter.open-mobile .tab-content {
		padding: 20px;
		display: block;
	}

	.catalogFilter.open-mobile .nav-tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.catalogFilter.open-mobile .btnMobile .btnMobile__arr {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.catalogFilter.open-mobile .btnMobile .text1 {
		display: none;
	}

	.catalogFilter.open-mobile .btnMobile .text2 {
		display: block;
	}

	.catalogFilter .tab-content {
		display: none;
	}

	.catalogFilter .nav-tabs {
		display: none;
	}

	.catalogFilter .btnMobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.catalogFilter .btnMobile .text1 {
		font-size: 14px;
		margin-right: 12px;
		color: #fff;
	}

	.catalogFilter .btnMobile .text2 {
		font-size: 14px;
		margin-right: 12px;
		color: #fff;
		display: none;
	}
}

.bx-filter {
	width: 100%;
	min-width: auto;
	font-family: Montserrat;
	font-size: 13px;
}

.bx-filter .container-fluid {
	padding: 0;
}

.bx-filter .row {
	margin-right: -20px;
	margin-left: -20px;
}

.bx-filter .col-lg-12,
.bx-filter .col-lg-3,
.bx-filter .col-lg-4,
.bx-filter .col-lg-7,
.bx-filter .col-md-1,
.bx-filter .col-md-12,
.bx-filter .col-md-2,
.bx-filter .col-md-3,
.bx-filter .col-md-4,
.bx-filter .col-md-5,
.bx-filter .col-md-6,
.bx-filter .col-md-7,
.bx-filter .col-md-9,
.bx-filter .col-sm-4,
.bx-filter .col-sm-6,
.bx-filter .col-sm-8,
.bx-filter .col-xs-10,
.bx-filter .col-xs-12,
.bx-filter .col-xs-6 {
	padding-right: 20px;
	padding-left: 20px;
}

.bx-filter .bxSearch__btn {
	display: none;
}

.bx-filter .bx-filter-title {
	display: none;
}

.bx-filter .bx-filter-parameters-box {
	padding: 17px 20px;
}

.bx-filter .bx-filter-parameters-box:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title {
	color: #f47b20;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	display: none;
}

.bx-filter .bx-filter-parameters-box-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	text-transform: uppercase;
	color: #222;
	padding: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.bx-filter .bx-filter-parameters-box-title:hover {
	color: #f47b20;
}

.bx-filter .bx-filter-parameters-box-title span {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
	padding-left: 19px;
	position: relative;
	display: block;
}

.bx-filter .bx-filter-parameters-box-title span span.lowercase {
	display: inline;
	width: auto;
	max-width: initial;
	padding: 0;
}

.bx-filter .bx-filter-parameters-box-title span .fa {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 6px;
}

.bx-filter .bx-filter-parameters-box-title span .fa:before {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/arr-medium.svg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.bx-filter .bx-filter-parameters-box-title span .fa:after {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/arr-medium-orange.svg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bx-filter .bx-filter-parameters-box-title span .fa.fa-angle-up:before {
	opacity: 0;
}

.bx-filter .bx-filter-parameters-box-title span .fa.fa-angle-up:after {
	opacity: 1;
}

.bx-filter .bx-filter-block {
	padding-top: 18px;
	height: auto !important;
}

.bx-filter .bx-filter-input-container input {
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	height: 36px;
}

.bx-filter .bx-filter-input-container input:focus {
	border-color: #f47b20;
}

.bx-filter .bx-filter-input-container input.max-price,
.bx-filter .bx-filter-input-container input.min-price {
	text-align: center;
}

.bx-filter .bx-filter-parameters-box-container {
	padding: 0;
}

.bx-filter .bx-filter-parameters-box-container:after,
.bx-filter .bx-filter-parameters-box-container:before {
	display: none;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 2px;
}

.bx-filter .bx-ui-slider-range {
	z-index: 100;
	cursor: pointer !important;
}

.bx-filter .bx-ui-slider-handle {
	width: 20px;
	height: 20px;
	background: #fff !important;
	border: 2px solid #f47b20;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	top: -9px;
	cursor: pointer !important;
}

.bx-filter .bx-ui-slider-handle:hover {
	background: #f47b20 !important;
}

.bx-filter .bx-ui-slider-handle.right {
	margin-right: -10px;
}

.bx-filter .bx-ui-slider-handle.left {
	margin-left: -10px;
}

.bx-filter .bx-ui-slider-part {
	display: none;
}

.bx-filter .bx-ui-slider-track-container {
	padding: 9px 0;
	margin: 16px 30px 0;
}

.bx-filter .bx-ui-slider-track-container:first-child {
	margin-top: 0;
}

.bx-filter .checkbox:last-child {
	margin-bottom: 0;
}

.bx-filter .checkbox input {
	display: none;
}

.bx-filter .checkbox .bx-filter-param-label {
	min-height: auto;
	font-weight: 400;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	color: #222;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.bx-filter .checkbox .bx-filter-param-label:hover {
	color: #f47b20;
}

.bx-filter .checkbox .bx-filter-param-text {
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	padding-left: 34px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 25px;
}

.bx-filter .checkbox .bx-filter-param-text span {
	color: #8e8e8e;
}

.bx-filter .checkbox .bx-filter-param-text:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.bx-filter .checkbox .bx-filter-param-text:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 7px;
	border-bottom: 2px solid #f47b20;
	border-right: 2px solid #f47b20;
	width: 6px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

@media screen and (max-width:767px) {
	.bx-filter .checkbox .bx-filter-param-text {
		display: block;
	}
}

.bx-filter .checkbox input:checked ~ .bx-filter-param-text:after {
	opacity: 1;
}

.bx-filter .bx-filter-button-box {
	padding: 0;
	margin: -18px 0 -20px;
}

.bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bx-filter .bx-filter-button-box .btn {
	width: 100%;
	border-radius: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
}

.bx-filter .bx-filter-button-box .btn.btn-link {
	background: #f2f2f2;
}

.bx-filter .bx-filter-popup-result {
	top: 2px;
	margin-top: 0;
	background: #f47b20;
	-webkit-border-image: none !important;
	-moz-border-image: none !important;
	-o-border-image: none !important;
	border-image: none !important;
	color: #fff;
	font-size: 0;
	border: none;
	padding: 10px 28px;
	height: 40px;
}

.bx-filter .bx-filter-popup-result:hover {
	background-color: #f79c58;
}

.bx-filter .bx-filter-popup-result:hover .arrow {
	border-right: 15px solid #f79c58;
}

.bx-filter .bx-filter-popup-result.left {
	right: auto;
	left: 100%;
	margin-left: 15px;
}

.bx-filter .bx-filter-popup-result #modef_num {
	font-size: 0;
}

.bx-filter .bx-filter-popup-result .arrow {
	position: absolute;
	right: 100%;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 15px solid #f47b20;
	border-bottom: 7px solid transparent;
	top: 0;
	bottom: 0;
	margin: auto;
}

.bx-filter .bx-filter-popup-result br {
	display: none;
}

.bx-filter .bx-filter-popup-result a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.bx-filter .bx-filter-select-container {
	border-radius: 4px;
}

.bx-filter .bx-filter-select-block {
	padding: 0 33px 0 16px;
}

.bx-filter .bx-filter-select-arrow {
	background: url(../img/arr-medium.svg) no-repeat center;
	background-size: 10px;
}

.bx-filter .bxSearch {
	margin-bottom: 20px;
}

.bx-filter .bx-scroll {
	max-height: 240px;
	overflow: hidden;
	padding-top: 5px;
	margin-top: -5px;
}

.bx-filter .bx-scroll::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 8px;
	height: 0;
	position: absolute;
}

.bx-filter .bx-scroll::-webkit-scrollbar-track {
	background-color: transparent;
	position: absolute;
}

.bx-filter .bx-scroll::-webkit-scrollbar-thumb {
	position: absolute;
	border-radius: 0;
	background-color: #ddd;
	width: 8px;
}

.bx-filter .bx-scroll::-webkit-resizer {
	background-repeat: no-repeat;
	width: 8px;
	height: 0;
	position: absolute;
}

.bx-filter .bx-scroll::-webkit-scrollbar {
	width: 8px;
	position: absolute;
}

.bx-filter .bx-scroll.scroll {
	max-height: 355px;
	overflow: auto;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.bx-filter .toggleLink {
	margin-top: 16px;
	margin-left: auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.bx-filter .toggleLink.black:hover {
	color: #f47b20 !important;
}

.bx-filter .toggleLink.black:hover:after {
	background-image: url(../img/arr-medium-orange.svg);
}

.bx-touch .bx-filter .bx-filter-popup-result {
	background-color: #f47b20;
	border-color: #f47b20;
	margin: 0;
	text-align: center;
	font-size: 0;
}

#emptySection {
	margin: 16px;
}

@media screen and (max-width:1199px) {
	#emptySection {
		margin: 8px;
	}
}

@media screen and (max-width:767px) {
	#emptySection {
		margin: 0 8px;
	}
}

@media screen and (max-width:575px) {
	#emptySection {
		margin: 0;
	}
}

body .menuGroups > li.active .menuHidden {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.menuGroups {
	padding: 0;
	margin: 0;
}

.menuGroups > li {
	list-style-type: none;
	font-weight: 500;
	font-size: 13px;
	color: #222;
	cursor: pointer;
	padding: 8px 20px;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	margin-left: -20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.menuGroups > li > a {
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
	position: relative;
	display: block;
}

.menuGroups > li.active,
.menuGroups > li:hover {
	background-color: #f47b20;
	color: #fff;
}

.menuGroups > li.active .menuHidden ~ a:before,
.menuGroups > li:hover .menuHidden ~ a:before {
	opacity: 1;
	z-index: 1;
}

.menuGroups > li.active .menuHidden ~ a:after,
.menuGroups > li:hover .menuHidden ~ a:after {
	opacity: 0;
}

.menuGroups > li.active .menuHidden {
	display: block;
}

.menuGroups .menuHidden {
	position: absolute;
	z-index: 99;
	background: #fff;
	margin-top: -8px;
	max-width: -webkit-calc(74% + 32px);
	max-width: -moz-calc(74% + 32px);
	max-width: calc(74% + 32px);
	left: -webkit-calc(26% - 32px);
	left: -moz-calc(26% - 32px);
	left: calc(26% - 32px);
	-webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
	padding: 24px 32px;
	display: none;
	cursor: auto;
}

.menuGroups .menuHidden.oneCol .row {
	-webkit-columns: 1 !important;
	-moz-columns: 1 !important;
	columns: 1 !important;
}

.menuGroups .menuHidden.twoCol .row {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
}

.menuGroups .menuHidden .row {
	display: initial;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menuGroups .menuHidden .submenu {
	padding: 0;
}

.menuGroups .menuHidden .submenu:not(:last-child) {
	margin-bottom: 28px;
}

.menuGroups .menuHidden .submenu li {
	list-style-type: none;
	margin-bottom: 8px;
	font-size: 13px;
}

.menuGroups .menuHidden .submenu li:before {
	display: none;
}

.menuGroups .menuHidden .submenu strong {
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 8px;
	display: block;
}

.menuGroups .menuHidden .submenu strong a {
	display: table;
}

.menuGroups .menuHidden.active {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.menuGroups .menuHidden ~ a {
	padding-right: 20px;
}

.menuGroups .menuHidden ~ a:before {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/arr-min-gray.svg);
	opacity: 0;
}

.menuGroups .menuHidden ~ a:after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/arr-medium.svg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media screen and (max-width:1199px) {
	.menuGroups .menuHidden {
		max-width: -webkit-calc(74% + 16px);
		max-width: -moz-calc(74% + 16px);
		max-width: calc(74% + 16px);
		left: -webkit-calc(26% - 16px);
		left: -moz-calc(26% - 16px);
		left: calc(26% - 16px);
	}
}

@media screen and (max-width:991px) {
	.menuGroups .menuHidden {
		padding: 24px 16px;
		max-width: -webkit-calc(74% - 16px);
		max-width: -moz-calc(74% - 16px);
		max-width: calc(74% - 16px);
		left: -webkit-calc(26% - 16px);
		left: -moz-calc(26% - 16px);
		left: calc(26% - 16px);
	}
}

@media screen and (max-width:767px) {
	.menuGroups > li {
		position: relative;
	}

	.menuGroups > li:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 100%;
		z-index: 2;
	}

	.menuGroups .menuHidden {
		left: 0;
		width: 100%;
		margin-top: 0;
		top: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.menuGroups .menuHidden.active {
		display: none;
	}
}

@media screen and (max-width:575px) {
	.menuGroups .row {
		-webkit-columns: 1 !important;
		-moz-columns: 1 !important;
		columns: 1 !important;
	}

	.menuGroups .menuHidden .submenu:not(:last-child) {
		margin-bottom: 18px;
	}
}

.catalog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	border-bottom: none;
	margin: -16px;
	min-height: 400px;
}

.catalog:not(.view-1),
.catalog:not(.view-2) {
	margin-bottom: -32px;
}

@media screen and (max-width:1199px) and (min-width:768px) {

	.catalog:not(.view-1),
	.catalog:not(.view-2) {
		margin-bottom: -16px;
	}
}

.catalog:last-child {
	padding-bottom: 0;
}

@media screen and (min-width:768px) {
	.catalog.view-1 {
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: -16px;
		min-height: auto;
	}

	.catalog.view-1 .item {
		width: 100%;
		border-right: none;
		border-top: 1px solid #ddd;
		margin: 0;
	}

	.catalog.view-1 .item:last-child {
		border-bottom: 1px solid #ddd;
	}

	.catalog.view-1 .item .wrap:hover {
		position: relative;
		outline: 0;
	}

	.catalog.view-1 .item .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: -webkit-calc(153px + 32px);
		padding-left: -moz-calc(153px + 32px);
		padding-left: calc(153px + 32px);
		padding-right: 0;
		min-height: -webkit-calc(128px + 16px);
		min-height: -moz-calc(128px + 16px);
		min-height: calc(128px + 16px);
	}

	.catalog.view-1 .item .img-wrap {
		width: 153px;
		height: 110px;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.catalog.view-1 .item .h4 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 56%;
		height: auto;
		min-height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		max-height: 36px;
		margin-top: auto;
		margin-bottom: 6px;
	}

	.catalog.view-1 .item .d-flex {
		margin-bottom: 0;
	}

	.catalog.view-1 .item .in-stock {
		font-size: 12px;
		font-weight: 400;
	}

	.catalog.view-1 .item .in-stock ~ .minText {
		font-size: 12px;
	}

	.catalog.view-1 .item .in-stock .tipBox::before {
		left: 72px;
	}

	.catalog.view-1 .item .price {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 44%;
		padding-left: 32px;
		text-align: center;
		font-size: 22px;
		line-height: 1;
		margin-top: auto;
		margin-bottom: 0;
	}

	.catalog.view-1 .item .group-text {
		margin-top: 6px;
		margin-bottom: auto;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 56%;
		height: auto;
	}

	.catalog.view-1 .item .group-text .d-flex.indent {
		margin-bottom: 0;
	}

	.catalog.view-1 .item .d-flex.z-index {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 44%;
		padding-left: 32px;
	}

	.catalog.view-1.search-catalog .item .img-wrap {
		width: 180px;
		height: 130px;
	}

	.catalog.view-1.search-catalog .item .wrap {
		min-height: -webkit-calc(128px + 32px);
		min-height: -moz-calc(128px + 32px);
		min-height: calc(128px + 32px);
		padding-left: -webkit-calc(180px + 32px);
		padding-left: -moz-calc(180px + 32px);
		padding-left: calc(180px + 32px);
	}

	.catalog.view-1.search-catalog .item .h4 {
		width: -webkit-calc(100% - 268px);
		width: -moz-calc(100% - 268px);
		width: calc(100% - 268px);
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

@media screen and (min-width:768px) and (max-width:1199px) {
	.catalog.view-1.search-catalog .item .h4 {
		width: -webkit-calc(100% - 220px);
		width: -moz-calc(100% - 220px);
		width: calc(100% - 220px);
	}
}

@media screen and (min-width:768px) {
	.catalog.view-1.search-catalog .item .group-text {
		width: -webkit-calc(100% - 268px);
		width: -moz-calc(100% - 268px);
		width: calc(100% - 268px);
	}
}

@media screen and (min-width:768px) and (max-width:1199px) {
	.catalog.view-1.search-catalog .item .group-text {
		width: -webkit-calc(100% - 220px);
		width: -moz-calc(100% - 220px);
		width: calc(100% - 220px);
	}
}

@media screen and (min-width:768px) {
	.catalog.view-1.search-catalog .item .d-flex.z-index {
		max-width: 268px;
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:1199px) {
	.catalog.view-1.search-catalog .item .d-flex.z-index {
		max-width: 220px;
	}
}

@media screen and (min-width:768px) {
	.catalog.view-1.search-catalog .item .price {
		max-width: 268px;
		width: 100%;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

@media screen and (min-width:768px) and (max-width:1199px) {
	.catalog.view-1.search-catalog .item .price {
		max-width: 220px;
	}
}

@media screen and (min-width:768px) and (max-width:1199px) {
	.catalog.view-1 .item .wrap {
		min-height: -webkit-calc(88px + 32px);
		min-height: -moz-calc(88px + 32px);
		min-height: calc(88px + 32px);
	}

	.catalog.view-1 .item .h4 {
		min-height: 30px;
		max-height: 30px;
	}

	.catalog.view-1 .item .price {
		font-size: 16px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.catalog.view-1 .item .wrap {
		padding-left: -webkit-calc(117px + 16px);
		padding-left: -moz-calc(117px + 16px);
		padding-left: calc(117px + 16px);
	}

	.catalog.view-1 .item .img-wrap {
		width: 117px;
		height: 88px;
	}

	.catalog.view-1 .item .h4 {
		margin-bottom: 8px;
	}

	.catalog.view-1 .item .price {
		padding-left: 8px;
		margin-bottom: 8px;
	}

	.catalog.view-1 .item .d-flex.z-index {
		padding-left: 8px;
	}
}

.catalog.view-2 {
	border: 1px solid #ddd;
	display: block;
	min-height: auto;
	margin: 0;
}

.catalog.view-2 .item {
	width: 100%;
	border-right: none;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.catalog.view-2 .item:last-of-type {
	border-bottom: none;
}

.catalog.view-2 .item .wrap:hover {
	position: relative;
	outline: 0;
	background: #f4f4f4;
}

.catalog.view-2 .item .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog.view-2 .item .img-wrap {
	display: none;
}

.catalog.view-2 .item .h4 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 36%;
	height: auto !important;
	min-height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0;
}

.catalog.view-2 .item .group-text {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 11%;
	margin: 0 8px;
	height: auto;
}

.catalog.view-2 .item .group-text .d-flex.indent {
	margin-bottom: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.catalog.view-2 .item .group-text .d-flex {
	display: none !important;
}

.catalog.view-2 .item .group-text .in-stock {
	font-weight: 400;
}

.catalog.view-2 .item .price {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	font-size: 13px;
	width: 120px;
	margin-bottom: 0;
	margin-top: 0;
}

.catalog.view-2 .item .d-flex.z-index {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	padding-left: 0;
	width: 240px;
	margin: 0 0 0 8px;
}

.catalog.view-2 .item .quantity {
	margin-right: 10px;
	max-width: -webkit-calc(100% - 100px);
	max-width: -moz-calc(100% - 100px);
	max-width: calc(100% - 100px);
}

@media screen and (max-width:1199px) {
	.catalog.view-2 .item .quantity {
		max-width: -webkit-calc(100% - 78px);
		max-width: -moz-calc(100% - 78px);
		max-width: calc(100% - 78px);
	}

	.catalog.view-2 .item .d-flex.z-index {
		width: 180px;
	}
}

@media screen and (max-width:991px) {
	.catalog.view-2 .item .h4 {
		font-size: 12px;
		width: 100%;
		margin-bottom: 8px;
	}

	.catalog.view-2 .item .group-text {
		width: 80px;
		margin: 0 4px;
	}

	.catalog.view-2 .item .price {
		font-size: 12px;
		width: 100px;
	}

	.catalog.view-2 .item .quantity {
		margin-right: 4px;
		max-width: -webkit-calc(100% - 72px);
		max-width: -moz-calc(100% - 72px);
		max-width: calc(100% - 72px);
	}

	.catalog.view-2 .item .d-flex.z-index {
		width: 160px;
		margin: 0;
	}
}

@media screen and (max-width:767px) {
	.catalog.view-2 {
		margin-bottom: 40px !important;
	}
}

@media screen and (max-width:575px) {
	.catalog.view-2 {
		margin: auto;
		margin-bottom: 40px !important;
	}

	.catalog.view-2 .item .wrap {
		padding: 16px;
	}

	.catalog.view-2 .item .h4 {
		width: 100%;
		margin-bottom: 8px;
		font-size: 13px;
	}

	.catalog.view-2 .item .group-text {
		width: 100px;
		margin: 0 0 8px;
	}

	.catalog.view-2 .item .price {
		font-size: 13px;
		width: -webkit-calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: calc(100% - 110px);
		text-align: right;
		margin: 0 0 8px;
	}

	.catalog.view-2 .item .d-flex.z-index {
		width: 100%;
	}

	.catalog.view-2 .item .quantity {
		margin-right: 10px;
		max-width: -webkit-calc(100% - 100px);
		max-width: -moz-calc(100% - 100px);
		max-width: calc(100% - 100px);
	}
}

.catalog .item {
	width: 33.33%;
	position: relative;
	margin-bottom: 12px;
}

.catalog .item:nth-child(3n) {
	border-right: 1px solid transparent;
}

.catalog .item .wrap {
	padding: 16px;
	background-color: #fff;
}

@media screen and (min-width:576px) {
	.catalog .item .wrap:hover {
		position: absolute;
		outline: 1px solid #f47b20;
		z-index: 10;
	}

	.catalog .item .wrap:hover .h4 {
		height: auto;
	}
}

.catalog .item .img-wrap {
	position: relative;
	padding-top: 71%;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	display: block;
	opacity: 1;
}

.catalog .item .img-wrap.no-img:before {
	opacity: 1;
}

.catalog .item .img-wrap.no-img img {
	opacity: 0;
}

.catalog .item .img-wrap .center-img,
.catalog .item .img-wrap a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catalog .item .img-wrap img {
	margin: 0;
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
	width: auto;
	height: auto;
	max-width: -webkit-calc(100% - 20px);
	max-width: -moz-calc(100% - 20px);
	max-width: calc(100% - 20px);
	max-height: -webkit-calc(100% - 20px);
	max-height: -moz-calc(100% - 20px);
	max-height: calc(100% - 20px);
}

.catalog .item .img-wrap:before {
	content: 'Нет фото';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #ccc;
	opacity: 0;
}

.catalog .item .h4 {
	margin-bottom: 18px;
	display: block;
	color: #222;
	height: 36px;
	min-height: 36px;
	overflow: hidden;
	font-size: 14px;
	line-height: 132%;
	word-break: break-all;
}

.catalog .item .group-text {
	margin-bottom: 5px;
	z-index: 5;
	position: relative;
	height: 86px;
}

.catalog .item .d-flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 4px;
}

.catalog .item .d-flex.indent {
	margin-bottom: 14px;
}

.catalog .item .in-stock {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

.catalog .item .in-stock:hover .tipBox {
	display: block;
}

.catalog .item .in-stock ~ .minText {
	font-size: 13px;
}

.catalog .item .in-stock.not {
	cursor: pointer;
}

.catalog .item .in-stock.not:after {
	background-image: url(../img/round-red.svg);
}

.catalog .item .in-stock .tipBox {
	background: #f4f4f4;
	font-size: 12px;
	line-height: 15px;
	color: #222;
	padding: 11px 12px;
	border-radius: 0;
	position: absolute;
	left: 0;
	width: 100%;
	font-weight: 400;
	display: none;
	margin-top: 8px;
}

.catalog .item .in-stock .tipBox::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #f4f4f4;
	bottom: 100%;
	left: 79px;
}

.catalog .item .in-stock:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin: 0 0 0 8px;
	background-image: url(../img/round-green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.catalog .item .minText {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

.catalog .item .price {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 22px;
	white-space: normal;
	overflow: visible;
	text-overflow: ellipsis;
	margin-top: 30px;
	position: relative;
}

.catalog .item .old-price + .price {
	margin-top: 0;
}

.catalog .item .z-index {
	z-index: 5;
	position: relative;
}

@media screen and (max-width:1199px) {
	.catalog {
		margin: -8px;
	}

	.catalog .item .wrap {
		padding: 8px;
	}

	.catalog .item .minText {
		font-size: 12px;
	}

	.catalog .item .in-stock {
		font-size: 12px;
	}

	.catalog .item .quantity {
		max-width: -webkit-calc(100% - 100px);
		max-width: -moz-calc(100% - 100px);
		max-width: calc(100% - 100px);
	}

	.catalog .item .price {
		font-size: 18px;
	}
}

@media screen and (max-width:1199px) and (min-width:576px) {
	.catalog .item .h4 {
		font-size: 12px;
		height: 28px;
		min-height: 28px;
	}

	.catalog .item .minText {
		font-size: 11px;
	}

	.catalog .item .in-stock {
		font-size: 11px;
	}

	.catalog .item .price {
		font-size: 14px;
		line-height: 18px;
		margin-top: 22px;
	}

	.catalog .item .btnMin {
		width: 32px;
		height: 34px;
		background-size: 16px;
	}

	.catalog .item .btnMin.comparison {
		margin-right: 4px;
	}

	.catalog .item .quantity {
		max-width: -webkit-calc(100% - 72px);
		max-width: -moz-calc(100% - 72px);
		max-width: calc(100% - 72px);
	}

	.catalog .item .quantity input {
		min-width: -webkit-calc(100% - 56px);
		min-width: -moz-calc(100% - 56px);
		min-width: calc(100% - 56px);
		height: 34px;
		font-size: 12px;
	}

	.catalog .item .quantity .input-group-append,
	.catalog .item .quantity .input-group-prepend {
		width: 28px;
		height: 34px;
	}

	.catalog .item .quantity .input-group-append button,
	.catalog .item .quantity .input-group-prepend button {
		padding: 0;
		width: 28px !important;
		height: 34px !important;
		min-width: 28px !important;
	}
}

@media screen and (max-width:767px) {
	.catalog {
		margin: 0 -8px;
	}

	.catalog:not(:last-child) {
		margin-bottom: 24px;
	}

	.catalog ~ .pagination-wrap {
		padding-bottom: 0;
	}
}

@media screen and (max-width:575px) {
	.catalog {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.catalog .item {
		width: 100%;
		border-right: none;
		margin-bottom: 0;
	}

	.catalog .item .h4 {
		height: auto;
		min-height: auto;
	}

	.catalog .item .wrap {
		padding: 16px 0;
	}

	.catalog .item .minText {
		font-size: 13px;
	}

	.catalog .item .in-stock {
		font-size: 13px;
	}

	.catalog .item .price {
		font-size: 20px;
		margin-bottom: 26px;
	}

	.catalog .item .group-text {
		height: auto;
	}
}

.card-section .wrap-flex {
	padding-bottom: 72px;
}

.card-section .tab-pills {
	padding-bottom: 96px;
}

@media screen and (max-width:575px) {
	.card-section .tab-pills {
		padding-bottom: 64px;
	}

	.card-section .wrap-flex {
		padding-bottom: 64px;
	}
}

.owl-group {
	position: relative;
}

.owl-group .owl-navigation ~ .owl-product {
	margin-left: 90px;
}

.owl-group.one .owl-navigation {
	display: none;
}

@media screen and (min-width:768px) {
	.owl-group.one .owl-product {
		width: 400px;
		margin-left: 0 !important;
	}
}

.owl-group.one .owl-stage-outer {
	border: none;
}

@media screen and (max-width:1199px) {
	.owl-group .owl-navigation ~ .owl-product {
		margin-left: 78px;
	}
}

@media screen and (max-width:767px) {
	.owl-group {
		margin: auto;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.owl-group .owl-navigation ~ .owl-product {
		margin: 0 auto 8px;
	}
}

.owl-product {
	width: 400px;
	border: none;
}

.owl-product .owl-stage-outer {
	border: 1px solid #ddd;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.owl-product .owl-stage-outer:hover {
	border-color: #f47b20;
}

.owl-product .item {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.owl-product .item.video {
	font-size: 0;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.owl-product .item.video:hover {
	opacity: .75;
}

.owl-product .item .imgBox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: none;
}

.owl-product .item .imgBox img {
	width: auto;
	height: auto;
	max-height: -webkit-calc(100% - 40px);
	max-height: -moz-calc(100% - 40px);
	max-height: calc(100% - 40px);
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.owl-product .item .imgBox.no-img:before {
	content: 'Нет фото';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #ccc;
}

.owl-product .item .imgBox.no-img img {
	opacity: 0;
}

.owl-product .owl-nav {
	position: absolute;
	right: -webkit-calc(100% + 15px);
	right: -moz-calc(100% + 15px);
	right: calc(100% + 15px);
	width: 75px;
	height: 40px;
	bottom: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-product .owl-nav button {
	background-color: transparent !important;
	width: 32px;
	height: 32px;
	border-color: transparent !important;
}

.owl-product .owl-nav button.disabled {
	opacity: .3;
}

.owl-product .owl-nav button:not(.disabled):hover span:before {
	opacity: 1;
}

.owl-product .owl-nav button:active,
.owl-product .owl-nav button:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}

.owl-product .owl-nav button:active span:before,
.owl-product .owl-nav button:hover span:before {
	content: '';
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url(../img/arr2.svg) !important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.owl-product .owl-nav button:active span,
.owl-product .owl-nav button:hover span {
	background-image: url(../img/arr.svg) !important;
}

.owl-product .owl-nav .owl-prev {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 !important;
}

.owl-product .owl-nav .owl-next {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.owl-product .layerFb:before {
	content: '';
	background: 0 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 10;
	opacity: 0;
}

@media screen and (max-width:1199px) {
	.owl-product {
		width: 320px;
	}

	.owl-product .owl-nav {
		width: 64px;
		height: 32px;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.owl-product .owl-nav button {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:767px) {
	.owl-product {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 400px;
		width: 100%;
		margin: 0 auto 0;
	}

	.owl-product .owl-nav {
		bottom: auto;
		top: -webkit-calc(100% + 32px);
		top: -moz-calc(100% + 32px);
		top: calc(100% + 32px);
		left: -8px;
		right: auto;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: -1;
		width: -webkit-calc(100% + 16px);
		width: -moz-calc(100% + 16px);
		width: calc(100% + 16px);
	}

	.owl-product .owl-nav .owl-prev {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.owl-product .owl-nav .owl-next {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.owl-product .owl-nav button {
		width: 32px;
		height: 32px;
		background-color: transparent !important;
	}
}

@media screen and (max-width:400px) {
	.owl-product .owl-nav {
		top: -webkit-calc(100% + 7vw);
		top: -moz-calc(100% + 7vw);
		top: calc(100% + 7vw);
	}
}

@media screen and (max-width:350px) {
	.owl-product .owl-nav {
		top: -webkit-calc(100% + 6vw);
		top: -moz-calc(100% + 6vw);
		top: calc(100% + 6vw);
	}
}

.owl-navigation {
	position: absolute;
	top: 134px;
	left: -134px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 345px;
	height: 75px;
}

.owl-navigation .item {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 75px !important;
	height: 75px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	padding: 1px;
}

.owl-navigation .item.video .imgBox {
	font-size: 0;
	background-image: url(../img/play-grey.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
}

.owl-navigation .item .imgBox {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.owl-navigation .item .imgBox:hover {
	border-color: #f47b20;
}

@media screen and (max-width:1199px) {
	.owl-navigation {
		top: 107px;
		left: -107px;
		width: 280px;
		height: 64px;
	}

	.owl-navigation .item {
		width: 64px !important;
		height: 64px !important;
	}
}

@media screen and (max-width:767px) {
	.owl-navigation {
		position: relative;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		top: auto;
		left: auto;
		margin: 0 auto;
		max-width: 336px;
		width: -webkit-calc(100% - 64px);
		width: -moz-calc(100% - 64px);
		width: calc(100% - 64px);
		height: auto;
		z-index: 3;
	}

	.owl-navigation .item {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		width: 100% !important;
		height: auto !important;
		padding-top: 100%;
	}

	.owl-navigation .item .imgBox {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.buyBox {
	min-width: 230px;
	width: 230px;
}

.buyBox form {
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	padding: 25px 0 0;
	width: 100%;
}

.buyBox form:not(:last-child) {
	margin-bottom: 35px;
}

.buyBox form .h2 {
	margin-bottom: 24px;
}

.buyBox form .btn.btn-primary {
	margin-bottom: 24px;
	width: 175px;
}

.buyBox .bg-secondary {
	padding: 16px 16px 16px;
}

.bg-secondary {
	background-color: #f4f4f4 !important;
}

.buyBox .quantity {
	max-width: -webkit-calc(100% - 48px);
	max-width: -moz-calc(100% - 48px);
	max-width: calc(100% - 48px);
}

.buyBox .btn-group {
	margin-bottom: 12px;
	width: 100%;
}

.buyBox .btn-group .btnMin {
	margin-right: 8px;
}

@media screen and (max-width:991px) {
	.buyBox form {
		padding: 24px 0 0;
	}

	.buyBox form:not(:last-child) {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:767px) {
	.buyBox .d-flex {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.buyBox .d-flex .quantity {
		margin-right: 10px;
	}
}

.wrap-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrap-flex .desInfo-wrap {
	width: -webkit-calc(100% - 660px);
	width: -moz-calc(100% - 660px);
	width: calc(100% - 660px);
	padding: 0 32px;
}

.wrap-flex.main-card {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrap-flex.main-card .owl-group {
	margin-bottom: 70px;
}

.wrap-flex.main-card .desInfo-wrap {
	margin-bottom: 70px;
}

.wrap-flex.main-card .buyBox {
	margin-bottom: 70px;
}

.wrap-flex.main-card .buyBox .btn-secondary {
	display: none;
}

@media screen and (max-width:991px) {
	.wrap-flex.main-card .owl-group {
		margin-bottom: 0;
	}

	.wrap-flex.main-card .desInfo-wrap {
		margin-bottom: 0;
	}

	.wrap-flex.main-card .buyBox {
		margin-bottom: 0;
	}
}

@media screen and (max-width:991px) {
	.wrap-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrap-flex .owl-group {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.wrap-flex .buyBox {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: -webkit-calc(100% - 430px);
		width: -moz-calc(100% - 430px);
		width: calc(100% - 430px);
	}

	.wrap-flex .desInfo-wrap {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 32px;
	}

	.wrap-flex .desInfo-wrap .desInfo {
		width: -webkit-calc(100% + 24px);
		width: -moz-calc(100% + 24px);
		width: calc(100% + 24px);
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media screen and (max-width:767px) {
	.wrap-flex .owl-group {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.wrap-flex .desInfo-wrap {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.wrap-flex .buyBox {
		width: 100%;
		margin-top: 24px;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media screen and (max-width:575px) {
	.wrap-flex .desInfo-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.wrap-flex .desInfo-wrap .desInfo {
		width: -webkit-calc(100% + 24px);
		width: -moz-calc(100% + 24px);
		width: calc(100% + 24px);
	}
}

.tab-pills .nav-pills {
	margin-bottom: 40px;
}

.tab-pills .nav-item {
	margin-bottom: 4px;
}

.tab-pills .nav-item:not(:last-child) {
	margin-right: 8px;
}

.tab-pills .nav-link {
	background-color: #f4f4f4;
	border-radius: 45px;
	font-weight: 700;
	font-size: 14px;
	color: #222;
	line-height: 18px;
	padding: 11px 27px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #f47b20;
}

.tab-pills .nav-link:hover {
	opacity: 1;
}

.tab-pills .nav-link:hover:not(.active) {
	background: #f47b20;
	color: #fff;
}

.tab-pills .nav-link:active:not(.active) {
	background: #f47b20;
	color: #fff;
}

@media screen and (max-width:1199px) {
	.tab-pills .nav-pills {
		margin-bottom: 24px;
	}
}

@media screen and (max-width:575px) {
	.tab-pills .nav-item {
		width: 100%;
	}

	.tab-pills .nav-item:not(:last-child) {
		margin-right: 0;
	}

	.tab-pills .nav-item .nav-link {
		width: 100%;
	}
}

@media screen and (max-width:350px) {
	.tab-pills .nav-link {
		font-size: 13px;
		padding: 11px 16px;
	}
}

.alphabet .desInfo {
	margin: 0;
	position: relative;
	padding-left: 32px;
}

@media screen and (min-width:768px) {
	.alphabet .desInfo li {
		margin-left: -12px;
		margin-right: -12px;
	}
}

.alphabet .desInfo[data-letter]:before {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}

@media screen and (max-width:480px) {
	.alphabet .desInfo[data-letter]:before {
		font-size: 12px;
	}
}

.alphabet .text-l {
	font-size: 13px;
	line-height: 16px;
	word-break: break-all;
}

@media screen and (max-width:480px) {
	.alphabet .text-l {
		font-size: 10px;
	}
}

.alphabet .text-r {
	text-align: right;
	font-size: 13px;
	line-height: 16px;
	word-break: break-all;
}

@media screen and (max-width:480px) {
	.alphabet .text-r {
		font-size: 10px;
	}
}

@media screen and (max-width:1199px) {
	.alphabet .desInfo {
		padding-left: 20px;
	}

	.alphabet .text-l,
	.alphabet .text-r {
		max-width: -webkit-calc(50% - 8px);
		max-width: -moz-calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
}

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

	.alphabet ul.desInfo li .text-l,
	.alphabet ul.desInfo li .text-r {
		padding-right: 0;
	}
}

.owl-goods-wrap {
	width: -webkit-calc(100% + 32px);
	width: -moz-calc(100% + 32px);
	width: calc(100% + 32px);
	margin-left: -16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding-bottom: 48px;
}

.owl-goods-wrap:last-child {
	padding-bottom: 0;
}

.owl-goods-wrap .h3,
.owl-goods-wrap h3 {
	margin-bottom: 24px;
	max-width: -webkit-calc(100% - 150px);
	max-width: -moz-calc(100% - 150px);
	max-width: calc(100% - 150px);
	padding-left: 16px;
}

.owl-goods-wrap .slider-counter {
	margin-left: auto;
	margin-right: 128px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 24px;
}

.owl-goods-wrap .catalog .item .wrap:hover {
	outline-offset: -2px !important;
}

@media screen and (max-width:1199px) {
	.owl-goods-wrap {
		margin: 0 0 0 -8px;
		width: -webkit-calc(100% + 16px);
		width: -moz-calc(100% + 16px);
		width: calc(100% + 16px);
	}
}

@media screen and (max-width:767px) {
	.owl-goods-wrap .slider-counter {
		margin-right: 92px;
	}
}

@media screen and (max-width:575px) {
	.owl-goods-wrap {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 100%;
		padding-bottom: 32px;
	}

	.owl-goods-wrap .h3,
	.owl-goods-wrap h3 {
		padding-left: 0;
	}

	.owl-goods-wrap .h3,
	.owl-goods-wrap .slider-counter,
	.owl-goods-wrap h3 {
		margin-bottom: 8px;
	}
}

.slider-counter {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}

.owl-goods.catalog {
	margin: 0;
}

.owl-goods.catalog .item {
	width: 100%;
	margin-bottom: 0;
}

.owl-goods.catalog .item .wrap:hover {
	outline-offset: -1px;
	position: relative;
}

.owl-goods.catalog .owl-nav {
	position: absolute;
	bottom: -webkit-calc(100% + 14px);
	bottom: -moz-calc(100% + 14px);
	bottom: calc(100% + 14px);
	right: 16px;
}

@media screen and (max-width:1199px) {
	.owl-goods.catalog .owl-nav {
		right: 8px;
	}
}

@media screen and (max-width:575px) {
	.owl-goods.catalog {
		margin: 0 auto;
		max-width: 100%;
	}

	.owl-goods.catalog .item {
		max-width: 400px;
		margin: auto;
	}

	.owl-goods.catalog .owl-nav {
		right: 0;
		bottom: -webkit-calc(100% + 4px);
		bottom: -moz-calc(100% + 4px);
		bottom: calc(100% + 4px);
	}
}

.resultBox {
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.resultBox:not(:last-child) {
	margin-bottom: 32px;
}

.resultBox .bg-secondary {
	padding: 24px;
}

.resultBox .bg-secondary .input-wrap:not(:last-child) {
	margin-bottom: 12px;
}

.resultBox .bg-white {
	padding: 24px;
	text-align: center;
}

.resultBox .bg-white .btn {
	width: 100%;
}

.resultBox .bg-white .resultBox__text {
	font-size: 18px;
	line-height: 22px;
}

.resultBox .bg-white .resultBox__text span {
	font-weight: 700;
	font-size: 18px;
	display: block;
}

.resultBox ~ .linkIcon {
	width: 220px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.resultBox .bg-secondary {
		padding: 24px 4px;
	}

	.resultBox .bg-white {
		padding: 24px 4px;
	}
}

.btn-group.link-wrap {
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-group.link-wrap .link {
	margin-bottom: 16px;
}

.btn-group.link-wrap .btn-secondary.btn-sm {
	margin-left: auto;
	max-width: 140px;
	margin-bottom: 16px;
}

@media screen and (max-width:991px) {
	.btn-group.link-wrap .link.ml-lg-auto {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.btn-group.link-wrap .link.ml-lg-auto .ic.basket-ic {
		margin-left: auto;
		margin-right: 12px;
	}
}

@media screen and (max-width:575px) {
	.btn-group.link-wrap .btn-secondary.btn-sm {
		margin: 0 0 16px;
	}
}

@media screen and (min-width:1199px) {
	.fav-section .tableEl .name {
		width: 240px;
	}
}

.tableEl {
	position: relative;
}

.tableEl:not(:last-child) {
	margin-bottom: 24px;
}

.tableEl .td {
	word-break: break-all;
}

.tableEl.fav-calc {
	min-width: 770px;
}

.tableEl.fav-calc .tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tableEl.fav-calc .tr .td {
	display: block;
}

.tableEl.fav-calc .tr .td:nth-child(1) {
	max-width: 47px;
	width: 100%;
	min-width: auto !important;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}

.tableEl.fav-calc .tr .td:nth-child(2) {
	max-width: 220px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(3) {
	max-width: 60px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(4) {
	max-width: 125px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(4) .quantity-nav {
	display: none;
}

.tableEl.fav-calc .tr .td:nth-child(4) .pdfShow {
	display: none;
}

.tableEl.fav-calc .tr .td:nth-child(5) {
	max-width: 80px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(5) p {
	font-size: 14px;
	white-space: nowrap;
}

.tableEl.fav-calc .tr .td:nth-child(6) {
	max-width: 120px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(6) p {
	font-size: 14px;
}

.tableEl.fav-calc .tr .td:nth-child(7) {
	max-width: 120px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(7) p {
	font-size: 14px;
}

.tableEl.fav-calc .tr .td:nth-child(8) {
	max-width: 110px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(8) .d-flex p {
	margin-right: 10px;
}

.tableEl.fav-calc .tr .td:nth-child(9) {
	max-width: 130px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(9) p {
	font-size: 14px;
}

.tableEl.fav-calc .tr .td:nth-child(10) {
	max-width: 130px;
	width: 100%;
	min-width: auto !important;
}

.tableEl.fav-calc .tr .td:nth-child(10) p {
	font-size: 14px;
}

@media screen and (max-width:575px) {
	.tableEl.fav-calc .tr .td:nth-child(1) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(2) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(3) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(4) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(5) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(6) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(7) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(8) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(9) {
		max-width: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(10) {
		max-width: none;
	}
}

.tableEl.fav-calc .thead .tr .td:nth-child(1) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(2) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(3) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(4) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(5) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(6) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(7) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(8) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(9) p {
	font-size: 12px;
}

.tableEl.fav-calc .thead .tr .td:nth-child(10) p {
	font-size: 12px;
}

.tableEl .tbody .tr.favorites_tr .td.quantity-wrap.td-4 .quantity-nav {
	display: none;
}

.tableEl .tbody .tr.favorites_tr .td.quantity-wrap.td-4 .pdfShow {
	display: none;
}

@media screen and (min-width:576px) {
	.tableEl .tbody .tr.favorites_tr .td.sum {
		width: 114px;
	}
}

@media screen and (min-width:576px) {
	.tableEl {
		display: table;
		border-collapse: collapse;
		width: 100%;
		background: #f4f4f4;
	}

	.tableEl .thead {
		display: table-header-group;
		vertical-align: middle;
		border-color: inherit;
	}

	.tableEl .thead .tr {
		font-weight: 700;
		font-size: 12px;
		line-height: 15px;
		height: 58px;
	}

	.tableEl .thead .tr .td {
		padding: 12px 0;
	}

	.tableEl .thead .tr .td:nth-child(2) {
		text-align: left;
	}

	.tableEl .tbody {
		display: table-row-group;
		vertical-align: middle;
		border-color: inherit;
	}

	.tableEl .tbody .tr {
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}

	.tableEl .tbody .tr .td {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.tableEl .tr {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: table-row;
		vertical-align: inherit;
		border-color: inherit;
		position: relative;
	}

	.tableEl .td {
		display: table-cell;
		vertical-align: inherit;
		text-align: center;
	}

	.tableEl .td p {
		font-size: 12px;
		line-height: 17px;
		margin: 0;
	}

	.tableEl .td.weight {
		font-size: 14px;
	}

	.tableEl .td.price {
		font-size: 14px;
	}

	.tableEl .td.sum {
		font-size: 14px;
	}

	.tableEl .d-flex {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tableEl .percentCalc {
		margin: 0 0 0 auto;
	}

	.tableEl .number {
		min-width: 48px;
	}

	.tableEl .name {
		font-weight: 700;
		font-size: 12px;
		line-height: 15px;
		width: 40%;
		text-align: left;
	}

	.tableEl .piece {
		font-size: 12px;
		line-height: 15px;
	}

	.tableEl .quantity {
		z-index: 10;
		position: relative;
	}

	.tableEl .weight {
		padding: 0 8px;
	}

	.tableEl .price {
		padding: 0 8px;
		white-space: nowrap;
	}

	.tableEl .sum {
		font-weight: 700;
		padding: 0 8px;
		white-space: nowrap;
	}

	.tableEl .price-discount {
		font-weight: 700;
		padding: 0 8px;
		white-space: nowrap;
	}

	.tableEl .sum-discount {
		font-weight: 700;
		padding: 0 8px;
		white-space: nowrap;
	}

	.tableEl .close {
		z-index: 10;
		position: relative;
		margin: 0 24px 0 0;
	}
}

@media screen and (min-width:576px) and (max-width:1199px) {
	.tableEl .td p {
		font-size: 12px;
	}

	.tableEl .weight {
		padding: 0 4px;
	}

	.tableEl .price {
		padding: 0 4px;
	}

	.tableEl .sum {
		padding: 0 4px;
	}

	.tableEl .close {
		margin: 0 8px 0 0;
	}
}

@media screen and (min-width:576px) and (max-width:991px) {
	.tableEl .close {
		margin: 0;
	}

	.tableEl .number {
		min-width: 40px;
	}
}

@media screen and (min-width:576px) and (-ms-high-contrast:active),
screen and (min-width:576px) and (-ms-high-contrast:none) {
	.tableEl .absLink {
		top: auto;
		bottom: auto;
		max-height: 85px;
	}

	.tableEl .tr {
		overflow: hidden;
		height: 1px;
		min-height: 85px;
	}
}

@media screen and (max-width:575px) {
	.tableEl {
		width: -webkit-calc(100% + 30px);
		width: -moz-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.tableEl .thead {
		display: none;
	}

	.tableEl .tbody .tr {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 1px solid #ddd;
		padding: 16px 0;
	}

	.tableEl .tbody .tr:first-child {
		border-top: 1px solid #ddd;
	}

	.tableEl .tbody .tr p {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .number {
		display: none;
	}

	.tableEl .tbody .tr .name {
		width: 100%;
		font-weight: 700;
		font-size: 12px;
		line-height: 15px;
		padding-right: 24px;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .close {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 12px;
		right: 0;
	}

	.tableEl .tbody .tr .piece {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .piece:before {
		content: 'Единицы измерения:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .quantity-wrap {
		width: 100%;
		margin-bottom: 8px;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.tableEl .tbody .tr .quantity-wrap:before {
		content: 'Количество:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .quantity {
		display: inline-block;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .weight {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .weight:before {
		content: 'Вес:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .weight:after {
		content: 'кг';
		display: inline;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .price {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .price:before {
		content: 'Цена:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .price:after {
		content: 'р.';
		display: inline;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .sum {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .sum:before {
		content: 'Сумма:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .sum:after {
		content: 'р.';
		display: inline;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .price-discount {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .price-discount:before {
		content: 'Цена со скидкой:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .price-discount:after {
		content: 'р.';
		display: inline;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .sum-discount {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .sum-discount:before {
		content: 'Сумма со скидкой:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}

	.tableEl .tbody .tr .sum-discount:after {
		content: 'р.';
		display: inline;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .discount {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableEl .tbody .tr .discount .percentCalc {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: middle;
	}

	.tableEl .tbody .tr .discount:before {
		content: 'Скидка:';
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		min-width: 60px;
	}
}

@media screen and (max-width:350px) {
	.tableEl .tbody .name p {
		font-size: 13px;
	}
}

.scroll-wrap {
	overflow: auto;
	max-width: 100%;
}

.scroll-wrap .tableEl .name {
	min-width: 200px;
}

.discount-section .btn.ml-md-auto {
	display: table;
	margin-top: 32px;
}

@media screen and (max-width:767px) {
	.discount-section {
		margin-top: 24px;
	}
}

.discountResult {
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: auto;
	margin-right: 0;
}

.discountResult .result {
	margin-right: 48px;
	padding-bottom: 24px;
	color: #8e8e8e;
}

.discountResult .result-total {
	padding-bottom: 24px;
	color: #222;
}

.discountResult .result-total .h3 {
	color: #f47b20;
}

.discountResult .h3 {
	display: block;
	margin: 0;
}

@media screen and (max-width:767px) {
	.discountResult {
		padding-top: 8px;
		margin-left: auto;
		width: 100%;
	}
}

.errorBox {
	background-color: #f4f4f4;
	text-align: center;
	padding: 32px 16px 0;
	border: 1px solid #ddd;
}

.errorBox:not(:last-child) {
	margin-bottom: 56px;
}

.errorBox .h4 {
	margin-bottom: 32px;
	font-weight: 600;
}

.errorBox .text {
	background-color: #fff;
	width: -webkit-calc(100% + 32px);
	margin-left: -16px;
	margin-bottom: 0;
	padding: 14px 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}

.navBox ul {
	margin-bottom: 0;
}

.navBox ul li {
	list-style-type: none;
	padding-left: 0;
}

.navBox ul li:before {
	display: none;
}

.navBox ul li a {
	font-weight: 400;
	font-size: 13px;
	color: #222;
}

.navBox ul li a:hover {
	color: #f47b20;
	opacity: 1;
}

.navBox ul li a.bold {
	font-weight: 600;
	display: table;
}

.navBox ul li a.bold:not(:last-child) {
	margin-bottom: 8px;
}

.navBox ul li a + ul {
	padding-left: 12px;
}

.navBox ul li:not(:last-child) {
	margin-bottom: 40px;
}

.navBox ul li ul li:not(:last-child) {
	margin-bottom: 12px;
}

.navBox .ul-grid {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	counter-reset: items;
	height: 1084px;
}

.navBox .ul-grid > li {
	width: 33.33%;
}

.navBox .ul-grid::after,
.navBox .ul-grid::before {
	content: "";
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media screen and (max-width:991px) {
	.navBox ul li:not(:last-child) {
		margin-bottom: 24px;
	}

	.navBox .ul-grid {
		margin-left: -15px;
		margin-right: -15px;
		height: 1443px;
	}

	.navBox .ul-grid > li {
		padding: 0 15px;
	}
}

@media screen and (max-width:767px) {
	.navBox .col-sm-6:not(:last-child) {
		margin-bottom: 24px;
	}

	.navBox ul li:not(:last-child) {
		margin-bottom: 24px;
	}

	.navBox .ul-grid {
		height: 1310px;
	}

	.navBox .ul-grid > li {
		width: 50%;
	}
}

@media screen and (max-width:575px) {
	.navBox .ul-grid {
		height: auto;
		display: block;
	}

	.navBox .ul-grid > li {
		width: 100%;
	}
}

.formQsn-wrap:not(:last-child) {
	margin-bottom: 48px;
}

@media screen and (max-width:767px) {
	.formQsn-wrap:not(:last-child) {
		margin-bottom: 24px;
	}
}

.formQsn {
	border: 1px solid #ddd;
}

.formQsn:not(:last-child) {
	margin-bottom: 48px;
}

@media screen and (max-width:767px) {
	.formQsn:not(:last-child) {
		margin-bottom: 24px;
	}
}

.formQsn__header {
	width: 100%;
	margin: 0 0 40px 0;
	position: relative;
}

.formQsn__header:before {
	content: '';
	background-image: url(../img/picture-questionnaire.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 202px;
	height: 251px;
	right: 40px;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.formQsn__header .col {
	padding: 32px 230px 32px 40px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.formQsn__header .col:nth-child(even) {
	background-color: #f4f4f4;
}

.formQsn__header .col:nth-child(even):before {
	content: 'или';
	position: absolute;
	left: 62px;
	top: -21px;
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	font-weight: 500;
	font-size: 13px;
	color: #222;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 38px;
}

.formQsn__header .col p:last-child {
	margin-bottom: 0;
}

.formQsn__header .col .h4 {
	font-weight: 600;
	color: #222;
	padding-right: 32px;
	max-width: -webkit-calc(100% - 195px);
	max-width: -moz-calc(100% - 195px);
	max-width: calc(100% - 195px);
	margin-bottom: 0;
}

.formQsn__header .col .h4 a {
	color: inherit;
	border-bottom: 1px solid #222;
}

.formQsn__header .col .h4 a:hover {
	border-color: transparent;
	opacity: 1;
}

.formQsn__header .col .btn {
	width: 193px;
}

.formQsn__header .col .text-wrap p {
	margin: 0;
	display: block;
}

.formQsn__content {
	padding: 40px 16px;
	max-width: 872px;
	margin: 0 auto;
}

.formQsn__content .col {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.formQsn__content .col:not(:last-child) {
	margin-bottom: 40px;
}

.formQsn__content .col:not(:first-child) .wrap {
	border-top: 1px solid #ddd;
	margin-top: 12px;
	padding-top: 24px;
}

.formQsn__content .col .title {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	width: 226px;
	padding-right: 32px;
}

.formQsn__content .col .title .text {
	font-size: 12px;
	line-height: 15px;
	text-transform: none;
	margin-top: 4px;
	display: block;
}

.formQsn__content .col .wrap {
	width: -webkit-calc(100% - 226px);
	width: -moz-calc(100% - 226px);
	width: calc(100% - 226px);
}

.formQsn__content .col .wrap .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.formQsn__content .col .wrap .item:not(:last-child) {
	margin-bottom: 20px;
}

.formQsn__content .col .wrap .item:last-child .addLink {
	margin-bottom: 0;
}

.formQsn__content .col .wrap .item .addLink {
	margin-bottom: 16px;
}

.formQsn__content .col .wrap .item .h5 {
	font-size: 13px;
}

.formQsn__content .col .wrap .item .text {
	max-width: 224px;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.formQsn__content .col .wrap .item .form-control.min {
	max-width: 176px;
	width: 100%;
}

.formQsn__content .col .wrap .item .select-wrap .select2-container--select-primary {
	min-width: 176px !important;
	font-weight: 400 !important;
}

.formQsn__content .col .wrap .item .select-wrap.min .select2-container--select-primary {
	min-width: 64px !important;
}

.formQsn__content .col .wrap .item .input-wrap,
.formQsn__content .col .wrap .item .select-wrap {
	max-width: 375px;
	width: -webkit-calc(100% - 224px - 16px);
	width: -moz-calc(100% - 224px - 16px);
	width: calc(100% - 224px - 16px);
	margin-left: auto;
}

.formQsn__content .col .wrap .item .radio-primary {
	margin-top: 6px;
	margin-bottom: 6px;
}

.formQsn__content .col .wrap .item .radio-primary label {
	font-size: 13px;
}

.formQsn__content .col .wrap .item .other-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 24px;
}

.formQsn__content .col .wrap .item .other-wrap .input-wrap {
	margin-left: 0;
	width: 212px;
}

.formQsn__content .col .wrap .groupFields {
	margin-bottom: 20px;
}

.formQsn__content .col .wrap .groupFields:not(:last-child) {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.formQsn .input-wrap .addLink:before {
	background-color: transparent;
	border: 1px solid #ddd;
}

.formQsn b,
.formQsn strong {
	font-weight: 600;
}

@media screen and (max-width:1199px) {
	.formQsn__header:before {
		right: 16px;
	}
}

@media screen and (max-width:991px) {
	.formQsn__header:before {
		right: 8px;
		width: 140px;
		height: 175px;
	}

	.formQsn__header .col {
		padding: 32px 150px 32px 40px;
	}

	.formQsn__header .col .h4 {
		padding-right: 16px;
	}

	.formQsn__content .col .wrap .item .text {
		max-width: 140px;
	}

	.formQsn__content .col .wrap .item .input-wrap,
	.formQsn__content .col .wrap .item .select-wrap {
		width: -webkit-calc(100% - 140px - 16px);
		width: -moz-calc(100% - 140px - 16px);
		width: calc(100% - 140px - 16px);
	}
}

@media screen and (max-width:767px) {
	.formQsn__header .col {
		padding: 32px 24px;
	}

	.formQsn__header .col .btn {
		width: auto;
	}

	.formQsn__header .col:last-child {
		padding-right: 150px;
	}

	.formQsn__content {
		padding: 32px 16px;
	}

	.formQsn__content .col .title {
		width: 100%;
		margin: 0;
		padding-right: 0;
	}

	.formQsn__content .col .wrap {
		width: 100%;
		margin-top: 32px;
		padding-top: 0;
		border: none;
	}

	.formQsn__content .col:not(:first-child) .wrap {
		margin-top: 24px;
		padding-top: 0;
		border: none;
	}

	.formQsn__content .col:not(:last-child) {
		margin-bottom: 48px;
	}
}

@media screen and (max-width:575px) {
	.formQsn__header {
		margin: 0;
	}

	.formQsn__header:before {
		right: 4px;
		width: 80px;
		height: 100px;
	}

	.formQsn__header .col {
		padding: 48px 16px;
	}

	.formQsn__header .col:nth-child(even):before {
		left: 0;
		right: 0;
		margin: auto;
	}

	.formQsn__header .col .h4 {
		padding-right: 0;
		padding-bottom: 16px;
		width: 100%;
		max-width: 100%;
	}

	.formQsn__header .col:first-child {
		padding-top: 32px;
	}

	.formQsn__header .col:last-child {
		padding-right: 70px;
		padding-bottom: 32px;
	}

	.formQsn__content .col .wrap .item .text {
		max-width: 100%;
		width: 100%;
		margin-bottom: 8px;
	}

	.formQsn__content .col .wrap .item .input-wrap {
		width: 100%;
		max-width: 100%;
	}

	.formQsn__content .col .wrap .item .select-wrap {
		width: 100%;
		max-width: 100%;
	}

	.formQsn__content .col .wrap .item .select-wrap.min .select2-container--select-primary {
		min-width: 100% !important;
	}

	.formQsn__content .col .wrap .item .form-control.min {
		max-width: 100%;
		width: 100%;
	}

	.formQsn__content .col .wrap .item .select-wrap .select2-container--select-primary {
		min-width: 100% !important;
	}

	.formQsn__content .col .wrap .item .other-wrap .input-wrap {
		width: 100%;
	}

	.formQsn__content .col .wrap .item .radio-primary,
	.formQsn__content .col .wrap .item .radio-primary .w-50 {
		width: 100% !important;
		margin-top: 0;
		margin-bottom: 8px;
	}

	.formQsn__content .col .wrap .item .h5.w-50 {
		width: 100% !important;
		margin-top: 12px;
	}
}

.send-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: 0;
	margin-left: auto;
	max-width: -webkit-calc(100% - 250px);
	max-width: -moz-calc(100% - 250px);
	max-width: calc(100% - 250px);
}

.send-wrap .check-primary:not(:last-child) {
	margin-right: 24px;
}

.send-wrap .check-primary label {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.send-wrap .check-primary label a {
	border-bottom: 1px solid #aaa;
	color: #222;
	margin-bottom: -1px;
	display: inline;
	margin-left: 5px;
}

.send-wrap .check-primary label a:hover {
	border-color: transparent;
}

@media screen and (max-width:991px) {
	.send-wrap {
		width: 100%;
		max-width: 100%;
		margin-top: 32px;
	}
}

@media screen and (max-width:767px) {
	.send-wrap {
		margin-top: 24px;
	}

	.send-wrap .d-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.send-wrap .check-primary {
		width: 100%;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:535px) {
	.send-wrap .check-primary label a {
		margin: 0;
	}

	.send-wrap .btn {
		width: 100%;
	}
}

.questionnaire-section h1 {
	font-size: 18px;
}

.questionnaire-section .navigation-static {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width:767px) {
	.questionnaire-section .navigation-static .link-wrap {
		margin: auto;
		max-width: 50%;
	}
}

.successStory .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 1px solid #ddd;
}

.successStory .item:not(:last-child) {
	margin-bottom: 24px;
}

.successStory .item .img-wrap {
	width: 250px;
	height: 310px;
	padding: 0;
	border-right: 1px solid #ddd;
}

.successStory .item .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.successStory .item .text-wrap {
	border-left: 1px solid #ddd;
	max-width: -webkit-calc(100% - 250px);
	max-width: -moz-calc(100% - 250px);
	max-width: calc(100% - 250px);
	padding: 32px 40px;
	margin-left: -1px;
}

.successStory .item .text-wrap .h3,
.successStory .item .text-wrap h3 {
	margin-bottom: 20px;
}

.successStory .item .text-wrap .h3 .text,
.successStory .item .text-wrap h3 .text {
	display: block;
	margin-top: 4px;
}

.successStory .item .text-wrap .h3:last-child,
.successStory .item .text-wrap h3:last-child {
	margin-bottom: 0;
}

.successStory .item .text-wrap .dashUl:last-child {
	margin-bottom: 0;
}

.successStory .item .text-wrap .text:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.successStory .item .text-wrap {
		padding: 16px;
	}

	.successStory .item .text-wrap .h3,
	.successStory .item .text-wrap h3 {
		margin-bottom: 16px;
	}

	.successStory .item .dashUl li {
		line-height: 1.1;
		margin-bottom: 6px;
	}

	.successStory .item .text {
		line-height: 1.1;
	}
}

@media screen and (max-width:767px) {
	.successStory .item .img-wrap {
		margin: auto;
		border: none;
		padding: 24px 0;
	}

	.successStory .item .img-wrap img {
		position: relative;
	}

	.successStory .item .text-wrap {
		padding: 24px;
		width: 100%;
		max-width: 100%;
		margin: 0;
		border-top: 1px solid #ddd;
		border-left: none;
	}
}

.owl-ordinary-wrap .h4,
.owl-ordinary-wrap h4 {
	margin-bottom: -32px;
}

@media screen and (min-width:576px) {
	.owl-ordinary-wrap .owl-ordinary .owl-nav {
		bottom: -webkit-calc(100% + 8px);
		bottom: -moz-calc(100% + 8px);
		bottom: calc(100% + 8px);
	}
}

.owl-ordinary-wrap .owl-counter {
	text-align: right;
	padding-right: 110px;
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
}

@media screen and (min-width:576px) {
	.owl-ordinary-wrap .owl-counter {
		top: -10px;
	}
}

@media screen and (max-width:575px) {
	.owl-ordinary-wrap .owl-counter {
		padding-right: 84px;
		padding-bottom: 6px;
		padding-top: 2px;
	}
}

.owl-ordinary-wrap.indent {
	margin-bottom: 64px;
}

@media screen and (max-width:767px) {
	.owl-ordinary-wrap.indent {
		margin-bottom: 48px;
	}
}

.owl-ordinary {
	padding-top: 32px;
}

.owl-ordinary .img-wrap {
	display: block;
	padding-top: 66%;
}

.owl-ordinary .owl-nav {
	position: absolute;
	bottom: 100%;
	right: 0;
}

.privacy-section ol.ol li:before {
	font-weight: 600;
}

.privacy-section ol.ol li ol > li:before {
	font-weight: 400;
}

.privacy-section ol.ol ol {
	margin: 2em 0 0;
}

.privacy-section ol.ol ol ol {
	margin: 0;
}

.privacy-section ol.ol li {
	margin-bottom: 64px;
}

.privacy-section ol.ol li li {
	margin-bottom: 16px;
}

.title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.title-wrap .h2,
.title-wrap h2 {
	margin-bottom: 0;
}

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

	.title-wrap .h2,
	.title-wrap h2 {
		margin-bottom: 24px;
		width: 100%;
	}
}

.rolledBox-wrap:not(:last-child) {
	padding-bottom: 60px;
}

@media screen and (max-width:767px) {
	.rolledBox-wrap:not(:last-child) {
		padding-bottom: 48px;
	}
}

.rolledBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 1px solid #ddd;
	padding: 32px 32px 32px 40px;
	position: relative;
}

.rolledBox:not(:last-child) {
	margin-bottom: 32px;
}

.rolledBox .logo-wrap {
	width: 180px;
	padding-top: 160px;
	position: relative;
}

.rolledBox .logo-wrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	margin: 0;
}

.rolledBox .text-wrap {
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: calc(100% - 180px);
	padding-left: 48px;
	margin-left: auto;
}

.rolledBox .text-wrap .h3 {
	font-weight: 500;
	padding-right: 64px;
}

.rolledBox .text-wrap .hidden-text {
	margin-bottom: 32px;
	height: 72px;
	overflow: hidden;
	padding-right: 64px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.rolledBox .text-wrap .d-flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rolledBox .text-wrap .d-flex .bold {
	margin-bottom: 4px;
	width: 100%;
}

.rolledBox .text-wrap .d-flex .text {
	max-width: -webkit-calc(100% - 120px);
	max-width: -moz-calc(100% - 120px);
	max-width: calc(100% - 120px);
	margin: 0;
}

.rolledBox .text-wrap .d-flex .deploy {
	margin-left: auto;
}

.rolledBox .download {
	position: absolute;
	right: 60px;
	top: 32px;
}

.rolledBox .openPDF {
	position: absolute;
	right: 32px;
	top: 32px;
}

.rolledBox.open .text-wrap .hidden-text {
	height: auto;
}

@media screen and (max-width:991px) {
	.rolledBox {
		padding: 24px;
	}

	.rolledBox .logo-wrap {
		width: 160px;
		padding-top: 160px;
	}

	.rolledBox .text-wrap {
		width: -webkit-calc(100% - 160px);
		width: -moz-calc(100% - 160px);
		width: calc(100% - 160px);
		padding-left: 24px;
	}

	.rolledBox .text-wrap .hidden-text:not(:first-child) {
		padding-right: 0;
	}

	.rolledBox .openPDF {
		top: 24px;
		right: 24px;
	}

	.rolledBox .download {
		top: 24px;
		right: 52px;
	}
}

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

	.rolledBox .logo-wrap {
		width: 96px;
		padding-top: 96px;
		margin: 0 auto 32px;
	}

	.rolledBox .text-wrap {
		width: 100%;
		padding: 0;
	}

	.rolledBox .openPDF {
		top: 20px;
		right: 20px;
	}

	.rolledBox .download {
		top: 20px;
	}
}

@media screen and (max-width:575px) {
	.rolledBox:not(:last-child) {
		margin-bottom: 24px;
	}

	.rolledBox .text-wrap .hidden-text {
		margin-bottom: 16px;
	}

	.rolledBox .text-wrap .d-flex .deploy {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 24px;
	}

	.rolledBox .text-wrap .d-flex .bold {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.rolledBox .text-wrap .d-flex .text {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media screen and (max-width:350px) {
	.rolledBox {
		padding: 20px 12px;
	}
}

.individualProject {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.individualProject:not(:last-child) {
	padding-bottom: 60px;
}

@media screen and (max-width:767px) {
	.individualProject:not(:last-child) {
		padding-bottom: 48px;
	}
}

.individualProject .img-wrap {
	width: 500px;
	padding-top: 27%;
}

.individualProject .img-wrap img {
	margin: 0;
}

.individualProject .text-wrap {
	width: -webkit-calc(100% - 500px);
	width: -moz-calc(100% - 500px);
	width: calc(100% - 500px);
	padding-left: 32px;
}

.individualProject .text:last-child {
	margin-bottom: 0;
}

.individualProject .w-100 .h5 {
	font-weight: 600 !important;
}

.individualProject .underline {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width:1199px) {
	.individualProject .img-wrap {
		width: 400px;
		padding-top: 240px;
	}

	.individualProject .text-wrap {
		width: -webkit-calc(100% - 400px);
		width: -moz-calc(100% - 400px);
		width: calc(100% - 400px);
	}
}

@media screen and (max-width:991px) {
	.individualProject .img-wrap {
		width: 350px;
		padding-top: 210px;
	}

	.individualProject .text-wrap {
		width: -webkit-calc(100% - 350px);
		width: -moz-calc(100% - 350px);
		width: calc(100% - 350px);
		padding-left: 24px;
	}
}

@media screen and (max-width:767px) {
	.individualProject .img-wrap {
		margin: 0 auto 32px;
	}

	.individualProject .text-wrap {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width:575px) {
	.individualProject ul.desInfo li {
		border: none;
		margin-bottom: 14px;
	}

	.individualProject ul.desInfo li .text-l {
		width: 100%;
		margin-bottom: 4px;
	}

	.individualProject ul.desInfo li .text-r {
		width: 100%;
	}
}

@media screen and (max-width:350px) {
	.individualProject .img-wrap {
		padding-top: 175px;
	}
}

.contact-section .tab-primary:not(:last-child) {
	margin-bottom: 64px;
}

@media screen and (max-width:767px) {
	.contact-section .tab-primary:not(:last-child) {
		margin-bottom: 48px;
	}
}

.contactBox {
	margin-bottom: 64px;
}

.contactBox .contactBox-h {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.contactBox .contactBox-h .btn-group .link:last-child {
	margin-right: 0 !important;
}

.contactBox .contactBox-h .btn-group .link:hover {
	color: #f47b20;
}

.contactBox .contactBox-h .h3 {
	margin: 0 24px 16px 0;
}

.contactBox .contactBox-h .btn-group {
	margin-left: auto;
	width: auto;
}

.contactBox .contactBox-h .btn-group .link.not-hover .pdf-ic {
	position: relative;
}

.contactBox .contactBox-h .btn-group .link.not-hover .pdf-ic:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 50%;
	background-color: #fff;
	width: -webkit-calc(100% - 3px);
	width: -moz-calc(100% - 3px);
	width: calc(100% - 3px);
	height: 15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contactBox .contactBox-c {
	border: 1px solid #ddd;
	padding: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactBox .contactBox-c .itemCb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactBox .contactBox-c .itemCb:not(:last-child) {
	margin-bottom: 16px;
}

@media screen and (min-width:992px) {
	.contactBox .contactBox-c .itemCb:not(:last-child) {
		margin-bottom: 32px;
	}
}

.contactBox .contactBox-c .itemCb .itemCb-r {
	width: 63%;
}

.contactBox .contactBox-c .itemCb .itemCb-r .min-text {
	display: block;
}

.contactBox .contactBox-c .itemCb .itemCb-r .text {
	margin: 0;
}

.contactBox .contactBox-c .itemCb .itemCb-l {
	width: 37%;
	padding-right: 40px;
}

.contactBox .contactBox-c .itemCb-wrap {
	width: -webkit-calc(100% - 370px);
	width: -moz-calc(100% - 370px);
	width: calc(100% - 370px);
	padding-right: 70px;
}

.contactBox .contactBox-c .itemCb-wrap:last-child {
	width: 100%;
	padding-right: 0;
}

@media screen and (min-width:768px) {
	.contactBox .contactBox-c .itemCb-wrap:last-child {
		margin-top: -4px;
		margin-bottom: -4px;
	}
}

.contactBox .contactBox-c .mapBox {
	width: 370px;
	min-height: 220px;
	position: relative;
}

.contactBox .contactBox-c .w-100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.contactBox .contactBox-c .w-100 .download-link {
	margin-left: auto;
}

.contactBox .contactBox-c .w-100 .address {
	margin: 0;
	font-weight: 700;
}

.contactBox .contactBox-c .w-100 .address .h4,
.contactBox .contactBox-c .w-100 .address h4 {
	margin: 0 8px 0 0;
}

.contactBox .contactBox-c ul.desInfo li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.contactBox .contactBox-c {
		padding: 24px;
	}

	.contactBox .contactBox-c .itemCb-wrap {
		padding-right: 24px;
	}

	.contactBox .contactBox-c .itemCb-wrap .itemCb-l {
		width: 100%;
		padding-right: 0;
	}

	.contactBox .contactBox-c .itemCb-wrap .itemCb-r {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.contactBox {
		margin-bottom: 32px;
	}

	.contactBox .contactBox-c {
		padding: 24px 16px;
	}

	.contactBox .contactBox-c p {
		margin-bottom: 0;
	}

	.contactBox .contactBox-c .itemCb-wrap {
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}

	.contactBox .contactBox-c .mapBox {
		width: 100%;
	}

	.contactBox .contactBox-c .w-100 .address {
		margin: 0 0 16px 0;
		width: 100%;
	}

	.contactBox .contactBox-c ul.desInfo li {
		border: none;
		margin-bottom: 14px;
		display: block;
	}

	.contactBox .contactBox-c ul.desInfo li .text-l {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		margin-bottom: 4px;
	}

	.contactBox .contactBox-c ul.desInfo li .text-r {
		padding-right: 0;
		padding-left: 0;
		text-align: left;
		margin-left: 0;
		width: 100%;
	}

	.contactBox .contactBox-c .itemCb-wrap:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:575px) {
	.contactBox .contactBox-h {
		margin-bottom: 8px;
	}

	.contactBox .contactBox-h .h3 {
		margin: 0 0 24px 0;
		width: 100%;
	}

	.contactBox .contactBox-h .btn-group {
		margin-left: 0;
	}

	.contactBox .contactBox-c .w-100 {
		display: block;
	}

	.contactBox .contactBox-c .w-100 .download-link {
		display: table;
		margin: 10px 0 0;
	}
}

@media screen and (max-width:768px) {
	body .alx_feed_back {
		width: 100% !important;
	}
}

.contactForm {
	background-image: url(../img/cobweb.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	padding: 32px 32px 24px;
	position: relative;
}

.contactForm .min-text.text-secondary a {
	text-decoration: none;
	border-bottom: 1px solid #8e8e8e;
}

.contactForm .min-text.text-secondary a:hover {
	border-color: transparent;
}

.contactForm:before {
	content: '';
	width: 316px;
	height: 281px;
	position: absolute;
	display: block;
	right: 24px;
	bottom: 0;
	background-image: url(../img/manager.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.contactForm.girl-ic {
	padding: 47px 56px 50px;
}

.contactForm.girl-ic .btn {
	max-width: 200px;
}

.contactForm.girl-ic:before {
	width: 190px;
	height: 303px;
	right: 32px;
	background-image: url(../img/manager2.png);
}

.contactForm.girl-ic .row {
	width: -webkit-calc(100% - 190px) !important;
	width: -moz-calc(100% - 190px) !important;
	width: calc(100% - 190px) !important;
}

@media screen and (max-width:767px) {
	.contactForm.girl-ic .row {
		width: -webkit-calc(100% + 30px) !important;
		width: -moz-calc(100% + 30px) !important;
		width: calc(100% + 30px) !important;
	}
}

.contactForm.girl-ic .mainWrapInput {
	padding-left: 8px;
	padding-right: 12px;
	margin-bottom: 8px;
}

.contactForm.girl-ic .mainWrapInput .form-control {
	width: 260px;
}

@media screen and (max-width:767px) {
	.contactForm.girl-ic .mainWrapInput {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	.contactForm.girl-ic .mainWrapInput .form-control {
		width: 100%;
	}
}

.contactForm.girl-ic .btn-primary {
	width: 200px;
	margin-left: 8px;
	margin-bottom: 8px;
}

@media screen and (max-width:767px) {
	.contactForm.girl-ic .btn-primary {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.contactForm.girl-ic .min-text {
	line-height: 1.3;
	max-width: none !important;
	margin-left: 8px;
}

@media screen and (max-width:767px) {
	.contactForm.girl-ic .min-text {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width:768px) {
	.contactForm .row {
		margin-right: -10px;
		margin-left: -10px;
		width: -webkit-calc(100% - 346px);
		width: -moz-calc(100% - 346px);
		width: calc(100% - 346px);
	}
}

@media screen and (min-width:768px) {

	.contactForm .col-12,
	.contactForm .col-lg-4,
	.contactForm .col-md-4 {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.contactForm .col-12:not(:last-child),
.contactForm .col-lg-4:not(:last-child),
.contactForm .col-md-4:not(:last-child) {
	margin-bottom: 16px;
}

.contactForm .col-12 .d-flex,
.contactForm .col-lg-4 .d-flex,
.contactForm .col-md-4 .d-flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactForm .col-12 .d-flex .min-text,
.contactForm .col-lg-4 .d-flex .min-text,
.contactForm .col-md-4 .d-flex .min-text {
	margin-right: 16px;
	margin-bottom: 0;
	max-width: -webkit-calc(100% - 160px);
	max-width: -moz-calc(100% - 160px);
	max-width: calc(100% - 160px);
}

.contactForm .col-12 .d-flex .min-text .underline,
.contactForm .col-lg-4 .d-flex .min-text .underline,
.contactForm .col-md-4 .d-flex .min-text .underline {
	color: inherit;
}

.contactForm .col-12 .d-flex .btn,
.contactForm .col-lg-4 .d-flex .btn,
.contactForm .col-md-4 .d-flex .btn {
	margin-left: auto;
}

.contactForm.consultation:before {
	width: 200px;
	height: 316px;
	right: 56px;
	background-image: url(../img/working.png);
	background-position: bottom;
}

.contactForm.working-ic {
	padding: 33px 32px 34px;
}

.contactForm.working-ic:before {
	width: 175px;
	height: 240px;
	right: 48px;
	background-image: url(../img/working.png);
}

.contactForm.working-ic .row {
	width: -webkit-calc(100% - 265px);
	width: -moz-calc(100% - 265px);
	width: calc(100% - 265px);
	margin-right: 0;
	margin-left: 0;
	max-width: 560px;
}

@media screen and (max-width:991px) {
	.contactForm.working-ic .row {
		width: -webkit-calc(100% - 175px) !important;
		width: -moz-calc(100% - 175px) !important;
		width: calc(100% - 175px) !important;
	}
}

@media screen and (max-width:767px) {
	.contactForm.working-ic .row {
		width: 100% !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.contactForm.working-ic .row .mainWrapInput {
	width: 100%;
	max-width: 260px;
	margin-right: 20px;
	margin-bottom: 12px;
}

@media screen and (max-width:991px) {
	.contactForm.working-ic .row .mainWrapInput {
		max-width: 255px;
		margin-right: 10px;
	}
}

@media screen and (max-width:767px) {
	.contactForm.working-ic .row .mainWrapInput {
		margin-right: 0;
	}
}

.contactForm.working-ic .btn {
	width: 100%;
	max-width: 260px;
	margin-bottom: 12px;
	font-weight: 600 !important;
	padding: 10px 12px;
}

@media screen and (max-width:991px) {
	.contactForm.working-ic .btn {
		padding: 9.5px 8px;
		max-width: 255px;
	}
}

.contactForm.working-ic .smallText {
	color: #aaa;
}

.contactForm.working-ic .smallText a {
	border-bottom: 1px solid #aaa;
	color: #aaa;
}

@media screen and (max-width:767px) {
	.contactForm.working-ic .smallText {
		max-width: 255px;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width:767px) {
	.contactForm.working-ic {
		padding: 33px 16px 34px;
	}
}

@media screen and (max-width:1199px) {
	.contactForm:before {
		content: '';
		width: 270px;
		height: 240px;
	}
}

@media screen and (max-width:1199px) and (min-width:768px) {
	.contactForm .row {
		width: -webkit-calc(100% - 290px);
		width: -moz-calc(100% - 290px);
		width: calc(100% - 290px);
	}
}

@media screen and (max-width:1199px) {
	.contactForm.girl-ic {
		padding: 40px 16px 48px;
	}

	.contactForm.girl-ic .row {
		width: 100%;
	}

	.contactForm.girl-ic:before {
		height: 200px;
		right: 0;
	}
}

@media screen and (max-width:991px) {
	.contactForm {
		padding: 24px 16px;
	}

	.contactForm .order-md {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.contactForm:before {
		content: '';
		width: 200px;
		height: 177px;
		right: 4px;
	}

	.contactForm.consultation:before {
		width: 150px;
		height: 220px;
		right: 4px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.contactForm.working-ic .row {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}

	.contactForm .row {
		width: -webkit-calc(100% - 130px);
		width: -moz-calc(100% - 130px);
		width: calc(100% - 130px);
		margin-right: -5px;
		margin-left: -5px;
	}

	.contactForm .col-12,
	.contactForm .col-md-4 {
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media screen and (max-width:767px) {
	.contactForm:before {
		display: none;
	}

	.contactForm.girl-ic {
		padding: 24px 16px;
	}

	.contactForm.girl-ic .row {
		width: auto;
	}
}

@media screen and (max-width:575px) {
	.contactForm {
		background-size: cover;
	}

	.contactForm .col-12 .d-flex .min-text.text-secondary,
	.contactForm .col-md-4 .d-flex .min-text.text-secondary {
		width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}

	.contactForm .col-12 .d-flex .btn,
	.contactForm .col-md-4 .d-flex .btn {
		width: 100%;
	}
}

.contactForm-wrap .h3,
.contactForm-wrap h3 {
	margin-bottom: 24px;
}

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

	.contactForm-wrap .h3,
	.contactForm-wrap h3 {
		margin-bottom: 24px;
	}
}

.contactForm-wrap.indent {
	margin-bottom: 70px;
}

@media screen and (max-width:767px) {
	.contactForm-wrap.indent {
		margin-bottom: 48px;
	}
}

.requisites-section .contactBox {
	margin-bottom: 32px;
}

.requisites-section .contactBox:last-child {
	margin-bottom: 0;
}

.search-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}

.search-wrap input[type=text] {
	background: #f4f4f4;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	height: 50px;
	padding: 0 60px 0 20px;
}

.search-wrap input[type=submit] {
	background-image: url(../img/search-ic.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	font-size: 0;
	border: none;
	background-color: transparent;
}

@media screen and (min-width:768px) {

	.search-section .catalog.view-1 .item .d-flex.z-index,
	.search-section .catalog.view-1 .item .price {
		width: 272px;
	}

	.search-section .catalog.view-1 .item .group-text,
	.search-section .catalog.view-1 .item .h4 {
		width: -webkit-calc(100% - 272px);
		width: -moz-calc(100% - 272px);
		width: calc(100% - 272px);
	}
}

@media screen and (max-width:991px) and (min-width:768px) {

	.search-section .catalog.view-1 .item .d-flex.z-index,
	.search-section .catalog.view-1 .item .price {
		width: 200px;
	}

	.search-section .catalog.view-1 .item .group-text,
	.search-section .catalog.view-1 .item .h4 {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}
}

.pay-deliv {
	max-width: 240px;
	width: 100%;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.pay-deliv {
		max-width: none;
	}
}

.accordionNav .item:last-child .item-h {
	font-size: 12px;
	line-height: 15px;
}

.accordionNav .item .item-h {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #222;
	padding: 12px 32px;
	background: #f9f9f9;
	position: relative;
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
}

.accordionNav .item .item-h:hover {
	color: #222;
	opacity: 1;
	background-color: #ccc;
}

.accordionNav .item.droplist .item-h:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	background-image: url(../img/arr-medium.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
}

.accordionNav .item .nav {
	display: none;
	border: none;
	margin: 8px 0 12px;
}

.accordionNav .item .nav .nav-item {
	margin: 0;
	width: 100%;
}

.accordionNav .item .nav .nav-item .nav-link:hover {
	background-color: #f47b20;
	color: #fff;
}

.accordionNav .item.active .item-h {
	background-color: #ccc;
}

.accordionNav .item.droplist.active .item-h:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordionNav .item.active .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.accordionNav .item.active .nav .nav-link {
	border-radius: 0;
	border: none;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #222;
	padding: 10px 16px 10px 40px;
}

.accordionNav .item.active .nav .nav-link.active,
.accordionNav .item.active .nav .nav-link.show {
	background-color: #f47b20;
	color: #fff;
}

@media screen and (max-width:991px) {
	.accordionNav .item .item-h {
		padding: 12px 32px 12px 16px;
	}

	.accordionNav .item.active .nav .nav-link {
		padding: 10px 12px 10px 24px;
	}
}

@media screen and (max-width:767px) {
	.accordionNav {
		margin-bottom: 32px;
	}
}

.deliveryBox {
	border: 1px solid #ddd;
}

.deliveryBox .item {
	padding: 32px 32px 32px 96px;
}

.deliveryBox .item a {
	text-decoration: underline;
	color: #222;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.deliveryBox .item a:hover {
	color: #f47b20;
	text-decoration: none;
}

.deliveryBox .item p {
	margin-bottom: 8px;
}

.deliveryBox .item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.deliveryBox .item:nth-last-child(2) {
	border-bottom: none;
}

.deliveryBox .item p:last-child {
	margin-bottom: 0;
}

.deliveryBox .item:before {
	left: 40px;
}

.deliveryBox .item.tip {
	background-color: #f4f4f4;
	padding-top: 24px;
	padding-bottom: 24px;
}

.deliveryBox .item.tip .delivery-ic {
	position: absolute;
	width: 29px;
	height: 29px;
	display: block;
	left: 44px;
	margin-bottom: 12px;
}

.deliveryBox .item .delivery-ic {
	position: absolute;
	width: 36px;
	left: 40px;
}

.deliveryBox .item .h4 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
}

.deliveryBox .item .h4 a {
	text-decoration: underline;
}

.deliveryBox .item .text13 {
	margin-bottom: 8px;
}

.deliveryBox .item .text {
	margin-bottom: 8px;
}

.deliveryBox .item .text strong {
	font-weight: 600;
}

.deliveryBox .item .link {
	display: table;
	margin-bottom: 8px;
}

.deliveryBox .item .link strong {
	font-weight: 600;
}

.deliveryBox .item .ic {
	width: 40px;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain;
}

.deliveryBox .item ol li p:first-child {
	margin-top: 8px;
}

@media screen and (max-width:991px) {
	.deliveryBox .item {
		padding: 32px 16px 32px 64px;
	}

	.deliveryBox .item .delivery-ic {
		left: 24px;
	}
}

@media screen and (max-width:575px) {
	.deliveryBox .item {
		padding: 24px 16px 24px 16px;
	}

	.deliveryBox .item .delivery-ic {
		position: relative !important;
		display: block;
		margin: 0 0 24px;
		left: auto !important;
	}

	.deliveryBox .item .pt-4 {
		padding-top: 16px !important;
	}

	.deliveryBox .item .col {
		width: 100%;
		min-width: 100%;
		margin-bottom: 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.deliveryBox .item .col .ic {
		margin: 0;
	}

	.deliveryBox .item .col p {
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
		margin-left: auto;
	}

	.deliveryBox .item .col span {
		margin-right: auto;
		margin-left: auto;
	}

	.deliveryBox .item .col:last-child {
		margin-bottom: 0;
	}
}

.img-wrap.pt-47 {
	padding-top: 47%;
}

.hhBox {
	background-color: #f1f2f4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 250px;
	padding: 24px 0;
	margin-bottom: 60px;
	z-index: 1;
}

.hhBox .text-wrap {
	margin-left: 60px;
	max-width: 292px;
	z-index: 2;
	position: relative;
}

.hhBox .text-wrap p:last-child {
	margin-bottom: 0;
}

.hhBox .text-wrap .btn.btn-primary:hover {
	color: #222 !important;
	background-color: #f2f2f2 !important;
}

.hhBox:after {
	content: '';
	width: 76px;
	height: 76px;
	position: absolute;
	right: 32px;
	bottom: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/hh-ic.svg);
	z-index: 2;
}

.hhBox .bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	margin: 0;
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width:991px) {
	.hhBox:after {
		content: '';
		width: 64px;
		height: 64px;
	}
}

@media screen and (max-width:767px) {
	.hhBox {
		margin-bottom: 48px;
	}

	.hhBox .text-wrap {
		margin-left: 40px;
	}
}

@media screen and (max-width:767px) {
	.hhBox .text-wrap {
		margin-left: 16px;
	}

	.hhBox:after {
		width: 48px;
		height: 48px;
		right: 16px;
	}
}

.letterDirector {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 250px;
	padding: 24px 0;
	margin-bottom: 64px;
	z-index: 1;
	border: 1px solid #ddd;
	overflow: hidden;
	cursor: pointer;
}

.letterDirector .bg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width:1199px) {
	.letterDirector .bg {
		max-width: 60%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: left;
		object-position: left;
	}
}

.letterDirector .text-wrap {
	margin-left: 96px;
	max-width: 284px;
	z-index: 3;
	position: relative;
}

.letterDirector .text-wrap p:last-child {
	margin-bottom: 0;
}

.letterDirector h4 a.underline.bold:hover {
	color: #222;
}

.letterDirector .pr {
	z-index: 2;
	position: absolute;
	height: -webkit-calc(100% - 32px);
	height: -moz-calc(100% - 32px);
	height: calc(100% - 32px);
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	width: 174px;
	margin-bottom: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.letterDirector:hover .pr {
	-webkit-transform: scale(1.05) translateX(-50%);
	-moz-transform: scale(1.05) translateX(-50%);
	-ms-transform: scale(1.05) translateX(-50%);
	transform: scale(1.05) translateX(-50%);
}

.letterDirector:hover .bg {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width:991px) {
	.letterDirector .text-wrap {
		margin-left: 40px;
	}
}

@media screen and (max-width:767px) {
	.letterDirector {
		margin-bottom: 48px;
	}

	.letterDirector .bg {
		width: 50%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: left;
		object-position: left;
	}

	.letterDirector .pr {
		left: auto;
		right: 32px;
	}
}

@media screen and (max-width:575px) {
	.letterDirector .text-wrap {
		margin-left: 16px;
		max-width: 260px;
	}

	.letterDirector .pr {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.pt-5.x2 {
		padding-top: 24px !important;
	}

	.mt-4.x2 {
		padding-top: 12px !important;
	}

	.mb-sm-5:not(:last-child) {
		margin-bottom: 48px;
	}
}

.img-wrap.pt-63 {
	padding-top: 63%;
}

@media screen and (max-width:767px) {
	.mb-sm-4:not(:last-child) {
		margin-bottom: 48px;
	}

	.img-wrap.pt-63.mb-3-5 {
		margin-bottom: 24px !important;
	}
}

.ourClient .trans-section {
	padding: 0 0 72px;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic1:before {
	opacity: 1;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic2:before {
	opacity: 1;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic3:before {
	opacity: 1;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic5:before {
	opacity: 1;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic4:before {
	opacity: 1;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic6:before {
	opacity: 1;
}

.ourClient .trans-section .navbar .navbar-item .ic.ic7:before {
	opacity: 1;
}

.ourClient p {
	font-size: 15px;
}

.ourClient p.text {
	padding-left: 7px;
}

@media screen and (max-width:991px) {
	.ourClient p.text {
		padding-left: 0;
	}
}

@media screen and (min-width:1200px) {
	.ourClient .col-md-9 {
		max-width: 79%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 79%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 79%;
		flex: 0 0 79%;
	}

	.ourClient .col-md-3 {
		max-width: 21%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 21%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 21%;
		flex: 0 0 21%;
	}
}

@media screen and (max-width:767px) {
	.ourClient .trans-section {
		padding: 0 0 48px;
	}

	.ourClient .font15 {
		max-width: 100%;
		width: 100%;
	}

	.ourClient .font15 br {
		display: none;
	}

	.ourClient .mb-1 {
		margin-bottom: 16px !important;
	}

	.ourClient .text-wrap.pt-5 {
		padding-top: 16px !important;
	}
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic1:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic2:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic3:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic5:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic4:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic6:before {
	opacity: 1;
}

.trans-section .navbar .navbar-item.icon-orange .ic.ic7:before {
	opacity: 1;
}

.img-wrap.pt-66 {
	padding-top: 66%;
}

.nav-top .owl-nav {
	position: absolute;
	bottom: -webkit-calc(100% + 32px);
	bottom: -moz-calc(100% + 32px);
	bottom: calc(100% + 32px);
	right: 0;
}

@media screen and (max-width:767px) {
	.nav-top .owl-nav {
		bottom: -webkit-calc(100% + 24px);
		bottom: -moz-calc(100% + 24px);
		bottom: calc(100% + 24px);
	}
}

.owl-counter.top-right {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	padding-right: 110px;
	top: -42px;
	position: relative;
	right: 0;
}

@media screen and (max-width:767px) {
	.owl-counter.top-right {
		top: -6px;
	}
}

@media screen and (max-width:575px) {
	.owl-counter.top-right {
		padding-right: 84px;
	}
}

.owl-carousel.owl-two .owl-stage-outer {
	padding-bottom: 56px;
}

.owl-carousel.owl-two .img-wrap {
	display: block;
	padding-top: 56%;
}

.owl-carousel.owl-two .owl-nav {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 72px;
	margin-left: auto;
	z-index: 1;
	position: relative;
}

.owl-carousel.owl-two .owl-nav button {
	width: 30px;
	height: 30px;
	background-color: #f47b20 !important;
}

.owl-carousel.owl-two .owl-nav button span:before {
	opacity: 1;
}

.owl-carousel.owl-two .owl-nav button:not(.disabled):hover {
	background-color: #f4f4f4 !important;
}

.owl-carousel.owl-two .owl-nav button:not(.disabled):hover span:before {
	opacity: 0;
}

.owl-carousel.owl-two .owl-dots {
	position: absolute;
	bottom: 11px;
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
	left: 0;
	right: 0;
	margin: auto;
}

.owl-carousel.owl-two .owl-dots .owl-dot.active {
	background: #f47b20;
	opacity: 1;
}

@media screen and (max-width:767px) {
	.owl-carousel.owl-two {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.owl-carousel.owl-two .owl-stage-outer {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 24px;
	}

	.owl-carousel.owl-two .owl-dots {
		position: relative;
		bottom: auto;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 16px;
	}

	.owl-carousel.owl-two .owl-nav {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media screen and (min-width:768px) {
	.rowBox .column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.rowBox .column .linkIcon {
		margin-top: auto;
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.rowBox .col-md-4:not(:last-child) {
		margin-bottom: 40px;
	}

	.rowBox .mb-4 {
		margin-bottom: 16px !important;
	}

	.rowBox .mb-3-5 {
		margin-bottom: 24px !important;
	}
}

.aboutCompany .h3,
.aboutCompany h3 {
	margin-bottom: 24px;
}

.aboutCompany .numbers-section {
	width: 1280px;
	margin-left: -webkit-calc((1280px - 100%)/ -2);
	margin-left: -moz-calc((1280px - 100%)/ -2);
	margin-left: calc((1280px - 100%)/ -2);
}

@media screen and (max-width:1280px) {
	.aboutCompany .numbers-section {
		width: 100vw;
		margin-left: -webkit-calc((100vw - 100%)/ -2);
		margin-left: -moz-calc((100vw - 100%)/ -2);
		margin-left: calc((100vw - 100%)/ -2);
	}
}

.aboutCompany .rowBox {
	padding-bottom: 96px;
}

.aboutCompany .advantage-section:not(:last-child) {
	margin-bottom: 96px;
}

.aboutCompany .owl-wrap:not(:last-child) {
	margin-bottom: 80px;
}

.aboutCompany .owl-ordinary {
	padding-top: 0;
}

.aboutCompany .project-section {
	padding-bottom: 96px;
}

.aboutCompany .container .container {
	width: auto;
	max-width: 100%;
	padding: 0;
}

.aboutCompany .owl-one:not(:last-child) {
	margin-bottom: 32px;
}

@media screen and (max-width:767px) {
	.aboutCompany .owl-one {
		margin-top: 24px;
	}

	.aboutCompany .project-section:not(:last-child) {
		margin-bottom: 64px;
	}
}

.formQsn__content .col .wrap .item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.formQsn__content .col .wrap .item .text {
	max-width: 215px;
}

@media screen and (max-width:991px) {
	.formQsn__content .col .wrap .item .text {
		max-width: 155px;
	}
}

@media screen and (max-width:575px) {
	.formQsn__content .col .wrap .item .text {
		max-width: none;
	}
}

.formQsn__content .col .wrap .item .radio-primary {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.formQsn__header .col:nth-child(even) {
	border-bottom: 1px solid #ddd;
}

.formQsn__header {
	width: 100%;
	margin: 0;
	position: relative;
}

.formQsn__content {
	padding: 45px 16px;
}

@media screen and (max-width:767px) {
	.actions-section .check-primary.nth-class {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
}

.actions-section #list > br {
	display: none;
}

.actions-section #list .listBox:last-child {
	padding-bottom: 0;
}

.actions-section #list .listBox > br {
	display: none;
}

.del-fav-btns button {
	width: 158px;
}

.wrap-weight-table {
	overflow: auto;
}

.weight-h {
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

.weight-h .weight-h-l {
	border-right: 1px solid #ddd;
}

.weight-h-l {
	width: 66%;
	padding: 43px 26px 40px 26px;
	background-color: #f4f4f4;
}

.weight-h-l .input-orange-wrap {
	margin-bottom: 10px;
	position: relative;
}

.weight-h-l .input-orange-wrap .search-input {
	padding-right: 45px;
}

.weight-h-l .input-orange-wrap .search-input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.weight-h-l .input-orange-wrap .search-input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.weight-h-l .input-orange-wrap .search-input::-webkit-search-cancel-button,
.weight-h-l .input-orange-wrap .search-input::-webkit-search-decoration,
.weight-h-l .input-orange-wrap .search-input::-webkit-search-results-button,
.weight-h-l .input-orange-wrap .search-input::-webkit-search-results-decoration {
	display: none;
}

.weight-h-l .input-orange-wrap .search-input::-webkit-search-cancel-button,
.weight-h-l .input-orange-wrap .search-input::-webkit-search-decoration,
.weight-h-l .input-orange-wrap .search-input::-webkit-search-results-button,
.weight-h-l .input-orange-wrap .search-input::-webkit-search-results-decoration {
	display: none;
}

.weight-h-l .input-orange-wrap input[type=submit] {
	background-image: url(../img/search-ic.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 14px;
	top: 8px;
	bottom: 0;
	padding: 0;
	font-size: 0;
	border: none;
	background-color: transparent;
}

.weight-h-l .input-orange-number {
	margin-bottom: 10px;
}

.weight-h-l .text {
	font-weight: 500;
	color: #222;
	font-size: 12px;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.weight-h-l {
		width: 100%;
	}
}

@media screen and (max-width:575px) {
	.weight-h-l {
		padding: 30px 15px;
	}
}

.weight-h-r {
	width: 34%;
	text-align: center;
	padding: 50px 15px 46px 15px;
}

.weight-h-r h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.25;
}

@media screen and (max-width:767px) {
	.weight-h-r {
		width: 100%;
	}
}

.cable-weight {
	color: #f47b20;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
}

.weight-text p {
	font-size: 13px;
	color: #222;
	line-height: 1.35;
	margin-bottom: 64px;
}

@media screen and (max-width:575px) {
	.weight-text p {
		margin-bottom: 32px;
	}
}

.weight-table {
	min-width: 738px;
}

.weight-table .tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.weight-table .tr .td {
	padding-right: 10px;
}

.weight-table .tr .td:nth-child(1) {
	padding-left: 45px;
	max-width: 211px;
	width: 100%;
}

@media screen and (max-width:575px) {
	.weight-table .tr .td:nth-child(1) {
		padding-left: 10px;
	}
}

.weight-table .tr .td:nth-child(2) {
	max-width: 135px;
	width: 100%;
}

.weight-table .tr .td:nth-child(3) {
	max-width: 157px;
	width: 100%;
}

.weight-table .tr .td:nth-child(4) {
	max-width: 146px;
	width: 100%;
}

.weight-table .tr .td:nth-child(5) {
	max-width: 130px;
	width: 100%;
}

.weight-table .tr .td:nth-child(6) {
	max-width: 188px;
	width: 100%;
}

.weight-table .tr .td:nth-child(7) {
	max-width: 143px;
	width: 100%;
}

.weight-head {
	border-bottom: 1px solid #ddd;
	padding: 16px 0;
}

.weight-head .tr .td p {
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.35;
	font-size: 14px;
}

.weight-head .tr .td:nth-child(1) p {
	max-width: 100px;
}

.weight-head .tr .td:nth-child(6) p {
	max-width: 135px;
}

.weight-head .tr .td:nth-child(7) p {
	max-width: 110px;
}

.weight-body .tr:nth-child(2n) {
	background-color: #f4f4f4;
}

.weight-body .tr .td {
	line-height: 1.55;
	font-size: 14px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

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

.services-l {
	max-width: 650px;
	width: 100%;
	border: 1px solid #ddd;
	margin-right: 30px;
}

@media screen and (max-width:1040px) {
	.services-l {
		max-width: 540px;
		margin-right: 15px;
	}
}

@media screen and (max-width:991px) {
	.services-l {
		max-width: 400px;
		margin-right: 15px;
	}
}

@media screen and (max-width:767px) {
	.services-l {
		max-width: none;
		margin-right: 0;
	}
}

.services-l-b {
	padding: 30px;
}

@media screen and (max-width:991px) {
	.services-l-b {
		padding: 15px;
	}
}

.services-l-h {
	background-color: #f4f4f4;
	padding: 30px 30px 22px 30px;
}

.services-l-h .search-wrap {
	width: 100%;
	margin-bottom: 10px;
}

.services-l-h .search-wrap input[type=text] {
	border: none;
	background-color: #fff;
	height: 35px;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}

.services-l-h .search-wrap input[type=submit] {
	right: 15px;
	top: 5.5px;
	margin: 0;
	z-index: 2;
}

.services-l-h p {
	font-weight: 500;
	font-size: 12px;
	color: #222;
	margin-bottom: 0;
}

.main-search-dropdown {
	background-color: #fff;
	padding: 10px 0;
	position: absolute;
	top: -webkit-calc(100% - 2px);
	top: -moz-calc(100% - 2px);
	top: calc(100% - 2px);
	width: 100%;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
	box-shadow: 0 0 25px rgba(0, 0, 0, .05);
	border-radius: 0 0 4px 4px;
	z-index: 1;
	left: 0;
}

.main-search-dropdown div {
	font-size: 12px;
	padding: .5px 15px .5px 31px;
	line-height: 2;
	color: #222;
	font-weight: 500;
	position: relative;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.main-search-dropdown div:hover {
	background-color: #f47b20;
	color: #fff;
}

.main-search-dropdown div:after {
	content: '';
	background-image: url(../img/search-ic.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-search-dropdown:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 2px;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ddd;
}

.weight-h .main-search-dropdown:after {
	display: none;
}

.weight-h .main-search-dropdown {
	padding: 0 !important;
}

.weight-h .main-search-dropdown > div:first-child {
	margin-top: 3px;
}

.weight-h .quantity .input-group-append,
.weight-h .quantity .input-group-prepend {
	display: none !important;
}

.services-l-b .services-img {
	margin-right: 15px;
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.services-l-b .services-img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
}

.services-img {
	max-width: 200px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.services-b-text .services-v-box {
	margin-bottom: 10px;
}

.services-b-text .services-v-box:last-child {
	margin-bottom: 0;
}

.services-v {
	width: 45px;
	height: 45px;
	background-color: #f47b20;
	position: relative;
	min-width: 45px;
}

.services-v span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}

.services-v-box p {
	font-size: 14px;
	margin-bottom: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.services-r {
	padding-left: 30px;
	width: -webkit-calc(100% - 680px);
	width: -moz-calc(100% - 680px);
	width: calc(100% - 680px);
}

@media screen and (max-width:1040px) {
	.services-r {
		padding-left: 15px;
		width: -webkit-calc(100% - 555px);
		width: -moz-calc(100% - 555px);
		width: calc(100% - 555px);
	}
}

@media screen and (max-width:991px) {
	.services-r {
		width: -webkit-calc(100% - 415px);
		width: -moz-calc(100% - 415px);
		width: calc(100% - 415px);
	}
}

@media screen and (max-width:767px) {
	.services-r {
		width: 100%;
		padding-left: 0;
	}
}

.services-r h4 {
	font-weight: 600;
	color: #222;
	font-size: 14px;
}

.services-r .h4 {
	font-weight: 600;
	color: #222;
	font-size: 14px;
}

.services-r p {
	line-height: 1.35;
	font-size: 14px;
	margin-bottom: 16px;
}

.services-r strong {
	font-weight: 600;
}

.wrap-img {
	position: relative;
}

.wrap-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.main-services {
	border-bottom: 1px solid #ddd;
}

.main-services-box {
	position: relative;
}

.main-services-box .wrap-img {
	width: 100%;
	padding-top: 51%;
	margin-bottom: 32px;
	overflow: hidden;
}

.main-services-box .wrap-img img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.main-services-box .abs-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-services-box h3 {
	font-size: 16px;
	color: #222;
	text-align: center;
	margin: 0 auto 24px auto;
	font-weight: 600;
	display: table;
	text-decoration: underline;
}

.main-services-box p {
	color: #222;
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 0;
	width: 100%;
}

.main-services-box:hover .wrap-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.main-services-box:hover h3 {
	text-decoration: none;
}

.main-services-f {
	padding-top: 56px;
	max-width: 520px;
}

.main-services-f h3 {
	font-size: 14px;
	line-height: 1.15;
	color: #222;
	margin-bottom: 20px;
}

.main-services-f ul {
	margin-bottom: 0;
	padding-left: 24px;
}

.main-services-f ul li {
	list-style: none;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.35;
	color: #222;
	position: relative;
}

.main-services-f ul li:before {
	content: '—';
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0;
}

@media screen and (max-width:575px) {
	.main-services-f ul {
		padding-left: 0;
	}
}

.main-manufacturers.indent {
	margin-bottom: 42px;
}

.main-manufacturers .item {
	height: 255px;
	position: relative;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.main-manufacturers .item .manufacturers-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.main-manufacturers .item .manufacturers-link .wrap-img {
	position: relative;
	width: 70%;
	height: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8px auto 8px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 60px;
}

.main-manufacturers .item .manufacturers-link img {
	max-width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	max-height: 100%;
	width: auto;
}

.main-manufacturers .item .manufacturers-link p {
	display: block;
	max-width: 170px;
	margin: 0 auto;
	font-weight: 500;
	line-height: 1.15;
	font-size: 14px;
	color: #222;
	text-align: center;
}

.main-manufacturers .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-bottom: none;
}

.main-manufacturers .item .manufacturers-f {
	height: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 2;
}

.main-manufacturers .item:hover .manufacturers-f {
	padding: 20px 15px;
	overflow: visible;
	height: auto;
	border: 2px solid #f47b20;
	border-top: none;
}

.main-manufacturers .item:hover:after {
	height: -webkit-calc(100% + 56px);
	height: -moz-calc(100% + 56px);
	height: calc(100% + 56px);
	border: 2px solid #f47b20;
	z-index: 1;
}

@media screen and (min-width:768px) {
	.main-manufacturers {
		margin-bottom: -32px;
	}
}

@media screen and (max-width:767px) {
	.main-manufacturers.indent {
		margin-bottom: 16px;
	}

	.main-manufacturers ~ .pagination-wrap {
		padding: 32px 0 0 0;
	}
}

.manufacturers-f {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px 15px;
	z-index: 1;
}

.manufacturers-f .manufacturers-f-text {
	margin-right: 10px;
}

.manufacturers-f-text {
	font-weight: 600;
	font-size: 14px;
	color: #222;
	line-height: 1.15;
}

.main-manufacturers .manufacturers-item {
	margin-bottom: 32px;
}

.comparison-radio .text {
	color: #8e8e8e;
	font-size: 12px;
	margin-right: 16px;
}

.quantity-comparison {
	color: #222;
	font-size: 12px;
	max-width: 165px;
	width: 100%;
}

.product-comparison .radio-primary label {
	color: #222;
	font-weight: 600;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.product-comparison .radio-primary label:hover {
	color: #f47b20;
}

.product-comparison .addLink {
	padding-left: 0;
	padding-right: 52px;
	font-size: 14px;
	color: #222;
}

.product-comparison .addLink:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.product-comparison .select-wrap {
	max-width: 310px;
	width: 100%;
}

.product-comparison .select-wrap .select2 {
	width: 100% !important;
}

.comparison-owl {
	width: -webkit-calc(100% - 190px);
	width: -moz-calc(100% - 190px);
	width: calc(100% - 190px);
	margin-right: -10px;
}

.comparison-owl .item {
	padding-right: 10px;
	cursor: pointer;
}

.comparison-owl .item:hover .comparison-img .comparison-btn-del {
	z-index: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 1;
}

.comparison-owl .comparison-ul li:nth-child(2) {
	font-weight: 600;
}

.comparison-owl .comparison-ul li:nth-child(3) {
	font-weight: 600;
}

@media screen and (max-width:575px) {
	.comparison-owl {
		width: -webkit-calc(100% - 130px);
		width: -moz-calc(100% - 130px);
		width: calc(100% - 130px);
	}
}

.comparison-img {
	width: 100%;
	position: relative;
	height: 160px;
	border: 1px solid #ddd;
}

.comparison-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.comparison-img .comparison-btn-del {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
}

.comparison-img.no-img:before {
	content: 'Нет фото';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #ccc;
	opacity: 1;
}

.comparison-ul {
	padding-left: 0;
}

.comparison-ul li {
	list-style: none;
	font-size: 13px;
	padding: 10.5px 0 10.5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

@media screen and (max-width:575px) {
	.comparison-ul li {
		font-size: 10px;
	}
}

.comparison-ul li span {
	position: relative;
	z-index: 1;
	max-width: 180px;
	display: block;
	line-height: 16px;
}

.comparison-ul li span a {
	display: block;
}

.comparison-ul li:after {
	content: '';
	top: 0;
	left: 0;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
}

.comparison-ul li:nth-child(2n):after {
	background-color: #f4f4f4;
}

.comparison-ul li:nth-child(1) {
	padding: 0 0;
}

.comparison-ul li:nth-child(2) {
	padding: 10px 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.comparison-ul li:nth-child(2) span {
	font-size: 14px;
	line-height: 1.32;
}

.comparison-ul li:nth-child(2) span a {
	font-size: 14px;
	line-height: 1.32;
}

.comparison-ul li:nth-child(2):after {
	background-color: transparent;
}

.product-comparison-b-l {
	width: 200px;
	padding-top: 160px;
}

.product-comparison-b-l .comparison-ul li {
	font-weight: 600;
	padding-left: 30px;
	padding-right: 15px;
}

@media screen and (max-width:575px) {
	.product-comparison-b-l {
		width: 140px;
	}

	.product-comparison-b-l .comparison-ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.product-comparison-b {
	position: relative;
}

.product-comparison-b table tbody {
	position: relative;
}

.product-comparison-b table tbody tr:nth-child(2n) {
	background-color: #f4f4f4;
}

.product-comparison-b table tbody tr:last-child {
	background-color: transparent;
}

.product-comparison-b table tbody tr td,
.product-comparison-b table tbody tr th {
	padding: 5px 10px;
	border-top: none;
	vertical-align: middle;
	font-size: 13px;
}

.product-comparison-b table tbody tr a {
	display: inline-block;
}

.comparison-owl .owl-nav button {
	position: absolute;
	top: 65px;
	left: 30px;
	background-color: #f4f4f4 !important;
	border-color: #f4f4f4 !important;
}

.comparison-owl .owl-nav button.owl-prev {
	left: -135px;
}

.comparison-owl .owl-nav button.owl-next {
	left: -100px;
}

@media print {
	a {
		color: #222;
		text-decoration: none !important;
		border: none !important;
	}

	.tableEl .tbody .tr .td.name {
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.sideWrap .sideContent {
		width: 100%;
	}

	.btn-group.link-wrap .link.not-hover {
		display: none;
	}

	.btn-group.link-wrap .link.ml-lg-auto {
		display: none;
	}

	.btn.btn-secondary {
		display: none !important;
	}

	footer {
		display: none;
	}

	.breadcrumb-wrap {
		display: none !important;
	}

	header:after {
		display: none;
	}

	header .flex-h * {
		display: none !important;
	}

	header .flex-h .logo {
		display: inline-block !important;
		width: 138px;
		height: 30px;
	}

	header .flex-h .logo img {
		display: block !important;
		width: 138px;
		height: 30px;
		max-width: 100%;
	}

	header .flex-h .phone-h {
		display: inline-block !important;
		margin-right: 0;
	}

	.tableEl .tbody p {
		padding-top: 14px;
	}

	.tableEl .tr {
		border-bottom: 1px solid #ddd;
	}

	.tableEl .tr .td:last-child {
		border-right: none;
	}

	.tbody {
		display: block;
	}

	.thead {
		display: block;
	}

	.tableEl .tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tableEl .tr .td:nth-child(1) {
		width: 50px;
	}

	.tableEl .tr .td:nth-child(2) {
		width: 450px;
		padding-right: 10px;
	}

	.tableEl .tr .td:nth-child(3) {
		width: 50px;
	}

	.tableEl .tr .td:nth-child(4) {
		width: 100px;
		display: block;
		text-align: center;
	}

	.tableEl .tr .td:nth-child(4) .input-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tableEl .tr .td:nth-child(4) .input-group-append {
		display: none;
	}

	.tableEl .tr .td:nth-child(4) .input-group-prepend {
		display: none;
	}

	.tableEl .tr .td:nth-child(4) .quantity input {
		border: none !important;
	}

	.tableEl .tr .td:nth-child(5) {
		width: 66px;
	}

	.tableEl .tr .td:nth-child(5) p {
		text-align: center;
	}

	.tableEl .tr .td:nth-child(6) {
		width: 122px;
	}

	.tableEl .tr .td:nth-child(7) {
		width: 127px;
	}

	.tableEl .tr .td:nth-child(8) {
		display: none;
	}

	.tableEl.fav-calc .tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tableEl.fav-calc .tr .td {
		width: 100px;
		text-align: center;
	}

	.tableEl.fav-calc .tr .td:nth-child(2) {
		width: 420px;
	}

	.tableEl.fav-calc .tr .td:nth-child(4) .input-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tableEl.fav-calc .tr .td:nth-child(4) .input-group-prepend {
		display: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(4) .input-group-append {
		display: none;
	}

	.tableEl.fav-calc .tr .td:nth-child(4) .form-control {
		border: none !important;
	}

	.sideBar {
		margin-left: 0 !important;
		width: 100%;
		max-width: 100%;
	}

	.sideBar .resultBox {
		border: none;
	}

	.sideBar .bg-secondary,
	.sideBar .linkIcon {
		display: none;
	}

	.sideBar .bg-white {
		padding: 0;
	}

	.sideBar .bg-white .resultBox__text {
		text-align: left;
	}

	.sideBar .bg-white .resultBox__text span {
		display: inline-block;
	}

	.sideBar .bg-white input {
		display: none;
	}

	.quantity-nav {
		display: none !important;
	}
}

.lighting-solution-h {
	position: relative;
	margin-top: -20px;
}

.lighting-solution-h img {
	position: absolute;
	top: 0;
	right: 0;
	width: 56.3%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lighting-solution-h:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 43.8%;
	height: 100%;
	background-color: #f4f4f4;
}

.lighting-solution-h:after {
	content: '';
	position: absolute;
	top: 0;
	left: 43.5%;
	width: 43%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(rgba(244, 244, 244, 0)));
	background: -webkit-linear-gradient(left, #f4f4f4 0, rgba(244, 244, 244, 0) 100%);
	background: -moz- oldlinear-gradient(left, #f4f4f4 0, rgba(244, 244, 244, 0) 100%);
	background: linear-gradient(90deg, #f4f4f4 0, rgba(244, 244, 244, 0) 100%);
}

.lightingSol-h-wrap {
	padding: 65px 0 35px;
	position: relative;
	max-width: 540px;
	width: 100%;
	z-index: 1;
}

.lightingSol-h-wrap .afbf.alx_feed_back {
	font-size: 0;
}

.lightingSol-h-wrap h1 {
	margin-bottom: 37px;
	font-size: 24px;
}

.lightingSol-h-wrap .lightingSol-h-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.lightingSol-h-input .input-wrap {
	max-width: 260px;
}

.lightingSol-h-input .btn-primary {
	max-width: 260px;
	width: 100%;
}

.lightingSol-h-text {
	font-size: 12px;
}

.lightingSol-h-text a {
	border-bottom: 1px solid #222;
}

.lighting-solution-b h2 {
	font-size: 18px;
}

.lighting-solution-b .h2 {
	font-size: 18px;
}

.lighting-solution-b .text {
	max-width: 480px;
	line-height: 1.35;
	color: #222;
	font-size: 14px;
	margin-bottom: 16px;
}

.lighting-solution-b .dash-ul {
	padding-left: 24px;
	max-width: 480px;
}

.dash-ul {
	padding-left: 0;
	list-style: none;
}

.dash-ul li {
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	line-height: 1.35;
}

.dash-ul li:after {
	content: '—';
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width:1200px) {
	.advantage-section.lighting-solution-f .flex {
		padding: 49px 0;
	}
}

.advantage-section.lighting-solution-f .flex .item {
	width: 100%;
	padding: 44px 64px 0 48px;
}

.advantage-section.lighting-solution-f .flex .item:nth-child(1) {
	padding-top: 80px;
}

.advantage-section.lighting-solution-f .flex .item:nth-last-child(1) {
	padding-bottom: 80px;
}

.advantage-section.lighting-solution-f .flex .item .adt-img {
	width: 46px;
	height: 46px;
}

.advantage-section.lighting-solution-f .flex .item .wrap-text {
	padding-left: 55px;
	width: -webkit-calc(100% - 46px);
	width: -moz-calc(100% - 46px);
	width: calc(100% - 46px);
	max-width: none;
}

@media screen and (max-width:575px) {
	.advantage-section.lighting-solution-f .flex .item .wrap-text {
		padding-left: 16px;
	}
}

@media screen and (max-width:991px) {
	.advantage-section.lighting-solution-f .flex .item {
		padding: 20px 24px !important;
	}
}

.advantage-section.lighting-solution-f .flex .lighting-solution-f-r {
	width: 50%;
}

.advantage-section.lighting-solution-f .flex .lighting-solution-f-r .item {
	padding-top: 72px;
}

.advantage-section.lighting-solution-f .flex .lighting-solution-f-r .item:nth-child(1) {
	padding-top: 80px;
}

@media screen and (max-width:991px) {
	.advantage-section.lighting-solution-f .flex .lighting-solution-f-r {
		width: 100%;
	}
}

.lighting-solution-f-l {
	width: 50%;
}

@media screen and (max-width:991px) {
	.lighting-solution-f-l {
		border-right: none;
		width: 100%;
	}
}

.advantage-section .flex .lighting-solution-f-l .item:nth-child(odd) {
	border-right: none;
}

.advantage-section .flex .lighting-solution-f-r .item:nth-child(odd) {
	border-right: none;
}

.comparison-middle-btn {
	width: -webkit-calc(100% - 405px);
	width: -moz-calc(100% - 405px);
	width: calc(100% - 405px);
}

@media screen and (max-width:1199px) {
	.comparison-middle-btn {
		width: -webkit-calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: calc(100% - 250px);
	}
}

@media screen and (max-width:991px) {
	.comparison-middle-btn {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:767px) {
	.comparison-middle-btn {
		width: -webkit-calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		width: calc(100% - 170px);
	}
}

@media screen and (max-width:575px) {
	.comparison-middle-btn {
		width: 100%;
	}
}

@media screen and (max-width:575px) {
	.comparison-radio {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:767px) {
	.manufPage-main.d-flex {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
}

.manufPage-l {
	width: -webkit-calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: calc(100% - 230px);
	padding-right: 30px;
}

@media screen and (max-width:767px) {
	.manufPage-l {
		width: 100%;
		padding-right: 0;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.manufacturer-page {
	position: relative;
}

.manufacturer-page .text {
	line-height: 1.45;
}

.manufPage-r {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	top: 70px;
	width: 230px;
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	align-self: start;
}

.manufPage-r .manufPage-certificate {
	margin-top: 30px;
}

.manufPage-r a {
	margin-bottom: 0;
}

.manufPage-r .h5,
.manufPage-r h5 {
	font-size: 12px;
	color: #222;
	margin-bottom: 12px;
	line-height: 1.15;
	text-transform: uppercase;
}

.manufPage-r .manufPage-r-link {
	margin-bottom: 16px;
}

@media screen and (max-width:767px) {
	.manufPage-r {
		position: relative;
		width: 100%;
		top: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 8px;
	}
}

.manufPage-logo {
	display: table;
}

.manufPage-logo img {
	-o-object-fit: contain;
	object-fit: contain;
	display: table;
	margin-bottom: 12px;
}

.manufPage-logo span {
	color: #222;
	font-size: 12px;
	line-height: 1.15;
	text-decoration: underline;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.manufPage-logo:hover span {
	color: #f47b20;
}

.manufPage-r-link {
	display: inline-block;
	color: #222;
	font-size: 12px;
	line-height: 1.15;
	text-decoration: underline;
}

.manufPage-certificate {
	border: 1px solid #f47b20;
	padding: 15px 10px;
}

.manufPage-certificate .text {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	display: block;
}

.manufPage-r-f .text {
	font-size: 12px;
	color: #222;
	display: block;
	max-width: 60px;
	margin-right: 14px;
	text-align: right;
}

.manufPage-r-f img {
	max-width: 130px;
	margin-bottom: 0;
}

.filterEl.manufactures-filter .select-wrap:nth-child(1) {
	max-width: 310px;
	width: 100%;
}

.filterEl.manufactures-filter .select-wrap:nth-child(1) .select2 {
	width: 100% !important;
}

.filterEl.manufactures-filter .select-wrap:nth-child(2) {
	max-width: 210px;
	width: 100%;
}

.filterEl.manufactures-filter .select-wrap:nth-child(2) .select2 {
	width: 100% !important;
}

@media screen and (max-width:767px) {
	.filterEl.manufactures-filter .select-wrap:nth-child(1) {
		max-width: -webkit-calc(50% - 4px);
		max-width: -moz-calc(50% - 4px);
		max-width: calc(50% - 4px);
	}

	.filterEl.manufactures-filter .select-wrap:nth-child(2) {
		max-width: -webkit-calc(50% - 4px);
		max-width: -moz-calc(50% - 4px);
		max-width: calc(50% - 4px);
	}
}

@media screen and (max-width:575px) {
	.filterEl.manufactures-filter .select-wrap:nth-child(1) {
		max-width: 100%;
	}

	.filterEl.manufactures-filter .select-wrap:nth-child(2) {
		max-width: -webkit-calc(100% - 130px);
		max-width: -moz-calc(100% - 130px);
		max-width: calc(100% - 130px);
	}
}

.mainForm.desInstalPage-h .wrap-img {
	max-width: 190px;
}

.mainForm.desInstalPage-h .smallText a {
	text-decoration: none !important;
	border-bottom: 1px solid #222;
}

.desInstal-infoBox {
	border: 1px solid #ddd;
	padding: 36px 24px;
}

.desInstal-infoBox .h4,
.desInstal-infoBox h4 {
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
	font-size: 14px;
}

.desInstal-infoBox .desInstal-infoBlock .h4,
.desInstal-infoBox .desInstal-infoBlock h4 {
	text-transform: none;
}

.desInstal-infoBlock {
	max-width: 500px;
}

.desInstal-infoBlock img {
	width: 46px;
	height: 50px;
}

.desInstal-infoBlock .text {
	padding-left: 40px;
}

.desInstal-infoBlock p {
	font-size: 14px;
}

.desInstal-infoBlock .dash-ul {
	padding-left: 24px;
}

@media screen and (max-width:575px) {
	.desInstal-infoBlock {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.desInstal-infoBlock .text {
		width: 100%;
		padding-left: 0;
	}

	.desInstal-infoBlock img {
		margin: 0 auto 16px auto;
		display: block;
	}

	.desInstal-infoBlock .dash-ul {
		text-align: left;
		padding-left: 0;
	}
}

.desInstal-aboutBlock {
	max-width: 360px;
}

.desInstal-aboutBlock .h3,
.desInstal-aboutBlock h3 {
	font-size: 18px !important;
	color: #222;
	padding: 16px 24px;
	border-left: 2px solid #f47b20;
	line-height: 1.35;
	font-weight: 600;
	max-width: 240px;
	text-transform: uppercase;
}

.desInstal-aboutBlock img {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
	display: inline-block;
}

.desInstal-aboutBlock p {
	margin-bottom: 0;
	color: #222;
	line-height: 1.35;
	font-size: 14px;
}

@media screen and (max-width:767px) {
	.desInstal-aboutBlock {
		max-width: none;
	}

	.desInstal-aboutBlock .h3,
	.desInstal-aboutBlock h3 {
		max-width: none;
	}
}

.listBox.desInstal-list .item .text-wrap .h4 {
	display: initial;
	border-bottom: 1px solid #222;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.listBox.desInstal-list .item:hover .text-wrap .h4 {
	display: initial;
	border-bottom: 1px solid transparent;
}

.mainForm.assemElPanels-h {
	margin-top: -41px;
}

.mainForm.assemElPanels-h .wrap-text {
	padding-right: 0;
	width: 100%;
}

.mainForm.assemElPanels-h .btn.btn-primary {
	max-width: 200px;
	width: 100%;
	margin-bottom: 0;
}

@media screen and (max-width:575px) {
	.mainForm.assemElPanels-h .btn.btn-primary {
		display: block;
		margin: 0 auto;
	}
}

.mainForm.assemElPanels-h .smallText a {
	text-decoration: none !important;
	border-bottom: 1px solid #222;
}

@media screen and (max-width:767px) {
	.mainForm.assemElPanels-h .flex {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.assemElPanels-warranty {
	border: 1px solid #ddd;
	padding: 36px 24px 0 24px;
}

.assemElPanels-warranty .h3,
.assemElPanels-warranty h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

@media screen and (max-width:767px) {
	.assemElPanels-warranty {
		text-align: center;
		padding: 36px 0 0 0;
	}
}

.assemElPanels-warranty .item {
	max-width: 335px;
	padding-bottom: 36px;
}

@media screen and (max-width:991px) {
	.assemElPanels-warranty .item {
		max-width: none;
	}
}

.assemElPanels-warranty .item img {
	width: 64px;
	height: 46px;
	margin-bottom: 16px;
	display: inline-block;
}

.assemElPanels-warranty .item .h4,
.assemElPanels-warranty .item h4 {
	margin-bottom: 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.assemElPanels-warranty .item p {
	font-size: 14px;
	margin-bottom: 0;
}

.elPanels-item .elPanels-item-l {
	margin-right: 30px;
}

@media screen and (max-width:767px) {
	.elPanels-item .elPanels-item-l {
		margin-right: 20px;
	}
}

.elPanels-item-l {
	width: 130px;
	height: 130px;
	border: 3px solid #f47b20;
	position: relative;
}

.elPanels-item-l p {
	margin-bottom: 0;
	position: absolute;
	max-width: 100%;
	font-size: 24px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #222;
	font-weight: 600;
	padding: 0 10px;
}

@media screen and (max-width:767px) {
	.elPanels-item-l {
		width: 100px;
		height: 100px;
	}

	.elPanels-item-l p {
		font-size: 16px;
	}
}

.elPanels-item-link {
	line-height: 1.35;
	color: #222;
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
}

.elPanels-item-link span {
	text-transform: uppercase;
	border-bottom: 1px solid #222;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.elPanels-item-link:hover {
	color: #222;
}

.elPanels-item-link:hover span {
	border-bottom: 1px solid transparent;
}

@media screen and (max-width:767px) {
	.elPanels-item-link {
		font-size: 10px;
	}
}

.elPanels-item-r {
	max-width: -webkit-calc(100% - 160px);
	max-width: -moz-calc(100% - 160px);
	max-width: calc(100% - 160px);
}

.elPanels-item-r .text {
	font-size: 13px;
	margin-top: 16px;
	font-weight: 600;
	color: #8e8e8e;
}

@media screen and (max-width:767px) {
	.elPanels-item-r .text {
		font-size: 10px;
	}
}

@media screen and (max-width:767px) {
	.elPanels-item-r {
		max-width: -webkit-calc(100% - 120px);
		max-width: -moz-calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
}

.assemElPanels-catalog .elPanels-item {
	margin-bottom: 30px;
}

.assemElPanels-catalog .elPanels-item:last-child,
.assemElPanels-catalog .elPanels-item:nth-last-child(2) {
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.assemElPanels-catalog .elPanels-item {
		margin-bottom: 20px;
	}

	.assemElPanels-catalog .elPanels-item:nth-last-child(2) {
		margin-bottom: 20px;
	}
}

.mainForm.assemElPanels-f {
	background-image: url(../img/connection-bg.svg);
}

.mainForm.assemElPanels-f .input-wrap {
	margin-right: 20px !important;
}

@media screen and (max-width:991px) {
	.mainForm.assemElPanels-f .input-wrap {
		margin-left: auto;
		margin-right: auto !important;
		display: block;
	}
}

.mainForm.assemElPanels-f .wrap-text {
	width: -webkit-calc(100% - 175px);
	width: -moz-calc(100% - 175px);
	width: calc(100% - 175px);
	padding-left: 45px;
	padding-right: 0;
}

@media screen and (max-width:767px) {
	.mainForm.assemElPanels-f .wrap-text {
		width: 100%;
		padding-left: 0;
	}
}

.mainForm.assemElPanels-f .btn.btn-primary {
	max-width: 200px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.mainForm.assemElPanels-f .btn.btn-primary {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

.mainForm.assemElPanels-f .smallText {
	color: #aaa;
	padding-left: 3px;
}

.mainForm.assemElPanels-f .smallText a {
	color: #aaa;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.mainForm.assemElPanels-f .smallText {
		padding-left: 0;
	}
}

.mainForm.assemElPanels-f .flex {
	height: 170px;
}

@media screen and (max-width:991px) {
	.mainForm.assemElPanels-f .flex {
		height: 240px;
	}
}

.mainForm.assemElPanels-f .wrap-img {
	max-width: 175px;
	height: auto;
	max-height: none;
}

.lighting-solution-h.export-page-h .lightingSol-h-wrap {
	padding: 65px 0 68px;
}

.lighting-solution-h.export-page-h img {
	width: 62.3%;
}

.lighting-solution-h.export-page-h:before {
	width: 37.7%;
}

.lighting-solution-h.export-page-h:after {
	width: 62.3%;
	left: auto;
	right: 0;
}

.lighting-solution-h.export-page-h .h2,
.lighting-solution-h.export-page-h h2 {
	font-size: 18px;
	margin-bottom: 40px;
}

.lighting-solution-h.export-page-h .lightingSol-h-wrap {
	max-width: 830px;
}

.lighting-solution-h.export-page-h .lightingSol-h-wrap .input-wrap {
	width: 100%;
	max-width: 235px;
	margin-right: 10px !important;
}

.lighting-solution-h.export-page-h .lightingSol-h-wrap .btn-primary {
	max-width: 235px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 10px !important;
}

.lighting-solution-h.export-page-h .lightingSol-h-wrap .lightingSol-h-text {
	color: #aaa;
	margin-right: 40px !important;
}

.lighting-solution-h.export-page-h .lightingSol-h-wrap .lightingSol-h-text a {
	color: #aaa;
	border-color: #aaa;
}

@media screen and (max-width:767px) {
	.lighting-solution-h.export-page-h .lightingSol-h-wrap .lightingSol-h-text {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width:991px) {
	.lighting-solution-h.export-page-h .lightingSol-h-input {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-moz-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
}

@media screen and (max-width:767px) {
	.lighting-solution-h.export-page-h .lightingSol-h-input {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-moz-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.lighting-solution-h.export-page-h .lightingSol-h-input .input-wrap {
		margin-left: 10px !important;
	}

	.lighting-solution-h.export-page-h .lightingSol-h-input .btn-primary {
		margin-left: 10px !important;
	}
}

.main-file {
	position: relative;
	font-size: 12px;
	padding-left: 25px;
	line-height: 1.25;
	white-space: nowrap;
}

.main-file:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/paper-clip.svg);
}

.main-file input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.main-file .text {
	border-bottom: 1px solid #222;
	color: #222;
	display: table;
	line-height: 1.25;
	font-size: 12px;
	margin-bottom: 4px;
}

.main-file .gray-text {
	color: #8e8e8e;
	display: block;
	line-height: 1.25;
	font-size: 12px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.numbers-section.export-numbers .boxNs {
	background-size: cover;
}

.scheme-work .h2,
.scheme-work h2 {
	font-size: 18px;
	margin-bottom: 38px;
}

.scheme-work-item {
	position: relative;
	max-width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

.scheme-work-item img {
	width: 45px;
	height: 45px;
	-o-object-fit: contain;
	object-fit: contain;
}

.scheme-work-item .text {
	width: -webkit-calc(100% - 61px);
	width: -moz-calc(100% - 61px);
	width: calc(100% - 61px);
}

.scheme-work-item .text .text-h {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 8px;
}

.scheme-work-item .text .text-f {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.35;
	font-weight: 600;
}

.scheme-work-item .scheme-arrow-wrap {
	position: absolute;
	left: -webkit-calc(100% - 16px);
	left: -moz-calc(100% - 16px);
	left: calc(100% - 16px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width:1199px) {
	.scheme-work-item {
		padding-left: 15px;
		padding-right: 15px;
		max-width: none;
	}
}

.scheme-arrow-wrap {
	font-weight: 700;
	font-size: 24px;
	color: #ccc;
	white-space: nowrap;
	padding-right: 15px;
	line-height: 1;
}

.scheme-arrow-wrap .scheme-arrow {
	position: absolute;
	bottom: 1px;
	right: 0;
}

.scheme-arrow {
	width: 12px;
	height: 12px;
	background-image: url(../img/scheme-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.scheme-work-wrap {
	margin-left: -5px;
	margin-right: -5px;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
}

@media screen and (max-width:1199px) {
	.scheme-work-wrap {
		margin-left: -15px;
		margin-right: -15px;
		width: -webkit-calc(100% + 30px);
		width: -moz-calc(100% + 30px);
		width: calc(100% + 30px);
	}
}

.scheme-work-wrap .scheme-work-item:last-child .scheme-arrow-wrap {
	display: none !important;
}

@media screen and (max-width:1199px) {
	.scheme-work-wrap .scheme-work-item:nth-child(3) .scheme-arrow-wrap {
		display: none !important;
	}
}

.schemWork-info {
	border: 1px solid #ddd;
	position: relative;
}

.schemWork-info .schemWork-infoBox:nth-child(1) {
	padding: 45px 86px 45px 45px;
	border-right: 1px solid #ddd;
}

.schemWork-info .schemWork-infoBox:nth-child(2) {
	padding: 45px 80px 45px 109px;
}

@media screen and (max-width:991px) {
	.schemWork-info .schemWork-infoBox:nth-child(1) {
		padding: 45px;
		border-right: 1px solid #ddd;
	}

	.schemWork-info .schemWork-infoBox:nth-child(2) {
		padding: 45px;
	}
}

@media screen and (max-width:767px) {
	.schemWork-info .schemWork-infoBox:nth-child(1) {
		border-right: none;
		padding: 25px 15px;
	}

	.schemWork-info .schemWork-infoBox:nth-child(2) {
		padding: 25px 15px;
	}
}

.schemWork-info .wrap-orange-arr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width:767px) {
	.schemWork-info .wrap-orange-arr {
		display: none;
	}
}

.schemWork-info:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: -8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 86px;
	border: 1px solid #ddd;
}

@media screen and (max-width:1199px) {
	.schemWork-info:after {
		right: 245px;
	}
}

@media screen and (max-width:991px) {
	.schemWork-info:after {
		right: 110px;
	}
}

@media screen and (max-width:575px) {
	.schemWork-info:after {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(-45deg);
		-moz-transform: translateX(-50%) rotate(-45deg);
		-ms-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
	}
}

.schemWork-info:before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 86px;
	background-color: #fff;
	z-index: 1;
}

@media screen and (max-width:1199px) {
	.schemWork-info:before {
		right: 245px;
	}
}

@media screen and (max-width:991px) {
	.schemWork-info:before {
		right: 110px;
	}
}

@media screen and (max-width:575px) {
	.schemWork-info:before {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(-45deg);
		-moz-transform: translateX(-50%) rotate(-45deg);
		-ms-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
	}
}

.schemWork-infoBox img {
	width: 46px;
	height: 46px;
	-o-object-fit: contain;
	object-fit: contain;
}

.schemWork-infoBox .text {
	padding-left: 30px;
	max-width: -webkit-calc(100% - 46px);
	max-width: -moz-calc(100% - 46px);
	max-width: calc(100% - 46px);
}

.schemWork-infoBox .text .h5,
.schemWork-infoBox .text h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
}

.schemWork-infoBox .text p {
	font-size: 14px;
	margin-bottom: 0;
}

.orange-arr {
	width: 58px;
	height: 12px;
	background-image: url(../img/orange-arr.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.wrap-orange-arr {
	padding: 17px 0;
	background-color: #fff;
}

.listBox a[data-fancybox]:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 5;
	width: 65px;
	height: 65px;
	background-color: #f47b20;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/play.svg);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0;
}

.listBox a[data-fancybox]:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(84, 38, 3, .3);
	z-index: 4;
}

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

@media screen and (max-width:991px) {
	.mb-90 {
		margin-bottom: 45px;
	}
}

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

@media screen and (max-width:991px) {
	.mb-60 {
		margin-bottom: 30px;
	}
}

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

@media screen and (max-width:991px) {
	.mb-80 {
		margin-bottom: 40px;
	}
}

.mainForm.exportPage-f {
	padding: 32px 32px 48px 32px;
	height: auto;
}

.mainForm.exportPage-f .h2 {
	text-align: center !important;
}

.mainForm.exportPage-f .input-wrap {
	width: 230px;
}

@media screen and (max-width:767px) {
	.mainForm.exportPage-f .input-wrap {
		width: 100%;
	}
}

.mainForm.exportPage-f .wrap-text {
	max-width: none;
	width: 100%;
	padding-right: 0;
}

@media screen and (max-width:991px) {
	.mainForm.exportPage-f .wrap-text {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.mainForm.exportPage-f .smallText {
	color: #aaa;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.mainForm.exportPage-f .smallText a {
	color: #aaa;
	border-bottom: 1px solid #aaa;
}

.mainForm.exportPage-f .btn.btn-primary {
	max-width: 280px;
	padding: 9.5px 8px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: center;
	margin-bottom: 0 !important;
	width: 100%;
}

@media screen and (max-width:991px) {
	.mainForm.exportPage-f {
		padding: 32px 16px;
	}
}

.preConfigInfo-box img {
	width: 64px;
	height: 70px;
	margin-right: 32px;
	margin-bottom: 0;
}

.preConfigInfo-box .h3,
.preConfigInfo-box h3 {
	max-width: 165px;
	margin-bottom: 0;
	font-weight: 600;
}

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

	.preConfigInfo-box .h3,
	.preConfigInfo-box h3 {
		max-width: 100%;
		width: 170px;
		display: inline-block;
	}
}

.preConfigInfo {
	border: 1px solid #ddd;
}

.preConfigInfo .preConfigInfo-box:nth-child(3n) {
	border-right: none;
}

@media screen and (max-width:991px) {
	.preConfigInfo .preConfigInfo-box:nth-child(3n) {
		border-right: 1px solid #ddd;
	}
}

@media screen and (max-width:991px) {
	.preConfigInfo .preConfigInfo-box:nth-child(2n) {
		border-right: none;
	}
}

@media screen and (max-width:767px) {
	.preConfigInfo .preConfigInfo-box {
		border-right: none;
	}

	.preConfigInfo .preConfigInfo-box:nth-child(3n) {
		border-right: none;
	}
}

.preConfigInfo-box {
	height: 170px;
	padding-top: 32px;
	padding-bottom: 32px;
	border-right: 1px solid #ddd;
}

.preConfigText .h3,
.preConfigText h3 {
	font-weight: 600;
	text-transform: uppercase;
}

.preConfigText p {
	margin-bottom: 0 !important;
	line-height: 1.35;
	font-size: 13px;
}

.preConfigThead {
	background-color: #f4f4f4;
}

.preConfigThead .preConfigTh {
	border-bottom: none;
}

.preConfigTable {
	border: 1px solid #ddd;
}

.preConfigThead .preConfigTh {
	font-weight: 600;
	padding: 21.5px 16px;
	font-size: 14px;
}

.preConfigTh {
	font-size: 13px;
	color: #222;
	line-height: 1.35;
	border-right: 1px solid #ddd;
	padding: 14px 16px;
	border-bottom: 1px solid #ddd;
}

.preConfigTh:nth-child(2n) {
	border-right: none;
}

.preConfigTr .preConfigTh:nth-child(odd) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}

.preConfigTbody .preConfigTr:last-child .preConfigTh {
	border-bottom: none;
}

@media screen and (max-width:767px) {
	.preConfigTable-box {
		overflow: auto;
	}

	.preConfigTable-box .preConfigTable {
		min-width: 545px;
	}
}

.modal-content.fastPhone {
	background-color: #f4f4f4;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/connection-bg.svg);
}

@media screen and (max-width:768px) {
	.modal-content.fastPhone .alx_feed_back {
		width: 100% !important;
	}
}

.modal-content.fastPhone .main-file .gray-text {
	width: auto;
	max-width: 240px;
}

.modal-content.fastPhone .fastPhoneInput {
	margin-right: -15px;
	width: -webkit-calc(100% + 15px);
	width: -moz-calc(100% + 15px);
	width: calc(100% + 15px);
}

@media screen and (max-width:991px) {
	.modal-content.fastPhone .fastPhoneInput {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		width: 100%;
	}

	.modal-content.fastPhone .fastPhoneInput .wrap-input {
		width: 100% !important;
		margin-bottom: 16px !important;
	}

	.modal-content.fastPhone .fastPhoneInput .wrap-input input {
		width: 100% !important;
	}

	.modal-content.fastPhone .fastPhoneInput .afbf_item_pole {
		width: 100% !important;
	}

	.modal-content.fastPhone .fastPhoneInput .afbf_item_pole input {
		width: 100% !important;
	}
}

.modal-content.fastPhone .modal-body {
	padding: 43.5px 44px 0 44px !important;
	position: relative;
}

@media screen and (max-width:767px) {
	.modal-content.fastPhone .modal-body {
		padding: 43.5px 16px 0 16px !important;
	}
}

.modal-content.fastPhone .fastContact-f {
	padding: 0 44px 43.5px 44px !important;
}

@media screen and (max-width:767px) {
	.modal-content.fastPhone .fastContact-f {
		padding: 0 16px 43.5px 16px !important;
	}
}

.modal-content.fastPhone .afbf {
	font-size: 0;
}

.modal-content.fastPhone input {
	width: 220px !important;
	margin-right: 15px !important;
}

.modal-content.fastPhone .afbf_feedback_poles + .afbf_item_pole.required {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 115px;
	width: 230px;
}

.modal-content.fastPhone .afbf_feedback_poles + .afbf_item_pole.required input {
	margin-right: 0 !important;
	width: 100% !important;
}

@media screen and (max-width:991px) {
	.modal-content.fastPhone .afbf_feedback_poles + .afbf_item_pole.required {
		position: static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 100% !important;
		margin-bottom: 16px;
	}

	.modal-content.fastPhone .afbf_feedback_poles + .afbf_item_pole.required input {
		width: 100% !important;
	}
}

.modal-content.fastPhone .smallText {
	color: #aaa;
}

.modal-content.fastPhone .smallText a {
	color: #aaa;
	border-bottom: 1px solid #aaa;
}

.modal-content.fastPhone .smallText.mini-box {
	max-width: 250px;
	text-align: right;
}

@media screen and (max-width:991px) {
	.modal-content.fastPhone .smallText.mini-box {
		max-width: none;
	}
}

.modal-content.fastPhone .btn-primary {
	margin-right: 0 !important;
	width: 156px !important;
}

@media screen and (max-width:575px) {
	.modal-content.fastPhone .btn-primary {
		width: 400px !important;
	}
}

.modal-body.connection-modal {
	padding: 43.5px 44px !important;
	background-color: #f4f4f4;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/connection-bg.svg);
}

.modal-body.connection-modal.back-call .afbf_feedback_poles {
	font-size: 0;
}

.modal-body.connection-modal.back-call .afbf_feedback_poles .mainForm.exportPage-f {
	padding: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-image: none;
	background-color: transparent;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	margin: 0 20%;
}

.modal-body.connection-modal.back-call .afbf_feedback_poles .mainForm.exportPage-f h3 {
	width: 100%;
}

.modal-body.connection-modal.back-call .afbf_feedback_poles .mainForm.exportPage-f .btn.btn-primary {
	max-width: 230px;
}

.modal-body.connection-modal.back-call .afbf_feedback_poles .mainForm.exportPage-f .smallText {
	max-width: none;
}

@media screen and (max-width:991px) {
	.modal-body.connection-modal.back-call .afbf_feedback_poles .mainForm.exportPage-f .input-wrap {
		margin-right: 0 !important;
	}
}

.modal-body.connection-modal .input-wrap {
	max-width: 220px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

@media screen and (max-width:991px) {
	.modal-body.connection-modal .input-wrap {
		max-width: none;
	}
}

.modal-body.connection-modal .btn-primary {
	max-width: 230px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.modal-body.connection-modal .btn-primary.mini-btn {
	max-width: 156px;
}

.modal-body.connection-modal .smallText {
	color: #aaa;
}

.modal-body.connection-modal .smallText a {
	color: #aaa;
	border-bottom: 1px solid #aaa;
}

.modal-body.connection-modal .smallText.mini-box {
	max-width: 250px;
	text-align: right;
}

@media screen and (max-width:991px) {
	.modal-body.connection-modal .smallText.mini-box {
		max-width: none;
	}
}

.modal-body.connection-modal .main-file .gray-text {
	width: 210px;
}

@media screen and (max-width:575px) {
	.modal-body.connection-modal {
		padding: 43.5px 16px !important;
	}
}

.modal-body.connection-modal .afbf {
	font-size: 0;
}

@media screen and (max-width:991px) {
	.fastContact-f .main-file {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 16px !important;
	}

	.fastContact-f .smallText {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: left !important;
	}

	.fastContact-f .btn-primary {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:575px) {
	.fastContact-f .smallText {
		text-align: center !important;
	}
}

.modal-content.brd-rad-none {
	border-radius: 0;
}

.input-textarea {
	width: 100%;
	font-size: 0;
}

.input-textarea textarea {
	width: 100%;
	font-size: 12px;
	color: #222;
	padding: 10px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	resize: none;
	height: 70px !important;
}

.input-textarea textarea:focus {
	border: 1px solid #ddd;
}

.input-textarea textarea::-webkit-input-placeholder {
	color: #222;
}

.input-textarea textarea::-moz-placeholder {
	color: #222;
}

.input-textarea textarea:-moz-placeholder {
	color: #222;
}

.input-textarea textarea:-ms-input-placeholder {
	color: #222;
}

.modal-content.applic-accep h4 {
	line-height: 1;
}

.modal-content.applic-accep p {
	font-size: 16px;
	line-height: 1.3;
}

.modal-content.applic-accep .modal-header {
	padding-top: 56px !important;
	padding-bottom: 60px !important;
}

.modal-content.applic-accep .btn-primary {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 158px;
}

.mainForm.client-type-h .wrap-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-right: 0;
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width:767px) {
	.mainForm.client-type-h .wrap-text {
		width: 100%;
	}
}

@media screen and (max-width:575px) {
	.mainForm.client-type-h .wrap-text {
		display: block;
		text-align: center;
	}

	.mainForm.client-type-h .wrap-text .btn.btn-primary {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

.mainForm.client-type-h .main-input-wrap {
	margin-right: 4px;
}

@media screen and (max-width:767px) {
	.mainForm.client-type-h .main-input-wrap {
		margin-right: 0;
	}
}

.mainForm.client-type-h .btn.btn-primary {
	width: 100%;
	max-width: 200px;
}

.mainForm.client-type-h .smallText a {
	border-bottom: 1px solid #222;
}

.mainForm.client-type-h .smallText a:hover {
	color: inherit;
}

.consentLink a:hover,
.lightingSol-h-text a:hover,
.smallText a:hover {
	color: inherit !important;
	border-bottom: 1px solid transparent !important;
}

.tab-pills.pills-card .tab-pane {
	margin-bottom: 84px;
}

.tab-pills.pills-card .nav-link {
	font-size: 13px;
}

.listBox.checablelistBox .item .text-wrap .minText a:hover {
	color: #222;
}

.all-requisites {
	border: none;
	background-color: transparent;
	outline: 0;
	font-weight: 600;
	color: #222;
	padding: 0;
	font-size: 14px;
	position: relative;
}

.all-requisites:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.all-requisites .allRequisitesIc {
	margin-right: 18px;
}

.all-requisites:hover .allRequisitesIc {
	background-color: #f47b20;
}

.all-requisites:hover .allRequisitesIc:after {
	background-image: url(../img/allRequisitesIcWhite.svg);
}

.allRequisitesIc {
	width: 40px;
	height: 40px;
	background-color: #ddd;
	position: relative;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.allRequisitesIc:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/allRequisitesIc.svg);
	width: 14px;
	height: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.allRequisitesIc:hover {
	background-color: #f47b20;
}

.allRequisitesIc:hover:after {
	background-image: url(../img/allRequisitesIcWhite.svg);
}

.sideWrap.sideWrapFav {
	position: static;
}

.owl-carousel.owl-two.orange-nav.owl-video-about .item .h4 {
	margin-bottom: 0 !important;
}

.owl-carousel.owl-two.orange-nav.owl-video-about .owl-dots {
	top: -webkit-calc(100% - 24.5px);
	top: -moz-calc(100% - 24.5px);
	top: calc(100% - 24.5px);
	bottom: auto;
	width: 100%;
}

.news-section .newFilter .filterEl.filterActNew {
	max-width: 200px;
	width: 100%;
}

.news-section .newFilter .filterEl.filterActNew .nth-class:last-child .select2-container {
	width: 100% !important;
}

.news-section .newFilter .filterEl.filterActNew .nth-class:last-child .select2-container--select-primary .select2-selection__rendered {
	border: 1px solid transparent;
	background-color: #f4f4f4;
}

.mainHover-h {
	position: relative;
	cursor: pointer;
}

.modal-body.maxGoods {
	padding-right: 45px !important;
	padding-left: 45px !important;
}

.actions-section.new-section .filterEl .nth-class:nth-child(2) {
	max-width: 265px;
}

.actions-section.new-section .filterEl .nth-class:nth-child(3) {
	max-width: 206px;
}

@media screen and (max-width:767px) {
	.newFilter .filterEl.filterActNew .select-wrap {
		width: 100% !important;
		margin-bottom: 0;
	}
}

@media screen and (max-width:575px) {
	.newFilter .h2 {
		width: 100%;
		max-width: none;
		text-align: center;
	}
}

.mainForm {
	background-image: url(../img/layer-grey.jpg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}

.mainForm .container {
	padding-right: 15px;
	padding-left: 15px;
}

.mainForm .flex {
	height: 360px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mainForm .wrap-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-right: 48px;
}

.mainForm .wrap-img {
	max-width: 270px;
	width: 100%;
	margin-left: auto;
	max-height: -webkit-calc(100% - 16px);
	max-height: -moz-calc(100% - 16px);
	max-height: calc(100% - 16px);
	height: 100%;
}

.mainForm .wrap-img img {
	margin: 0;
	position: relative;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
}

.mainForm .h1,
.mainForm h1 {
	margin-bottom: 24px;
	width: 100%;
}

.mainForm p:last-child {
	margin-bottom: 0;
}

.mainForm .input-wrap {
	width: 260px;
	display: inline-block;
	vertical-align: middle;
}

.mainForm .btn {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

@media screen and (max-width:1199px) {
	.mainForm .input-wrap {
		width: 240px;
	}
}

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

	.mainForm .h1 br,
	.mainForm h1 br {
		display: none;
	}

	.mainForm .wrap-text {
		padding-right: 32px;
	}

	.mainForm .wrap-img {
		max-width: 220px;
	}

	.mainForm .mb-3-5 {
		margin-bottom: 16px !important;
	}
}

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

	.mainForm .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

	.mainForm .wrap-text {
		padding-right: 0;
	}

	.mainForm .input-wrap {
		width: 100%;
		margin-right: 0 !important;
	}

	.mainForm .wrap-img {
		display: none;
	}
}

.greyBox {
	background: #f9f9f9;
	padding: 32px 60px 40px 48px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.greyBox:not(:last-child) {
	margin-bottom: 64px;
}

.greyBox .wrap {
	max-width: 674px;
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: calc(100% - 260px);
}

.greyBox .btn {
	margin: 16px 0;
}

.greyBox p:last-child {
	margin-bottom: 0;
}

.greyBox .smallText {
	font-size: 13px;
}

.greyBox:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 190px;
	top: 0;
	left: 0;
	background-image: url(../img/bg-form.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.greyBox:after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 190px;
	top: 0;
	right: 0;
	background-image: url(../img/bg-form.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width:1199px) {
	.greyBox {
		padding: 48px 32px;
	}
}

@media screen and (max-width:767px) {
	.greyBox {
		padding: 32px;
	}

	.greyBox:not(:last-child) {
		margin-bottom: 48px;
	}

	.greyBox .wrap {
		width: 100%;
	}

	.greyBox .btn {
		margin-bottom: 0;
	}
}

.tabWrap .tabNav {
	padding: 0;
	margin: 0;
}

.tabWrap .tabNav li {
	list-style-type: none;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	background: #f9f9f9;
	cursor: pointer;
	margin-bottom: 1px;
	padding: 0 32px;
	padding: 12px 32px;
	text-transform: uppercase;
}

.tabWrap .tabNav li.active {
	background-color: #f47b20;
	color: #fff;
}

.tabWrap .tabBox__content {
	border: 1px solid #ddd;
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tabWrap .tabBox__content.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.tabWrap .calculator-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.tabWrap .calculator-wrap .item {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px;
}

.tabWrap .calculator-wrap .item:first-child {
	background-image: url(../img/layer-grey.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tabWrap .calculator-wrap .item .form-control {
	width: 285px;
	border-color: #f47b20;
}

.tabWrap .calculator-wrap .item .form-control.is-invalid {
	border-color: red;
}

.tabWrap .calculator-wrap .item.text-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabWrap .calculator-wrap .item.text-center .h3,
.tabWrap .calculator-wrap .item.text-center h3 {
	width: 100%;
	font-weight: 500;
	margin: 0;
}

.tabWrap .calculator-wrap .item .number {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #f47b20;
}

.tabWrap .box {
	padding: 32px 64px 32px 48px;
}

.tabWrap .box:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.tabWrap .box p:last-child,
.tabWrap .box ul:last-child {
	margin-bottom: 0;
}

.tabWrap .box .wrap {
	width: -webkit-calc(100% - 48px);
	width: -moz-calc(100% - 48px);
	width: calc(100% - 48px);
	padding-left: 40px;
}

.tabWrap .box__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tabWrap .box__item:not(:last-child) {
	margin-bottom: 32px;
}

.tabWrap .box__item .icon {
	width: 48px;
}

.tabWrap .box__item .wrap .bold {
	max-width: 240px;
}

@media screen and (max-width:991px) {
	.tabWrap .tabNav li {
		padding: 12px 12px;
	}

	.tabWrap .calculator-wrap .item {
		width: 100%;
		padding: 24px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabWrap .box {
		padding: 32px;
	}

	.tabWrap .box .wrap {
		padding-left: 24px;
	}
}

@media screen and (max-width:767px) {
	.tabWrap .tabNav {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:575px) {
	.tabWrap .box {
		padding: 16px;
	}

	.tabWrap .box .wrap {
		padding-left: 16px;
		width: -webkit-calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: calc(100% - 32px);
	}

	.tabWrap .box__item .icon {
		width: 32px;
	}
}

.tabWrap .input-wrap,
.tabWrap input {
	max-width: 100%;
}

.productBox-wrap {
	margin-bottom: 96px;
}

.productBox-wrap .owl-group .linkIcon {
	margin: 32px 0;
}

.productBox-wrap .owl-product:not(.one) .owl-item {
	height: 100%;
}

.productBox-wrap .owl-product:not(.one) .owl-item a {
	padding-top: 100%;
	position: relative;
	width: 100%;
	display: block;
}

@media screen and (max-width:575px) {
	.productBox-wrap .owl-product:not(.one) .owl-item a {
		padding-top: 69%;
	}
}

.productBox-wrap .owl-product:not(.one) img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-height: -webkit-calc(100% - 40px);
	max-height: -moz-calc(100% - 40px);
	max-height: calc(100% - 40px);
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: calc(100% - 40px);
	-o-object-fit: contain;
	object-fit: contain;
}

.productBox-wrap .owl-group.one .owl-product {
	width: 500px;
}

.productBox-wrap .owl-group.one .owl-product .owl-item,
.productBox-wrap .owl-group.one .owl-product .owl-stage {
	min-width: 100%;
}

.productBox-wrap .owl-group.one .owl-product .owl-item > a,
.productBox-wrap .owl-group.one .owl-product .owl-stage > a {
	position: relative;
	padding-top: 400px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

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

	.productBox-wrap .owl-group.one .owl-product .owl-item > a,
	.productBox-wrap .owl-group.one .owl-product .owl-stage > a {
		padding-top: 69%;
	}
}

.productBox-wrap .owl-group.one .owl-product .owl-item > a img,
.productBox-wrap .owl-group.one .owl-product .owl-stage > a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-height: -webkit-calc(100% - 40px);
	max-height: -moz-calc(100% - 40px);
	max-height: calc(100% - 40px);
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: calc(100% - 40px);
	-o-object-fit: contain;
	object-fit: contain;
}

.productBox-wrap .owl-group.one .owl-product.no-border {
	border: none;
}

.productBox-wrap .owl-group.one .owl-product.no-border .owl-item > a {
	padding: 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.productBox-wrap .owl-group.one .owl-product.no-border .owl-item > a img {
	max-width: 100%;
	bottom: auto;
	position: relative;
	margin: 0;
	-o-object-fit: fill;
	object-fit: fill;
}

@media screen and (max-width:991px) {
	.productBox-wrap .owl-group {
		width: 100%;
	}

	.productBox-wrap .owl-group.one .owl-product {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width:767px) {
	.productBox-wrap {
		margin-bottom: 64px;
	}

	.productBox-wrap .owl-group .linkIcon {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-right: 100%;
	}
}

.productBox {
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding-top: 100% !important;
	position: relative;
}

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

.pictureBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ddd;
	min-height: 270px;
	position: relative;
}

.pictureBox .wrap-text {
	width: 50%;
	padding: 24px 60px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.pictureBox .wrap-text p:last-child {
	margin: 0;
}

.pictureBox .pictureBox__img {
	width: 50%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width:1199px) {
	.pictureBox .wrap-text {
		padding: 24px 32px;
	}
}

@media screen and (max-width:767px) {
	.pictureBox {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: auto;
	}

	.pictureBox .wrap-text {
		width: 100%;
		padding: 16px;
	}

	.pictureBox .pictureBox__img {
		position: relative;
		display: block;
		width: 100%;
		max-height: 200px;
	}
}

.navOrange {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: 0 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px -5px 25px;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
}

.navOrange li {
	list-style-type: none;
	border-right: 1px solid #fff;
}

.navOrange li.active {
	background: #f47b20;
}

.navOrange li.active a {
	color: #fff;
}

.navOrange li a {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #222;
	padding: 12px 12px;
	text-align: center;
	display: block;
}

.navOrange li {
	border: 1px solid #ddd;
	margin: 5px;
	width: -webkit-calc(25% - 10px);
	width: -moz-calc(25% - 10px);
	width: calc(25% - 10px);
}

.navOrange li.active {
	border-color: #f47b20;
}

.navOrange li.active a:hover {
	color: #fff;
}

.navOrange li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 88px;
	font-size: 15px;
	padding: 12px 26px;
	text-align: left;
	line-height: 140%;
}

.navOrange li a:hover {
	color: #f47b20;
}

.navOrange li:nth-last-child(1),
.navOrange li:nth-last-child(2),
.navOrange li:nth-last-child(3) {
	width: -webkit-calc(33.333% - 10px);
	width: -moz-calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.navOrange li a {
		padding: 12px 14px;
	}
}

@media screen and (max-width:991px) {
	.navOrange {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.navOrange li {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}

	.navOrange li a {
		padding: 12px 20px;
	}
}

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

	.navOrange li {
		width: 100%;
	}

	.navOrange li {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}

	.navOrange li:nth-last-child(1) {
		width: 100%;
	}

	.navOrange li:nth-last-child(2),
	.navOrange li:nth-last-child(3) {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}

	.navOrange li a {
		min-height: 68px;
	}
}

@media screen and (max-width:575px) {
	.navOrange li {
		width: 100%;
	}

	.navOrange li:nth-last-child(2),
	.navOrange li:nth-last-child(3) {
		width: 100%;
	}

	.navOrange li a {
		min-height: 54px;
		padding: 12px 16px;
		line-height: 100%;
	}
}

@media screen and (min-width:768px) {
	.letter-thanks-section .title-wrap.mb-5 {
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width:768px) {
	.mainFastLink.active:before {
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #f4f4f4;
		position: absolute;
		top: -10px;
		left: -20px;
		right: 0;
		margin: auto;
	}
}

.mainFastLink {
	position: absolute;
	background: #f4f4f4;
	left: 0;
	top: 70px;
	width: 100%;
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 60px 0 40px;
}

.mainFastLink .container {
	padding-left: 15px;
	padding-right: 15px;
}

.mainFastLink.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.mainFastLink .colBox-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -14px 0;
}

.mainFastLink .colBox-wrap .colBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: -webkit-calc(20% - 28px);
	width: -moz-calc(20% - 28px);
	width: calc(20% - 28px);
	margin: 0 14px 48px;
}

.mainFastLink .colBox-wrap .colBox.x3 {
	width: -webkit-calc(60% - 28px);
	width: -moz-calc(60% - 28px);
	width: calc(60% - 28px);
}

.mainFastLink .colBox-wrap .colBox.x3 .item {
	width: -webkit-calc(33% - 14px);
	width: -moz-calc(33% - 14px);
	width: calc(33% - 14px);
	margin: 0 auto;
}

.mainFastLink .colBox-wrap .colBox.x3 .item:first-of-type {
	margin-left: 0;
}

.mainFastLink .colBox-wrap .colBox.x3 .item:last-of-type {
	margin-right: 0;
}

.mainFastLink .h4,
.mainFastLink h4 {
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #f47b20;
	padding-bottom: 8px;
	margin-bottom: 19px;
}

.mainFastLink .ic {
	width: 26px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

.mainFastLink .point-ic {
	background-image: url(../img/point-orange-bg.svg);
}

.mainFastLink .point-ic.grey {
	background-image: url(../img/point-gray-bg.svg);
}

.mainFastLink .h5 {
	font-size: 13px;
	margin-bottom: 13px;
	display: table;
}

.mainFastLink .text {
	font-size: 13px;
	line-height: 130%;
}

.mainFastLink .link {
	font-size: 13px;
}

.mainFastLink .closeBtn {
	background: 0 0;
	border: none;
	padding: 0;
	margin-left: auto;
	margin-top: -31px;
	margin-right: -1px;
	display: table;
	font-size: 14px;
	font-weight: 700;
}

.mainFastLink .closeBtn .ic {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: none;
	margin: 0 0 0 6px;
	position: relative;
}

.mainFastLink .closeBtn .ic:before {
	content: '';
	background-image: url(../img/close-ic-grey.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.mainFastLink .closeBtn .ic:after {
	content: '';
	background-image: url(../img/close-ic.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.mainFastLink .closeBtn:hover .ic:before {
	opacity: 1;
}

.mainFastLink .closeBtn:hover .ic:after {
	opacity: 0;
}

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

	.mainFastLink .h4,
	.mainFastLink h4 {
		font-size: 13px;
	}
}

@media screen and (max-width:991px) {
	.mainFastLink {
		padding: 32px 0;
	}

	.mainFastLink .colBox-wrap {
		margin: 0 -4px 0;
	}

	.mainFastLink .colBox-wrap .colBox {
		width: -webkit-calc(20% - 8px);
		width: -moz-calc(20% - 8px);
		width: calc(20% - 8px);
		margin: 0 4px 32px;
	}

	.mainFastLink .colBox-wrap .colBox.x3 {
		width: -webkit-calc(60% - 8px);
		width: -moz-calc(60% - 8px);
		width: calc(60% - 8px);
	}

	.mainFastLink .colBox-wrap .colBox.x3 .item {
		width: -webkit-calc(33% - 8px);
		width: -moz-calc(33% - 8px);
		width: calc(33% - 8px);
	}

	.mainFastLink .ic {
		width: 16px;
		height: 20px;
		margin-right: 8px;
	}

	.mainFastLink .h4,
	.mainFastLink h4 {
		font-size: 11px;
	}
}

@media screen and (max-width:767px) {
	.mainFastLink {
		position: fixed;
		top: 0;
		z-index: 10;
		max-height: 100vh;
		overflow: auto;
		padding-top: 24px;
		padding-bottom: 80px;
	}

	.mainFastLink .colBox-wrap {
		margin: 0 0 0;
		text-align: left;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.mainFastLink .colBox-wrap .colBox {
		width: 100%;
		margin: 0 0 26px;
	}

	.mainFastLink .colBox-wrap .colBox.x3 {
		width: 100%;
	}

	.mainFastLink .colBox-wrap .colBox.x3 .item {
		width: 100%;
		margin-bottom: 12px;
	}

	.mainFastLink .colBox-wrap .colBox.x3 .item:last-child {
		margin-bottom: 0;
	}

	.mainFastLink .closeBtn {
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 24px;
	}

	.mainFastLink .h4,
	.mainFastLink h4 {
		font-size: 13px;
		text-align: left;
		margin-bottom: 20px;
	}

	.mainFastLink .ic {
		width: 26px;
		height: 32px;
	}

	.mainFastLink .h5 {
		font-size: 13px;
		margin-bottom: 13px;
	}

	.mainFastLink .text {
		font-size: 13px;
	}

	.mainFastLink .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.close-ic {
	background-image: url(../img/close-ic.svg);
}

.point-ic {
	background-image: url(../img/point-orange.svg);
}

.point-ic.grey {
	background-image: url(../img/point-gray.svg);
}

.description-section {
	padding: 79px 0 0;
}

.description-section .description__title {
	font-size: 19px;
	text-align: center;
	font-weight: 500;
}

.description-section .description__title:last-child {
	margin-bottom: 0;
}

.afbf_error_block {
	display: none;
}

.afbf_error_text {
	padding-right: 0 !important;
}

.afbf_error_text:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 0 !important;
	height: 0 !important;
	background: 0 0 !important;
}

.afbf_success_block._without-popup .afbf_mess_ok {
	line-height: inherit !important;
}

.bx-filter.bx-orange .bx-filter-section {
	background: 0 0;
}

.bx-filter.bx-orange .bx-filter-input-container input:focus {
	border-color: #f47b20;
}

.bx-retina .bx-filter.bx-orange .bx-filter-input-container input:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	-moz-border-image: url(images/active.png) 2 repeat;
	-o-border-image: url(images/active.png) 2 repeat;
	border-image: url(images/active.png) 2 repeat;
}

.bx-filter.bx-orange .bx-ui-slider-track {
	background: #e7e7e7;
}

.bx-filter.bx-orange .bx-ui-slider-pricebar-vd {
	background: #000;
}

.bx-filter.bx-orange .bx-ui-slider-pricebar-vn {
	background: #ddd;
}

.bx-filter.bx-orange .bx-ui-slider-pricebar-v {
	background: #f47b20;
}

.bx-filter.bx-orange .bx-filter-select-container.bx-active,
.bx-filter.bx-orange .bx-filter-select-container:focus {
	border-color: #f47b20;
}

.bx-retina .bx-filter.bx-orange .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-orange .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	-moz-border-image: url(images/active.png) 2 repeat;
	-o-border-image: url(images/active.png) 2 repeat;
	border-image: url(images/active.png) 2 repeat;
}

.bx-filter.bx-orange .bx-filter-tag {
	border-top: 1px solid #f8dbdb;
	border-bottom: 1px solid #f8dbdb;
}

.bx-filter.bx-orange .bx-tag-link {
	color: #f79c58;
}

.bx-filter.bx-orange .bx-filter-param-btn:active,
.bx-filter.bx-orange .bx-filter-param-btn:focus,
.bx-filter.bx-orange .bx-filter-param-btn:hover,
.bx-filter.bx-orange .bx-filter-param-label.bx-active .bx-filter-param-btn {
	border-color: #f47b20;
}

.bx-retina .bx-filter.bx-orange .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-orange .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-orange .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-orange .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	-moz-border-image: url(images/active.png) 2 repeat;
	-o-border-image: url(images/active.png) 2 repeat;
	border-image: url(images/active.png) 2 repeat;
}

.bx-filter.bx-orange .btn-themes {
	background-color: #f47b20;
	border-color: #f47b20;
	color: #fff;
}

.bx-filter.bx-orange .btn-themes.bx-active,
.bx-filter.bx-orange .btn-themes.focus,
.bx-filter.bx-orange .btn-themes:active,
.bx-filter.bx-orange .btn-themes:focus,
.bx-filter.bx-orange .btn-themes:hover {
	background-color: #f79c58;
	border-color: #f79c58;
	color: #fff;
}

.catalog-pagination-container + .bx-section-desc {
	margin-top: 75px;
}

@media screen and (max-width:767px) {
	.catalog-pagination-container + .bx-section-desc {
		margin-top: 15px;
	}
}

.buyBox-form .old-price,
.item-list-block-002 .old-price {
	color: #e30016;
	position: relative;
}

.buyBox-form .old-price:after,
.item-list-block-002 .old-price:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='%23e30016' stroke-width='2'/></svg>");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%, auto;
}

.item-list-block-002 .old-price {
	position: absolute;
	top: -22px;
	line-height: 1;
}

.catalog.view-2 .item .old-price {
	position: relative;
	display: inline-block;
	line-height: 1;
	width: auto;
	top: 0;
}

.catalog.view-1 .item .old-price {
	position: relative;
	display: inline-block;
	line-height: 1;
	width: auto;
	top: 0;
}

.catalog .item .price span {
	white-space: nowrap;
}

@media screen and (max-width: 1199px) and (min-width: 576px) {
	.item-list-block-002 .old-price {
		top: -16px;
	}

}

.item-badges {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-size: 9px;
	font-weight: 600;
	line-height: 13px;
}

.item-badges.--view-2 {
	display: none;
	padding: 2px 16px;
}

.catalog.view-2 .item-badges.--view-2 {
	display: flex;
}

.item-badges__badge {
	display: inline-block;
	padding: 0 4px 0;
	height: 13px;
	margin: 0 2px 2px 0;
	background-color: #256AE6;
	color: #FFF;
}

.item-badges__badge.--NEW {
	background-color: #256AE6;
	color: #FFF;
}

.item-badges__badge.--SALE {
	background-color: #FE0000;
	color: #FFF;
}

.found-error__popup {
	width: 100vh;
	max-width: 600px;
}

.found-error__heading {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 16px;
}

.found-error__fragment {
	border: solid 1px lightgray;
	border-radius: 5px;
	padding: 10px;
}
.img-wrap .banner_sale{
	background-color: #FE0000;
	position: absolute;
	top: 0;
	z-index: 10;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	left: 20%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.img-wrap .banner_new{
	background-color: #1874D2;
	position: absolute;
	top: 0;
	z-index: 10;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	left: 20%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}