.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, em, strike, strong, s, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section, time, mark, audio, video, main {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main, menu {
	display: block;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	overflow-y: scroll;
}

body {
	font: 16px/1.4 'Noto Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	text-align: left;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

html, body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
}

ol, ul {
	list-style: none;
}

img {
	border: none;
}

b, strong {
	font-weight: bold;
}

hr {
	box-sizing: content-box;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #ffb800;
	text-decoration: none;
	-webkit-transition: color .2s;
	        transition: color .2s;
}

a:focus {
	outline: thin dotted;
}

a:hover {
	color: #000;
}

a:hover, a:active {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
	empty-cells: show;
}

td, td img {
	vertical-align: top;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

svg:not(:root) {
	overflow: hidden;
}

audio, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

input, textarea, select, button {
	color: inherit;
	font: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input {
	line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='checkbox'] {
	vertical-align: baseline;
}

input[type='radio'] {
	vertical-align: text-bottom;
}

button, label, input[type='button'], input[type='submit'], input[type='reset'] {
	cursor: pointer;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

button, select {
	text-transform: none;
}

button, input {
	overflow: visible;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

::-moz-selection {
	background: rgba(255, 186, 0, .8);
	text-shadow: none;
}

::selection {
	background: rgba(255, 186, 0, .8);
	text-shadow: none;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

body.locked {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.w {
	max-width: 1180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.noJs {
	background: #f47d7d;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.core {
-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;
}

.line {
	background: #007cc7;
	color: #fff;
	position: relative;
	z-index: 9;
}

.mainNav {
	float: left;
	position: relative;
	z-index: 2;
}

.nav__item {
	display: inline-block;
	float: left;
	vertical-align: middle;
	cursor: default;
	position: relative;
	margin-right: -1px;
}
.nav__item:before {
	content: '';
	background: #0072b7;
	width: 1px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.nav__item:last-child:after {
	content: '';
	background: #0072b7;
	width: 1px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.nav__link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	padding: 1rem 2rem;
	font-size: 13px;
	font-size: 1.3rem;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	-webkit-transition: all .1;
	        transition: all .1;
}
.nav__link:hover, .nav__link--active {
	color: #cbcdd1;
	background: #0072b7;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, .05);
}
.nav__link--active {
	cursor: default;
}

.nav__item.hovered .nav__link {
	color: #cbcdd1;
	background: #0072b7;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, .05);
}

.navSub {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0, 124, 199, .9);
	font-size: 12px;
	font-size: 1.2rem;
	display: none;
	z-index: 999;
}
.navSub__link {
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	color: #fff;
	white-space: nowrap;
	-webkit-transition: all .1s;
	        transition: all .1s;
}
.navSub__link:hover {
	color: #cbcdd1;
	background: rgba(0, 114, 183, .3);
}

.lineLangs {
	float: right;
	margin-left: 20px;
	margin-left: 2rem;
}

.lineLangs__item {
	display: inline-block;
	float: left;
	vertical-align: middle;
	cursor: default;
	position: relative;
	margin-right: -1px;
}
.lineLangs__item:before {
	content: '';
	background: #0072b7;
	width: 1px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.lineLangs__item:last-child:after {
	content: '';
	background: #0072b7;
	width: 1px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.lineLangs__link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	padding: 1rem 2rem;
	font-size: 13px;
	font-size: 1.3rem;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	-webkit-transition: all .1s;
	        transition: all .1s;
}
.lineLangs__link:hover, .lineLangs__link--active {
	text-shadow: 0 -1px 0 rgba(255, 255, 255, .05);
}
.lineLangs__link:hover:not(.lineLangs__link--active) {
	background: #0072b7;
	color: #fff;
}
.lineLangs__link--active, .lineLangs__link--active:hover {
	color: #000;
	background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, .2) 100%);
	background-image:         linear-gradient(to top, transparent 0%, rgba(0, 0, 0, .2) 100%);
}
.lineLangs__link--active {
	cursor: default;
}

.mobNav {
	display: none;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	padding: 9px 0 0 30px;
	padding: .9rem 0 0 30px;
}

.burger, .burger:before, .burger:after {
	cursor: pointer;
	border-radius: 1px;
	height: 4px;
	width: 25px;
	background: white;
	position: absolute;
	display: block;
	content: '';
	left: 0;
	-webkit-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
}

.burger {
	top: 19px;
}

.burger:before {
	top: -7px;
}

.burger:after {
	bottom: -7px;
}

.mobNav.active .burger {
	background-color: transparent;
}

.mobNav.active .burger:before, .mobNav.active .burger:after {
	top: 0;
}

.mobNav.active .burger:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.mobNav.active .burger:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.header {
	padding: 30px 0;
	padding: 3rem 0;
}
.header__table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__helper {
	display: none;
}

.logo {
	color: #525252;
	text-align: center;
}

.logo:hover {
	color: #525252;
}

.logo:hover .logo__wave {
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}

.logo__img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.logo__slogan {
	text-transform: uppercase;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: .23em;
	-webkit-transition: all .3s;
	        transition: all .3s;
	display: block;
	padding-top: 10px;
	padding-top: 1rem;
}

.logo__wave {
	margin-right: 5px;
	margin-right: .5rem;
	display: inline-block;
	vertical-align: top;
	background: url(../img/wave.png) repeat 0 0;
	width: 49px;
	height: 50px;
	-webkit-transition: all .3s;
	        transition: all .3s;
	position: relative;
	overflow: hidden;
	-webkit-animation: wave .5s infinite linear paused;
	        animation: wave .5s infinite linear paused;
}

@-webkit-keyframes wave {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -50px 0;
	}
}

@keyframes wave {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -50px 0;
	}
}

.headerInfo__label {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 8px;
	margin-bottom: .8rem;
	line-height: 1;
}

.headerInfo__tel {
	margin-bottom: 8px;
	margin-bottom: .8rem;
}

.headerInfo__tel-num {
	color: #000;
	font-size: 26px;
	font-size: 2.6rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 5px;
	margin-right: .5rem;
}

.headerInfo__time {
	color: #9299a0;
	font-size: 13px;
	font-size: 1.3rem;
}

.headerInfo__btn .icnSvg {
	width: 12px;
	width: 1.2rem;
	height: 12px;
	height: 1.2rem;
	margin-right: 4px;
	margin-right: .4rem;
	margin-top: -4px;
	margin-top: -.4rem;
}

.menuLine {
	position: relative;
	z-index: 5;
	background: #f0f4f7;
}

.mobCatalog {
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	display: none;
}

#show-cat {
	display: none;
}

.mobCatalog-close {
	display: none;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 100%;
}

.menu__sep {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 1px;
	height: 9px;
	background: #d6e3eb;
	display: inline-block;
	vertical-align: middle;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
	z-index: 1;
}

.menu__item {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 100%;
	white-space: nowrap;
}

.menu__link {
	color: #007cc7;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	padding: 0 2rem;
	text-transform: uppercase;
	text-align: center;
}
.menu__link:hover, .menu__item.hovered .menu__link, .menu__link.active {
	background: #e3edf2;
	color: #284251;
}

.menuSub {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: rgba(195, 216, 225, .9);
	display: none;
}
.menuSub.active {
	display: block;
}
.menuSub__item {
	display: inline-block;
	position: relative;
	float: left;
}
.menuSub__item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 1px;
	height: 9px;
	background: #d6e3eb;
}
.menuSub__link {
	display: block;
	color: #007cc7;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 25px;
	padding: 1rem 1.8rem;
	text-transform: uppercase;
}
.menuSub__link:hover, .menuSub__link.active {
	color: #284251;
}


.menuLine > .w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	        align-content: stretch;
}
.searchArt {
	width: 300px;
	height: 100%;
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 300px;
	    -ms-flex: 0 0 300px;
	        flex: 0 0 300px;
	height: 38px;
}

.searchArt form {
	height: 100%;
}

.searchArt__input {
	border: 0;
	background: #d6e3eb;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	color: #9299a0;
	padding: 8px 30px 8px 25px;
	padding: .8rem 3rem .8rem 2.5rem;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .1);
	outline: none;
}

.searchArt__send {
	cursor: pointer;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .3s;
	        transition: all .3s;
	height: 100%;
	padding: 0 10px;
	padding: 0 1rem;
	outline: none;
}

.searchArt__send:hover {
	opacity: .5;
}

.searchArt__send svg {
	width: 12px;
	width: 1.2rem;
	height: 13px;
	height: 1.3rem;
	vertical-align: middle;
}



.mainSearch {
	background-size: cover;
	padding-top: 100px;
	padding-top: 10rem;
	padding-bottom: 150px;
	padding-bottom: 15rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	background: url(../img/mask-wave.svg) no-repeat scroll center bottom/110% auto, url(../img/search-1.jpg) no-repeat center top/cover;
}
.mainSearch--secondary {
	background: url(../img/mask-wave.svg) no-repeat scroll center bottom/110% auto, url('/img/search-2.jpg') no-repeat center top/cover;
	margin-bottom: -70px;
}
.mainSearch__title {
	font-size: 55px;
	font-size: 5.5rem;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.mainSearch__undertitle{
	margin-bottom: 2rem;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.mainSearch .w {
	position: relative;
	z-index: 2;
}
.mainSearch__send {
	height: 100%;
}
.mainSearch__send .icnSvg {
	width: 25px;
	width: 2.5rem;
	height: 25px;
	height: 2.5rem;
}

.searchSelects {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	position: relative;
	z-index: 110;
}

.searchSelects .jq-selectbox:not(:first-child) {
	margin-left: 1px;
}

.searchSelects .jq-selectbox:first-child .jq-selectbox__select {
	border-radius: 4px 0 0 4px;
}

.searchSelects .jq-selectbox:last-child .jq-selectbox__select {
	border-radius: 0 4px 4px 0;
}

.searchSelects--onlyone .jq-selectbox:last-child .jq-selectbox__select {
	border-radius: 4px;
}

select.searchSelect {
	height: 65px;
	height: 6.5rem;
}

.searchOptions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
}

.searchOptions .customSelect:first-child .jq-selectbox__select {
	border-radius: 4px 0 0 4px;
}

.searchOptions .customSelect + .customSelect .jq-selectbox__select {
	margin-left: 1px;
}

.searchPrices {
	margin-left: 1px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	z-index: 100;
}
.searchPrices .priceInput:first-child {
	margin-right: 1px;
}
.searchPrices .priceInput--to input {
	border-radius: 0 4px 4px 0;
}

.priceInput {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.priceInput .input, .priceInput .textarea, .priceInput .select {
	padding-left: 45px;
	padding-left: 4.5rem;
	padding-right: 30px;
	padding-right: 3rem;
	color: #9299a2;
	font-size: 20px;
	font-size: 2rem;
	padding-top: 15px;
	padding-top: 1.5rem;
}
.priceInput__label, .priceInput__val, .priceInput__diap {
	color: #9299a2;
	pointer-events: none;
	position: absolute;
	line-height: 1;
}
.priceInput__label {
	font-size: 12px;
	font-size: 1.2rem;
	top: 10px;
	left: 15px;
	left: 1.5rem;
}
.priceInput__diap {
	left: 15px;
	left: 1.5rem;
	top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
}
.priceInput__val {
	right: 15px;
	right: 1.5rem;
	top: 25px;
}

#price-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	border-radius: 0 0 2px 0;
}

.customSelect .jq-selectbox__select {
	color: #444;
	height: 65px;
	line-height: 65px;
	min-height: 65px;
	padding-left: 15px;
	padding-left: 1.5rem;
}

.customSelect .jq-selectbox__select-label {
	left: 15px;
	left: 1.5rem;
	color: #4e5459;
	top: 25px;
}

.customSelect .jq-selectbox__trigger-arrow {
	top: 32px;
}

.customSelect.changed .jq-selectbox__select-label {
	color: #9299a2;
	font-size: 12px;
	font-size: 1.2rem;
}

.customSelect .jq-selectbox__select-label + .jq-selectbox__select-text {
	padding-top: 35px;
}

.customSelect--shadow .jq-selectbox__select {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

.jq-selectbox.changed .emptyOption {
	display: block;
}

.emptyOption {
	display: none;
}

.subscribe {
	background: url(../img/subscribe-bg.jpg) no-repeat center top;
	background-size: cover;
}
.subscribe__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	display: block;
}
.subscribe__grill {
	position: relative;
	min-height: 350px;
}
.subscribe__grill:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/grill.png);
	width: 607px;
	height: 350px;
}
.subscribe__body {
	position: relative;
	z-index: 1;
	padding: 60px 0 60px 370px;
	padding: 6rem 0 6rem 370px;
}
.subscribe__body form {
	float: left;
}
.subscribe__inputs {
	margin-right: 10px;
	margin-right: 1rem;
}
.subscribe__send {
	padding-left: 32px;
	padding-left: 3.2rem;
	padding-right: 32px;
	padding-right: 3.2rem;
}
.subscribe__send .icnSvg {
	width: 22px;
	width: 2.2rem;
	height: 22px;
	height: 2.2rem;
}

.subscribe__term {padding-top: 10px;padding-top: 1rem;}
.subscribe__term a {color: #005E95;text-decoration: underline;}


.footer {
	background: #005e95;
	color: #fff;
	padding: 30px 0;
	padding: 3rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: auto;
}
.footer a {
	color: #fff;
}
.footer__sep {
	border-top-color: #004b77;
	margin: 30px 0;
	margin: 3rem 0;
}

.footerTel__title {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	cursor: default;
}

.footerTel__tel {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
}

.footerText {
	line-height: 1.3;
	cursor: default;
}

.footerCopy {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: default;
}

.dev__label {
	display: block;
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.dev__img {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.dev__img:hover {
	opacity: .6;
}
.dev__img img {
	vertical-align: top;
	max-width: 100%;
}

.footerTitle {
	font-size: 18px;
	font-size: 1.8rem;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	cursor: default;
}
.footerTitle a {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.footerTitle a:hover {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.footerSoc {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	color: #fff;
}
.footerSoc a {
	color: #1cbaf3;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-right: 1rem;
}
.footerSoc a:hover {
	color: #4cc9f6;
}
.footerSoc .icnSvg {
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
}

a.footerList__link {
	display: inline-block;
	padding: 5px 0;
	padding: .5rem 0;
	color: #cbced1;
}
a.footerList__link:hover {
	color: #fff;
}

.toTop {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 50%;
	margin-top: -25px;
}

.toTop__link {
	display: inline-block;
	vertical-align: top;
	color: #005e95;
	text-transform: uppercase;
	font-size: 14px;
	outline: none !important;
	opacity: .2;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.toTop__link:hover {
	color: #ffb901;
	opacity: .6;
}

.toTop .icnSvg {
	width: 40px;
	height: 40px;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.icnSvg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	fill: currentColor;
}

.js-tabs__content {
	display: none;
}
.js-tabs__content.active {
	display: block;
}

.js-sp__text {
	/*height: 8.5rem;*/
	overflow: hidden;
}

.js-sp__text.closed + .js-sp__link {
	display: block;
}

.js-sp__link {
	display: none;
}

.js-sp__link .icnSvg {
	height: 10px;
	height: 1rem;
	width: 10px;
	width: 1rem;
	margin-top: -2px;
	margin-top: -.2rem;
	margin-right: 5px;
	margin-right: .5rem;
}

.sep {
	background: url(../img/sep.png) no-repeat center center;
	position: relative;
	clear: both;
	width: 100%;
	height: 17px;
	overflow: hidden;
	z-index: 1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.sep:before, .sep:after {
	content: '';
	width: 50%;
	height: 1px;
	background: #d6e3eb;
	position: absolute;
	top: 50%;
}
.sep:before {
	left: 0;
	margin-left: -40px;
}
.sep:after {
	right: 0;
	margin-right: -40px;
}

.owlAddnav .owl-nav {
	position: absolute;
	width: 100%;
	top: 80px;
	height: 0;
}
.owlAddnav .owl-nav > div {
	width: 25px;
	height: 50px;
	background: url(../img/carousel.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.owlAddnav .owl-nav .owl-prev {
	left: 0;
}
.owlAddnav .owl-nav .owl-prev.disabled {
	left: -25px;
	opacity: 0;
	cursor: default;
	z-index: -1;
}
.owlAddnav .owl-nav .owl-next {
	right: 0;
	background-position: right top;
}
.owlAddnav .owl-nav .owl-next.disabled {
	right: -25px;
	opacity: 0;
	cursor: default;
	z-index: -1;
}

.pag {
	border-top: 1px solid #d6e3eb;
	padding: 22px 0;
	padding: 2.2rem 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	cursor: default;
}

.pag__pages {
	display: inline-block;
	vertical-align: middle;
}

.pag__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	margin: 0 .1rem;
	color: #4d5359;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #4d5359;
	line-height: 1;
	padding: 9px 10px;
	padding: .9rem 1rem;
}

.pag__item--active, .pag__item--active:hover {
	border-color: #ffb901;
	color: #f1ae01;
	cursor: default;
}

.pag__item--link:hover {
	text-decoration: underline;
	color: #f1ae01;
}

.pag__prev .icnSvg, .pag__next .icnSvg {
	width: 11px;
	width: 1.1rem;
	height: 11px;
	height: 1.1rem;
	margin-top: -3px;
	margin-top: -.3rem;
}

.sort {
	position: absolute;
	right: 10px;
	top: 41.3px;
	top: 4.13rem;
	font-size: 14px;
	font-size: 1.4rem;
}
.sort__label {
	color: #4d5359;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-right: 1rem;
	font-weight:bold;
}
.sort__select {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	position: relative;
	background: #fff;
	max-width: 200px;
	font-weight:bold;
}
.sort__select:before {
	content: '';
	position: absolute;
	-webkit-transition: all .3s;
	        transition: all .3s;
	top: 50%;
	margin-top: -3px;
	right: 10px;
	right: 1rem;
	width: 0;
	height: 0;
	border-top: 6px solid #4f94c5;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.sort__select:after {
	content: '';
	position: absolute;
	-webkit-transition: all .3s;
	        transition: all .3s;
	top: 50%;
	margin-top: -4px;
	right: 10px;
	right: 1rem;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	z-index: 1;
}
.sort__select select {
	height: 35px;
	height: 3.5rem;
	line-height: 35px;
	line-height: 3.5rem;
	padding: 0 30px 0 5px;
	padding: 0 3rem 0 .5rem;
	border-radius: 5px;
	/*border: 1px solid #d6e3eb;*/
	border: 1px solid #66A8D0;
	background: transparent;
	color: #007cc7;
	width: 100%;
	outline: none !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	/* for IE */
	    -ms-appearance: none;
	        appearance: none !important;
}
.sort__select select::-ms-expand {
	display: none;
}
.sort__select option {
	color: #4c5259;
}

.popup {
	background: #fff;
	margin: 40px auto;
	max-width: 380px;
	width: 100%;
	padding: 40px;
	padding: 4rem;
	position: relative;
	text-align: left;
}

.popup__title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.alert {
	background: #fff;
	margin: 0 auto;
	text-align: center;
}
.alert__title {
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	line-height: 1;
}

.alertProds {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	padding: 20px;
	padding: 2rem;
	border-radius: 5px;
}

.breadcrumbs {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #4c5259;
	cursor: default;
}

.breadcrumbs a {
	color: #007cc7;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	        transition: all .3s;
}

.breadcrumbs a:hover {
	border-bottom: 1px solid rgba(0, 124, 199, .3);
}

.breadcrumbs__sep {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	margin: 0 .5rem;
	color: #e5e5e5;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* BTNS */
.btn {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	line-height: 1.1;
	text-align: center;
	-webkit-transition: background .3s, box-shadow .3s;
	        transition: background .3s, box-shadow .3s;
	color: #000;
	position: relative;
	bottom: 0;
	box-sizing: border-box;
}

.btn:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.btn--fluid {
	width: 100%;
}

.btn--shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.btn--sm {
	padding: 7px 20px;
	padding: .7rem 2rem;
	font-size: 13px;
	font-size: 1.3rem;
}

.btn--md {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	height: 65px;
	height: 6.5rem;
	line-height: 65px;
	line-height: 6.5rem;
}

.btnAccent {
	background: #ffba00;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .02);
	border-radius: 5px;
}
.btnAccent:hover {
	color: #fff;
	background: #fdd059;
}
.btnAccent:active {
	bottom: -2px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
}

.btnFlat {
	background: #ffe6a4;
	border-radius: 5px;
	color: #4e5459;
}

.btnFlat:hover {
	background: #ffde85;
}

.btnFlat:active {
	bottom: -2px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
}

.btnFlat--sm {
	padding: 8px 10px;
	padding: .8rem 1rem;
	font-size: 12px;
	font-size: 1.2rem;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* FORMS */
.form__row {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.form__row:last-child {
	margin-bottom: 0;
}

.form__label {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
}

.form__term {line-height: 1;}



.imp {
	color: red;
	display: inline-block;
	font-size: .8em;
	vertical-align: top;
	margin: 0 0 0 1px;
	margin: 0 0 0 .1rem;
}

.subscribe form.loading:before {
	margin-left: -60px;
	margin-left: -6rem;
}

form.loading, [id*='modal_']:not([data-name*='form']), #catalog-items.loading {
	transtion: all .3s;
	position: relative;
	min-height: 2em;
}

form.loading > *, [id*='modal_']:not([data-name*='form']) > *, #catalog-items.loading > * {
	opacity: .6;
}

form.loading:before, [id*='modal_']:not([data-name*='form']):before, #catalog-items.loading:before {
	content: '';
	border-radius: 50%;
	width: 4em;
	height: 4em;
	-webkit-animation: load .5s infinite linear;
	        animation: load .5s infinite linear;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -2em;
	z-index: 99;
	font-size: 10px;
	border-top: .5em solid transparent;
	border-right: .5em solid #007cc7;
	border-bottom: .5em solid transparent;
	border-left: .5em solid #007cc7;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* INPUT */
.inputsGroup {
	display: inline-block;
	vertical-align: middle;
}
.inputsGroup:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}
.inputsGroup > .input, .inputsGroup > .textarea, .inputsGroup > .select, .inputsGroup > .superLabel, .inputsGroup > .jq-selectbox {
	float: left;
	margin-left: 1px;
}
.inputsGroup > .input:first-child, .inputsGroup > .textarea:first-child, .inputsGroup > .select:first-child, .inputsGroup > .superLabel:first-child .input, .inputsGroup > .superLabel:first-child .textarea, .inputsGroup > .superLabel:first-child .select, .inputsGroup .jq-selectbox:first-child {
	border-radius: 5px 0 0 5px;
}
.inputsGroup > .input:last-child, .inputsGroup > .textarea:last-child, .inputsGroup > .select:last-child, .inputsGroup > .superLabel:last-child .input, .inputsGroup > .superLabel:last-child .textarea, .inputsGroup > .superLabel:last-child .select, .inputsGroup .jq-selectbox:last-child {
	border-radius: 0 5px 5px 0;
}

.input::-ms-clear {
	display: none;
}
.input, .textarea, .select {
	box-sizing: border-box;
	-webkit-transition: border .3s, box-shadow .3s;
	        transition: border .3s, box-shadow .3s;
	outline: none !important;
	border: 0;
	line-height: 1.1;
	background: #fff;
	width: 270px;
}
.input--shadow, .textarea--shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
.input--radius, .textarea--radius {
	border-radius: 4px;
}
.input--border, .textarea--border {
	border: 1px solid #d6e3eb;
}
.input--sm, .textarea--sm {
	padding: 10px;
	padding: 1rem;
}
.input--md {
	height: 65px;
	height: 6.5rem;
	line-height: 1;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}
.input--lg, .textarea--lg {
	padding: 30px;
	padding: 3rem;
}
.input--fluid, .textarea--fluid, .select--fluid {
	width: 100%;
}
.input.field_error, .field_error.textarea, .field_error.select {
	background: #fff5db;
}

.textarea {
	resize: vertical;
	min-height: 20px;
	min-height: 2rem;
}

.textarea--md {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	height: 130px;
	height: 13rem;
}

.select {
	cursor: pointer;
}

.superLabel {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.superLabel__label {
	cursor: text;
	position: absolute;
	left: 15px;
	left: 1.5rem;
	top: 20px;
	top: 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: all .3s;
	        transition: all .3s;
	color: #4e5459;
}

.superLabel--fill .superLabel__label {
	font-size: 12px;
	font-size: 1.2rem;
	top: 10px;
	top: 1rem;
	color: #9299a2;
	pointer-events: none;
}

.superLabel .input--md {
	padding: 25px 15px 0;
	padding: 2.5rem 1.5rem 0;
}

.superLabel .textarea--md {
	padding: 34px 15px 14px;
	padding: 3.4rem 1.5rem 1.4rem;
}

/* RADIO & CHECKBOX */
.checkbox, .radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.checkbox input, .radio input {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox input:not(checked), .radio input:not(checked) {
  position: absolute;opacity: 0;visibility: hidden;
}
.checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title {
  padding-left: 28px;
}
.checkbox .checkbox__title:before, .checkbox .radio__title:before, .radio .checkbox__title:before, .radio .radio__title:before {
  content: '';
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.checkbox .radio__title:before, .radio .radio__title:before {
  border-radius: 50%;
}
.checkbox:hover input:not(checked) + .checkbox__title:before, .checkbox:hover input:not(checked) + .radio__title:before, .radio:hover input:not(checked) + .checkbox__title:before, .radio:hover input:not(checked) + .radio__title:before {
  border-color: #77bfec;
}
.checkbox input:disabled + .checkbox__title, .checkbox input:disabled + .radio__title, .radio input:disabled + .checkbox__title, .radio input:disabled + .radio__title {
  cursor: default;
}
.checkbox input:disabled + .checkbox__title:before, .checkbox input:disabled + .radio__title:before, .radio input:disabled + .checkbox__title:before, .radio input:disabled + .radio__title:before {
  opacity: .9;
  background: #eee;
}
.checkbox input:checked + .checkbox__title:before, .radio input:checked + .checkbox__title:before {
  content: '\2714';
  background: #1F95DE;
  border-color: #1e8fd5;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.checkbox input:checked + .radio__title:after, .radio input:checked + .radio__title:after {
  content: '';
  background: #1F95DE;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.checkbox:hover input:checked + .checkbox__title:before, .radio:hover input:checked + .checkbox__title:before {
  border-color: #16689b;
}
.checkbox:hover input:checked + .radio__title:before, .radio:hover input:checked + .radio__title:before {
  border-color: #1e8fd5;
}
.checkbox input:focus + .checkbox__title:before, .checkbox input:focus + .radio__title:before, .radio input:focus + .checkbox__title:before, .radio input:focus + .radio__title:before {
  box-shadow: 0 0 0 2px #d0e9f9;
}


.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

.accent {
	color: #ffba00;
}

.muted {
	color: #72797f;
}

.font-serif, .alertProds, .h1, .txt h1, .h2, .txt h2, .h3, .txt h3, .h4, .txt h4, .h5, .txt h5, .h6, .txt h6, .extraTitle, .title, .card__cat, .card__title, .prodCats, .newsShort__title {
	font-family: 'Noto Serif', serif;
}

.fluid-embed {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.fluid-embed iframe, .fluid-embed embed, .fluid-embed object, .fluid-embed video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.fluid-embed--4x3 {
	padding-bottom: 75%;
}

.fluid-img {
	max-width: 100%;
}
.fluid-img img {
	max-width: 100%;
	vertical-align: top;
}

.fluid-table {
	display: block;
	width: 100%;
	min-height: .01%;
	overflow-x: auto;
}
.fluid-table table {
	max-width: 100%;
	width: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.overflow {
	overflow: hidden;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-lower {
	text-transform: lowercase;
}

.text-upper {
	text-transform: uppercase;
}

.flex-justify {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
	font-weight: normal;
}

mark, .mark {
	background-color: #ffe6a4;
	padding: 0 4px;
	padding: 0rem .4rem;
	border-radius: 5px;
}

.no-wrap {
	white-space: nowrap;
}

.no-border {
	border: 0 !important;
}
.no-border td, .no-border th, .no-border tr {
	border: 0 !important;
}

.no-outline {
	outline: none !important;
}

.no-select {
	cursor: default;
}

.no-click, .sort__select:before, .sort__select:after {
	pointer-events: none;
}

.no-hand {
	cursor: default !important;
}


.fake-link {
	color: #ffb800;
	cursor: pointer;
	-webkit-transition: .3s all;
	        transition: .3s all;
}
.fake-link:hover {
	color: #000;
}
.fake-link:hover span {
	text-decoration: underline;
}

.cursor-pointer {
	cursor: pointer;
}

.txt {
	color: #4c5259;
}

.txt:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}

.txt ul, .txt ol {
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
	margin-top: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.txt li {
	position: relative;
}

.txt li p + ul {
	margin-top: -10px;
	margin-top: -1rem;
}

.txt ul > li {
	padding-left: 20px;
	padding-left: 2rem;
	margin-top: 5px;
	margin-top: .5rem;
}

.txt ul > li:first-child {
	margin-top: 0;
}

.txt ul:not(.no-trait) > li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #ffb901;
	left: 0;
	top: .6em;
}

.txt ol {
	counter-reset: li;
}

.txt ol > li {
	padding-left: 35px;
	padding-left: 3.5rem;
	margin-top: 10px;
	margin-top: 1rem;
	min-height: 26px;
}

.txt ol > li:first-child {
	margin-top: 0;
}

.txt ol > li:before {
	content: '';
	content: counter(li);
	counter-increment: li;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	background: #ffb901;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.txt ul ul, .txt ol ul, .txt ul ol, .txt ol ol {
	margin-bottom: 0;
}

.txt p {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
.txt p:empty {
	display: none;
}

.txt img, .txt embed, .txt iframe, .txt object, .txt video {
	max-width: 100%;
	height: auto !important;
}

.txt img[style*='float:left'], .txt img[style*='float: left'], .txt img[style*='float :left'], .txt img[style*='float : left'] {
	margin-right: 20px !important;
	margin-right: 2rem !important;
}

.txt img[style*='float:right'], .txt img[style*='float: right'], .txt img[style*='float :right'], .txt img[style*='float : right'] {
	margin-left: 20px !important;
	margin-left: 2rem !important;
}

.txt > p:last-child, .txt > ul:last-child, .txt > table:last-child {
	margin-bottom: 0;
}

.txt table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
.txt table tr:first-child td, .txt table tr:first-child th {
	border-top: 1px solid #ffb901;
}

.txt td, .txt th {
	vertical-align: top;
	border: 1px solid #f0f4f7;
	padding: 7px 20px;
	padding: .7rem 2rem;
	vertical-align: top;
}

.h1, .txt h1, .h2, .txt h2, .h3, .txt h3, .h4, .txt h4, .h5, .txt h5, .h6, .txt h6 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	line-height: 1.1;
	color: #000;
	font-weight: normal;
}

.h1, .txt h1 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.h2, .txt h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.h3, .txt h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.h4, .txt h4 {
	font-size: 20px;
	font-size: 2rem;
}

.h5, .txt h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

.h6, .txt h6 {
	font-weight: bold;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-iblock {
	display: inline-block;
}

.font-10 {
	font-size: 10px;
	font-size: 1rem;
}

.font-11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.font-12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.font-13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.font-14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.font-15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.font-16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.font-17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.font-18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.font-19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.font-20 {
	font-size: 20px;
	font-size: 2rem;
}

.font-22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.font-24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.font-26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.font-28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.font-30 {
	font-size: 30px;
	font-size: 3rem;
}

.font-32 {
	font-size: 32px;
	font-size: 3.2rem;
}

.font-34 {
	font-size: 34px;
	font-size: 3.4rem;
}

.font-36 {
	font-size: 36px;
	font-size: 3.6rem;
}

.font-38 {
	font-size: 38px;
	font-size: 3.8rem;
}

.font-40 {
	font-size: 40px;
	font-size: 4rem;
}

.font-42 {
	font-size: 42px;
	font-size: 4.2rem;
}

.font-44 {
	font-size: 44px;
	font-size: 4.4rem;
}

.font-46 {
	font-size: 46px;
	font-size: 4.6rem;
}

.font-48 {
	font-size: 48px;
	font-size: 4.8rem;
}

.font-50 {
	font-size: 50px;
	font-size: 5rem;
}

.font-52 {
	font-size: 52px;
	font-size: 5.2rem;
}

.mwidth-100 {
	max-width: 100%;
}

.width-100 {
	width: 100%;
}

.width-75 {
	width: 75%;
}

.width-50 {
	width: 50%;
}

.width-33 {
	width: 33.3333%;
}

.width-25 {
	width: 25%;
}

.m-a {
	margin: auto;
}

.m-0 {
	margin: 0;
}

.ml-0 {
	margin-left: 0;
}

.mt-0 {
	margin-top: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.m-5 {
	margin: 5px;
	margin: .5rem;
}

.ml-5 {
	margin-left: 5px;
	margin-left: .5rem;
}

.mt-5 {
	margin-top: 5px;
	margin-top: .5rem;
}

.mr-5 {
	margin-right: 5px;
	margin-right: .5rem;
}

.mb-5 {
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.m-10 {
	margin: 10px;
	margin: 1rem;
}

.ml-10 {
	margin-left: 10px;
	margin-left: 1rem;
}

.mt-10 {
	margin-top: 10px;
	margin-top: 1rem;
}

.mr-10 {
	margin-right: 10px;
	margin-right: 1rem;
}

.mb-10 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.m-15 {
	margin: 15px;
	margin: 1.5rem;
}

.ml-15 {
	margin-left: 15px;
	margin-left: 1.5rem;
}

.mt-15 {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.mr-15 {
	margin-right: 15px;
	margin-right: 1.5rem;
}

.mb-15 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.m-20 {
	margin: 20px;
	margin: 2rem;
}

.ml-20 {
	margin-left: 20px;
	margin-left: 2rem;
}

.mt-20 {
	margin-top: 20px;
	margin-top: 2rem;
}

.mr-20 {
	margin-right: 20px;
	margin-right: 2rem;
}

.mb-20 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.m-25 {
	margin: 25px;
	margin: 2.5rem;
}

.ml-25 {
	margin-left: 25px;
	margin-left: 2.5rem;
}

.mt-25 {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.mr-25 {
	margin-right: 25px;
	margin-right: 2.5rem;
}

.mb-25 {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.m-30 {
	margin: 30px;
	margin: 3rem;
}

.ml-30 {
	margin-left: 30px;
	margin-left: 3rem;
}

.mt-30 {
	margin-top: 30px;
	margin-top: 3rem;
}

.mr-30 {
	margin-right: 30px;
	margin-right: 3rem;
}

.mb-30 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.m-35 {
	margin: 35px;
	margin: 3.5rem;
}

.ml-35 {
	margin-left: 35px;
	margin-left: 3.5rem;
}

.mt-35 {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.mr-35 {
	margin-right: 35px;
	margin-right: 3.5rem;
}

.mb-35 {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
}

.m-40 {
	margin: 40px;
	margin: 4rem;
}

.ml-40 {
	margin-left: 40px;
	margin-left: 4rem;
}

.mt-40 {
	margin-top: 40px;
	margin-top: 4rem;
}

.mr-40 {
	margin-right: 40px;
	margin-right: 4rem;
}

.mb-40 {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.m-45 {
	margin: 45px;
	margin: 4.5rem;
}

.ml-45 {
	margin-left: 45px;
	margin-left: 4.5rem;
}

.mt-45 {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.mr-45 {
	margin-right: 45px;
	margin-right: 4.5rem;
}

.mb-45 {
	margin-bottom: 45px;
	margin-bottom: 4.5rem;
}

.m-50 {
	margin: 50px;
	margin: 5rem;
}

.ml-50 {
	margin-left: 50px;
	margin-left: 5rem;
}

.mt-50 {
	margin-top: 50px;
	margin-top: 5rem;
}

.mr-50 {
	margin-right: 5px;
	margin-right: .5rem;
}

.mb-50 {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.p-0 {
	padding: 0;
}

.pl-0 {
	padding-left: 0;
}

.pt-0 {
	padding-top: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.p-5 {
	padding: 5px;
	padding: .5rem;
}

.pl-5 {
	padding-left: 5px;
	padding-left: .5rem;
}

.pt-5 {
	padding-top: 5px;
	padding-top: .5rem;
}

.pr-5 {
	padding-right: 5px;
	padding-right: .5rem;
}

.pb-5 {
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

.p-10 {
	padding: 10px;
	padding: 1rem;
}

.pl-10 {
	padding-left: 10px;
	padding-left: 1rem;
}

.pt-10 {
	padding-top: 10px;
	padding-top: 1rem;
}

.pr-10 {
	padding-right: 10px;
	padding-right: 1rem;
}

.pb-10 {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.p-15 {
	padding: 15px;
	padding: 1.5rem;
}

.pl-15 {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.pt-15 {
	padding-top: 15px;
	padding-top: 1.5rem;
}

.pr-15 {
	padding-right: 15px;
	padding-right: 1.5rem;
}

.pb-15 {
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.p-20 {
	padding: 20px;
	padding: 2rem;
}

.pl-20 {
	padding-left: 20px;
	padding-left: 2rem;
}

.pt-20 {
	padding-top: 20px;
	padding-top: 2rem;
}

.pr-20 {
	padding-right: 20px;
	padding-right: 2rem;
}

.pb-20 {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.p-25 {
	padding: 25px;
	padding: 2.5rem;
}

.pl-25 {
	padding-left: 25px;
	padding-left: 2.5rem;
}

.pt-25 {
	padding-top: 25px;
	padding-top: 2.5rem;
}

.pr-25 {
	padding-right: 25px;
	padding-right: 2.5rem;
}

.pb-25 {
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
}

.p-30 {
	padding: 30px;
	padding: 3rem;
}

.pl-30 {
	padding-left: 30px;
	padding-left: 3rem;
}

.pt-30 {
	padding-top: 30px;
	padding-top: 3rem;
}

.pr-30 {
	padding-right: 30px;
	padding-right: 3rem;
}

.pb-30 {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.p-35 {
	padding: 35px;
	padding: 3.5rem;
}

.pl-35 {
	padding-left: 35px;
	padding-left: 3.5rem;
}

.pt-35 {
	padding-top: 35px;
	padding-top: 3.5rem;
}

.pr-35 {
	padding-right: 35px;
	padding-right: 3.5rem;
}

.pb-35 {
	padding-bottom: 35px;
	padding-bottom: 3.5rem;
}

.p-40 {
	padding: 40px;
	padding: 4rem;
}

.pl-40 {
	padding-left: 40px;
	padding-left: 4rem;
}

.pt-40 {
	padding-top: 40px;
	padding-top: 4rem;
}

.pr-40 {
	padding-right: 40px;
	padding-right: 4rem;
}

.pb-40 {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 576px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 992px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 1200px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
		max-width: 100%;
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 576px) {
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

@media (min-width: 576px) {
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 576px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 992px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width: 1200px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	        flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	    -ms-flex: 0 0 8.333333%;
	        flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	    -ms-flex: 0 0 16.666667%;
	        flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	    -ms-flex: 0 0 33.333333%;
	        flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	    -ms-flex: 0 0 41.666667%;
	        flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	    -ms-flex: 0 0 58.333333%;
	        flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	    -ms-flex: 0 0 66.666667%;
	        flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	    -ms-flex: 0 0 83.333333%;
	        flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	    -ms-flex: 0 0 91.666667%;
	        flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.333333%;
}

.pull-2 {
	right: 16.666667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.333333%;
}

.pull-5 {
	right: 41.666667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.333333%;
}

.pull-8 {
	right: 66.666667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.333333%;
}

.pull-11 {
	right: 91.666667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.333333%;
}

.push-2 {
	left: 16.666667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.333333%;
}

.push-5 {
	left: 41.666667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.333333%;
}

.push-8 {
	left: 66.666667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.333333%;
}

.push-11 {
	left: 91.666667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		    -ms-flex: 0 0 8.333333%;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		    -ms-flex: 0 0 16.666667%;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		    -ms-flex: 0 0 33.333333%;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		    -ms-flex: 0 0 41.666667%;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		    -ms-flex: 0 0 58.333333%;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		    -ms-flex: 0 0 66.666667%;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		    -ms-flex: 0 0 83.333333%;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		    -ms-flex: 0 0 91.666667%;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-sm-0 {
		right: auto;
	}
	.pull-sm-1 {
		right: 8.333333%;
	}
	.pull-sm-2 {
		right: 16.666667%;
	}
	.pull-sm-3 {
		right: 25%;
	}
	.pull-sm-4 {
		right: 33.333333%;
	}
	.pull-sm-5 {
		right: 41.666667%;
	}
	.pull-sm-6 {
		right: 50%;
	}
	.pull-sm-7 {
		right: 58.333333%;
	}
	.pull-sm-8 {
		right: 66.666667%;
	}
	.pull-sm-9 {
		right: 75%;
	}
	.pull-sm-10 {
		right: 83.333333%;
	}
	.pull-sm-11 {
		right: 91.666667%;
	}
	.pull-sm-12 {
		right: 100%;
	}
	.push-sm-0 {
		left: auto;
	}
	.push-sm-1 {
		left: 8.333333%;
	}
	.push-sm-2 {
		left: 16.666667%;
	}
	.push-sm-3 {
		left: 25%;
	}
	.push-sm-4 {
		left: 33.333333%;
	}
	.push-sm-5 {
		left: 41.666667%;
	}
	.push-sm-6 {
		left: 50%;
	}
	.push-sm-7 {
		left: 58.333333%;
	}
	.push-sm-8 {
		left: 66.666667%;
	}
	.push-sm-9 {
		left: 75%;
	}
	.push-sm-10 {
		left: 83.333333%;
	}
	.push-sm-11 {
		left: 91.666667%;
	}
	.push-sm-12 {
		left: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		    -ms-flex: 0 0 8.333333%;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		    -ms-flex: 0 0 16.666667%;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		    -ms-flex: 0 0 33.333333%;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		    -ms-flex: 0 0 41.666667%;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		    -ms-flex: 0 0 58.333333%;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		    -ms-flex: 0 0 66.666667%;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		    -ms-flex: 0 0 83.333333%;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		    -ms-flex: 0 0 91.666667%;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-md-0 {
		right: auto;
	}
	.pull-md-1 {
		right: 8.333333%;
	}
	.pull-md-2 {
		right: 16.666667%;
	}
	.pull-md-3 {
		right: 25%;
	}
	.pull-md-4 {
		right: 33.333333%;
	}
	.pull-md-5 {
		right: 41.666667%;
	}
	.pull-md-6 {
		right: 50%;
	}
	.pull-md-7 {
		right: 58.333333%;
	}
	.pull-md-8 {
		right: 66.666667%;
	}
	.pull-md-9 {
		right: 75%;
	}
	.pull-md-10 {
		right: 83.333333%;
	}
	.pull-md-11 {
		right: 91.666667%;
	}
	.pull-md-12 {
		right: 100%;
	}
	.push-md-0 {
		left: auto;
	}
	.push-md-1 {
		left: 8.333333%;
	}
	.push-md-2 {
		left: 16.666667%;
	}
	.push-md-3 {
		left: 25%;
	}
	.push-md-4 {
		left: 33.333333%;
	}
	.push-md-5 {
		left: 41.666667%;
	}
	.push-md-6 {
		left: 50%;
	}
	.push-md-7 {
		left: 58.333333%;
	}
	.push-md-8 {
		left: 66.666667%;
	}
	.push-md-9 {
		left: 75%;
	}
	.push-md-10 {
		left: 83.333333%;
	}
	.push-md-11 {
		left: 91.666667%;
	}
	.push-md-12 {
		left: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		    -ms-flex: 0 0 8.333333%;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		    -ms-flex: 0 0 16.666667%;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		    -ms-flex: 0 0 33.333333%;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		    -ms-flex: 0 0 41.666667%;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		    -ms-flex: 0 0 58.333333%;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		    -ms-flex: 0 0 66.666667%;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		    -ms-flex: 0 0 83.333333%;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		    -ms-flex: 0 0 91.666667%;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-lg-0 {
		right: auto;
	}
	.pull-lg-1 {
		right: 8.333333%;
	}
	.pull-lg-2 {
		right: 16.666667%;
	}
	.pull-lg-3 {
		right: 25%;
	}
	.pull-lg-4 {
		right: 33.333333%;
	}
	.pull-lg-5 {
		right: 41.666667%;
	}
	.pull-lg-6 {
		right: 50%;
	}
	.pull-lg-7 {
		right: 58.333333%;
	}
	.pull-lg-8 {
		right: 66.666667%;
	}
	.pull-lg-9 {
		right: 75%;
	}
	.pull-lg-10 {
		right: 83.333333%;
	}
	.pull-lg-11 {
		right: 91.666667%;
	}
	.pull-lg-12 {
		right: 100%;
	}
	.push-lg-0 {
		left: auto;
	}
	.push-lg-1 {
		left: 8.333333%;
	}
	.push-lg-2 {
		left: 16.666667%;
	}
	.push-lg-3 {
		left: 25%;
	}
	.push-lg-4 {
		left: 33.333333%;
	}
	.push-lg-5 {
		left: 41.666667%;
	}
	.push-lg-6 {
		left: 50%;
	}
	.push-lg-7 {
		left: 58.333333%;
	}
	.push-lg-8 {
		left: 66.666667%;
	}
	.push-lg-9 {
		left: 75%;
	}
	.push-lg-10 {
		left: 83.333333%;
	}
	.push-lg-11 {
		left: 91.666667%;
	}
	.push-lg-12 {
		left: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		    -ms-flex: 0 0 8.333333%;
		        flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		    -ms-flex: 0 0 16.666667%;
		        flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		    -ms-flex: 0 0 33.333333%;
		        flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		    -ms-flex: 0 0 41.666667%;
		        flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		    -ms-flex: 0 0 58.333333%;
		        flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		    -ms-flex: 0 0 66.666667%;
		        flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		    -ms-flex: 0 0 83.333333%;
		        flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		    -ms-flex: 0 0 91.666667%;
		        flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-xl-0 {
		right: auto;
	}
	.pull-xl-1 {
		right: 8.333333%;
	}
	.pull-xl-2 {
		right: 16.666667%;
	}
	.pull-xl-3 {
		right: 25%;
	}
	.pull-xl-4 {
		right: 33.333333%;
	}
	.pull-xl-5 {
		right: 41.666667%;
	}
	.pull-xl-6 {
		right: 50%;
	}
	.pull-xl-7 {
		right: 58.333333%;
	}
	.pull-xl-8 {
		right: 66.666667%;
	}
	.pull-xl-9 {
		right: 75%;
	}
	.pull-xl-10 {
		right: 83.333333%;
	}
	.pull-xl-11 {
		right: 91.666667%;
	}
	.pull-xl-12 {
		right: 100%;
	}
	.push-xl-0 {
		left: auto;
	}
	.push-xl-1 {
		left: 8.333333%;
	}
	.push-xl-2 {
		left: 16.666667%;
	}
	.push-xl-3 {
		left: 25%;
	}
	.push-xl-4 {
		left: 33.333333%;
	}
	.push-xl-5 {
		left: 41.666667%;
	}
	.push-xl-6 {
		left: 50%;
	}
	.push-xl-7 {
		left: 58.333333%;
	}
	.push-xl-8 {
		left: 66.666667%;
	}
	.push-xl-9 {
		left: 75%;
	}
	.push-xl-10 {
		left: 83.333333%;
	}
	.push-xl-11 {
		left: 91.666667%;
	}
	.push-xl-12 {
		left: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.flex-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	        order: -1;
}

.flex-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	        order: 1;
}

.flex-unordered {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	        order: 0;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	    -ms-flex-wrap: wrap !important;
	        flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	    -ms-flex-wrap: nowrap !important;
	        flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	    -ms-flex-wrap: wrap-reverse !important;
	        flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	        justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	        align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	        align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	        align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	        align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	        align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	        align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	        align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	        align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	        align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	        align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	        align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	        align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		        order: -1;
	}
	.flex-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		        order: 1;
	}
	.flex-sm-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		        order: 0;
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		        align-self: center !important;
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		        align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		        order: -1;
	}
	.flex-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		        order: 1;
	}
	.flex-md-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		        order: 0;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		        align-self: center !important;
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		        align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		        order: -1;
	}
	.flex-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		        order: 1;
	}
	.flex-lg-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		        order: 0;
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		        align-self: center !important;
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		        align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		        order: -1;
	}
	.flex-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		        order: 1;
	}
	.flex-xl-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		        order: 0;
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		        align-self: center !important;
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		        align-self: stretch !important;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: .6;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor:         zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	color: #fff;
	line-height: 22px;
	line-height: 2.2rem;
	position: absolute;
	right: -50px;
	right: -5rem;
	top: 0;
	top: 0rem;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	-webkit-transition: all .3s;
	        transition: all .3s;
	cursor: pointer;
	cursor: pointer;
}
.mfp-close:hover {
	color: #ffba00;
}
.mfp-close svg {
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	display: block;
	fill: currentColor;
	display: inline-block;
	vertical-align: top;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -60px;
	top: 15px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: 15px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		    -ms-transform: scale(.75);
		        transform: scale(.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		    -ms-transform-origin: 0;
		        transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		    -ms-transform-origin: 100%;
		        transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* at start */
.my-mfp-slide-bottom .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	        transition: all .2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	        transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	    -ms-transform: translateY(0) perspective(600px) rotateX(0);
	        transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-with-anim {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	        transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	        transition: opacity .3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .6;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor:         grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	        animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	        transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl.video.play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	        transition: -webkit-transform 100ms ease;
	        transition:         transform 100ms ease;
	        transition:         transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	    -ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	    touch-action: none;
	    -ms-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	/* Fix 401 */
}

.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
	        transition: top .3s, right .3s, bottom .3s, left .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 3px;
}

.noUi-horizontal .noUi-handle {
	top: -9px;
}

.noUi-handle-lower {
	left: -9px;
}

.noUi-handle-upper {
	right: 9px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-target {
	background: #e5e5e5;
}

.noUi-connect {
	background: #ffb901 ;
	-webkit-transition: background 450ms;
	        transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border-radius: 50%;
	background: #ffb901;
	cursor: default;
	width: 19px;
	height: 19px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .45);
}

/* Disabled state;
 */
[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */
.noUi-value {
	position: absolute;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #ccc;
}

.noUi-marker-sub {
	background: #aaa;
}

.noUi-marker-large {
	background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%, 50%, 0);
	        transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
	padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox__select {
	min-height: 56px;
	padding: 0 45px 0 10px;
	background: #fff;
	font: 18px/56px 'Noto Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

.jq-selectbox__select-label {
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 10px;
	-webkit-transition: all .3s;
	        transition: all .3s;
	font-size: 18px;
	line-height: 1;
}

.changed .jq-selectbox__select-label {
	font-size: 10px;
	top: 10px;
}

.jq-selectbox__select:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
	padding-top: 28px;
}

.jq-selectbox .placeholder {
	color: #000;
	display: none;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	-webkit-transition: all .3s;
	        transition: all .3s;
	top: 25px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #4f94c5;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox__trigger-arrow:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: -5px;
	top: -6px;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #aaa;
}

.jq-selectbox.opened .jq-selectbox__dropdown {
	opacity: 1;
}

.jq-selectbox__dropdown {
	border-radius: 2px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin: 1px 0 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	font: 13px/18px 'Noto Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	opacity: 0;
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #f1f1f1;
	color: #333;
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #f0f0f0;
	font-size: 13px;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #000;
}

.jq-selectbox li.sel {
	background-color: #007cc7;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
	cursor: default;
}

.jq-selectbox li:hover:not(.sel) {
	background-color: rgba(204, 204, 204, .4);
}

.jq-selectbox li.disabled {
	color: #aaa;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231f20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	    touch-action: pinch-zoom;
	/* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	    touch-action: auto;
}

.mCustomScrollBox {
	/* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container {
	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px;
	/* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
	/* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
	/* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	/* minimum dragger width */
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	/* auto-expanded scrollbar */
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	/* auto-expanded scrollbar */
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	/* non-visible scrollbar */
	margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	        transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	        transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
	opacity: .75;
	    filter: 'alpha(opacity=75)';
	-ms-filter: 'alpha(opacity=75)';
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	    filter: 'alpha(opacity=0)';
	-ms-filter: 'alpha(opacity=0)';
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	    filter: 'alpha(opacity=100)';
	-ms-filter: 'alpha(opacity=100)';
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	    filter: 'alpha(opacity=40)';
	-ms-filter: 'alpha(opacity=40)';
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	    filter: 'alpha(opacity=75)';
	-ms-filter: 'alpha(opacity=75)';
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	    filter: 'alpha(opacity=85)';
	-ms-filter: 'alpha(opacity=85)';
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	    filter: 'alpha(opacity=90)';
	-ms-filter: 'alpha(opacity=90)';
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	/* css sprites */
	background-repeat: no-repeat;
	opacity: .4;
	    filter: 'alpha(opacity=40)';
	-ms-filter: 'alpha(opacity=40)';
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
	/*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
	/*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
	/*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
	/*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: .75;
	    filter: 'alpha(opacity=75)';
	-ms-filter: 'alpha(opacity=75)';
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: .9;
	    filter: 'alpha(opacity=90)';
	-ms-filter: 'alpha(opacity=90)';
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: #d6e3eb;
	height: 10px;
	border-radius: 0;
	margin: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	border-radius: 0;
	height: 10px;
	border: 1px solid #d6e3eb;
	top: 0;
	margin: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #b4ccda;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #b4ccda;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	/* auto-expanded scrollbar */
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
	/* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	/* auto-expanded scrollbar */
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	/* auto-expanded scrollbar */
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==');
	background-repeat: repeat-y;
	opacity: .3;
	    filter: 'alpha(opacity=30)';
	-ms-filter: 'alpha(opacity=30)';
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=');
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image:         linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image:         linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	    filter: 'alpha(opacity=30)';
	-ms-filter: 'alpha(opacity=30)';
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	    filter: 'alpha(opacity=30)';
	-ms-filter: 'alpha(opacity=30)';
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	    filter: 'alpha(opacity=20)';
	-ms-filter: 'alpha(opacity=20)';
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	    filter: 'alpha(opacity=50)';
	-ms-filter: 'alpha(opacity=50)';
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	    filter: 'alpha(opacity=20)';
	-ms-filter: 'alpha(opacity=20)';
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	    filter: 'alpha(opacity=50)';
	-ms-filter: 'alpha(opacity=50)';
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

/* ---------------------------------------- */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	        transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease,-webkit-transform .4s ease;
	        transition: left .4s ease,-webkit-transform .4s ease;
	        transition: left .4s ease,transform .4s ease;
	        transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	        animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	        animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
}

@keyframes bounceFromRight {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
}

@-webkit-keyframes bounceFromLeft {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
}

@keyframes bounceFromLeft {
	0%, 100% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	        transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	        animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	        animation-delay: -1s;
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.extraTitle {
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	position: relative;
	text-align: center;
	font-weight: normal;
	cursor: default;
	overflow: hidden;
}

.extraTitle__in {
	position: relative;
	display: inline-block;
}

.extraTitle__in:before, .extraTitle__in:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #d6e3eb;
	position: absolute;
	top: 50%;
	margin-top: 2px;
}

.extraTitle__in:before {
	left: 0;
	margin-left: -70px;
}

.extraTitle__in:after {
	right: 0;
	margin-right: -70px;
}

.title {
	display: block;
	line-height: 1.2;
	font-weight: normal;
	cursor: default;
	position: relative;
}

.title--h1 {
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.title--h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.title--h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.title--inline {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.title--border {
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	position: relative;
}

.title--border:before {
	content: '';
	height: 2px;
	width: 100px;
	background: #ffba00;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title--sort {
	padding-right:330px;
}


/* подкатегории */
.catalogSub {margin-bottom:20px;margin-bottom:2rem;}
.catalogSub__item {margin-bottom:20px;margin-bottom:2rem;}

.catalogSub__link {color:#000;display:block;}
.catalogSub__link:hover {color:#ffba00;}
.catalogSub__link:hover .catalogSub__img img {-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.catalogSub__img {border-radius:3px;border:1px solid #000;overflow:hidden;width:100%;height:150px;margin-bottom:5px;margin-bottom:.5rem;}
.catalogSub__img img {vertical-align:top;min-width:100%;min-height:100%;max-height:110%;-webkit-transition:all 1s;transition:all 1s;}
.catalogSub__title {font-size:18px;font-size:1.8rem;font-weight:bold;}



.card {
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	/* display: inline-block;vertical-align: top; */
}

.card__status {position: absolute;right: 20px;top: 20px;z-index: 5;}


.card__head {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	position: relative;
	color: #fff;
}





.card__link {display:block;position:relative;width:100%;height:100%;z-index:2;color: #000;}
.card__link:hover {color: #fab601;}


.card__head:hover .card__img img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}


.card__img {
	overflow: hidden;
	border-radius: 5px;
	height: 210px;
	position:relative;
	margin-bottom:10px;
	margin-bottom:1rem;
}

.card__img img {
	width: 100%;

	height: 100%;
	vertical-align: top;
	border-radius: 5px;
	-webkit-transition: all .6s;
	        transition: all .6s;
}

.card__img:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s;
	        transition: all .3s;
	z-index: 2;
}
.card__head:hover .card__img:before {
	opacity: .5;
}



.card__head-icns {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 6;
}

.card__info, .card__cat {
	opacity: 0;
	-webkit-transition: all .3s;
	        transition: all .3s;
	position: absolute;

	left: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	max-width: calc(100% - 40px);
}

.card__info {
	top:115px;
}
.card__cat {
	font-size: 18px;
	top: 65px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	height: 37px;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.card__cat a {
	color: #fff;
}
.card__cat a:hover {
	text-decoration: underline;
}

.card__info {
	color: #d0dfe8;
	font-size: 14px;
	font-size: 1.4rem;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.card__head:hover .card__info, .card__head:hover .card__cat {
	opacity: 1;
	z-index: 5;
}

.card__type {
	z-index: 5;
	cursor: default;
	position: absolute;
	padding: 10px 20px;
	left: 0;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
	border-radius: 0 0 5px 5px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
	background:         linear-gradient(to bottom, transparent 0%, #000 100%);
}

.card__title {
	display: block;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.8rem;
}



.card__desc {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	cursor: default;
}
.card__desc i {
	font-style: normal;
	color: #72797f;
}

.card__desc-sep {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	margin: 0 .5rem;
	font-size: 8px;
	font-size: .8rem;
	color: #e6e6e6;
}

.card__price {
	font-size: 19px;
	font-size: 1.9rem;
	color: #4e5459;
	display: block;
	font-weight: normal;
	cursor: default;
}



.shortProd__status, .prodFull__status {position: absolute;top: 20px;right: 20px;z-index: 1;}


.cardStatus {text-transform: uppercase;color: #fff;font-weight: bold;font-size: 11px;font-size: 1.1rem;border-radius: 15px;border: 2px solid #fff;display: inline-block;vertical-align: top;background: #fff;padding:0 8px;height: 25px;line-height: 21px;-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.45);
box-shadow: 0 4px 4px rgba(0,0,0,.45);text-shadow: 1px 1px 0 rgba(0,0,0,.1);cursor: default;}
.cardStatus--red {background: #ff3d01;}
.cardStatus--blue {background: #22b9f2;}
.cardStatus--emerald {background: #00a99d;}
.cardStatus--green {background: #85b000;}
.cardStatus--orange {background: #ff8401;}
.cardStatus--blue {background: #007cc7;}
.cardStatus--cyan {background: #22b9f2;}


.cardIcns {
	white-space: nowrap;
}
.cardIcns__item {
	display: inline-block;
	vertical-align: top;
	border-radius: 25px;
	height: 25px;
	max-width: 25px;
	line-height: 20px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	margin-right: -15px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
	/*cursor: default;*/
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
	padding: 0 10px 0 0;
	padding: 0 1rem 0 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .45);
}
.cardIcns__item:hover {
	z-index: 5;
	max-width: 300px;
}
a.cardIcns__item:hover {
	color: #fff;
}
.cardIcns__item:hover:not(:first-child) {
	margin-left: -5px;
}
.cardIcns__item--proc {
	background: #ffba00;
}
.cardIcns__item--vid {
	background: #1cbaf3;
}
.cardIcns__icn {
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	text-align: center;
}
.cardIcns__icn--vid .icnSvg {
	width: 14px;
	width: 1.4rem;
	height: 14px;
	height: 1.4rem;
	margin: -2px 0 0 3px;
}

.shortProd {
	border-top: 1px solid #d6e3eb;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	padding-top: 30px;
	padding-top: 3rem;
}

.shortProd--noborder {
	border-top: 0;
	padding-top: 0;
}

.shortProd__cover {
	position: relative;
}

.shortProd__cover-icns {
	top: 20px;
	top: 2rem;
	left: 20px;
	left: 2rem;
	position: absolute;
}

.shortProd__img {
	border-radius: 5px;
	overflow: hidden;
	display: block;
	height: 285px;
}

.shortProd__img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-radius: 5px;
}

.shortProd__desc {
	padding: 0 15px 0;
	padding: 0 1.5rem 0;
	border-right: 1px solid #e5e5e5;
	height: 100%;
}

.shortProd__title {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	margin-top: -5px;
	margin-top: -.5rem;
}
.shortProd__title a {
	color: #000;
}
.shortProd__title a:hover {
	color: #fab601;
}

.shortProd__cat {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.shortProd__text {
	color: #4c5259;
}

.shortProd__price {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.prodPrice {
	display: block;
	cursor: default;
}

.prodPrice__price-title {
	display: block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.prodPrice__price-num {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	white-space: nowrap;
}

.prodPrice__price-old {
	text-decoration: line-through;
	color: #92999f;
	margin-left: 30px;
	margin-left: 3rem;
	white-space: nowrap;
}

.prodPrice__price-none {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	white-space: nowrap;
}

.prodCats {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.prodCats:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}

.prodCats li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	float: left;
}

.prodCats li:not(:last-child):after {
	content: '';
	width: 1px;
	height: 17px;
	height: 1.7rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	margin: 0 .8rem;
	background: #e5e5e5;
}

.prodCats a {
	color: #000;
}

.prodCats a:hover {
	color: #fab601;
}

.prodSpec {
	cursor: default;
}

.prodSpec__table {
	display: table;
	width: 100%;
}

.prodSpec__item {
	display: table-row;
	width: 100%;
	line-height: 1.2;
}

.prodSpec__title {
	display: table-cell;
	padding-top: 8px;
	padding-top: .8rem;
	color: #92999f;
	position: relative;
	vertical-align: bottom;
}
.prodSpec__title span {
	display: inline;
	background: #fff;
	padding-right: 8px;
	padding-right: .8rem;
	position: relative;
	z-index: 2;
}
.prodSpec__title:before {
	content: '';
	position: absolute;
	bottom: 3px;
	bottom: .3rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d6e3eb;
}

.prodSpec__val {
	display: table-cell;
	padding-top: 5px;
	padding-top: .5rem;
	width: 1px;
	/*white-space: nowrap;*/
	padding-left: 8px;
	padding-left: .8rem;
	vertical-align: bottom;
}

.newsShort--wave .newsShort__img:before {
	content: '';
	height: 100%;
	width: 100%;
	background: url(../img/news-wave.png) no-repeat center bottom;
	position: absolute;
	top: 0;
	left: 0;
}

.newsShort__img {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	height: 213px;
	overflow: hidden;
	position: relative;
	max-width: 281px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.newsShort__img img {
	vertical-align: top;
	width: 100%;
	border-radius: 5px;
	height: 100%;
}

.newsShort__time {
	font-size: 14px;
	font-size: 1.4rem;
	color: #727980;
	display: block;
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.newsShort__title {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.newsShort__title a {
	color: #000;
}
.newsShort__title a:hover {
	color: #ffba00;
}

.newsShort__text {
	color: #727980;
}

.seoText {
	border-top: 1px solid #d6e3eb;
	padding: 40px 0 90px;
	padding: 4rem 0 9rem;
}
.seoText__text {
	color: #4c5259;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall, .cardStatus {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.page {
	padding: 30px 0;
	padding: 3rem 0;
	overflow: hidden;
}
.page .w {
	position: relative;
}
.page__default {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}
.page__contacts {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}
.page__map {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.page__article {
	padding-bottom: 60px;
	padding-bottom: 6rem;
}
.page__news {
	padding-bottom: 50px;
	padding-bottom: 5rem;
}
.page__prods {
	margin-bottom: -30px;
	margin-bottom: -3rem;
}
.page__prod {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.page__no-pag {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.contacts:not(:first-child) {
	margin-top: 40px;
	margin-top: 4rem;
}

.contacts__info {
	float: left;
	width: 340px;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.contacts__map {
	overflow: hidden;
	border-radius: 5px;
}

.contactsList__item:not(:last-child) {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.contactsList__title {
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 1px;
	margin-bottom: .1rem;
	color: #72797f;
}

.contactsList__text {
	color: #4c5259;
	line-height: 1.6;
}

.page404 {
	background: url('../img/404-bg.jpg') no-repeat center top;
	text-align: center;
	padding-bottom: 90px;
	padding-bottom: 9rem;
}
.page404__box {
	padding-top: 3px;
	padding-top: .3rem;
}
.page404__error {
	font-size: 290px;
	font-size: 29rem;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	display: block;
	cursor: default;
}
.page404__text {
	color: #4c5259;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.newsGrid [class*='col'] {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.newsGrid [class*='col']:nth-child(4n+1) {
	clear: both;
}

.newsFull__date {
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: #727980;
	font-size: 14px;
	font-size: 1.4rem;
}

.newsFull__text {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.newsFull__btn .icnSvg, .page404__btn .icnSvg {
	width: 8px;
	width: .8rem;
	height: 8px;
	height: .8rem;
	margin-top: -1px;
	margin-top: -.1rem;
	margin-right: 1px;
	margin-right: .1rem;
}

.sideBlock {
	background: #f0f4f7;
	margin-right: 10px;
	margin-right: 1rem;
}

.sideList__item {
	font-size: 16px;
	font-size: 1.6rem;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
}

.sideList__link {
	color: #007cc7;
	display: block;
	padding: 0 20px;
	padding: 0 2rem;
}
.sideList__link:hover {
	color: #000;
}
.sideList__link.active {
	color: #000;
	background: #e3edf2;
	box-shadow: inset 2px 0 0 #000;
	cursor: default;
}
.sideList__link > span {
	display: block;
	border-top: 1px solid #d6e3eb;
	padding: 13px 0;
	padding: 1.3rem 0;
}

.sideList__item:first-child .sideList__link > span {
	border-top: 0;
}

.sideList__item.active + .sideList__item .sideList__link > span {
	border-top: 0;
}

.aboutFaces__grid {
	text-align: center;
}

.aboutFaces__grid [class*='col'] {
	margin-bottom: 65px;
	margin-bottom: 6.5rem;
}

.aboutFaces__grid [class*='col']:nth-child(4n+1) {
	clear: both;
}

.face {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: default;
}
.face__img {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #f3c857;
	overflow: hidden;
	border-radius: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.face__img img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.face__title {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	position: relative;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 5px;
	margin-bottom: .5rem;
}
.face__title:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #ffb901;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
.face__job {
	font-size: 14px;
	font-size: 1.4rem;
	color: #72797f;
}

.mapTowns {
	position: relative;
	z-index: 5;
}

.mapTowns--inside {
	margin-left: 20px;
	margin-left: 2rem;
}

.mapTowns__title {
	margin-bottom: 5px;
	margin-bottom: .5rem;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
}
.mapTowns__title a {
	color: #000;
}
.mapTowns__title a:hover {
	color: #f1ae01;
}
.mapTowns__title .mark {
	margin-left: 5px;
	margin-left: .5rem;
}

.mapTowns__title-pin {
	position: absolute;
	left: -20px;
	left: -2rem;
	top: 7px;
	top: .7rem;
	color: #4e5459;
	width: 11px;
	height: 15px;
}

.mapTowns__title-link {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.mapTowns__list--half {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
}

.mapTowns__list li {
	padding: 3px 0;
	padding: .3rem 0;
}

.mapTowns__link {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
}

.mapTowns__link:hover {
	color: #ffb800;
}

.mapTowns__link--active {
	color: #ffb800;
	-webkit-transition: all .2s;
	        transition: all .2s;
	border-bottom: 1px solid transparent;
}
.mapTowns__link--active:hover {
	border-bottom-color: rgba(255, 184, 0, .4);
}

.mapShort .mapTowns {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.mapWrapp {
	position: relative;
	margin-top: -20px;
	margin-top: -2rem;
	margin-left: -10px;
	margin-left: -1rem;
}

#map_block .mapImg {
	width: 540px;
	position: relative;
	background: url(../img/spain_areas.png) -10000px -10000px no-repeat;
}
#map_block .mapImg:after {content:'';position:absolute;z-index:30;top:0;left:0;width:100%;height:100%;background:transparent;cursor:default;}


#map_block .town, #map_block .townB {
	opacity: 0;
	position: absolute;
	z-index: 25;
	width: 17px;
	height: 17px;
	background: url(../img/sprite.png) -45px 0 no-repeat;
}

#map_block .town .tname, #map_block .townB .tname {
	display: none;
	text-align: center;
	position: absolute;
	width: 197px;
	left: -90px;
	top: -25px;
}

#map_block .town .tname span, #map_block .townB .tname span {
	position: relative;
	background: #ffba00;
	padding: 3px 10px 4px;
	font-size: 11px;
	color: #000;
	text-shadow: 0 1px 0 #ffd35c;
	white-space: nowrap;
	border-radius: 3px;
}

#map_block .town .tname span .before, #map_block .town .tname span:before, #map_block .townB .tname span .before, #map_block .townB .tname span:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 21px;
	margin-left: -12px;
	width: 25px;
	height: 13px;
	background: url(../img/sprite.png) 0 -1px no-repeat;
}

#map_block .town {
	width: 7px;
	height: 7px;
	background: url(../img/sprite.png) -82px -5px no-repeat;
}

#map_block .town .tname {
	top: -33px;
	width: 198px;
	left: -96px;
}

#map_block .town:hover .tname, #map_block .townB:hover .tname {
	display: block;
}

#map_block .town .areol, #map_block .townB .areol {
	width: 27px;
	height: 27px;
	position: absolute;
	left: -10px;
	top: -10px;
}

#map_block .townB .areol {
	left: -5px;
	top: -5px;
}

#map_block .area {
	display: block;
	position: absolute;
	z-index: 3;
	background-image: url(../img/spain_areas.png);
	background-repeat: no-repeat;
}

#area2, #reg_c7a50b6e {
	background-position: -167px -57px;
	left: 437px;
	top: 90px;
	width: 65px;
	height: 46px;
}

#area10, #reg_a7981e7f {
	background-position: -13px -200px;
	left: 137px;
	top: 377px;
	width: 81px;
	height: 69px;
}

#area11, #reg_3fe83ac8 {
	background-position: -178px -490px;
	left: 330px;
	top: 290px;
	width: 56px;
	height: 58px;
}

#area15, #reg_15 {
	background-position: -370px -237px;
	width: 26px;
	height: 57px;
	left: 481px;
	top: 85px;
}

#area16 {
	background-position: -350px -345px;
	width: 46px;
	height: 41px;
	left: 394px;
	top: 163px;
}

#area19, #reg_19 {
	background-position: -361px -545px;
	width: 45px;
	height: 61px;
	left: 346px;
	top: 288px;
}

#area20, #reg_20 {
	background-position: -340px -652px;
	width: 66px;
	height: 27px;
	left: 152px;
	top: 406px;
}

#area30, #reg_30 {
	background-position: -353px -710px;
	height: 40px;
	left: 306px;
	top: 345px;
	width: 56px;
}

#area31, #reg_034a3657 {
	background-position: -39px -731px;
	height: 77px;
	left: 278px;
	top: 296px;
	width: 71px;
}

#area33, #reg_bf0b029e {
	background-position: -150px -702px;
	height: 90px;
	left: 419px;
	top: 198px;
	width: 117px;
}


#reg_bolear1 {
	background-position: -242px -688px;
	height: 30px;
	width: 30px;
	left: 511px;
	top: 184px;
}

#reg_bolear2 {
	background-position: -182px -702px;
	height: 60px;
	left: 451px;
	top: 198px;
	width: 60px;
}


#reg_bolear3 {
	background-position: -139px -747px;
	height: 50px;
	left: 408px;
	top: 243px;
	width: 50px;
}



#map_block_foto_spacer {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.mainTypes {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.mainTypes .w {
	overflow: hidden;
}

.typesBlock {
	text-align: center;
	margin: 0 -60px -30px;
	margin: 0 -6rem -3rem;
	overflow: hidden;
}

.typesBlock__item {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin: 0 60px 30px;
	margin: 0 6rem 3rem;
}

.typesBlock__link {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}
.typesBlock__link:hover {
	text-decoration: none;
	color: #fab601;
}

.typesBlock__icn {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	border-radius: 50%;
	background: #ffba00;
	width: 80px;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	color: #fff;
}
.typesBlock__icn img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-top: -.5rem;
}

.typesBlock__label {
	display: block;
}

.switchBox {
	display: block;
	vertical-align: middle;
	margin: 0 auto 30px;
	margin: 0 auto 3rem;
	text-align: center;
}
.switchBox__label {
	font-size: 14px;
	font-size: 1.4rem;
	color: #4c5259;
	border-bottom: 1px solid transparent;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s;
	        transition: all .3s;
	line-height: 1;
	cursor: default;
	pointer-events: none;
}
.switchBox:not(.checked) .switchBox__label--right, .switchBox.checked .switchBox__label--left {
	color: #fab601;
	border-bottom-color: #fab601;
	cursor: pointer;
	pointer-events: all;
}
.switchBox__switch {
	display: inline-block;
	vertical-align: middle;
	background: #e3edf2;
	height: 19px;
	width: 38px;
	border-radius: 36px;
	position: relative;
	margin: 0 10px;
	margin: 0 1rem;
}
.switchBox__switch:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #ffb901;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	        transition: all .3s;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
}
.switchBox__switch input {
	display: none;
}
.switchBox.checked .switchBox__switch:before {
	left: 100%;
	margin-left: -19px;
}
.switchBox.checked + div .specScroll__wrap {
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.specScroll {
	margin-bottom: 70px;
	margin-bottom: 7rem;
	overflow: hidden;
	width: 100%;
}
.specScroll__wrap {
	width: 200%;
	-webkit-transition: all .4s;
	        transition: all .4s;
}

.specList {
	white-space: normal;
	width: 50%;
	float: left;
	overflow: hidden;
}
.specList .card {
	padding: 0 10px;
	padding: 0 1rem;
}

.sectionAbout {
	padding-top: 80px;
	padding-top: 8rem;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.sectionAbout__title {
	margin-bottom: 50px;
	margin-bottom: 5rem;
	font-size: 30px;
	font-size: 3rem;
}

.aboutSite {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.aboutSite__title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.aboutSite__text {
	color: #72797f;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.aboutSite__spoiler {
	display: block;
}

.sectionSpec {
	margin-top: 60px;
	margin-top: 6rem;
}


.mainFeatures {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	/*padding-bottom: 40px;
	padding-bottom: 4rem;*/
	position: relative;
}

/*
.mainFeatures:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 2px;
	background: #ffb901;
	margin-left: -50px;
}
*/

.mainFeature__icn {
	margin-right: 30px;
	margin-right: 3rem;
	float: left;
}

.mainFeature__desc {
	overflow: hidden;
	cursor: default;
}

.mainFeature__title {
	font-size: 20px;
	font-size: 2rem;
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	line-height: 1;
	font-weight: normal;
}

.mainFeature__text {
	color: #727980;
}

.mainScheme__title {
	text-align: center;
	display: block;
	line-height: 1;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.schemeList {
	counter-reset: num;
	background: url(../img/scheme/line.svg) no-repeat center 20px;
	text-align: center;
	margin: 0 0 -20px;
	margin: 0 0 -2rem;
}

.schemeList__item {
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: top;
	margin: 0 30px;
	margin: 0 3rem;
	width: 100px;
	counter-increment: num;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.schemeList__item:before {
	content: counter(num);
	background: #ffb901;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 50%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
	cursor: default;
}

.schemeList__icn {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #ffb901;
	border-radius: 50%;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	background: #fff;
}
.schemeList__icn img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.schemeList__text {
	cursor: default;
}

.sectionTowns {
	padding-top: 50px;
	padding-top: 5rem;
	background: url('../img/towns-bg.jpg') no-repeat center bottom;
	background-size: cover;
	min-height: 758px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.sectionTowns__towns {
	padding-top: 20px;
	padding-top: 2rem;
}
.sectionTowns .mapTowns {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sectionNews {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.sectionNews__title {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.sectionNews__title .btn {
	margin-left: 20px;
	margin-left: 2rem;
	-webkit-transform: translateY(.3rem);
	    -ms-transform: translateY(.3rem);
	        transform: translateY(.3rem);
}
.sectionNews__content {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	        flex-basis: auto;
	max-width: calc(100% - 300px);
}
.sectionNews__sidebar {
	max-width: 300px;
	-webkit-flex-basis: 300px;
	-ms-flex-preferred-size: 300px;
	        flex-basis: 300px;
}

.socTabs__caption {
	margin-bottom: -1px;
}

.socTabs__caption:after {
	content: '';
	clear: both;
	width: 100%;
	display: table;
}

.socTabs__caption > li {
	background: url('../img/tab.png') no-repeat 0 0;
	width: 114px;
	height: 55px;
	text-indent: -15px;
	line-height: 55px;
	text-align: center;
	display: block;
	float: left;
	margin-right: -23px;
	color: #007bc6;
	cursor: pointer;
	position: relative;
}

.socTabs__caption > li:not(.active):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e7eb;
}

.socTabs__caption > li.active {
	z-index: 1;
	position: relative;
	color: #92999f;
	cursor: default;
}

.socTabs .icnSvg {
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
}

.socTabs__fb.icnSvg {
	width: 35px;
	width: 3.5rem;
	height: 35px;
	height: 3.5rem;
}

.socTabs__content {
	padding: 10px 0;
	padding: 1rem 0;
	text-align: center;
	border: 1px solid #e1e7eb;
	border-radius: 0 5px 5px 5px;
}
.socTabs__content img {
	vertical-align: top;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.prodFull {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.prodFull__main {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.prodFull__core {
	padding-right: 20px;
	padding-right: 2rem;
}
.prodFull__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.prodFull__cats {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.prodFull__topmap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-top: 2px;
	margin-top: .2rem;
}
.prodFull__topmap .icnSvg {
	width: 15px;
	width: 1.5rem;
	height: 15px;
	height: 1.5rem;
	margin: -3px 0 0;
	margin: -.3rem 0 0;
}
.prodFull__price {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
.prodFull__sep {
	border-color: #d6e3eb;
}
.prodFull__vid {
	float: left;
	margin-right: 20px;
	margin-right: 2rem;
	margin-top: 5px;
	margin-top: .5rem;
	width: 480px;
}

.prodGall__main {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-align: center;
	overflow: hidden;
	height: 650px;
	line-height: 650px;
	position: relative;
}
.prodGall__main img {
	/*width: 100%;height: 100%;*/
	border-radius: 5px;
	vertical-align: top;
	height: 100%;
	max-height: 700px;
	max-width: 100%;
}


.prodFull__main-icns {position: absolute;left: 20px;top: 20px;}


.prodGall__thumbs {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}

.prodGall__thumbs a {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-left: 1.5rem;
	-webkit-transition: all 1s;
	        transition: all 1s;
}

.prodGall__thumbs a:first-child {
	margin-left: 0;
}

.prodGall__thumbs img {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 83px;
	border-radius: 5px;
}

.js-rgallItem {
	position: relative;
}

.js-rgallItem:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s;
	        transition: all .3s;
	border-radius: 5px;
}

.js-rgallItem:hover:before, .js-rgallItem.selected:before {
	opacity: .4;
}

.prodHelp__item:not(:first-child) {
	margin-top: 10px;
	margin-top: 1rem;
}

.prodHelp__link {
	color: #f1ae01;
}

.prodHelp__link:hover {
	color: #000;
}

.prodHelp__link .icnSvg {
	margin-right: 1px;
	margin-right: .1rem;
	width: 18px;
	width: 1.8rem;
	height: 15px;
	height: 1.5rem;
}

.prodHelp__link span {
	text-decoration: underline;
}

.prodMap {
	margin-bottom: 55px;
	margin-bottom: 5.5rem;
}

.prodMap #map {
	width: 100%;
	height: 350px;
}

.related {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.related__list {
	margin-left: -5px;
	margin-left: -.5rem;
	margin-right: -5px;
	margin-right: -.5rem;
}

.related__list .card {
	padding: 0 10px;
	padding: 0 1rem;
}

.logo, .menu, .icnSvg, .btn, .superLabel__label, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .no-select, .jq-selectbox__select-label, .jq-selectbox__select-text, .face__img, .mainFeature__icn, .schemeList__icn, .prodGall {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (max-width: 1700px) {
	.mainSearch {
		padding-bottom: 11rem;
	}
	.mainSearch {
		background: url(../img/mask-wave.svg) no-repeat scroll center bottom/auto, url(../img/search-1.jpg) no-repeat center top/cover;
	}
	.mainSearch--secondary {
		background: url(../img/mask-wave.svg) no-repeat scroll center bottom/auto, url('/img/search-2.jpg') no-repeat center top/cover;
	}
}

@media (max-width: 1200px) {
	.menu__sep {
		display: none;
	}
	.menu__link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (max-width: 1100px) {
	.toTop {
		z-index: 8;
	}
	.menuLine {
		z-index: 9;
	}
	.mobCatalog {
		display: block;
		text-align: center;
	}
	.menu {
		display: block;
		-webkit-transition: all .3s;
		        transition: all .3s;
		left: -300px;
		position: fixed;
		top: 0;
		height: 100%;
		width: 290px;
		background: #f0f4f7;
		text-align: left;
		overflow-y: auto;
		box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
		padding-top: 4rem;
	}
	.menu__link {
		text-align: left;
	}
	.menuSub {
		display: block !important;
		position: static;
		background: transparent;
	}
	.menuSub__item {
		display: block;
		float: none;
	}
	.menuSub__item:before {
		content: none;
	}
	.menuSub__link {
		font-size: 1.4rem;
		text-transform: none;
		color: #000;
	}
	#show-cat:checked + .menu {
		left: 0;
		z-index: 999;
	}
	.mobCatalog-close {
		display: block;
		position: absolute;
		right: .5rem;
		top: 0;
		cursor: pointer;
	}
	.header__table {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	.logo {
		white-space: nowrap;
	}
	.logo__img {
		width: 170px;
	}
	.logo__wave {
		height: 39px;
		width: 39px;
	}
	.logo__slogan {
		letter-spacing: .01em;
	}
	.headerInfo {
		margin-left: 4rem;
	}
	.headerInfo__tel-num {
		font-size: 2rem;
	}
	.headerInfo__btn {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.footerTel__tel {
		font-size: 2rem;
	}
	.prodSpec, .no-wrap {
		white-space: normal;
	}
	.page__map .mapImg {
		margin-left: auto;
		margin-right: auto;
	}
	.mapShort {
		display: block;
	}
	.mapShort__cell {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.mapShort__cell--second .col-6 {
		max-width: 25%;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		        flex-basis: 25%;
	}
	.mapShort__cell--second .width-100 {
		display: none;
	}
	.mapFull--first .mapFull__cell {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.mapFull .mapTowns__list--half {
		-webkit-columns: 4 0;
		   -moz-columns: 4 0;
		        columns: 4 0;
		margin: 0 -10px;
	}
	.mapFull .mapTowns__list--half li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mapFull--second {
		margin-left: 0;
		margin-right: 0;
	}
	.mapFull--second .mapTowns {
		margin-left: 1rem;
	}
	.newsShort__img {
		height: 190px;
	}
}

@media (max-width: 1000px) {
	.headerInfo__tel-num {
		display: block;
		margin-bottom: .5rem;
	}
	.subscribe__title {
		font-size: 3rem;
	}
	.subscribe__body {
		padding-left: 23.5rem;
	}
	.sectionTowns {
		min-height: auto;
		padding-bottom: 6rem;
	}
	.sectionTowns .col-7 {
		display: none;
	}
	.sectionTowns #map_block {
		display: block;
	}
	.sectionTowns .sectionTowns__towns {
		max-width: 100%;
	}
}

@media (max-width: 960px) {
	.mainFeatures .row {
		display: block;
	}
	.mainFeatures [class*='col'] {
		display: block;
		max-width: 100%;
		clear: both;
		margin-bottom: 2rem;
	}
	.mainFeature {
		overflow: hidden;
	}
	.mainFeature__desc {
		padding-top: 1rem;
	}
	.footer__line1 {
		margin-bottom: -2rem;
	}
	.footer__line1 [class*='col'] {
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 2rem;
	}
	.footerTel__title, .footerTel__tel {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}
	.footerTel__title {
		margin-right: 1rem;
	}
	.footerText br {
		display: none;
	}

	.prodFull__main {
		display: block;
	}
	.prodFull__main [class*='col'] {
		display: block;
		max-width: 100%;
	}
	.prodFull__core {
		margin: 0 0 2rem;
		padding-right: 0;
	}
	.fullProd__list {
		text-align: center;
	}
	.fullProd__list .prodHelp__item {
		display: inline-block;
		vertical-align: top;
		margin: 0 1rem 0 0;
	}
	.fullProd__options + .prodFull__sep, .prodFull .prodSpec + .prodFull__sep {
		display: none;
	}
	.prodFull__vid {
		float: none;
		margin-bottom: 2rem;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 480px;
	}
	.prodMap__map #map {
		max-height: 80vh;
	}
	.prodFull__price {
		float: left;
	}
	.prodFull__btn {
		float: right;
		display: inline-block;
		width: auto;
	}
	.fullProd__list {
		clear: both;
	}
	.prodFull__spec {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.newsGrid [class*='col'] {
		max-width: 33.3333%;
		width: 33.3333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
	}
	.shortProd {
		position: relative;
	}
	.shortProd__desc {
		border-right: 0;
		padding-left: 0;
	}
	.shortProd__col1 {
		max-width: 380px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 380px;
		    -ms-flex: 0 0 380px;
		        flex: 0 0 380px;
	}
	.shortProd__col2 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.shortProd__col3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		max-width: calc(100% - 380px);
		width: calc(100% - 380px);
	}
	.mapShort__cell--second .col-6 {
		max-width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		        flex-basis: 50%;
	}
	.mapFull .mapTowns__list--half {
		-webkit-columns: 2 0;
		   -moz-columns: 2 0;
		        columns: 2 0;
	}
	.mapFull--second [class*='col'] {
		max-width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		        flex-basis: 50%;
		margin-bottom: 2rem;
	}
	.sectionNews__grid {
		display: block;
	}
	.sectionNews__grid .newsShort__img {
		float: left;
		margin-right: 2rem;
		margin-bottom: 0;
	}
	.sectionNews__grid-col {
		max-width: 100%;
		clear: both;
		overflow: hidden;
		margin-bottom: 2rem;
	}
}

@media (max-width: 900px) {
	.mainSearch {
		padding-top: 4rem;
	}
	.mainSearch__title {
		font-size: 4rem;
	}
	.searchOptions {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.searchOptions .searchSelect {
		width: 50%;
	}
	.searchOptions .searchSelect + .searchSelect .jq-selectbox__select {
		border-radius: 0 4px 4px 0;
	}
	.searchPrices {
		width: 100%;
		margin-top: 2rem;
		z-index: 5;
	}
	.searchPrices .priceInput--from input {
		border-radius: 4px 0 0 4px;
	}
	#price-slider {
		border-radius: 0 0 2px 2px;
	}
	.searchExtend__controls {
		max-width: calc(100% - 10rem);
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		        flex-basis: auto;
	}
	.searchExtend__send {
		max-width: 10rem;
		-webkit-flex-basis: 10rem;
		-ms-flex-preferred-size: 10rem;
		        flex-basis: 10rem;
	}
	.footer__line2 .col-3:not(.footer__line2-soc) {
		width: 33.3333%;
		max-width: 33.3333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
	}
	.footer__line2-soc {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
		padding-top: 3rem;
	}
	.footer__soc, .dev, .footerCopy {
		width: 33.3333%;
		float: left;
		padding: 0 5px;
	}
	.footer__soc .footerTitle, .dev__label {
		display: none;
	}
	.footerCopy {
		margin-bottom: 0;
	}
	.content__side, .content__middle {
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.content__side {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
		margin-bottom: 4rem;
	}
	.sectionNews__grid .newsShort__img {
		display: none;
	}
}

@media (max-width: 850px) {
	.subscribe__body {
		padding-left: 0rem;
		text-align: center;
	}
	.subscribe__body form {
		float: none;
	}
	.subscribe__title {
		max-width: 80rem;
		text-shadow: 1px -1px 0 rgba(255, 255, 255, .3);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 800px) {
	.footerTel__tel {
		display: block;
		padding-top: .5rem;
	}
	.aboutFaces__grid [class*='col'] {
		width: 33.3333%;
		max-width: 33.3333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
	}
}

@media (max-width: 768px) {
	.logo {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
	}
	.header__helper {
		display: block;
		width: 100%;
		height: 1px;
	}
	.header__table {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.headerInfo {
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-left: 0;
	}
	.headerInfo--first {
		padding-right: 1rem;
	}
	.headerInfo--second {
		padding-left: 1rem;
	}
	.mainTypes__list {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.typesBlock__item {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.subscribe__grill:before {
		content: none;
	}
	.seoText {
		padding-bottom: 4rem;
	}
	.contacts {
		margin-bottom: 2rem;
	}
	.contacts__info {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 1rem;
		padding-top: 0;
	}
}

@media (max-width: 700px) {
	.newsGrid [class*='col'] {
		max-width: 50%;
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	.sectionTowns .extraTitle.font-36 {
		font-size: 2rem;
	}
	.title--h2 {
		font-size: 3rem;
	}

	.catalogSub__link {text-align:center;}
	.catalogSub__img {width:50px;height:50px;margin-left:auto;margin-right:auto;}
	.catalogSub__img img {width:100%;min-height:100%;}

	.sort__label {display:none;}
}

@media (max-width: 650px) {
	.mapFull--first .mapFull__cell--first, .mapShort__cell--first {
		display: none;
	}
	.mainScheme {
		display: none;
	}
	.mainFeatures {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.mainFeatures:after {
		content: none;
	}
	.sectionNews__table {
		display: block;
	}
	.sectionNews__content {
		max-width: 100%;
	}
	.sectionNews__sidebar {
		display: none;
	}
}

@media (max-width: 620px) {
	.subscribe__title {
		font-size: 2rem;
	}
	.subscribe__body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.subscribe__inputs {
		display: block;
	}
	.subscribe__inputs .superLabel {
		float: none;
		display: block;
		margin-bottom: 1rem;
	}
	.subscribe__inputs .superLabel input {
		width: 100%;
		border-radius: 5px !important;
	}
	.prodFull__head {
		display: block;
	}
	.prodFull__cats {
		margin-bottom: 2rem;
	}
	.title--h1 {
		font-size: 2.8rem;
	}
	.extraTitle.font-30 {
		font-size: 2rem;
	}
	.page404__error {
		font-size: 24rem;
	}
	.shortProd__col1 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.shortProd__cover {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.shortProd__col2 {
		margin-bottom: 2rem;
	}
	.shortProd__col3 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		        order: 4;
	}
	.prodPrice__price-title {
		display: none;
	}
	.shortProd__price {
		text-align: center;
		margin-bottom: 0rem;
	}
}

@media (max-width: 600px) {
	.pag {
		font-size: 1.5rem;
	}
	.aboutFaces__grid [class*='col'] {
		width: 50%;
		max-width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

@media (min-width: 481px) {
	.nav {
		display: block !important;
	}
}

@media (max-width: 500px) {
	.mainSearch {
		min-height: auto;
		padding-bottom: 6rem;
	}
	.searchSelects {
		display: block;
		margin-bottom: 1rem;
	}
	.searchSelects .searchSelect {
		width: 100%;
		padding-top: 1rem;
	}
	.searchSelects .jq-selectbox__select {
		border-radius: 4px !important;
	}
	.searchSelects .searchSelect:first-child {
		padding-top: 0;
	}
	.searchPrices {
		margin-top: 1rem;
	}
	.searchExtend {
		display: block;
	}
	.searchExtend__controls {
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.searchExtend__send {
		max-width: 100%;
	}
	.mainSearch__send {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.prodFull__price {
		float: none;
	}
	.prodFull__btn {
		float: none;
		width: auto;
		display: block;
	}
	.newsGrid [class*='col'] {
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 2rem;
	}
	.shortProd__spec {
		display: none;
	}
	.mapShort__cell--second .col-6 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
}

@media (max-width: 480px) {
	.mobNav {
		display: inline-block;
		position: relative;
		z-index: 99;
	}
	.line {
		z-index: 10;
	}
	.nav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 124, 199, .7);
		left: 0;
		top: 0;
		padding-top: 50px;
	}
	.nav__list {
		display: block;
		text-align: center;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
	.nav__item {
		display: block;
		float: none;
		font-weight: bold;
	}
	.nav__link {
		display: block;
	}
	.nav__sub {
		display: block !important;
		position: static;
	}
	.navSub__item {
		display: inline-block;
		vertical-align: middle;
		font-weight: normal;
	}
	.footer__line1 {
		display: block;
		margin-bottom: 0;
	}
	.footer__line1 [class*='col'] {
		width: auto;
		max-width: 100%;
	}
	.footer__line2 {
		display: block;
		text-align: center;
	}
	.footer__line2-soc {
		overflow: hidden;
		padding-top: 0;
	}
	.footer__line2-types, .footer__line2-coasts, .footer__line2-towns {
		display: none;
	}
	.footer__soc, .footerCopy, .dev {
		width: 100%;
	}
	.dev {
		display: none;
	}
	.page404__error {
		font-size: 50vw;
	}
	.shortProd__title {
		font-size: 2.2rem;
	}
	.mapFull .mapTowns__list {
		-webkit-columns: auto;
		   -moz-columns: auto;
		        columns: auto;
		margin-left: -1rem;
		margin-right: 0;
	}
	.mapFull .mapTowns__list li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mapFull--second [class*='col'] {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.sectionTowns__towns .row {
		display: block;
	}
	.sectionTowns__towns [class*='col'] {
		max-width: 100%;
	}
	.sectionTowns__towns .mapTowns__list li {
		display: inline-block;
		margin-right: 1rem;
	}
	.sectionTowns__towns .mapTowns__link--active {
		display: block;
	}
}

@media (max-width: 420px) {
	.header__table {
		display: block;
		text-align: center;
	}
	.headerInfo {
		width: 100%;
		padding: 0;
		margin-top: 2rem;
	}
	.aboutFaces__grid {
		display: block;
		text-align: center;
	}
	.aboutFaces__grid [class*='col'] {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: auto;
	}

	.searchArt {
		width: 180px;
		-webkit-box-flex: 0;-ms-flex: 0 0 180px;flex: 0 0 180px;
	}


	.catalogSub {display:block;}
	.catalogSub__img {display:none;}
	.catalogSub__item {display:inline-block;vertical-align:top;max-width:100%;}
}

@media (max-width: 380px) {
	.shortProd__img {
		height: auto;
	}
}


.prodGall__main.black_back {background: #000!important; display: flex; align-items: center;}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #007cc7;
}
