/**
 * Global
 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

.g-table {
	display: table;
}

.g-table-row {
	display: table-row;
}

.g-table-cell {
	display: table-cell;
}




.b-gallery {
}

.b-gallery-item {
	cursor: pointer;
}

.b-gallery-noscroll {
	overflow: hidden;
//	position: fixed;
}

.b-gallery-wrapper {
	background: white;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 100000;
	padding: 0;
	position: absolute;
	display: none;
	overflow: hidden;
}

/*
.custom-cursor {
	position: absolute;
	font-size: 12px;
	top: 2px;
	left: 2px;
	width: 40px;
	height: 40px;
	border: 1px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 40px !important;
	text-align: center;
	z-index: 1000000;
	cursor: pointer;
	color: #171717;
//	opacity: 0;
//	-webkit-transform: scale(0, 0);
//	-moz-transform: scale(0, 0);
//	-ms-transform: scale(0, 0);
//	-o-transform: scale(0, 0);
//	transform: scale(0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
*/


.b-gallery-img {
	display: block;
	display: none;
	overflow: hidden;
}



.b-gallery-img__big {
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

.b-gallery-img__full {
	position: absolute;
	left: 0;
	top: 0;
	cursor: crosshair;
}

.b-gallery-img__huge {
	position: absolute;
	left: 0;
	top: 0;
	cursor: zoom-out;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}

.b-gallery-logo {
	border: 1px solid white;
	opacity: .8;
	border-radius: 2px;
	padding: 10px;
	background: white;
	position: absolute;
	z-index: 1001;
	top: 12px;
	left: 12px;
	display: block;
	font-size: 12px;
	color: #999;
	text-align: left;
}

.b-gallery-logo:hover {
	border: 1px solid #f0f0f0;
	color: #333;
}

.b-gallery-logo img {
	width: 150px;
	height: auto;
}

.b-gallery-logo div {
	padding-top: 5px;
}


.b-gallery-preview {
	border: 1px solid white;
	border-radius: 2px;
	padding: 10px;
	background: white;
	position: absolute;
//	z-index: -1;
	top: 140px;
	left: 72px;
	display: block;
	font-size: 12px;
	color: #999;
}

.b-gallery-preview img {
	height: 60px;
}

.b-gallery-preview:hover {
	border: 1px solid #f0f0f0;
	opacity: .95;
}

.b-gallery-close {
	position: fixed;
	z-index: 1001;
	padding: 20px;
	top: 0;
	right: 0;
	background: url(/i/v3/blocks/b-gallery/img/close.png) no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

.b-gallery-number {
	position: absolute;
	color: #999;
	bottom: 12px;
	right: 12px;
	font-size: 16px;
	border-radius: 50%;
	border: 1px solid #999;
	box-shadow: 0px 0px 0px 1px #f0f0f0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: -2;
}

/*
.b-gallery-number:hover {
	transform: rotate(360deg);
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
*/

.b-gallery-nav {
	position: absolute;
	top: 0;
	opacity: .2;
	z-index: -1;
	width: 50%;
	height: 100%;
	cursor: pointer;
}

.b-gallery-nav:hover {
	opacity: 0.1;
}

.b-gallery-nav-prev {
	left: 0;
}

.b-gallery-nav-next {
	right: 0;
}

.b-gallery-nav-prev-icon {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url(/i/v3/blocks/b-gallery/img/arrow-left.svg) no-repeat left center;
    background-size: cover;
}

.b-gallery-nav-next-icon {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(/i/v3/blocks/b-gallery/img/arrow-right.svg) no-repeat right center;
    background-size: cover;
}



.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	z-index: 999;
}

.modal:after {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	content: ''
}



.modal--window {
	display: inline-block;
	position: relative;
	max-width: 80%;
	padding: 20px;
	border: 5px solid #fefefe;
	border-radius: 5px;
	background: #f0f0f0;
	vertical-align: middle;
	z-index: 10000;
	font-size: 16px;
	color: #93007b;
}

.modal--window_buttonclose {
}

.modal--window__close {
	display: block;
	cursor: pointer;
	border: 0px;
	top: 4px;
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/i/third-party/magiczoomplus/graphics/buttons1.png) -48px 0px;
	cursor: pointer;
}

.modal--window__close_left {
	left: 4px;
}

.modal--window__close_right {
	right: 4px;
}

.modal--window__close:hover {
	background-position: -48px -24px;
}

.modal--window input[type="button"], .modal--window input[type="submit"], .button_dark {
	padding: 6px 16px;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
	cursor: pointer;
	background: #444;
	background: -webkit-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: -moz-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: -ms-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: -o-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	color: #fff;
}

.modal--window input[type="button"]:hover, .modal--window input[type="submit"]:hover, .button_dark:hover {
	background: #555;
}



.modal--window--alert {
}



.b-spoiler {
}

.b-spoiler::before {
	background: url("/i/v3/blocks/b-spoiler/b-spoiler_close.png") no-repeat transparent;
	content: " ";
	display: block;
	float: left;
	height: 16px;
	width: 12px;
	margin-top: 4px;
}

.b-spoiler_open::before {
	background: url("/i/v3/blocks/b-spoiler/b-spoiler_open.png") no-repeat transparent;
	margin-top: 6px;
}

.b-spoiler__title {
	border-bottom: 1px dashed #466fab;
	color: #466fab;
	cursor: pointer;
}

.b-spoiler__text {
	display: none;
	margin-top: 10px;
	padding: 10px 10px 10px 12px;
	background: #f6f6f6;
	border-radius: 3px;
	border: 1px dashed #ddd;
}


.b-info {
	padding: 10px;
	margin-top: 30px;
	width: 70%;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
}

.b-info__left {
	font-size: 33px;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	background: #eee;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
}

.b-info__right {
	font-size: 18px;
	padding-left: 10px;
	vertical-align: middle;
}

/* TODO: Empty margin for CI::form_validation paragraph <p> */
.b-info__right p {
	margin: 0;
}

.b-info_font_small {
	font-size: 14px;
}

.b-info_color_notice {
	color: #999;
}

.b-info_color_success {
	color: #0a0;
}

.b-info_color_error {
	color: #c00;
}


.b-input-counter {
}

.b-input-counter__minus, .b-input-counter__plus {
	display: block;
	width: 17px;
	height: 17px;
	margin-top: 7px;
	overflow: hidden;
	cursor: pointer;
}

.b-input-counter__minus {
	float: left;
	margin-right: 2px;
	background: url("/i/v3/blocks/b-input-counter/b-input-counter.png") no-repeat;
}

.b-input-counter__minus:hover {
	color: #999;
	background-position: 100% -17px;
}

.b-input-counter__plus {
	float: left;
	margin-left: 2px;
	background: url("/i/v3/blocks/b-input-counter/b-input-counter.png") no-repeat;
	background-position: 100% -34px;
}

.b-input-counter__plus:hover {
	color: #999;
	background-position: 100% -51px;
}

.b-input-counter__input-text {
	float: left;
}



.b-input-suggest {
	background: url("/i/v3/blocks/b-input-suggest/b-input-suggest.png") no-repeat 98% 50% !important;
	padding-right: 20px !important;
}

.b-input-suggest__dropdown {
	position: absolute;
	display: none;
	margin-top: 2px;
	padding: 0;
	min-width: 323px;
	width: auto;
	height: auto;
	float: left;
	max-height: 408px;
	z-index: 20;
	overflow: auto;
}

.b-input-suggest__dropdown div {
	padding: 4px 7px 4px 12px;
	white-space: nowrap;
	cursor: pointer;
}

.b-input-suggest__dropdown div.active {
	color: #fff;
	background-color: #3399ff;
}

.b-input-suggest__dropdown p {
	font-size: 12px;
	padding: 4px 7px 4px 12px;
	white-space: nowrap;
}

.b-input-suggest__dropdown span {
	font-size: 14px;
	color: #c00;
}

.b-input-suggest__dropdown i {
	font-size: 14px;
	color: #090;
	font-style: normal;
}



.input-select {
	float: right;
	font-size: 14px;
	color: #555;
	width: 143px;
	position: relative;
	height: 17px;
	white-space: nowrap;
}

.input-select__title {
	font-size: 16px;
	color: #666;
	position: absolute;
	z-index: 2;
	padding: 11px 0 0 20px;
	width: 121px;
	height: 28px;
	margin: -11px 0 0 -15px;
	text-decoration: none;
	cursor: pointer;
}

.input-select__title:hover {
	text-decoration: none;
}

.input-select__nolink {
//	border-bottom: 1px dotted #555;
}

.input-select__nolink-arrow {
	display: inline-block;
	margin-left: 2px;
	width: 7px;
	height: 7px;
	background: url("/i/v3/blocks/input-select/input-select__arrow.png") no-repeat 98% 50%;
	border-bottom: 0px dotted #555;
}

.input-select__link {
	color: #333;
	display: block;
	font-size: 12px;
	padding: 3px 17px;
	cursor: pointer;
	text-decoration: none;
}

.input-select__link:hover {
	background:#bbb;
	color: #fff;
	text-decoration: none;
}

.input-select__menu {
	background: #fdfdfd;
	position: absolute;
	top: -12px;
	left: -22px;
	z-index: 1;
	width: 150px;
	display: none;
	margin-left: 10px;
	padding: 40px 0 5px;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.input-select__linkbox {
	list-style: none;
	padding: 11px 0 5px 0;
	border-top: 1px solid #dedede;
}



.input-button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.input-button:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.input-button:hover, .input-button:focus {
	color: #333333;
	text-decoration: none;
}

.input-button:active, .input-button.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.input-button.disabled, .input-button[disabled], fieldset[disabled] .input-button {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-button-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.input-button-default:hover, input-button-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.input-button-default:active, .input-button-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}



.input-text, input[type="text"], input[type="password"], select, textarea {
	padding: 6px 7px 6px 12px;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-text:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.input-text:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
	color: #aaa;
}

.input-text::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
	color: #aaa;
}

.input-text:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaa;
}

.input-text::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaa;
}


.input-text[disabled], .input-text[readonly], fieldset[disabled] .input-text {
	cursor: not-allowed;
	background-color: #eee;
}

textarea.input-text {
	height: auto;
}

select option {
	padding: 6px 7px 6px 12px;
}



.b-cartlist {
	width: 100%;
}

.b-cartlist__add {
	font-size: 14px;
	padding: 17px 0;
	color: #333;
}

.b-cartlist__order-sum {
}

.b-cartlist__price-color {
	color: #93007b;
}

.b-cartlist__table {
	vertical-align: middle;
	border: 1px solid #eee;
}

.b-cartlist__error {
	color: #c00;
}

.b-cartlist__table td {
	padding: 16px;
}

.b-cartlist__table th {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 16px 5px 16px;
}

.b-cartlist__deleteitem {
	color: #666;
	text-decoration: underline;
	line-height: 17px;
	background: url("/i/v3/blocks/b-cartlist/b-cartlist__deleteitem.png") no-repeat;
	background-position: 100% 0px;
	padding: 0 20px 0 0;
	height: 17px;
	display: block;
	font-size: .75em;
	cursor: pointer;
	outline: 0;
}

.b-cartlist__deleteitem:hover {
	color: #c00;
	background-position: 100% -17px;
}

.b-cartlist__sum-left {
	font-size: 14px;
	color: #666;
	border-top: 1px solid #f0f0f0;
	background: #fcfcfc;
}

.b-cartlist__sum-right {
	font-size: 18px;
	border-top: 1px solid #f0f0f0;
	white-space: nowrap;
	background: #fcfcfc;
}

.b-cartlist a.link_dotted {
	font-size: 14px;
	border-bottom: 1px dotted;
	text-decoration: none;
}

.b-cartlist__oneclick {
	overflow: hidden;
	margin-top: 30px;
	padding: 20px 16px 20px 16px;
	background: #f6f6f6;
}

.b-cartlist__left {
	float: left;
	width: 40%;
}

.b-cartlist__right {
	float: right;
}

.b-cartlist__up {
	font-size: 14px;
	margin-bottom: 10px;
}

.b-cartlist__down {
	color: #777;
}

.b-cartlist__down2 {
	color: #777;
	margin-top: 3px;
	margin-left: 4px;
}



.b-cartorder {
	width: 100%;
}

.b-cartorder__tabitem {
	font-size: 12px;
	display: inline-block;
	padding: 4px 12px 4px 12px;
	cursor: pointer;
}

.b-cartorder__stepgroup {
	color: #666;
	padding: 10px 20px 10px 30px;
	border: 1px solid #f0f0f0;
}

.b-cartorder__linegroup {
	padding: 10px 0 10px 0;
}

.b-cartorder__linegroup sup {
	color: #c00;
	font-size: 12px;
}

.b-cartorder__deliverygroup {
}

.b-cartorder__deliverygroup .checked {
	background: #f0f0f0;
}

.b-cartorder__deliverygroup .notchecked {
	background: #fcfcfc;
	cursor: pointer;
}

.b-cartorder__deliveryitem {
	padding: 10px 10px 10px 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px dashed #ddd;
}

.b-cartorder__deliveryitem input[type="radio"] {
	margin-left: 0px;
}

.b-cartorder__deliveryitem select {
	margin-top: 5px;
}

.b-cartorder__deliveryitem span.checked {
	font-weight: bold;
	background: #eee;
	border-radius: 3px;
	border: 1px dashed #ddd;
	padding: 3px;
}

.b-cartorder__deliveryitem span.notchecked {
	color: #466fab;
	border-bottom: 1px dashed #466fab;
}

.b-cartorder__description {
	margin-top: 8px;
}

.b-cartorder__description .checked {
	display: block;
}

.b-cartorder__description .notchecked {
	display: none;
}

.b-cartorder__select_outer {
	display: inline-block;
	max-width: 80%;
}

.b-cartorder__select {
	width: 100%;
}

.b-cartorder__warehouseitem .field {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top
}

.b-cartorder__warehouseitem a {
	border-bottom: 1px dashed #466fab;
	display: inline-block;
	margin-left: 10px;
}
.b-cartorder__warehouseitem a:hover {
	text-decoration: none;
}
.b-cartorder__warehouseitem a:before {
	background: url("/i/v3/blocks/b-cartorder/b-cartorder__yamap.png") !important;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
}

.b-cartorder__comment {
	margin-top: 2px;
	width: 80%;
	height: 80px;
}


.p-cart__newuser {
	font-size: 14px;
	background: #eee;
	color: #666;
	border-radius: 3px;
	border: 1px dashed #ddd;
}

.p-cart__login {
	font-size: 14px;
}


/**
 * User
 */

.p-user {
	font-size: 14px;
	color: #666;
}

.p-user__form {
	padding: 30px;
	margin-top: 30px;
	width: 70%;
	border: 1px dashed #ccc;
}

.p-user__cell {
	padding: 5px;
	min-width: 100px;
}

.p-user__sup {
	color: #c00;
}

/**
 * Cabinet
 */

.p-user__cabinet-item {
	padding: 30px;
	margin-top: 30px;
	width: 70%;
	border: 1px dashed #ccc;
	font-size: 18px;
	background: #f0f0f0;
}

.p-user__cabinet-item:hover {
	background: #ddd;
}

/**
 * Login
 */

.p-user__login-right {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.p-user__login-registration {
	font-size: 16px;
	padding: 5px 40px 5px 40px;
}

/**
 * Orders
 */

.p-user__orders-table {
	width: auto;
}

.p-user__orders-table tr:hover {
	background: #eee;
	cursor: pointer;
}

.p-user__orders-table td {
	padding: 4px;
}

.p-user__orders-table-left {
	text-align: left;
}

.p-user__orders-table th {
	padding: 10px;
	background: #ddd;
}



/**
 *	CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
 *
 *	Author: Marc van Nieuwenhuijzen
 *	Company: WebVakman
 *	Site: WebVakman.nl
 *
 **/

@media (min-width: 1200px) and (max-width: 1599px) {
	.hidden-lg {
		display: none !important;
	}
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
	display: none !important;
}



@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
	.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 {
		float: left;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.66666667%;
	}
	.col-xl-10 {
		width: 83.33333333%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-8 {
		width: 66.66666667%;
	}
	.col-xl-7 {
		width: 58.33333333%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-5 {
		width: 41.66666667%;
	}
	.col-xl-4 {
		width: 33.33333333%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-2 {
		width: 16.66666667%;
	}
	.col-xl-1 {
		width: 8.33333333%;
	}

	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-pull-11 {
		right: 91.66666667%;
	}
	.col-xl-pull-10 {
		right: 83.33333333%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-8 {
		right: 66.66666667%;
	}
	.col-xl-pull-7 {
		right: 58.33333333%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-5 {
		right: 41.66666667%;
	}
	.col-xl-pull-4 {
		right: 33.33333333%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-2 {
		right: 16.66666667%;
	}
	.col-xl-pull-1 {
		right: 8.33333333%;
	}
	.col-xl-pull-0 {
		right: auto;
	}

	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-push-11 {
		left: 91.66666667%;
	}
	.col-xl-push-10 {
		left: 83.33333333%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-8 {
		left: 66.66666667%;
	}
	.col-xl-push-7 {
		left: 58.33333333%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-5 {
		left: 41.66666667%;
	}
	.col-xl-push-4 {
		left: 33.33333333%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-2 {
		left: 16.66666667%;
	}
	.col-xl-push-1 {
		left: 8.33333333%;
	}
	.col-xl-push-0 {
		left: auto;
	}

	.col-xl-offset-12 {
		margin-left: 100%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xl-offset-0 {
		margin-left: 0;
	}

	.visible-xl {
		display: block !important;
	}
	table.visible-xl {
		display: table;
	}
	tr.visible-xl {
		display: table-row !important;
	}
	th.visible-xl, td.visible-xl {
		display: table-cell !important;
	}
	.visible-xl-block {
		display: block !important;
	}
	.visible-xl-inline {
		display: inline !important;
	}
	.visible-xl-inline-block {
		display: inline-block !important;
	}
	.hidden-xl {
		display: none !important;
	}
}



/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * https://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * https://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}


a {
	transition:0.2s all ease-in-out;
	-webkit-transition:0.2s all ease-in-out;
	outline:0;
}

.b-mmenu-no-scroll {
	overflow:hidden;
}

html,body {
	height:100%;
}

.b-mmenu-container {
	max-width:740px;
	margin:0 auto;
	padding: 15%;
}

/* Nav */
.b-mmenu-wrapper, .b-mmenu-wrapper-overlay, nav, .b-mmenu-navicon {
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.b-mmenu-wrapper {
	min-height: 100%;
	position: relative;
	top:0;
	bottom:0;
	left:0;
	z-index:3;
	background-color:#fff;
	border: 2px red solid;
}

.b-mmenu-wrapper.active {
	left: 250px;
	cursor: pointer;
}

.b-mmenu-wrapper-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(180,180,180,0.9);
	visibility: hidden;
	z-index: 4;
	opacity: 0;
}

.b-mmenu-wrapper-overlay .active {
	visibility: visible;
	opacity: 1;
	left: 250px;
}

.b-mmenu-wrapper-overlay.active:hover {
	background-color:rgba(180,180,180,0.75);
}
/*
nav {
	z-index:1;
	position:fixed;
	background:#11111a;
	height:100%;
	width:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
}

nav h3 {
	color:#fff;
	opacity:0.5;
	font-size:80%;
	padding:5px 25px 10px;
}

nav ul {
  padding: 0;
}

nav ul:not(:last-child) {
	margin-bottom:2rem;
}

nav li {
	display:block;
}

nav a {
	color:#fff;
	padding:10px 25px;
	display:block;
	text-decoration:none;
}

nav a:hover {
	padding-left:30px;
	color:#aaa;
}

nav li:not(:last-child) {
	border-bottom:1px solid #22222a;
}

.b-menu-nav-wrapper {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:250px;
	padding:20px 0;
	overflow: scroll;
}

.b-mmenu-navicon {
	position:absolute;
	top:0;
	left:0;
	padding:30px;
	cursor:pointer;
	z-index:999;
}

.b-mmenu-navicon.active {
	left:250px;
}

.b-mmenu-navicon:hover .toggle span {
	background-color:#777;
}

.b-mmenu-navicon .toggle {
	display:block;
	float:left;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

.b-mmenu-navicon .toggle span {
	width:16px;
	height:3px;
	background:#aaa;
	display:block;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.b-mmenu-navicon .toggle span:not(:last-child) {
	margin-bottom:2px;
}

.b-mmenu-navicon.active .toggle {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

.b-mmenu-navicon.active .toggle .t1 {
	-webkit-transform:translateY(6px);
	-ms-transform:translateY(6px);
	transform:translateY(6px)
}

.b-mmenu-navicon.active .toggle .t2 {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}

.b-mmenu-navicon.active .toggle .t3 {
	-webkit-transform:rotate(-90deg) translateX(4px);
	-ms-transform:rotate(-90deg) translateX(4px);
	transform: rotate(-90deg) translateX(4px)
}
*/


/* adjust body when menu is open */
body.slide-active {
//	overflow-x: hidden;
	overflow: hidden;
}

/*first child of .b-mm-page so it doesn't shift around*/
.no-margin-top {
	margin-top: 0px !important;
}

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
.b-mm-page {
	position: relative;
	left: 0;
}
.b-mm-page.slide-active {
	padding-top: 0;
}

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
	cursor: pointer;
	position: relative;
	line-height: 0;
	float: left;
	margin: 0;
	width: 30px;
	height: 40px;
	padding: 10px 0 0 0;
	border: 0;
	background: transparent;
}

/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	margin: 5px 0 0 0;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
	background: orange;
}
.navbar-header {
	position: relative;
}

/* un fix the navbar when active so that all the menu items are accessible */
/*
.navbar.navbar-fixed-top.slide-active {
	position: relative;
}
*/

/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
	#slide-nav .container {
		margin: 0!important;
		padding: 0!important;
		height:100%;
	}
	#slide-nav .navbar-header {
		margin: 0 auto;
		padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
		position: absolute;
		width: 49%;
		top: -1px;
		z-index: 1000;
	}
	#slide-nav #slidemenu {
		background: #f7f7f7;
		left: -100%;
		width: 49%;
		min-width: 0;
		position: absolute;
		padding-left: 0;
		z-index: 2;
		top: -8px;
		margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
		min-width: 0;
		width: 100%;
		margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
		min-width: 0;
		width: 49%;
		white-space: normal;
	}
	#slide-nav {
		border-top: 0;
	}
	#slide-nav.navbar-inverse #slidemenu {
		background: #333;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#navbar-height-col {
		position: fixed;
		top: 0;
		height: 100%;
		bottom:0;
		width: 49%;
		left: -49%;
		background: #f7f7f7;
	}
	#navbar-height-col.inverse {
		background: #333;
		z-index: 1;
		border: 0;
	}
	#slide-nav .navbar-form {
		width: 100%;
		margin: 8px 0;
		text-align: center;
		overflow: hidden;
		/*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
		text-align: center;
	}
	#slide-nav .navbar-form .btn {
		width: 100%;
	}
}

@media (min-width:768px) {
	.b-mm-page {
		left: 0 !important;
	}

	.navbar.navbar-fixed-top.slide-active {
		position: fixed;
	}
	.navbar-header {
		left: 0!important;
	}
}



/**
 * Mobswiper
 */

.b-mobswiper-button-prev.swiper-button-disabled, .b-mobswiper-button-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: auto;
}

.b-mobswiper-button-prev, .b-mobswiper-button-next {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	transition: opacity 300ms ease;
	opacity: .2;

    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.b-mobswiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
}

.b-mobswiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
}

.b-mobswiper-pagination {
	position: absolute;

//	bottom: 10px;
//	left: 10px;
	top: 0;
	right: 10px;


	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 10;

	width: 50px;
	height: 50px;

	line-height: 50px;
	font-size: 12px;


	opacity: .8;
	border-radius: 50%;
	color: #999;
	border: 1px solid #999;
	box-shadow: 0px 0px 0px 1px #f0f0f0;

}


/**
 * Global settings
 */
a {
	color: #252525;
}

a:hover {
	text-decoration: none;
	color: #666;
}

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


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

sub {
//	vertical-align: bottom;
//	color: #93007b;
}

@media (min-width: 1500px) { .container { max-width: 1500px !important; } }

/**
 * Root
 */

.p-root {
	font-family: roboto, avenir, centurygothic, helvetica, sans-serif, arial;
}

.p-root-logo-xs img {
	width: 177px;
}

.p-root-logo-sm img {
	width: 100%;
}


.p-root-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-root-slogan {
	color: #999;
	font-size: 12px;
}

.p-root-locator {
	background: url(/i/gp/blocks/p-root/img/locator.svg) no-repeat right 4px;
	background-size: 9px;
	padding-right: 15px;
	text-align: right;
}

/**
 * Menu toggler
 */
/*
.p-root-menutoggler {
    background: url(/i/gp/blocks/p-root/img/menutoggler.png) no-repeat left center;
    width: 35px;
    height: 41px;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
*/
/**
 * Menu main
 */

.p-root-menu {
	display: flex;
	border-top: 1px solid #ccc;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	list-style-type: none;
	padding: 4px 0px 4px 10px;
	margin-bottom: 10px;
}

.p-root-menu li a {
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-right: 45px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.p-root-menu li a:hover {
	color: #333;
	border-bottom: 1px solid #300;
}

/**
 * Menufixed
 */

.p-root-menufixed {
	border-bottom: solid 1px #ccc;
	padding-left: 40px;
	padding-right: 40px;
	position: fixed;
    z-index: 9999;
//	transition: height 100ms;
	line-height: 66px;
	background: #fff;
}

.p-root-menufixed-wrapper {
	max-width: 1920px;
}

.p-root-menufixed-logo-wrapper {
	display: block;
	float: left;
	max-width: 177px;
}

.p-root-menufixed-logo {
	width: 100%;
    vertical-align: middle;
}

.p-root-menufixed ul {
	float: left;
}

.p-root-menufixed li {
	display: block;
	float: left;
}

.p-root-menufixed li a {
	display: block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin-left: 40px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

.p-root-menufixed li a:hover {
	color: #000;
	border-bottom: #ccc 1px solid;
}

.p-root-menufixed-locator {
	float: right;
	height: 66px;
}

.p-root-menufixed-locator-wrapper {
	color: #333;
	display: inline-block;
	vertical-align: middle;
	background: url(/i/gp/blocks/p-root/img/locator.svg) no-repeat right 2px;
	background-size: 9px;
	line-height: 16px;
	text-align: right;
}


.p-root-menufixed-cart-wrapper {
	display: inline-block;
}

.p-root-menufixed-cart-wrapper img {
	transition: all 2000ms;
	filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	vertical-align: middle;
	margin-left: 40px;
	margin-right: 8px;
	width: 40px;
}

.p-root__header-order-sum {
	padding-left: 5px;
}

/**
 * Page body
 */

.p-root-wrapper {
	margin-top: 90px;
}

.p-root-wrapper-main {
//	margin-top: 35px;
}


.p-root-wrapper0 {
	margin-top: 69px;
	padding: 0;
}






/**
 * Main page
 */

.p-root-delivery-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	border: 1px solid #eee;
	margin-top: 7px;
	min-height: 300px;
}

.p-root-delivery {
	background: #f4f4f4;
	padding: 20px;
	font-size: 14px;
	width: auto;
}

.p-root-delivery h3 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 20px;
}

/**
 * Footer
 */

.p-root-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 30px;
	padding: 20px;
	min-height: 100px;
	text-align: center;
}

.p-root-footer-left {
}

.p-root-footer-left img {
	width: 35px;
	margin-right: 10px;
	filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	transition: all 200ms;
}

.p-root-footer-left img:hover {
	filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}

.p-root-footer-center {
}

.p-root-footer-right {
	font-family: 'Bad Script', cursive;
	font-size: 16px;
	display: flex;
    align-items: center;
	color: #666;
}

.p-root-footer-right img {
	width: 35px;
	opacity: .5;
}

.p-root-footer-right img:hover {
	opacity: .8;

}



.parsley-errors-list {
	color: #c00;
	padding-left: 2px;
	font-size: 12px;
}



.p-about-double {
	position: relative;
 	background: #e4e4e4;
 	padding: 20px;
 	margin-bottom: 80px;
}

.p-about-image {
	width: 100%;
}

.p-about-manufacture {
	display: none;
	font-family: 'Bad Script', cursive;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	color: white;
	margin: 0 22px 12px 0px;
}

.p-about-double li:before {
	padding-left: 20px;
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	position: relative;
	margin-right: 10px;
	top: 3px;
	color: #ccc;
}



.p-store-img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.p-store-back {
	font-size: 12px;
 	color: #666;
	padding-bottom: 12px;
	display: block;
}

.p-store-back:hover {
	color: #999;
}

.p-store-good-name {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 28px;
}

.p-store-good-price {
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 28px;
}

.p-store-good-descr {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 28px;
}

.p-store-good-colhead {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 18px;
}

.p-store-good-colname {
	text-transform: uppercase;
}

.p-store-good-sc {
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 5px;
}

/*
.p-store-good-sc:hover {
	background: #f0f0f0;
}
*/

.p-store-good-sc-border {
	border: 1px solid #999;
	background: #ccc;
}

.p-store-good-buttoncart {
	padding: 10px;
}

.p-store-good-adminlink {
	top: -40px;
	position: absolute;
}

.p-store-good-adminlink a {
	color: #c00;
}




.p-store-listitem {
	padding: 0 24px 0 24px;
//border: 1px solid;
}

.p-store-listitem-wrapper {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.p-store-listitem-img {
 	width: 100%;
 	border-radius: 3px;
 	transition: all 0.7s ease-out;
}

.p-store-listitem-img:hover {
	opacity: .95;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.p-store-listitem-text {
	display: flex;
	justify-content: center;
	min-height: 90px;
	padding-top: 10px;
}

.p-store-listitem-descr {
	overflow: hidden;
	width: 100%;
	margin-right: 20px;
}

.p-store-listitem-price {
 	color: #999;
	text-align: right;
	white-space: nowrap;
}



#map {
	height: 400px;
}

.p-storelocator-double {
	position: relative;
 	background: #f4f4f4;
 	padding: 20px;
 	margin-bottom: 80px;
}

.p-storelocator-image {
	width: 100%;
}


.p-storelocator-head {
	font-size: 18px;
}

.p-storelocator-descr {
	font-size: 16px;
	padding: 10px 0 20px 20px;
}

.p-storelocator-slogan {
	font-size: 22px;
	font-family: 'Bad Script', cursive;
	text-align: right;
 	color: #4169E1
}
