@font-face {
	font-family: 'Europe Regular';
	src: url("fonts/europe-webfont.eot");
	src: url("fonts/europe-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/europe-webfont.woff2") format("woff2"), url("fonts/europe-webfont.woff") format("woff"), url("fonts/europe-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'EuropeCond Bold';
	src: url("fonts/europecond-bold-webfont.eot");
	src: url("fonts/europecond-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/europecond-bold-webfont.woff2") format("woff2"), url("fonts/europecond-bold-webfont.woff") format("woff"), url("fonts/europecond-bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
input, select, textarea, fieldset {
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0.8rem 1rem;
	font-size: 1rem;
	border-radius: 0.2rem;
	border: 1px solid #e8e8e8
}
label {
	vertical-align: middle
}
iframe{
    overflow:hidden;
}
input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=submit] {
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=checkbox], input[type=radio] {
	display: inline-block;
	margin-left: 0;
	margin-right: 0.5rem
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}
input[type=file] {
	border: 1px dotted #e8e8e8
}
select {
	line-height: 1.75
}
select:not([multiple]) {
	vertical-align: middle
}
textarea {
	line-height: 1.75
}
input:-ms-input-placeholder {
	color: #555
}
input::-webkit-input-placeholder {
	color: #555
}
input:-moz-placeholder {
	color: #555
}
input::-moz-placeholder {
	color: #555
}
.container {
	box-sizing: border-box;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto
}
.row, .instagram-pics, .addresses-list {
	box-sizing: border-box;
	display: block;
	font-size: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.row.middle-cols .col, .middle-cols.instagram-pics .col, .middle-cols.addresses-list .col, .row.middle-cols .instagram-pics li, .instagram-pics .row.middle-cols li, .middle-cols.instagram-pics li, .middle-cols.addresses-list .instagram-pics li, .instagram-pics .middle-cols.addresses-list li, .row.middle-cols .addresses-list .address-item, .addresses-list .row.middle-cols .address-item, .middle-cols.instagram-pics .addresses-list .address-item, .addresses-list .middle-cols.instagram-pics .address-item, .middle-cols.addresses-list .address-item, .row.middle-cols .column, .middle-cols.instagram-pics .column, .middle-cols.addresses-list .column {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.row.solid-grid .column, .solid-grid.instagram-pics .column, .solid-grid.addresses-list .column, .row.solid-grid .col, .solid-grid.instagram-pics .col, .solid-grid.addresses-list .col, .row.solid-grid .instagram-pics li, .instagram-pics .row.solid-grid li, .solid-grid.instagram-pics li, .solid-grid.addresses-list .instagram-pics li, .instagram-pics .solid-grid.addresses-list li, .row.solid-grid .addresses-list .address-item, .addresses-list .row.solid-grid .address-item, .solid-grid.instagram-pics .addresses-list .address-item, .addresses-list .solid-grid.instagram-pics .address-item, .solid-grid.addresses-list .address-item {
	padding-left: 0;
	padding-right: 0
}
[class*="-top-cols"] .column, [class*="-top-cols"] .col, [class*="-top-cols"] .instagram-pics li, .instagram-pics [class*="-top-cols"] li, [class*="-top-cols"] .addresses-list .address-item, .addresses-list [class*="-top-cols"] .address-item, [class*="-middle-cols"] .column, [class*="-middle-cols"] .col, [class*="-middle-cols"] .instagram-pics li, .instagram-pics [class*="-middle-cols"] li, [class*="-middle-cols"] .addresses-list .address-item, .addresses-list [class*="-middle-cols"] .address-item, [class*="-bottom-cols"] .column, [class*="-bottom-cols"] .col, [class*="-bottom-cols"] .instagram-pics li, .instagram-pics [class*="-bottom-cols"] li, [class*="-bottom-cols"] .addresses-list .address-item, .addresses-list [class*="-bottom-cols"] .address-item {
	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
}
.column, .col, .instagram-pics li, .addresses-list .address-item {
	box-sizing: border-box;
	display: inline-block;
	font-size: unset;
	font-size: 1rem;
	vertical-align: top;
	margin-left: .4166666667%;
	margin-right: .4166666667%
}
@supports not (flex-wrap: wrap) {
	.row, .instagram-pics, .addresses-list {
		display: block
	}
}
@media only screen and (max-width: 75rem) {
	.container {
		padding-left: 1rem;
		padding-right: 1rem
	}
}
@media only screen and (max-width: 480px) {
	body:after {
		display: none;
		content: "phone"
	}
	.row, .instagram-pics, .addresses-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.column, .col, .instagram-pics li, .addresses-list .address-item {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: 100%
	}
	.p-2 {
		width: 7.5%
	}
	.p-4 {
		width: 15.8333333333%
	}
	.p-6 {
		width: 24.1666666667%
	}
	.p-pull-6 {
		margin-left: 25.4166666667%
	}
	.p-8 {
		width: 32.5%
	}
	.p-10 {
		width: 40.8333333333%
	}
	.p-12 {
		width: 49.1666666667%
	}
	.p-16 {
		width: 65.8333333333%
	}
	.p-18 {
		width: 74.1666666667%
	}
	.p-20 {
		width: 82.5%
	}
	.p-hide {
		display: none !important
	}
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
	body:after {
		display: none;
		content: "small"
	}
	.sm-1 {
		width: 3.3333333333%
	}
	.sm-push-1 {
		margin-right: 4.5833333333%
	}
	.sm-pull-1 {
		margin-left: 4.5833333333%
	}
	.sm-2 {
		width: 7.5%
	}
	.sm-push-2 {
		margin-right: 8.75%
	}
	.sm-pull-2 {
		margin-left: 8.75%
	}
	.sm-3 {
		width: 11.6666666667%
	}
	.sm-push-3 {
		margin-right: 12.9166666667%
	}
	.sm-pull-3 {
		margin-left: 12.9166666667%
	}
	.sm-4 {
		width: 15.8333333333%
	}
	.sm-push-4 {
		margin-right: 17.0833333333%
	}
	.sm-pull-4 {
		margin-left: 17.0833333333%
	}
	.sm-5 {
		width: 20%
	}
	.sm-push-5 {
		margin-right: 21.25%
	}
	.sm-pull-5 {
		margin-left: 21.25%
	}
	.sm-6 {
		width: 24.1666666667%
	}
	.sm-push-6 {
		margin-right: 25.4166666667%
	}
	.sm-pull-6 {
		margin-left: 25.4166666667%
	}
	.sm-7 {
		width: 28.3333333333%
	}
	.sm-push-7 {
		margin-right: 29.5833333333%
	}
	.sm-pull-7 {
		margin-left: 29.5833333333%
	}
	.sm-8, .instagram-pics li {
		width: 32.5%
	}
	.sm-push-8 {
		margin-right: 33.75%
	}
	.sm-pull-8 {
		margin-left: 33.75%
	}
	.sm-9 {
		width: 36.6666666667%
	}
	.sm-push-9 {
		margin-right: 37.9166666667%
	}
	.sm-pull-9 {
		margin-left: 37.9166666667%
	}
	.sm-10 {
		width: 40.8333333333%
	}
	.sm-push-10 {
		margin-right: 42.0833333333%
	}
	.sm-pull-10 {
		margin-left: 42.0833333333%
	}
	.sm-11 {
		width: 45%
	}
	.sm-push-11 {
		margin-right: 46.25%
	}
	.sm-pull-11 {
		margin-left: 46.25%
	}
	.sm-12, .addresses-list .address-item {
		width: 49.1666666667%
	}
	.sm-push-12 {
		margin-right: 50.4166666667%
	}
	.sm-pull-12 {
		margin-left: 50.4166666667%
	}
	.sm-13 {
		width: 53.3333333333%
	}
	.sm-push-13 {
		margin-right: 54.5833333333%
	}
	.sm-pull-13 {
		margin-left: 54.5833333333%
	}
	.sm-14 {
		width: 57.5%
	}
	.sm-push-14 {
		margin-right: 58.75%
	}
	.sm-pull-14 {
		margin-left: 58.75%
	}
	.sm-15 {
		width: 61.6666666667%
	}
	.sm-push-15 {
		margin-right: 62.9166666667%
	}
	.sm-pull-15 {
		margin-left: 62.9166666667%
	}
	.sm-16 {
		width: 65.8333333333%
	}
	.sm-push-16 {
		margin-right: 67.0833333333%
	}
	.sm-pull-16 {
		margin-left: 67.0833333333%
	}
	.sm-17 {
		width: 70%
	}
	.sm-push-17 {
		margin-right: 71.25%
	}
	.sm-pull-17 {
		margin-left: 71.25%
	}
	.sm-18 {
		width: 74.1666666667%
	}
	.sm-push-18 {
		margin-right: 75.4166666667%
	}
	.sm-pull-18 {
		margin-left: 75.4166666667%
	}
	.sm-19 {
		width: 78.3333333333%
	}
	.sm-push-19 {
		margin-right: 79.5833333333%
	}
	.sm-pull-19 {
		margin-left: 79.5833333333%
	}
	.sm-20 {
		width: 82.5%
	}
	.sm-push-20 {
		margin-right: 83.75%
	}
	.sm-pull-20 {
		margin-left: 83.75%
	}
	.sm-21 {
		width: 86.6666666667%
	}
	.sm-push-21 {
		margin-right: 87.9166666667%
	}
	.sm-pull-21 {
		margin-left: 87.9166666667%
	}
	.sm-22 {
		width: 90.8333333333%
	}
	.sm-push-22 {
		margin-right: 92.0833333333%
	}
	.sm-pull-22 {
		margin-left: 92.0833333333%
	}
	.sm-23 {
		width: 95%
	}
	.sm-push-23 {
		margin-right: 96.25%
	}
	.sm-pull-23 {
		margin-left: 96.25%
	}
	.sm-24, .media-object .image, .media-object .info {
		width: 99.1666666667%
	}
	.sm-push-24 {
		margin-right: 100.416666667%
	}
	.sm-pull-24 {
		margin-left: 100.416666667%
	}
	.sm-hide {
		display: none !important
	}
	.row.sm-solid-grid .column, .sm-solid-grid.instagram-pics .column, .sm-solid-grid.addresses-list .column, .row.sm-solid-grid .col, .sm-solid-grid.instagram-pics .col, .sm-solid-grid.addresses-list .col, .row.sm-solid-grid .instagram-pics li, .instagram-pics .row.sm-solid-grid li, .sm-solid-grid.instagram-pics li, .sm-solid-grid.addresses-list .instagram-pics li, .instagram-pics .sm-solid-grid.addresses-list li, .row.sm-solid-grid .addresses-list .address-item, .addresses-list .row.sm-solid-grid .address-item, .sm-solid-grid.instagram-pics .addresses-list .address-item, .addresses-list .sm-solid-grid.instagram-pics .address-item, .sm-solid-grid.addresses-list .address-item {
		padding-left: 0;
		padding-right: 0
	}
	.sm-hide {
		display: none !important
	}
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	body:after {
		display: none;
		content: "medium"
	}
	.md-1 {
		width: 3.3333333333%
	}
	.md-push-1 {
		margin-right: 4.5833333333%
	}
	.md-pull-1 {
		margin-left: 4.5833333333%
	}
	.md-2 {
		width: 7.5%
	}
	.md-push-2 {
		margin-right: 8.75%
	}
	.md-pull-2 {
		margin-left: 8.75%
	}
	.md-3 {
		width: 11.6666666667%
	}
	.md-push-3 {
		margin-right: 12.9166666667%
	}
	.md-pull-3 {
		margin-left: 12.9166666667%
	}
	.md-4 {
		width: 15.8333333333%
	}
	.md-push-4 {
		margin-right: 17.0833333333%
	}
	.md-pull-4 {
		margin-left: 17.0833333333%
	}
	.md-5 {
		width: 20%
	}
	.md-push-5 {
		margin-right: 21.25%
	}
	.md-pull-5 {
		margin-left: 21.25%
	}
	.md-6, .addresses-list .address-item {
		width: 24.1666666667%
	}
	.md-push-6 {
		margin-right: 25.4166666667%
	}
	.md-pull-6 {
		margin-left: 25.4166666667%
	}
	.md-7 {
		width: 28.3333333333%
	}
	.md-push-7 {
		margin-right: 29.5833333333%
	}
	.md-pull-7 {
		margin-left: 29.5833333333%
	}
	.md-8, .media-object .image, .instagram-pics li {
		width: 32.5%
	}
	.md-push-8 {
		margin-right: 33.75%
	}
	.md-pull-8 {
		margin-left: 33.75%
	}
	.md-9 {
		width: 36.6666666667%
	}
	.md-push-9 {
		margin-right: 37.9166666667%
	}
	.md-pull-9 {
		margin-left: 37.9166666667%
	}
	.md-10 {
		width: 40.8333333333%
	}
	.md-push-10 {
		margin-right: 42.0833333333%
	}
	.md-pull-10 {
		margin-left: 42.0833333333%
	}
	.md-11 {
		width: 45%
	}
	.md-push-11 {
		margin-right: 46.25%
	}
	.md-pull-11 {
		margin-left: 46.25%
	}
	.md-12 {
		width: 49.1666666667%
	}
	.md-push-12 {
		margin-right: 50.4166666667%
	}
	.md-pull-12 {
		margin-left: 50.4166666667%
	}
	.md-13 {
		width: 53.3333333333%
	}
	.md-push-13 {
		margin-right: 54.5833333333%
	}
	.md-pull-13 {
		margin-left: 54.5833333333%
	}
	.md-14 {
		width: 57.5%
	}
	.md-push-14 {
		margin-right: 58.75%
	}
	.md-pull-14 {
		margin-left: 58.75%
	}
	.md-15 {
		width: 61.6666666667%
	}
	.md-push-15 {
		margin-right: 62.9166666667%
	}
	.md-pull-15 {
		margin-left: 62.9166666667%
	}
	.md-16, .media-object .info {
		width: 65.8333333333%
	}
	.md-push-16 {
		margin-right: 67.0833333333%
	}
	.md-pull-16 {
		margin-left: 67.0833333333%
	}
	.md-17 {
		width: 70%
	}
	.md-push-17 {
		margin-right: 71.25%
	}
	.md-pull-17 {
		margin-left: 71.25%
	}
	.md-18 {
		width: 74.1666666667%
	}
	.md-push-18 {
		margin-right: 75.4166666667%
	}
	.md-pull-18 {
		margin-left: 75.4166666667%
	}
	.md-19 {
		width: 78.3333333333%
	}
	.md-push-19 {
		margin-right: 79.5833333333%
	}
	.md-pull-19 {
		margin-left: 79.5833333333%
	}
	.md-20 {
		width: 82.5%
	}
	.md-push-20 {
		margin-right: 83.75%
	}
	.md-pull-20 {
		margin-left: 83.75%
	}
	.md-21 {
		width: 86.6666666667%
	}
	.md-push-21 {
		margin-right: 87.9166666667%
	}
	.md-pull-21 {
		margin-left: 87.9166666667%
	}
	.md-22 {
		width: 90.8333333333%
	}
	.md-push-22 {
		margin-right: 92.0833333333%
	}
	.md-pull-22 {
		margin-left: 92.0833333333%
	}
	.md-23 {
		width: 95%
	}
	.md-push-23 {
		margin-right: 96.25%
	}
	.md-pull-23 {
		margin-left: 96.25%
	}
	.md-24 {
		width: 99.1666666667%
	}
	.md-push-24 {
		margin-right: 100.416666667%
	}
	.md-pull-24 {
		margin-left: 100.416666667%
	}
	.md-hide {
		display: none !important
	}
	.row.md-solid-grid .column, .md-solid-grid.instagram-pics .column, .md-solid-grid.addresses-list .column, .row.md-solid-grid .col, .md-solid-grid.instagram-pics .col, .md-solid-grid.addresses-list .col, .row.md-solid-grid .instagram-pics li, .instagram-pics .row.md-solid-grid li, .md-solid-grid.instagram-pics li, .md-solid-grid.addresses-list .instagram-pics li, .instagram-pics .md-solid-grid.addresses-list li, .row.md-solid-grid .addresses-list .address-item, .addresses-list .row.md-solid-grid .address-item, .md-solid-grid.instagram-pics .addresses-list .address-item, .addresses-list .md-solid-grid.instagram-pics .address-item, .md-solid-grid.addresses-list .address-item {
		padding-left: 0;
		padding-right: 0
	}
	.md-hide {
		display: none !important
	}
}
@media only screen and (min-width: 1025px) {
	body:after {
		display: none;
		content: "large"
	}
	.lg-1 {
		width: 3.3333333333%
	}
	.lg-push-1 {
		margin-right: 4.5833333333%
	}
	.lg-pull-1 {
		margin-left: 4.5833333333%
	}
	.lg-2 {
		width: 7.5%
	}
	.lg-push-2 {
		margin-right: 8.75%
	}
	.lg-pull-2 {
		margin-left: 8.75%
	}
	.lg-3 {
		width: 11.6666666667%
	}
	.lg-push-3 {
		margin-right: 12.9166666667%
	}
	.lg-pull-3 {
		margin-left: 12.9166666667%
	}
	.lg-4, .instagram-pics li {
		width: 15.8333333333%
	}
	.lg-push-4 {
		margin-right: 17.0833333333%
	}
	.lg-pull-4 {
		margin-left: 17.0833333333%
	}
	.lg-5 {
		width: 20%
	}
	.lg-push-5 {
		margin-right: 21.25%
	}
	.lg-pull-5 {
		margin-left: 21.25%
	}
	.lg-6, .addresses-list .address-item {
		width: 24.1666666667%
	}
	.lg-push-6 {
		margin-right: 25.4166666667%
	}
	.lg-pull-6 {
		margin-left: 25.4166666667%
	}
	.lg-7 {
		width: 28.3333333333%
	}
	.lg-push-7 {
		margin-right: 29.5833333333%
	}
	.lg-pull-7 {
		margin-left: 29.5833333333%
	}
	.lg-8 {
		width: 32.5%
	}
	.lg-push-8 {
		margin-right: 33.75%
	}
	.lg-pull-8 {
		margin-left: 33.75%
	}
	.lg-9 {
		width: 36.6666666667%
	}
	.lg-push-9 {
		margin-right: 37.9166666667%
	}
	.lg-pull-9 {
		margin-left: 37.9166666667%
	}
	.lg-10, .media-object .image {
		width: 40.8333333333%
	}
	.lg-push-10 {
		margin-right: 42.0833333333%
	}
	.lg-pull-10 {
		margin-left: 42.0833333333%
	}
	.lg-11 {
		width: 45%
	}
	.lg-push-11 {
		margin-right: 46.25%
	}
	.lg-pull-11 {
		margin-left: 46.25%
	}
	.lg-12 {
		width: 49.1666666667%
	}
	.lg-push-12 {
		margin-right: 50.4166666667%
	}
	.lg-pull-12 {
		margin-left: 50.4166666667%
	}
	.lg-13 {
		width: 53.3333333333%
	}
	.lg-push-13 {
		margin-right: 54.5833333333%
	}
	.lg-pull-13 {
		margin-left: 54.5833333333%
	}
	.lg-14, .media-object .info {
		width: 57.5%
	}
	.lg-push-14 {
		margin-right: 58.75%
	}
	.lg-pull-14 {
		margin-left: 58.75%
	}
	.lg-15 {
		width: 61.6666666667%
	}
	.lg-push-15 {
		margin-right: 62.9166666667%
	}
	.lg-pull-15 {
		margin-left: 62.9166666667%
	}
	.lg-16 {
		width: 65.8333333333%
	}
	.lg-push-16 {
		margin-right: 67.0833333333%
	}
	.lg-pull-16 {
		margin-left: 67.0833333333%
	}
	.lg-17 {
		width: 70%
	}
	.lg-push-17 {
		margin-right: 71.25%
	}
	.lg-pull-17 {
		margin-left: 71.25%
	}
	.lg-18 {
		width: 74.1666666667%
	}
	.lg-push-18 {
		margin-right: 75.4166666667%
	}
	.lg-pull-18 {
		margin-left: 75.4166666667%
	}
	.lg-19 {
		width: 78.3333333333%
	}
	.lg-push-19 {
		margin-right: 79.5833333333%
	}
	.lg-pull-19 {
		margin-left: 79.5833333333%
	}
	.lg-20 {
		width: 82.5%
	}
	.lg-push-20 {
		margin-right: 83.75%
	}
	.lg-pull-20 {
		margin-left: 83.75%
	}
	.lg-21 {
		width: 86.6666666667%
	}
	.lg-push-21 {
		margin-right: 87.9166666667%
	}
	.lg-pull-21 {
		margin-left: 87.9166666667%
	}
	.lg-22 {
		width: 90.8333333333%
	}
	.lg-push-22 {
		margin-right: 92.0833333333%
	}
	.lg-pull-22 {
		margin-left: 92.0833333333%
	}
	.lg-23 {
		width: 95%
	}
	.lg-push-23 {
		margin-right: 96.25%
	}
	.lg-pull-23 {
		margin-left: 96.25%
	}
	.lg-24 {
		width: 99.1666666667%
	}
	.lg-push-24 {
		margin-right: 100.416666667%
	}
	.lg-pull-24 {
		margin-left: 100.416666667%
	}
	.lg-hide {
		display: none !important
	}
	.row.lg-solid-grid .column, .lg-solid-grid.instagram-pics .column, .lg-solid-grid.addresses-list .column, .row.lg-solid-grid .col, .lg-solid-grid.instagram-pics .col, .lg-solid-grid.addresses-list .col, .row.lg-solid-grid .instagram-pics li, .instagram-pics .row.lg-solid-grid li, .lg-solid-grid.instagram-pics li, .lg-solid-grid.addresses-list .instagram-pics li, .instagram-pics .lg-solid-grid.addresses-list li, .row.lg-solid-grid .addresses-list .address-item, .addresses-list .row.lg-solid-grid .address-item, .lg-solid-grid.instagram-pics .addresses-list .address-item, .addresses-list .lg-solid-grid.instagram-pics .address-item, .lg-solid-grid.addresses-list .address-item {
		padding-left: 0;
		padding-right: 0
	}
	.lg-hide {
		display: none !important
	}
}
[data-menu-link] {
	display: none
}
@media only screen and (max-width: 1200px) {
	[data-menu-link] {
		display: inline-block
	}
}
@media only screen and (max-width: 1200px) {
	[data-menu-hide] {
		opacity: 0;
		pointer-events: none;
		margin-top: 20px;
		-webkit-transition: 300ms all;
		transition: 300ms all;
		text-align: center;
		width: 80%;
		position: absolute;
		top: 100%;
		left: 10%
	}
	[data-menu-hide].active {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0;
		z-index: 100
	}
}
html, body {
	margin: 0;
	padding: 0
}
body {
	font-family: Helvetica, Arial, Tahoma, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	font-family: Impact, Georgia, Times, serif;
	font-weight: normal
}
.alignleft {
	float: left;
	margin: 0 1rem 1rem 0
}
.alignright {
	float: right;
	margin: 0 0 1rem 1rem
}
.aligncenter {
	display: block;
	margin: 0 auto
}
i.icon {
	font-weight: normal;
	font-style: normal
}
#comments .comment-notes, #comments .form-allowed-tags {
	display: none
}
#comments label {
	display: block
}
#comments p {
	margin-bottom: 0.5rem
}
#comments input[type=text], #comments textarea {
	width: 25rem;
	padding: 0.5rem
}
#comments input[type=submit] {
	padding: 0.5rem 1rem;
	border: 1px solid #000;
	background: none;
	font-weight: normal;
	font-size: 1rem;
	font-family: Helvetica, Arial, Tahoma, sans-serif
}
html {
	font-size: 14px;
	line-height: 1.43rem;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}
body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 300;
	line-height: 1.43rem;
	color: #000;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}
.wf-active body {
	font-family: "Europe Regular", Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 300
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .media-object .title, .h5, .h6 {
	font-family: Impact, Georgia, Times, serif;
	margin-top: 0;
	margin-bottom: 1.43rem;
	color: #000;
	position: relative;
	font-weight: bold
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active .h1, .wf-active .h2, .wf-active .h3, .wf-active .h4, .wf-active .media-object .title, .media-object .wf-active .title, .wf-active .h5, .wf-active .h6 {
	font-family: "EuropeCond Bold", Impact, Georgia, Times, serif;
	font-weight: normal
}
.heroslider h1 span, .heroslider h2 span, .heroslider h3 span, .heroslider h4 span, .heroslider h5 span, .heroslider h6 span, .heroslider .h1 span, .heroslider .h2 span, .heroslider .h3 span, .heroslider .h4 span, .heroslider .media-object .title span, .media-object .heroslider .title span, .heroslider .h5 span, .heroslider .h6 span {
	display: inline-block;
	background: #00aabc;
	color: #fff;
	padding: 0.5rem 1rem
}
.container {
	max-width: 1200px
}
.header-font, #menu-main-menu li a, .sub-menu li a, .home .blog .cat, .page-template-page-atv span.price, .page-template-page-moto span.price, .page-template-page-atv .offers .col:first-child, .page-template-page-atv .offers .instagram-pics li:first-child, .instagram-pics .page-template-page-atv .offers li:first-child, .page-template-page-atv .offers .addresses-list .address-item:first-child, .addresses-list .page-template-page-atv .offers .address-item:first-child, .page-template-page-moto .offers .col:first-child, .page-template-page-moto .offers .instagram-pics li:first-child, .instagram-pics .page-template-page-moto .offers li:first-child, .page-template-page-moto .offers .addresses-list .address-item:first-child, .addresses-list .page-template-page-moto .offers .address-item:first-child, .offers .item a:first-child {
	font-family: Impact, Georgia, Times, serif
}
.wf-active .header-font, .wf-active #menu-main-menu li a, #menu-main-menu li .wf-active a, .wf-active .sub-menu li a, .sub-menu li .wf-active a, .wf-active .home .blog .cat, .home .blog .wf-active .cat, .wf-active .page-template-page-atv span.price, .page-template-page-atv .wf-active span.price, .wf-active .page-template-page-moto span.price, .page-template-page-moto .wf-active span.price, .wf-active .page-template-page-atv .offers .col:first-child, .page-template-page-atv .offers .wf-active .col:first-child, .wf-active .page-template-page-atv .offers .instagram-pics li:first-child, .page-template-page-atv .offers .instagram-pics .wf-active li:first-child, .wf-active .instagram-pics .page-template-page-atv .offers li:first-child, .instagram-pics .page-template-page-atv .offers .wf-active li:first-child, .wf-active .page-template-page-atv .offers .addresses-list .address-item:first-child, .page-template-page-atv .offers .addresses-list .wf-active .address-item:first-child, .wf-active .addresses-list .page-template-page-atv .offers .address-item:first-child, .addresses-list .page-template-page-atv .offers .wf-active .address-item:first-child, .wf-active .page-template-page-moto .offers .col:first-child, .page-template-page-moto .offers .wf-active .col:first-child, .wf-active .page-template-page-moto .offers .instagram-pics li:first-child, .page-template-page-moto .offers .instagram-pics .wf-active li:first-child, .wf-active .instagram-pics .page-template-page-moto .offers li:first-child, .instagram-pics .page-template-page-moto .offers .wf-active li:first-child, .wf-active .page-template-page-moto .offers .addresses-list .address-item:first-child, .page-template-page-moto .offers .addresses-list .wf-active .address-item:first-child, .wf-active .addresses-list .page-template-page-moto .offers .address-item:first-child, .addresses-list .page-template-page-moto .offers .wf-active .address-item:first-child, .wf-active .offers .item a:first-child, .offers .item .wf-active a:first-child {
	font-family: "EuropeCond Bold", Impact, Georgia, Times, serif;
	font-weight: normal
}
h1, .h1 {
	font-size: 2.26rem;
	line-height: 2.86rem;
	margin-bottom: 2.86rem
}
h2, .h2 {
	font-size: 2rem;
	line-height: 2.86rem
}
h3, .h3 {
	font-size: 1.71rem;
	line-height: 1.43rem
}
h4, .h4, .media-object .title {
	font-size: 1.14rem;
	line-height: 1.43rem
}
.title {
	text-transform: uppercase
}
a {
	color: #000
}
a img {
	border: none
}
p, li {
	max-width: 45rem;
	margin-top: 0
}
img {
	max-width: 100%;
	height: auto
}
img.icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem
}
a.title {
	display: block;
	font-size: 1.71rem;
	line-height: 2.86rem;
	color: #000;
	margin-bottom: 1.43rem;
	text-decoration: none
}
body.home a.title {
	text-align: center
}
.teal-bg {
	background: #00aabc
}
.dark-teal-bg {
	background: #078896
}
span.title {
	display: block;
	margin-bottom: 1.43rem
}
.hide {
	display: none
}
.small {
	font-size: 0.8rem;
	line-height: 1rem
}
body.home .content>.container {
	margin-bottom: 5.72rem
}
.button, input[type=submit] {
	background: none;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	padding: .715rem 1.43rem;
	text-decoration: none;
	font-size: 1rem;
	cursor: pointer;
	text-align: center
}
@media only screen and (max-width: 480px) {
	.button, input[type=submit] {
		padding: .3575rem .715rem
	}
}
.button.primary, input[type=submit].primary {
	background: #078896;
	color: #fff;
	border: none
}
.button.secondary, input[type=submit].secondary {
	background: #00aabc;
	color: #fff;
	border: none
}
.button.black, input[type=submit].black {
	background: #000;
	color: #fff;
	font-family: "EuropeCond", Helvetica, Arial, Tahoma, sans-serif;
	font-weight: 600
}
.caps {
	text-transform: uppercase
}
.conf {
	background: #00aabc;
	border: 2px solid #00aabc;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	font-family: "EuropeCond", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1rem;
	color: #fff;
	line-height: 20px;
	min-width: 7rem
}
input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], textarea {
	border: 2px solid #C5CED3;
	box-shadow: inset 0px 0px 8px 0px rgba(161, 161, 161, 0.5);
	border-radius: 2px
}
.primary, .single_add_to_cart_button, .checkout-button, #place_order {
	background: #000;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	padding: .715rem 1.43rem;
	text-decoration: none;
	display: inline-block
}
.phone {
	display: inline-block;
	vertical-align: middle
}
.phone a {
	display: block;
	text-decoration: none
}
.block+.block {
	margin-top: 4.29rem
}
@media only screen and (max-width: 480px) {
	.block+.block {
		margin-top: 1.43rem
	}
}
@media only screen and (max-width: 480px) {
	.p-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.site-header {
	position: relative;
	background: #000;
	margin-bottom: 1.43rem
}
@media only screen and (min-width: 641px) {
	.site-header {
		margin-bottom: 7.15rem
	}
}
.home .site-header, .page-template-page-atv .site-header, .page-template-page-moto .site-header, .page-template-page-designer .site-header {
	margin-bottom: 0
}
.single-product .site-header, .woocommerce-checkout .site-header, .woocommerce-cart .site-header {
	margin-bottom: 4.29rem
}
.site-header .mobile-menu {
	padding: 1.4rem;
	display: none;
	text-decoration: none;
	float: right
}
@media only screen and (max-width: 640px) {
	.site-header .mobile-menu {
		float: right
	}
}
@media only screen and (max-width: 480px) {
	.site-header .mobile-menu {
		padding: .715rem 0
	}
}
@media only screen and (max-width: 1200px) {
	.site-header .mobile-menu {
		display: inline-block
	}
}
.site-header .mobile-menu svg {
	display: block
}
.site-header .logo {
	display: inline-block;
	vertical-align: middle;
	position: static
}
.site-header .logo a {
	position: relative;
	text-decoration: none;
	display: block;
	max-height: 2.86rem
}
@media only screen and (max-width: 480px) {
	.site-header .logo a svg {
		height: 52px;
		width: auto
	}
}
@media only screen and (min-width: 481px) {
	.site-header .logo a svg {
		height: 71px;
		width: auto
	}
}
@media only screen and (min-width: 1201px) {
	.site-header .logo a svg {
		height: 80px;
		width: auto
	}
}
.site-header .logo a svg {
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 10
}
.site-header .logo .title {
	display: block;
	padding-top: 0.8rem;
	font-size: 1.1rem;
	font-weight: 400
}
.site-header .logo .subtitle {
	display: block;
	font-size: 0.8rem
}
.site-header .logo .title, .site-header .logo .subtitle {
	line-height: 1.1rem
}
#menu-main-menu, .sub-menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0
}
#menu-main-menu li, .sub-menu li {
	font-size: 1rem
}
#menu-main-menu>li {
	display: inline-block;
	position: relative;
	vertical-align: middle
}
#menu-main-menu>li a {
	display: block
}
#menu-main-menu>li.active .sub-menu {
	opacity: 1;
	pointer-events: auto;
	margin-top: 0;
	z-index: 20
}
@media only screen and (min-width: 1201px) {
	#menu-main-menu>li:hover .sub-menu {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0;
		z-index: 20;
		z-index: 120
	}
}
#menu-main-menu .expand {
	display: none
}
@media only screen and (max-width: 1200px) {
	#menu-main-menu {
		opacity: 0;
		pointer-events: none;
		margin-top: 20px;
		-webkit-transition: 200ms all;
		transition: 200ms all;
		position: absolute;
		top: 100%;
		left: 0;
		right: auto;
		min-width: 200px;
		width: 80%;
		left: 10%
	}
	#menu-main-menu li {
		display: block
	}
	#menu-main-menu .expand {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.5rem 1rem;
		z-index: 15;
		-webkit-transform-origin: 50%;
		-ms-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition: 200ms all;
		transition: 200ms all
	}
	#menu-main-menu .expand.active {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
@media only screen and (max-width: 1200px) {
	#menu-main-menu.active {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0;
		z-index: 20
	}
}
.sub-menu {
	opacity: 0;
	pointer-events: none;
	margin-top: 20px;
	-webkit-transition: 200ms all;
	transition: 200ms all;
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	min-width: 200px
}
@media only screen and (max-width: 1200px) {
	.sub-menu {
		display: block;
		z-index: 120;
		width: 100%
	}
}
.sub-menu li a {
	display: block
}
nav.site-nav {
	display: inline-block;
	vertical-align: middle
}
@media only screen and (min-width: 1201px) {
	nav.site-nav {
		text-align: right
	}
}
#menu-main-menu, .sub-menu {
	background: #000
}
#menu-main-menu li, .sub-menu li {
	max-width: 100%;
	margin: 0;
	padding: 0
}
#menu-main-menu li a, .sub-menu li a {
	padding: 0.8rem .49rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center
}
#menu-main-menu li a img, .sub-menu li a img {
	display: block;
	padding-bottom: 10px;
	margin: 0 auto
}
#menu-main-menu li.lcn a, .sub-menu li.lcn a {
	text-transform: none
}
#menu-main-menu li.site-login a, .sub-menu li.site-login a {
	padding: 0.8rem 2rem
}
#menu-main-menu .expand, .sub-menu .expand {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold
}
@media only screen and (max-width: 1200px) {
	.sub-menu {
		background: #777777
	}
}
.pagenav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.pagenav ul li {
	display: inline-block
}
.pagenav ul li:first-child a {
	font-weight: 600
}
.pagenav ul li a {
	display: block;
	padding: 0.83rem 0;
	text-decoration: none;
	font-family: "EuropeCond", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1.2rem
}
.hero {
	position: relative;
	margin-bottom: 5.72rem
}
.hero .slogan {
	position: absolute;
	top: 45%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Europe", Helvetica, Arial, Tahoma, sans-serif
}
.hero .slogan svg {
	display: block
}
.hero .slogan span {
	display: block;
	color: #fff
}
@media only screen and (max-width: 1000px) {
	.hero .slogan {
		display: none
	}
}
@media only screen and (min-width: 1001px) {
	.hero .slogan svg {
		width: 24rem;
		height: 4rem
	}
	.hero .slogan span {
		font-size: 2.2rem
	}
}
@media only screen and (min-width: 1200px) {
	.hero .slogan svg {
		width: 32rem;
		height: 6rem
	}
	.hero .slogan span {
		font-size: 3rem;
		line-height: 2.5rem
	}
}
.hero.img .slogan svg path {
	fill: white
}
.hero.img .slogan span {
	color: white
}
.hero .hero-video, .hero .hero-image, .hero .last-image {
	display: block;
	width: 100%;
	max-width: 100%
}
.hero .hero-video, .hero .last-image {
	display: none
}
@media only screen and (max-width: 1000px) {
	.hero .last-image {
		display: block
	}
	.hero .hero-image {
		display: none
	}
}
.hero .hero-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.hero .col, .hero .instagram-pics li, .instagram-pics .hero li, .hero .addresses-list .address-item, .addresses-list .hero .address-item {
	overflow: hidden;
	margin-bottom: .625rem
}
.hero .col .ov, .hero .instagram-pics li .ov, .instagram-pics .hero li .ov, .hero .addresses-list .address-item .ov, .addresses-list .hero .address-item .ov {
	overflow: hidden
}
.hero .col .ov+.ov, .hero .instagram-pics li .ov+.ov, .instagram-pics .hero li .ov+.ov, .hero .addresses-list .address-item .ov+.ov, .addresses-list .hero .address-item .ov+.ov {
	margin-top: .625rem
}
.hero .col img, .hero .instagram-pics li img, .instagram-pics .hero li img, .hero .addresses-list .address-item img, .addresses-list .hero .address-item img {
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.hero .col img:hover, .hero .instagram-pics li img:hover, .instagram-pics .hero li img:hover, .hero .addresses-list .address-item img:hover, .addresses-list .hero .address-item img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.designer-block .h3 {
	line-height: 1.2
}
.designer-block .col, .designer-block .instagram-pics li, .instagram-pics .designer-block li, .designer-block .addresses-list .address-item, .addresses-list .designer-block .address-item {
	margin-bottom: 2.86rem
}
.designer-block .col a img, .designer-block .instagram-pics li a img, .instagram-pics .designer-block li a img, .designer-block .addresses-list .address-item a img, .addresses-list .designer-block .address-item a img {
	max-height: 14rem
}
span.date {
	display: block;
	font-size: 0.8rem;
	color: #727f8a
}
.home .blog a {
	display: block;
	position: relative;
	text-decoration: none
}
.home .blog img {
	width: 100%;
	display: block
}
.home .blog .date {
	line-height: 2.86rem
}
.home .blog .cat {
	display: inline-block;
	padding: 0 .3575rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.7)
}
.home .blog picture {
	display: block
}
.home .blog .thumb .cat {
	position: absolute;
	top: 0;
	left: 0
}
.home .blog .all-posts {
	display: block;
	text-align: center;
	color: #c5ced3
}
.home .blog .all-posts span {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: .715rem 1.43rem;
	border: 2px solid #c5ced3;
	border-radius: 5px
}
.blogposts .sidebar {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 2.86rem
}
.blogposts .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #c5ced3
}
.blogposts .sidebar ul li+li {
	border-top: 1px solid #c5ced3;
	margin: 0 !important
}
.blogposts .sidebar ul li a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none
}
.media-object {
	margin-bottom: 5.72rem
}
.media-object>div {
	display: inline-block;
	vertical-align: top
}
.media-object .image img, .media-object .image svg {
	max-width: 100%
}
.media-object .info {
	box-sizing: border-box;
	padding-left: 1.875rem
}
.media-object .info>span {
	display: block
}
.media-object .thumbnail {
	display: block
}
.home .specials {
	text-align: center;
	padding-top: 1.43rem;
	padding-bottom: 1.43rem
}
.home .specials picture {
	display: block;
	height: 5rem;
	margin-bottom: .715rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.home .specials picture img {
	max-height: 100%
}
@media only screen and (min-width: 641px) {
	.home .specials {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.7)
	}
	.home .specials a {
		color: #fff
	}
}
.home .specials a img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.instagram-pics {
	list-style: none;
	padding: 0;
	margin: 0
}
.instagram-pics li {
	margin-bottom: .625rem
}
.instagram-pics li img {
	display: block
}
.infoblock {
	background: #fff;
	padding: 1.43rem;
	position: relative;
	z-index: 10
}
.page-template-page-atvs h1 {
	font-size: 2.8rem;
	margin-bottom: 4.29rem
}
@media only screen and (max-width: 1024px) {
	.page-template-page-atvs h1 {
		margin-bottom: 1.43rem
	}
}
.page-template-page-atvs h1, .page-template-page-atvs h2 {
	text-transform: uppercase
}
.page-template-page-atvs .atvs .col, .page-template-page-atvs .atvs .instagram-pics li, .instagram-pics .page-template-page-atvs .atvs li, .page-template-page-atvs .atvs .addresses-list .address-item, .addresses-list .page-template-page-atvs .atvs .address-item {
	margin-bottom: 2.86rem
}
.page-template-page-atvs .atvs .col a, .page-template-page-atvs .atvs .instagram-pics li a, .instagram-pics .page-template-page-atvs .atvs li a, .page-template-page-atvs .atvs .addresses-list .address-item a, .addresses-list .page-template-page-atvs .atvs .address-item a {
	text-decoration: none
}
.page-template-page-atvs .atvs .col a:hover, .page-template-page-atvs .atvs .instagram-pics li a:hover, .instagram-pics .page-template-page-atvs .atvs li a:hover, .page-template-page-atvs .atvs .addresses-list .address-item a:hover, .addresses-list .page-template-page-atvs .atvs .address-item a:hover {
	text-decoration: underline
}
.page-template-page-atvs .atvs .h3 {
	font-size: 1.45rem;
	text-transform: uppercase;
	line-height: 2.145rem
}
.page-template-page-atvs .atvs picture {
	display: block;
	min-height: 8rem;
	position: relative
}
.page-template-page-atvs .atvs picture img {
	display: block;
	max-height: 14rem;
	width: auto
}
.page-template-page-atvs .atvs picture .over-image-special {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 90px
}
.page-template-page-atvs .seo {
	max-width: 45rem;
	margin-left: auto;
	margin-right: auto
}
.page-template-page-atvs .features {
	margin-top: 4.29rem;
	margin-bottom: 4.29rem;
	display: none
}
.page-template-page-atvs .features .item {
	margin-bottom: 1.43rem
}
.page-template-page-motos picture, .page-template-page-cubes picture {
	display: block;
	min-height: 8rem;
	position: relative
}
.page-template-page-motos picture .over-image-special, .page-template-page-cubes picture .over-image-special {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 90px
}
.page-template-page-motos picture img, .page-template-page-cubes picture img {
	display: block;
	max-height: 12rem;
	width: auto
}
.page-template-page-motos .seo, .page-template-page-cubes .seo {
	max-width: 45rem;
	margin-left: auto;
	margin-right: auto
}
.page-template-page-cubes picture img {
	max-height: 10rem
}
.page-template-page-cubes .atvs .col, .page-template-page-cubes .atvs .instagram-pics li, .instagram-pics .page-template-page-cubes .atvs li, .page-template-page-cubes .atvs .addresses-list .address-item, .addresses-list .page-template-page-cubes .atvs .address-item {
	margin-bottom: 2.86rem
}
.page-template-page-main .photos a, .page-template-page-main .photos img, .page-template-page-main .videos a, .page-template-page-main .videos img, .page-template-page-atv .photos a, .page-template-page-atv .photos img, .page-template-page-atv .videos a, .page-template-page-atv .videos img, .page-template-page-moto .photos a, .page-template-page-moto .photos img, .page-template-page-moto .videos a, .page-template-page-moto .videos img, .page-template-page-video .photos a, .page-template-page-video .photos img, .page-template-page-video .videos a, .page-template-page-video .videos img {
	display: block;
	position: relative
}
.page-template-page-main .photos .item, .page-template-page-main .videos .item, .page-template-page-atv .photos .item, .page-template-page-atv .videos .item, .page-template-page-moto .photos .item, .page-template-page-moto .videos .item, .page-template-page-video .photos .item, .page-template-page-video .videos .item {
	margin-bottom: .625rem
}
.page-template-page-main .photos h3, .page-template-page-main .videos h3, .page-template-page-atv .photos h3, .page-template-page-atv .videos h3, .page-template-page-moto .photos h3, .page-template-page-moto .videos h3, .page-template-page-video .photos h3, .page-template-page-video .videos h3 {
	text-transform: uppercase;
	color: #727f8a
}
.page-template-page-main .photos, .page-template-page-atv .photos, .page-template-page-moto .photos, .page-template-page-video .photos {
	overflow: hidden
}
.page-template-page-main .videos .item a:before, .page-template-page-main .videos .item a:after, .page-template-page-atv .videos .item a:before, .page-template-page-atv .videos .item a:after, .page-template-page-moto .videos .item a:before, .page-template-page-moto .videos .item a:after, .page-template-page-video .videos .item a:before, .page-template-page-video .videos .item a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
.page-template-page-main .videos .item a:before, .page-template-page-atv .videos .item a:before, .page-template-page-moto .videos .item a:before, .page-template-page-video .videos .item a:before {
	background: rgba(0, 0, 0, 0.5)
}
.page-template-page-main .videos .item a:after, .page-template-page-atv .videos .item a:after, .page-template-page-moto .videos .item a:after, .page-template-page-video .videos .item a:after {
	background: url("img/icons/video.svg") center center no-repeat
}
.page-template-page-video .videos .item {
	margin-bottom: 1.43rem
}
.page-template-page-video .videos .item a img {
	margin-bottom: 0.5rem
}
.page-template-page-video .videos .item a:before {
	background: rgba(0, 0, 0, 0.3)
}
.page-template-page-video .videos .item a:after {
	opacity: 0.5
}
.page-template-page-atv .site-header, .page-template-page-moto .site-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100
}
.page-template-page-atv .threesixty .spinner, .page-template-page-moto .threesixty .spinner {
	display: none
}
.page-template-page-atv .pagenav, .page-template-page-moto .pagenav {
	width: 100%;
	position: fixed;
	top: 5.634rem;
	background: #fff;
	z-index: 90;
	display: none
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .pagenav, .page-template-page-moto .pagenav {
		display: block
	}
}
.page-template-page-atv #content, .page-template-page-moto #content {
	padding-top: 4.29rem
}
@media only screen and (min-width: 481px) {
	.page-template-page-atv #content, .page-template-page-moto #content {
		padding-top: 5.72rem
	}
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv #content, .page-template-page-moto #content {
		padding-top: 7.15rem
	}
}
@media only screen and (max-width: 640px) {
	.page-template-page-atv .mobile-block, .page-template-page-moto .mobile-block {
		margin-top: 1.43rem;
		margin-bottom: 1.43rem
	}
}
.page-template-page-atv .background, .page-template-page-moto .background {
	padding-top: 1.43rem;
	position: relative
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .background, .page-template-page-moto .background {
		padding-top: 5.72rem
	}
}
.page-template-page-atv .background:after, .page-template-page-moto .background:after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	bottom: 0
}
.page-template-page-atv h1, .page-template-page-moto h1 {
	position: relative;
	z-index: 10
}
.page-template-page-atv h1>span, .page-template-page-moto h1>span {
	margin-right: 0.8rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv h1>span, .page-template-page-moto h1>span {
		display: block;
		margin-right: 0
	}
	.page-template-page-atv h1 .model, .page-template-page-moto h1 .model {
		font-size: 7rem;
		line-height: 7rem
	}
}
.page-template-page-atv h3, .page-template-page-moto h3 {
	margin-top: 1.43rem
}
.page-template-page-atv span.price, .page-template-page-moto span.price {
	font-size: 1.4rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv span.price+p, .page-template-page-moto span.price+p {
		margin-bottom: 4.29rem
	}
}
.page-template-page-atv span.price-text, .page-template-page-moto span.price-text {
	font-size: 0.8rem
}
.page-template-page-atv #swapimage, .page-template-page-moto #swapimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%
}
.page-template-page-atv #mainimage, .page-template-page-atv .mainblock, .page-template-page-moto #mainimage, .page-template-page-moto .mainblock {
	position: relative;
	z-index: 10
}
.page-template-page-atv #mainimage .button.conf, .page-template-page-atv .mainblock .button.conf, .page-template-page-moto #mainimage .button.conf, .page-template-page-moto .mainblock .button.conf {
	font-weight: 600
}
.page-template-page-atv #mainimage .info .h2:first-child, .page-template-page-atv #mainimage .info .h2:nth-child(2), .page-template-page-atv .mainblock .info .h2:first-child, .page-template-page-atv .mainblock .info .h2:nth-child(2), .page-template-page-moto #mainimage .info .h2:first-child, .page-template-page-moto #mainimage .info .h2:nth-child(2), .page-template-page-moto .mainblock .info .h2:first-child, .page-template-page-moto .mainblock .info .h2:nth-child(2) {
	padding-bottom: .715rem;
	margin-bottom: .715rem;
	border-bottom: 1px solid #979797
}
.page-template-page-atv #mainimage, .page-template-page-moto #mainimage {
	height: 300px;
	position: relative
}
.page-template-page-atv #mainimage .over-image-special, .page-template-page-moto #mainimage .over-image-special {
	position: absolute;
	bottom: 0;
	right: 0
}
@media only screen and (min-width: 1025px) {
	.page-template-page-atv #mainimage, .page-template-page-moto #mainimage {
		height: 400px
	}
}
.page-template-page-atv .info, .page-template-page-moto .info {
	background: #fff;
	position: relative;
	z-index: 10
}
@media only screen and (min-width: 481px) {
	.page-template-page-atv .info, .page-template-page-moto .info {
		padding: 1.43rem
	}
}
.page-template-page-atv .info .h2, .page-template-page-moto .info .h2 {
	line-height: 2rem
}
.page-template-page-atv .threesixty, .page-template-page-moto .threesixty {
	width: 100%;
	cursor: move
}
.page-template-page-atv .description, .page-template-page-moto .description {
	margin-top: 2.86rem;
	margin-bottom: 2.86rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .description, .page-template-page-moto .description {
		margin-top: 5.72rem;
		margin-bottom: 5.72rem
	}
}
.page-template-page-atv .hotspot-block, .page-template-page-moto .hotspot-block {
	margin-top: 2.86rem;
	padding-top: 2.86rem;
	margin-bottom: 0;
	background-image: -webkit-radial-gradient(50% 121%, #fff 45%, #F3F3F3 100%);
	background-image: radial-gradient(50% 121%, #fff 45%, #F3F3F3 100%);
	box-shadow: inset 0px 0px 4px 0px rgba(190, 190, 190, 0.5);
	overflow: hidden
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .hotspot-block, .page-template-page-moto .hotspot-block {
		margin-top: 7.15rem;
		padding-top: 7.15rem;
		margin-bottom: 2.86rem
	}
}
.page-template-page-atv .hotspot-block .container, .page-template-page-moto .hotspot-block .container {
	padding-bottom: 2.86rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .hotspot-block .container, .page-template-page-moto .hotspot-block .container {
		padding-bottom: 5.72rem
	}
}
.page-template-page-atv .hotspot-block h2, .page-template-page-atv .hotspot-block h3, .page-template-page-moto .hotspot-block h2, .page-template-page-moto .hotspot-block h3 {
	text-align: center;
	margin-bottom: 2.86rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .hotspot-block h2, .page-template-page-atv .hotspot-block h3, .page-template-page-moto .hotspot-block h2, .page-template-page-moto .hotspot-block h3 {
		margin-bottom: 5.72rem
	}
}
.page-template-page-atv .hotspot-block .hotspot, .page-template-page-moto .hotspot-block .hotspot {
	margin: 0 auto
}
.page-template-page-atv .features .static, .page-template-page-moto .features .static {
	padding-top: 1.43rem;
	padding-bottom: 1.43rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .features .static, .page-template-page-moto .features .static {
		padding-top: 4.29rem;
		padding-bottom: 4.29rem
	}
}
.page-template-page-atv .features .static .image, .page-template-page-moto .features .static .image {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 280px
}
.page-template-page-atv .features .static p, .page-template-page-moto .features .static p {
	max-width: 30rem;
	line-height: 1.7
}
.page-template-page-atv .specs table, .page-template-page-moto .specs table {
	margin-bottom: 2.86rem;
	width: 100%;
	max-width: 100%
}
.page-template-page-atv .specs table tr:nth-child(even), .page-template-page-moto .specs table tr:nth-child(even) {
	background: #c5ced3
}
.page-template-page-atv .specs table td, .page-template-page-moto .specs table td {
	padding: 0.8rem
}
@media only screen and (min-width: 641px) {
	.page-template-page-atv .specs table td:first-child, .page-template-page-moto .specs table td:first-child {
		width: 30%
	}
}
@media only screen and (max-width: 480px) {
	.page-template-page-atv .specs table, .page-template-page-moto .specs table {
		display: block
	}
	.page-template-page-atv .specs table tbody, .page-template-page-atv .specs table tr, .page-template-page-atv .specs table td, .page-template-page-moto .specs table tbody, .page-template-page-moto .specs table tr, .page-template-page-moto .specs table td {
		display: block
	}
}
.page-template-page-atv .files, .page-template-page-moto .files {
	margin-bottom: 7.15rem
}
.page-template-page-atv .files .col, .page-template-page-atv .files .instagram-pics li, .instagram-pics .page-template-page-atv .files li, .page-template-page-atv .files .addresses-list .address-item, .addresses-list .page-template-page-atv .files .address-item, .page-template-page-moto .files .col, .page-template-page-moto .files .instagram-pics li, .instagram-pics .page-template-page-moto .files li, .page-template-page-moto .files .addresses-list .address-item, .addresses-list .page-template-page-moto .files .address-item {
	margin-bottom: 1.43rem
}
.page-template-page-atv .files a, .page-template-page-moto .files a {
	font-size: 0.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.page-template-page-atv .files a img, .page-template-page-moto .files a img {
	float: left
}
.page-template-page-atv .files a span, .page-template-page-moto .files a span {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}
.page-template-page-atv .recommended h2, .page-template-page-moto .recommended h2 {
	margin-bottom: 5.72rem
}
.page-template-page-atv .recommended .col, .page-template-page-atv .recommended .instagram-pics li, .instagram-pics .page-template-page-atv .recommended li, .page-template-page-atv .recommended .addresses-list .address-item, .addresses-list .page-template-page-atv .recommended .address-item, .page-template-page-moto .recommended .col, .page-template-page-moto .recommended .instagram-pics li, .instagram-pics .page-template-page-moto .recommended li, .page-template-page-moto .recommended .addresses-list .address-item, .addresses-list .page-template-page-moto .recommended .address-item {
	margin-bottom: 2.86rem
}
.page-template-page-atv .offers .col:first-child, .page-template-page-atv .offers .instagram-pics li:first-child, .instagram-pics .page-template-page-atv .offers li:first-child, .page-template-page-atv .offers .addresses-list .address-item:first-child, .addresses-list .page-template-page-atv .offers .address-item:first-child, .page-template-page-moto .offers .col:first-child, .page-template-page-moto .offers .instagram-pics li:first-child, .instagram-pics .page-template-page-moto .offers li:first-child, .page-template-page-moto .offers .addresses-list .address-item:first-child, .addresses-list .page-template-page-moto .offers .address-item:first-child {
	padding-top: 1.43rem;
	margin-bottom: 1.43rem;
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative
}
@media only screen and (min-width: 481px) {
	.page-template-page-atv .offers .col:first-child:after, .page-template-page-atv .offers .instagram-pics li:first-child:after, .instagram-pics .page-template-page-atv .offers li:first-child:after, .page-template-page-atv .offers .addresses-list .address-item:first-child:after, .addresses-list .page-template-page-atv .offers .address-item:first-child:after, .page-template-page-moto .offers .col:first-child:after, .page-template-page-moto .offers .instagram-pics li:first-child:after, .instagram-pics .page-template-page-moto .offers li:first-child:after, .page-template-page-moto .offers .addresses-list .address-item:first-child:after, .addresses-list .page-template-page-moto .offers .address-item:first-child:after {
		content: '\25b7';
		display: inline-block;
		position: absolute;
		top: 40%;
		right: 0
	}
}
.page-template-page-atv .offers .item, .page-template-page-moto .offers .item {
	border: none
}
table {
	margin-bottom: 2.86rem;
	width: 100%
}
@media only screen and (min-width: 1025px) {
	table {
		max-width: 70%
	}
}
table tr:nth-child(even) {
	background: #c5ced3
}
table td {
	padding: 0.8rem
}
@media only screen and (min-width: 641px) {
	table td:first-child {
		width: 30%
	}
}
@media only screen and (max-width: 480px) {
	table {
		display: block
	}
	table tbody, table tr, table td {
		display: block
	}
}
.gallery.gallery-size-medium {
	max-width: 45rem
}
.elp-widget {
	margin-top: 2.86rem
}
.page-template-page-equipment .content .col, .page-template-page-equipment .content .instagram-pics li, .instagram-pics .page-template-page-equipment .content li, .page-template-page-equipment .content .addresses-list .address-item, .addresses-list .page-template-page-equipment .content .address-item {
	text-align: center;
	margin-bottom: .625rem
}
.page-template-page-equipment .content .bg {
	position: relative;
	height: 220px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.page-template-page-equipment .content .bg:hover {
	background-size: 140%
}
.page-template-page-equipment .content .bg a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}
.page-template-page-equipment .content .bg .h4, .page-template-page-equipment .content .bg .media-object .title, .media-object .page-template-page-equipment .content .bg .title {
	position: absolute;
	top: 2rem;
	left: 2rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem
}
.page-template-page-product .colorpicker, .page-template-page-atv .colorpicker, .page-template-page-moto .colorpicker, .page-template-page-designer .colorpicker {
	margin-top: 2.86rem;
	background: #fff;
	padding: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 10
}
.page-template-page-product .colorpicker input[type=checkbox], .page-template-page-product .colorpicker input[type=radio], .page-template-page-atv .colorpicker input[type=checkbox], .page-template-page-atv .colorpicker input[type=radio], .page-template-page-moto .colorpicker input[type=checkbox], .page-template-page-moto .colorpicker input[type=radio], .page-template-page-designer .colorpicker input[type=checkbox], .page-template-page-designer .colorpicker input[type=radio] {
	display: none
}
.page-template-page-product .colorpicker label, .page-template-page-atv .colorpicker label, .page-template-page-moto .colorpicker label, .page-template-page-designer .colorpicker label {
	font-size: 0
}
.page-template-page-product .colorpicker .basecolor, .page-template-page-product .colorpicker .customcolor, .page-template-page-atv .colorpicker .basecolor, .page-template-page-atv .colorpicker .customcolor, .page-template-page-moto .colorpicker .basecolor, .page-template-page-moto .colorpicker .customcolor, .page-template-page-designer .colorpicker .basecolor, .page-template-page-designer .colorpicker .customcolor {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.page-template-page-product .colorpicker .basecolor, .page-template-page-atv .colorpicker .basecolor, .page-template-page-moto .colorpicker .basecolor, .page-template-page-designer .colorpicker .basecolor {
	margin-right: 1.5rem
}
.page-template-page-product .colorpicker .color, .page-template-page-product .colorpicker .view360link, .page-template-page-atv .colorpicker .color, .page-template-page-atv .colorpicker .view360link, .page-template-page-moto .colorpicker .color, .page-template-page-moto .colorpicker .view360link, .page-template-page-designer .colorpicker .color, .page-template-page-designer .colorpicker .view360link {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: inline-block;
	height: 2rem;
	min-width: 3rem;
	cursor: pointer
}
.page-template-page-product .colorpicker .view360link, .page-template-page-atv .colorpicker .view360link, .page-template-page-moto .colorpicker .view360link, .page-template-page-designer .colorpicker .view360link {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.page-template-page-product .colorpicker .color, .page-template-page-atv .colorpicker .color, .page-template-page-moto .colorpicker .color, .page-template-page-designer .colorpicker .color {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.page-template-page-product .colorpicker .color:before, .page-template-page-atv .colorpicker .color:before, .page-template-page-moto .colorpicker .color:before, .page-template-page-designer .colorpicker .color:before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	top: -0.5rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background: none
}
.page-template-page-product .colorpicker .color.active:before, .page-template-page-atv .colorpicker .color.active:before, .page-template-page-moto .colorpicker .color.active:before, .page-template-page-designer .colorpicker .color.active:before {
	background: inherit
}
.page-template-page-product .colorpicker .addprice, .page-template-page-product .colorpicker .colortype, .page-template-page-atv .colorpicker .addprice, .page-template-page-atv .colorpicker .colortype, .page-template-page-moto .colorpicker .addprice, .page-template-page-moto .colorpicker .colortype, .page-template-page-designer .colorpicker .addprice, .page-template-page-designer .colorpicker .colortype {
	position: absolute;
	top: -2rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	font-size: 0.84rem;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	min-width: 5rem
}
.page-template-page-product .colorpicker .colortype, .page-template-page-atv .colorpicker .colortype, .page-template-page-moto .colorpicker .colortype, .page-template-page-designer .colorpicker .colortype {
	top: inherit;
	bottom: -1.3rem;
	line-height: 1.2;
	text-align: center;
	font-size: 0.8rem;
	width: 100%;
	padding-top: 0.2rem
}
.page-template-page-product .colorpicker .view360link svg, .page-template-page-atv .colorpicker .view360link svg, .page-template-page-moto .colorpicker .view360link svg, .page-template-page-designer .colorpicker .view360link svg {
	display: block;
	margin: 0 auto
}
.page-template-page-product .colorpicker .color {
	height: auto;
	max-width: 5rem
}
.page-template-page-product .price {
	font-weight: 600
}
.offers {
	margin-top: 2.86rem;
	margin-bottom: 2.86rem;
	position: relative;
	z-index: 10
}
.offers .more {
	margin-top: .715rem
}
@media only screen and (min-width: 641px) {
	.offers .more {
		margin-top: 1.43rem
	}
}
.offers .item {
	background: #fff;
	margin-bottom: 2.86rem;
	border: 1px solid #C5CED3;
	box-shadow: 0px 2px 2px 0px rgba(183, 183, 183, 0.5)
}
@media only screen and (min-width: 481px) {
	.offers .item {
		padding: 1.43rem;
		margin-bottom: 1.43rem
	}
}
.offers .item a {
	display: block;
	color: #00aabc
}
.offers .item a:first-child {
	font-size: 1.3rem
}
.flex-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.archive .page-title {
	margin-top: 4.29rem;
	margin-bottom: 4.29rem;
	text-transform: none;
	font-weight: 300
}
@media only screen and (min-width: 641px) {
	.archive .sidebar {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
}
.archive .sidebar .title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 1.43rem
}
.archive .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.archive .sidebar ul li {
	display: block
}
.archive .sidebar ul li+li {
	margin-top: .715rem
}
.archive .sidebar .sidebar-widget>* {
	margin-bottom: 2.86rem
}
.vidwrap, .mapwrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}
.vidwrap iframe, .mapwrap iframe, .vidwrap object, .vidwrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mapwrap {
	padding-bottom: 90%
}
.mapwrapper {
	margin-bottom: 2.86rem
}
.addresses-list {
	margin-bottom: 2.86rem
}
.addresses-list .address-item {
	margin-bottom: 2.86rem
}
.addresses-list .address-item>span {
	display: block
}
.addresses-list .address-item .name {
	font-weight: bold
}
.addresses-list .address-item .name, .addresses-list .address-item .phone2, .addresses-list .address-item .time {
	margin-bottom: .715rem
}
ul.allcities {
	list-style: none;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}
@media only screen and (min-width: 481px) {
	ul.allcities {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}
@media only screen and (min-width: 641px) {
	ul.allcities {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}
}
@media only screen and (min-width: 1025px) {
	ul.allcities {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5
	}
}
ul.allcities li {
	display: block;
	margin-bottom: .715rem
}
ul.allcities li a {
	display: block
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-loading .slick-list {
	background: #fff url("ajax-loader.gif") center center no-repeat
}
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("fonts/slick.eot");
	src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg")
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: 'в†ђ'
}
[dir='rtl'] .slick-prev:before {
	content: 'в†’'
}
.slick-next {
	right: -25px
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: 'в†’'
}
[dir='rtl'] .slick-next:before {
	content: 'в†ђ'
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'вЂў';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}
.slider-main {
	margin-bottom: 1.43rem
}
.slider-main .slick-slide img {
	display: block;
	margin: 0 auto
}
.slick-slide {
	padding: 0 .3125rem
}
.slick-prev:before, .slick-next:before {
	color: #000 !important
}
.slick-dots {
	position: static;
	margin: 0
}
.single .rpost {
	margin-bottom: 2.86rem
}
.single .rpost a, .single .rpost img {
	display: block
}
.single .rpost img {
	width: 100%
}
.single .rpost svg {
	max-width: 100%
}
.slider-nav {
	max-height: 10.01rem
}
.slider-nav .slick-slide img {
	max-height: 10.01rem;
	display: block;
	margin: 0 auto
}
.herounit {
	max-width: 75rem;
	margin: 0 auto;
	text-align: center
}
.herounit p {
	margin-left: auto;
	margin-right: auto
}
.nested-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.nested-list .city {
	cursor: pointer;
	border-bottom: 1px dotted #000
}
.nested-list[data-accordion] .height-hide li {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s
}
.nested-list[data-accordion] .height-hide.active li {
	overflow: hidden;
	max-height: 10rem;
	margin-bottom: .715rem
}
.nested-list ul {
	list-style: none;
	margin: 0 0 .715rem 0;
	padding-left: 1.43rem
}
.nested-list .info {
	display: none;
	background: #c5ced3;
	padding: .715rem;
	margin-top: .715rem
}
.nested-list .info span {
	display: block
}
.nested-list .active+.info {
	display: block
}
.faq-module>.faq-item {
	border-top: 1px solid #c5ced3;
	padding-top: 1.43rem;
	margin-bottom: 1.43rem
}
.faq-module>.faq-item:last-child {
	padding-bottom: 1.43rem;
	border-bottom: 1px solid #c5ced3
}
.faq-module>.faq-item h3 {
	color: #00aabc
}
.faq-module>.faq-item .faq-item {
	margin-left: 2.86rem;
	margin-top: 2.86rem;
	margin-bottom: 2.86rem
}
.faq-module>.faq-item .faq-question {
	cursor: pointer;
	font-weight: bold
}
.faq-module>.faq-item .faq-block .faq-answer {
	padding: 1.43rem 1.43rem 1.43rem 2.86rem
}
.faq-module .faq-icon:before {
	color: #00aabc;
	height: 1.43rem;
	width: 1.43rem;
	font-size: 1.43rem !important;
	line-height: 1.43rem;
	border: 1px solid #00aabc;
	margin-right: 1.43rem;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box
}
footer.footer, .site-footer {
	margin-top: 4.29rem;
	padding-top: 2.86rem;
	padding-bottom: 1.43rem;
	background: #c5ced3;
	color: #000
}
.page-template-page-designer footer.footer, .page-template-page-designer .site-footer {
	margin-top: 0
}
footer.footer .footerinfo .h3, .site-footer .footerinfo .h3 {
	margin-bottom: 0
}
footer.footer .h4, footer.footer .media-object .title, .media-object footer.footer .title, .site-footer .h4, .site-footer .media-object .title, .media-object .site-footer .title {
	display: block;
	text-transform: uppercase;
	text-decoration: none
}
footer.footer a, .site-footer a {
	color: #000;
	text-decoration: none
}
footer.footer .menu, .site-footer .menu {
	margin: 0;
	padding: 0
}
footer.footer .menu li, .site-footer .menu li {
	display: block
}
footer.footer .col, footer.footer .instagram-pics li, .instagram-pics footer.footer li, footer.footer .addresses-list .address-item, .addresses-list footer.footer .address-item, .site-footer .col, .site-footer .instagram-pics li, .instagram-pics .site-footer li, .site-footer .addresses-list .address-item, .addresses-list .site-footer .address-item {
	margin-bottom: 1.43rem
}
footer.footer .studio, .site-footer .studio {
	display: block;
	margin-top: 1.43rem
}
footer.footer .mail, .site-footer .mail {
	display: block;
	margin-top: .3575rem;
	font-family: "EuropeCond", Helvetica, Arial, Tahoma, sans-serif
}
.page-template-page-designer .colorpicker {
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding-left: 0;
	z-index: 20
}
.page-template-page-designer .colorpicker .colortype {
	bottom: -2rem
}
@media only screen and (max-width: 480px) {
	.page-template-page-designer header.site-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100
	}
}
.page-template-page-designer .parts label {
	cursor: pointer
}
@media only screen and (max-width: 480px) {
	.customizer h1 {
		display: none
	}
}
@media only screen and (min-width: 641px) {
	.customizer {
		padding-top: 5.72rem;
		padding-bottom: 5.72rem
	}
}
@media only screen and (min-width: 481px) {
	.customizer .options {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
}
@media only screen and (max-width: 480px) {
	.customizer .options {
		padding-top: 46vh
	}
}
.customizer .prices {
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem;
	z-index: 80
}
.customizer .prices .col, .customizer .prices .instagram-pics li, .instagram-pics .customizer .prices li, .customizer .prices .addresses-list .address-item, .addresses-list .customizer .prices .address-item {
	margin-bottom: 1.43rem
}
.customizer .prices .cta {
	text-align: right
}
@media only screen and (max-width: 480px) {
	.customizer .prices {
		position: fixed
	}
	.customizer .prices .row, .customizer .prices .instagram-pics, .customizer .prices .addresses-list {
		display: block
	}
	.customizer .prices .col, .customizer .prices .instagram-pics li, .instagram-pics .customizer .prices li, .customizer .prices .addresses-list .address-item, .addresses-list .customizer .prices .address-item {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		margin-bottom: 0
	}
	.customizer .prices .col:nth-child(1):after, .customizer .prices .instagram-pics li:nth-child(1):after, .instagram-pics .customizer .prices li:nth-child(1):after, .customizer .prices .addresses-list .address-item:nth-child(1):after, .addresses-list .customizer .prices .address-item:nth-child(1):after, .customizer .prices .col:nth-child(2):after, .customizer .prices .instagram-pics li:nth-child(2):after, .instagram-pics .customizer .prices li:nth-child(2):after, .customizer .prices .addresses-list .address-item:nth-child(2):after, .addresses-list .customizer .prices .address-item:nth-child(2):after {
		display: inline-block;
		content: '+';
		vertical-align: middle;
		margin-left: 0.3rem;
		margin-right: 0.3rem
	}
	.customizer .prices .col:nth-child(2):after, .customizer .prices .instagram-pics li:nth-child(2):after, .instagram-pics .customizer .prices li:nth-child(2):after, .customizer .prices .addresses-list .address-item:nth-child(2):after, .addresses-list .customizer .prices .address-item:nth-child(2):after {
		content: '='
	}
	.customizer .prices .col>div, .customizer .prices .instagram-pics li>div, .instagram-pics .customizer .prices li>div, .customizer .prices .addresses-list .address-item>div, .addresses-list .customizer .prices .address-item>div {
		display: none
	}
}
.customizer .view {
	position: relative;
	z-index: 50
}
@media only screen and (max-width: 480px) {
	.customizer .view {
		position: fixed;
		left: 0;
		top: 3.575rem;
		width: 100%;
		max-height: 35vh;
		background: #fff
	}
	.customizer .view .layer img, .customizer .view .atv img, .customizer .view .wireframe img {
		width: auto;
		max-height: 35vh
	}
}
.customizer .layers {
	position: relative;
	z-index: 80;
	cursor: pointer
}
.customizer .layers.smallview {
	height: 50px;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background: #fff;
	border: 1px solid #00aabc;
	border-radius: 5px;
	cursor: pointer
}
.customizer .layers.smallview img {
	height: 50px
}
.customizer .layers svg {
	max-width: 100%;
	height: auto
}
.customizer .layers .layer, .customizer .layers .atv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.customizer .layers .f6 {
	z-index: 110
}
.customizer .layers .f5 {
	z-index: 100
}
.customizer .layers .f4 {
	z-index: 90
}
.customizer .layers .f3 {
	z-index: 80
}
.customizer .layers .f2 {
	z-index: 70
}
.customizer .layers .f1 {
	z-index: 60
}
.customizer .layers .atv {
	z-index: 50
}
.customizer .layers .b1 {
	z-index: 40
}
.customizer .layers .b2 {
	z-index: 30
}
.customizer .layers .b3 {
	z-index: 20
}
.customizer .layers .b4 {
	z-index: 10
}
.customizer .layers .b5 {
	z-index: 1
}
@media only screen and (max-width: 1200px) {
	.menu-item a.menu-image-title-below.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
		display: none
	}
}
.dealer-page {
	background: none
}
@media only screen and (min-width: 1025px) {
	.dealer-page table.detail_section {
		max-width: 100%
	}
}
.dealer-page table.detail_section tr:nth-child(even) {
	background: none
}
.dealer-page a:hover {
	text-transform: none
}
.dealer-page .list {
	clear: both
}
.dealer-page p, .dealer-page li {
	font: inherit
}
.dealer-page .text h3 {
	font-size: 1.4rem
}
.dealer-page .page .contacts * {
	font-family: "Europe Regular", Helvetica, Arial, Tahoma, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 300;
	line-height: 1.4 !important
}
.dealer-page .page .b-catalog-list li {
	font-size: inherit;
	margin-bottom: .715rem
}
.dealer-page .b-catalog-list li.b-catalog-list__tlt {
	margin-bottom: .715rem
}
.dealer-page .page .catalog_list li {
	margin-bottom: .715rem
}
.dealer-page .dealerFilter, .dealer-page .dealerFilter ul, .dealer-page .cities .dealerFilter ul {
	width: auto
}
.dealer-page .site-header.dealer-section a {
	font-family: "EuropeCond Bold", Impact, Georgia, Times, serif
}
.dealer-page .site-footer {
	height: auto
}
.dealer-page div.header, .dealer-page div.nav, .dealer-page div.footer {
	display: none
}
.dealer-page div.content {
	background: none;
	background-color: #fff
}
.dealer-page div.content .page {
	margin-left: 32%
}
.dealer-page ul.specials a {
	color: #000
}
.dealer-page ul.sections {
	margin: 0;
	padding: 0;
	background: none;
	border: 1px solid #c5ced3;
	border-radius: 0
}
.dealer-page ul.sections li {
	line-height: inherit;
	font: inherit;
	font-size: inherit;
	display: block;
	padding: 0;
	margin-bottom: 0
}
.dealer-page ul.sections li:nth-child(5) {
	display: none
}
.dealer-page ul.sections li:hover a {
	background: none
}
.dealer-page ul.sections li.active {
	padding: 0.6rem 1rem;
	background: #c5ced3;
	color: #000
}
.dealer-page ul.sections li.cart {
	margin: 0;
	background: none;
	border-top: 1px solid #c5ced3
}
.dealer-page ul.sections li.cart a {
	padding: 1rem
}
.dealer-page ul.sections li.cart .status {
	padding: 0;
	margin: 0;
	border: none
}
.dealer-page ul.sections li.logout {
	border-bottom: 1px solid #c5ced3
}
.dealer-page ul.sections li a {
	display: block;
	color: #000;
	padding: 0.6rem 1rem
}
.dealer-page .common .field, .dealer-page .search .field {
	margin: 0;
	margin-bottom: 1.43rem
}
.dealer-page .common .field span, .dealer-page .search .field span {
	border: none;
	width: auto
}
.dealer-page .common label, .dealer-page .search label {
	margin: 0;
	color: #000;
	font: inherit
}
.dealer-page .common fieldset, .dealer-page .search fieldset {
	padding: 0;
	font-size: inherit;
	border-radius: 0;
	border: none;
	width: auto
}
.dealer-page .common input, .dealer-page .common select, .dealer-page .common textarea, .dealer-page .search input, .dealer-page .search select, .dealer-page .search textarea {
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0.8rem 1rem;
	font-size: 1rem;
	border-radius: 0.2rem;
	border: 1px solid #000 !important;
	width: 100% !important
}
.dealer-page .common label, .dealer-page .search label {
	vertical-align: middle
}
.dealer-page .common input[type=text], .dealer-page .common input[type=date], .dealer-page .common input[type=datetime], .dealer-page .common input[type=datetime-local], .dealer-page .common input[type=email], .dealer-page .common input[type=month], .dealer-page .common input[type=number], .dealer-page .common input[type=password], .dealer-page .common input[type=search], .dealer-page .common input[type=tel], .dealer-page .common input[type=time], .dealer-page .common input[type=url], .dealer-page .common input[type=week], .dealer-page .common input[type=submit], .dealer-page .search input[type=text], .dealer-page .search input[type=date], .dealer-page .search input[type=datetime], .dealer-page .search input[type=datetime-local], .dealer-page .search input[type=email], .dealer-page .search input[type=month], .dealer-page .search input[type=number], .dealer-page .search input[type=password], .dealer-page .search input[type=search], .dealer-page .search input[type=tel], .dealer-page .search input[type=time], .dealer-page .search input[type=url], .dealer-page .search input[type=week], .dealer-page .search input[type=submit] {
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%
}
.dealer-page .common input[type=checkbox], .dealer-page .common input[type=radio], .dealer-page .search input[type=checkbox], .dealer-page .search input[type=radio] {
	display: inline-block;
	margin-left: 0;
	margin-right: 0.5rem
}
.dealer-page .common input[type=search], .dealer-page .search input[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}
.dealer-page .common input[type=file], .dealer-page .search input[type=file] {
	border: 1px dotted #000
}
.dealer-page .common select, .dealer-page .search select {
	line-height: 1.75
}
.dealer-page .common select:not([multiple]), .dealer-page .search select:not([multiple]) {
	vertical-align: middle
}
.dealer-page .common textarea, .dealer-page .search textarea {
	line-height: 1.75
}
.dealer-page .common input.submit, .dealer-page .search input.submit {
	width: 3rem !important;
	height: 2.3rem;
	border: none !important;
	background-position: 50%;
	right: 0.5rem;
	left: auto
}
.dealer-page .common #send, .dealer-page .search #send {
	background: #078896;
	color: #fff;
	border: none !important
}
.dealer-page .air {
	padding: 0
}
.login fieldset {
	border: none;
	padding: 0
}
.login .field label {
	display: block !important;
	margin-top: 1rem
}
.login .checkbox {
	margin-top: 1rem;
	margin-bottom: 1rem
}
.login+.content {
	display: none
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
.ball-pulse>div:nth-child(0) {
	-webkit-animation: scale 0.75s -.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}
.ball-pulse>div:nth-child(1) {
	-webkit-animation: scale 0.75s -.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}
.ball-pulse>div:nth-child(2) {
	-webkit-animation: scale 0.75s -.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}
.ball-pulse>div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}
.ball-pulse>div {
	background-color: #00aabc;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block
}
.ball-pulse {
	display: none;
	position: absolute;
	top: 47%;
	left: 47%
}
.dialog-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}
.dialog-window .conf-text {
	display: none
}
.dialog-window .close-dialog-trigger {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: bold
}
.dialog-window .dialog-wrapper {
	background: #ffffff;
	padding: 1rem;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in
}
.dialog-window .close-dialog-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	cursor: default
}
.dialog-window:target, .dialog-window.active {
	opacity: 1;
	pointer-events: auto
}
.dialog-window:target .dialog-wrapper, .dialog-window.active .dialog-wrapper {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
ul.accessories {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.accessories>li {
	display: block;
	max-width: 100%
}
ul.accessories ul {
	margin-top: 1.43rem;
	margin-bottom: 1.43rem
}
ul.accessories .slick-slide img {
	margin-right: auto;
	margin-left: auto
}
ul.accessories .items img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
ul.accessories .dd-item {
	font-size: 0;
	display: none
}
ul.accessories .dd-item .dd-img, ul.accessories .dd-item .dd-txt {
	font-size: 1rem
}
@media only screen and (min-width: 800px) {
	ul.accessories .dd-item .dd-img, ul.accessories .dd-item .dd-txt {
		display: inline-block;
		vertical-align: top
	}
	ul.accessories .dd-item .dd-img {
		width: 30%;
		box-sizing: border-box;
		padding: 0 3rem
	}
	ul.accessories .dd-item .dd-txt {
		width: 70%
	}
}
.page-template-page-gallery .photos picture, .page-template-page-photos .photos picture {
	display: block;
	height: 11rem;
	margin-bottom: 0.5rem
}
.page-template-page-gallery .photos picture img, .page-template-page-photos .photos picture img {
	max-height: 100%;
	display: block
}
.page-template-page-dealers h1, .page-template-page-dealers .button.primary {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1.43rem
}
.page-template-page-dealers .content-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.page-template-page-dealers .content-header .button.primary {
	margin-left: auto
}
.cubes {
	text-align: right
}
@media only screen and (max-width: 1024px) {
	.cubes {
		margin-bottom: 2.86rem;
		text-align: left
	}
}
.cubes ul {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 0
}
@media only screen and (min-width: 481px) {
	.cubes ul {
		margin-left: 1rem
	}
}
.cubes ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #c5ced3;
	margin-left: -1px
}
.cubes ul li:first-child {
	border-radius: 5px 0 0 5px
}
.cubes ul li:last-child {
	border-radius: 0 5px 5px 0
}
.cubes ul a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none
}
.seowrap {
	height: 0;
	overflow: hidden
}
.seowrap.active {
	height: auto
}
.threesixty {
	position: relative;
	overflow: hidden;
	margin: 0 auto
}
.threesixty .threesixty_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0
}
.threesixty .threesixty_images img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto
}
.threesixty .threesixty_images img.previous-image {
	visibility: hidden;
	width: 0
}
.threesixty .threesixty_images img.current-image {
	visibility: visible;
	width: 100%
}
.threesixty .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px
}
.threesixty .spinner span {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block
}
.threesixty .nav_bar {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11
}
.threesixty .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(/assets/sprites.png) no-repeat;
	text-indent: -99999px
}
.threesixty .nav_bar a.nav_bar_play {
	background-position: 0 0 !important
}
.threesixty .nav_bar a.nav_bar_previous {
	background-position: 0 -73px !important
}
.threesixty .nav_bar a.nav_bar_stop {
	background-position: 0 -37px !important
}
.threesixty .nav_bar a.nav_bar_next {
	background-position: 0 -104px !important
}
.threesixty:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px
}
.threesixty:-moz-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px
}
#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75)
}
#imagelightbox-loading, #imagelightbox-loading div {
	border-radius: 50%
}
#imagelightbox-loading {
	width: 2.5em;
	height: 2.5em;
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em;
	margin: -1.25em 0 0 -1.25em;
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75)
}
#imagelightbox-loading div {
	width: 1.25em;
	height: 1.25em;
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite
}
@-webkit-keyframes imagelightbox-loading {
	from {
		opacity: .5;
		-webkit-transform: scale(0.75)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
	to {
		opacity: .5;
		-webkit-transform: scale(0.75)
	}
}
@keyframes imagelightbox-loading {
	from {
		opacity: .5;
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		opacity: .5;
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
}
#imagelightbox-overlay {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
#imagelightbox-close {
	width: 2.5em;
	height: 2.5em;
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em;
	right: 2.5em;
	border: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
	background-color: #111
}
#imagelightbox-close:before, #imagelightbox-close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px
}
#imagelightbox-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
#imagelightbox-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em
}
#imagelightbox-nav {
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em;
	padding: 0.313em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
#imagelightbox-nav button {
	width: 1em;
	height: 1em;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.313em
}
#imagelightbox-nav button.active {
	background-color: #fff
}
.imagelightbox-arrow {
	width: 3.75em;
	height: 7.5em;
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em;
	border: none
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.75)
}
.imagelightbox-arrow:active {
	background-color: #111
}
.imagelightbox-arrow-left {
	left: 2.5em
}
.imagelightbox-arrow-right {
	right: 2.5em
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear
}
@-webkit-keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@media only screen and (max-width: 41.25em) {
	#container {
		width: 100%
	}
	#imagelightbox-close {
		top: 1.25em;
		right: 1.25em
	}
	#imagelightbox-nav {
		bottom: 1.25em
	}
	.imagelightbox-arrow {
		width: 2.5em;
		height: 3.75em;
		margin-top: -2.75em
	}
	.imagelightbox-arrow-left {
		left: 1.25em
	}
	.imagelightbox-arrow-right {
		right: 1.25em
	}
}
@media only screen and (max-width: 20em) {
	.imagelightbox-arrow-left {
		left: 0
	}
	.imagelightbox-arrow-right {
		right: 0
	}
}
/*! mediabox v1.0.0 | (c) 2016 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */

.mediabox-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 999;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mediabox;
	animation-name: mediabox
}
@-webkit-keyframes mediabox {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes mediabox {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.mediabox-content {
	max-width: 853px;
	display: block;
	margin: 0 auto;
	height: 100%;
	position: relative
}
.mediabox-content iframe {
	max-width: 100% !important;
	width: 100% !important;
	display: block !important;
	height: 480px !important;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0
}
.mediabox-hide {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mediaboxhide;
	animation-name: mediaboxhide
}
@-webkit-keyframes mediaboxhide {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes mediaboxhide {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.mediabox-close {
	position: absolute;
	top: 0;
	cursor: pointer;
	bottom: 528px;
	right: 0px;
	margin: auto 0;
	width: 24px;
	height: 24px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
	background-size: 24px 24px
}
.mediabox-close:hover {
	opacity: 0.5
}
@media all and (max-width: 768px) {
	.mediabox-content {
		max-width: 90%
	}
}
@media all and (max-width: 600px) {
	.mediabox-content iframe {
		height: 320px !important
	}
	.mediabox-close {
		bottom: 362px
	}
}
@media all and (max-width: 480px) {
	.mediabox-content iframe {
		height: 220px !important
	}
	.mediabox-close {
		bottom: 262px
	}
}
.wpcf7 select, .wpcf7 input:not([type=submit]), .wpcf7 textarea {
	width: 100%;
	max-width: 100%
}
.wpcf7 .yourvin {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}
.wpcf7 .yourvin.active {
	max-height: 6rem
}
.page-template-page-dealers-reg .site-header {
	margin-bottom: 0;
}
.page-template-page-dealers-reg .footer.footer, .page-template-page-dealers-reg site-footer {
	margin-top: 0;
}
.page-template-page-dealers-reg iframe, .page-template-page-dealers-reg #yamap {
	display: none !important;
}
.page-template-page-dealers-reg p {
	max-width: 100%;
}
.page-template-page-dealers-reg .awm-block {
	max-width: 1200px;
	margin: 0 auto;
}
.page-template-page-dealers-reg .mapwrapper {
	display: block !important;
}
.testimonial_wrap {
	float: none !important;
	clear: both !important;
}
.page-template-page-dealers-reg .slick-dots li button:before {
	font-size: 16px;
}
.page-template-page-dealers-reg .slick-dots li button:before, .page-template-page-dealers-reg .slick-prev:before, .slick-next:before {
	color: #079bb5 !important;
}
.page-template-page-dealers-reg .slick-prev, .page-template-page-dealers-reg .slick-next {
	position: static;
	margin: 5px 0 0 0;
}
.page-template-page-dealers-reg .slick-prev {
	float: left;
}
.page-template-page-dealers-reg .slick-next {
	float: right;
}
.page-template-page-dealers-reg .slider-nav {
	max-width: 200px;
	margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */

ul.spisok li {
	list-style-type: none;
	line-height: 2em;
}
ul.spisok li a {
	text-decoration: none;
	border-bottom: 1px dotted #00a9bb;
}
ul.spisok li:before {
	color: #00a9bb;
	font-size: 2em;
	content: "вЂў";
	padding-right: 7px;
	vertical-align: middle;
}
.spotcanvas .spot.noicon {
	background-color: rgba(0, 170, 188, 0.9);
}
.spotcanvas .spot:before {
	color: #ffffff
}
.spotcanvas .spot .data {
	background-color: rgba(0, 170, 188, 0.9);
	color: #ffffff;
}
.spotcanvas .spot .data.left:before {
	border-left: 14px solid rgba(0, 170, 188, 0.9);
	;
}
.spotcanvas .spot .data.right:before {
	border-right: 14px solid rgba(0, 170, 188, 0.9);
	;
}
.spotcanvas .spot .data.bottom:before {
	border-bottom: 8px solid rgba(0, 170, 188, 0.9);
	;
}
.spotcanvas .spot .data.top:before {
	border-top: 8px solid rgba(0, 170, 188, 0.9);
	;
}
/* line 1, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] {
	position: relative;
}
/* line 5, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spotcanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/* line 15, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	/* &.hover:hover .data.scalein, */
}
/* line 26, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot>img, [data-name="utmp_hotspot_image"] .spot svg {
	min-width: 0;
	min-height: 0;
	max-width: 100% !important;
	max-height: 100% !important;
	width: 100%;
	height: auto;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
}
/* line 42, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot:before {
	display: block;
	content: attr(data-count);
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	text-align: center;
}
/* line 57, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.scalein.active, [data-name="utmp_hotspot_image"] .spot .data.scaleout.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}
/* line 63, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data {
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	padding: 8px;
	width: 220px;
	text-align: left;
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 10;
}
@media only screen and (max-width: 480px) {
	/* line 63, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */
	[data-name="utmp_hotspot_image"] .spot .data {
		width: 200px;
		font-size: 1rem;
		line-height: 1.5;
	}
}
/* line 86, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data .sku, [data-name="utmp_hotspot_image"] .spot .data .price {
	display: block;
}
/* line 90, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.scalein {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
/* line 95, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.scaleout {
	opacity: 0;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* line 101, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data h1, [data-name="utmp_hotspot_image"] .spot .data h2, [data-name="utmp_hotspot_image"] .spot .data h3, [data-name="utmp_hotspot_image"] .spot .data h4, [data-name="utmp_hotspot_image"] .spot .data h5, [data-name="utmp_hotspot_image"] .spot .data h6 {
	margin-top: 0;
}
/* line 105, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data img, [data-name="utmp_hotspot_image"] .spot .data svg {
	max-width: 100% !important;
}
/* line 110, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.left {
	top: -4px;
	right: 48px;
}
/* line 114, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.left:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	right: -14px;
	width: 14px;
	height: 28px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
/* line 131, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.right {
	top: -4px;
	left: 48px;
}
/* line 135, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.right:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	left: -14px;
	width: 14px;
	height: 28px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
/* line 152, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.bottom {
	top: 48px;
	left: -94px;
}
/* line 156, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.bottom:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: 94px;
	width: 28px;
	height: 8px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
/* line 173, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.bottom-left {
	top: 32px;
	left: -220px;
	border-radius: 5px 0px 5px 5px;
}
/* line 179, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.bottom-left:before {
	display: none;
}
/* line 184, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.bottom-right {
	top: 32px;
	right: -220px;
	border-radius: 0px 5px 5px 5px;
}
/* line 190, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.bottom-right:before {
	display: none;
}
/* line 195, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.top {
	bottom: 48px;
	left: -94px;
}
/* line 199, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.top:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: -8px;
	left: 94px;
	width: 28px;
	height: 8px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
/* line 216, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.top-left {
	bottom: 32px;
	left: -220px;
	border-radius: 5px 5px 0px 5px;
}
/* line 222, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.top-left:before {
	display: none;
}
/* line 227, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.top-right {
	bottom: 32px;
	right: -220px;
	border-radius: 5px 5px 5px 0px;
}
/* line 233, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .spot .data.top-right:before {
	display: none;
}
/* line 240, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_image"] .acf-image-uploader .acf-soh-target {
	z-index: 20;
}
/* line 245, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

td.acf-fields.fixed, .acf-row.fixed {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 19999;
	overflow-y: scroll;
}
@media only screen and (min-width: 1200px) {
	/* line 245, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */
	td.acf-fields.fixed, .acf-row.fixed {
		width: 40%;
		left: 55%;
	}
}
/* line 261, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

td.acf-fields.fixed .acf-row-handle .acf-icon, .acf-row.fixed .acf-row-handle .acf-icon {
	visibility: visible;
	opacity: 1;
}
/* line 265, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

td.acf-fields.fixed .acf-row-handle .acf-icon.-minus.small, .acf-row.fixed .acf-row-handle .acf-icon.-minus.small {
	background-color: #F55E4F;
	color: #ffffff;
	border: 1px solid #F55E4F;
}
/* line 274, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

td.acf-fields.fixed+.close-overlay, .acf-row.fixed+.close-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
@media only screen and (min-width: 1200px) {
	/* line 274, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */
	td.acf-fields.fixed+.close-overlay, .acf-row.fixed+.close-overlay {
		background: rgba(0, 0, 0, 0.4);
	}
}
/* line 293, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul {
	text-align: center;
}
/* line 297, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li {
	display: inline;
}
/* line 304, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li label {
	position: relative;
	display: inline-block;
	padding: 0.7rem;
	width: 6.5rem;
	border-radius: 5px;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	background: #e3e3e3;
	color: #333333;
}
/* line 318, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li label.active {
	background: #94fe9d;
}
/* line 323, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(3):after, [data-name="position"] ul li:nth-child(5):after {
	position: static;
	content: "\A";
	white-space: pre;
}
/* line 330, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(1) label, [data-name="position"] ul li:nth-child(3) label, [data-name="position"] ul li:nth-child(6) label, [data-name="position"] ul li:nth-child(8) label {
	padding: 0.3rem;
}
/* line 335, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(4):after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	background: #e3e3e3;
}
/* line 349, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(1) label {
	border-radius: 5px 5px 0px 5px;
}
/* line 356, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(2) label:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: -8px;
	left: 48px;
	width: 28px;
	height: 8px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 8px solid #e3e3e3;
}
/* line 373, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(2) label.active:before {
	border-top: 8px solid #94fe9d;
}
/* line 380, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(3) label {
	border-radius: 5px 5px 5px 0px;
}
/* line 387, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(4) label:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	right: -14px;
	width: 14px;
	height: 28px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #e3e3e3;
}
/* line 404, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(4) label.active:before {
	border-left: 14px solid #94fe9d;
}
/* line 412, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(5) label:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	left: -14px;
	width: 14px;
	height: 28px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #e3e3e3;
}
/* line 429, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(5) label.active:before {
	border-right: 14px solid #94fe9d;
}
/* line 436, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(6) label {
	border-radius: 5px 0px 5px 5px;
}
/* line 443, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(7) label:before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: 48px;
	width: 28px;
	height: 8px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 8px solid #e3e3e3;
}
/* line 460, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(7) label.active:before {
	border-bottom: 8px solid #94fe9d;
}
/* line 467, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="position"] ul li:nth-child(8) label {
	border-radius: 0px 5px 5px 5px;
}
/* line 478, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

.hotspot-hint {
	margin-top: 2rem;
	text-align: center;
	color: #727f8a;
}
/* line 483, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

.hotspot-hint svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}
/* line 496, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspot_counter"], [data-name="miscid"] {
	display: none;
}
/* line 502, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspots"] .acf-icon.-plus.small {
	display: none;
}
/* line 506, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspots"] .acf-repeater-add-row {
	display: none !important;
}
/* line 510, /Users/pavel/Google Drive/ServerSpot/awm-trade.ru/wp-content/plugins/universal-theme-hotspot/css/universal-theme-hotspot.admin.scss */

[data-name="utmp_hotspots"] [data-name="top"], [data-name="utmp_hotspots"] [data-name="left"] {
	display: none;
}
/*# sourceMappingURL=universal-theme-hotspot.admin.css.map */

.wpb_animate_when_almost_visible {
	opacity: 1;
}
@media only screen and (min-width: 1001px) {
	.slogan svg {
		width: 16rem !important;
		height: 4rem;
	}
	.slogan span {
		font-size: 1.1rem !important;
		font-weight: bold !important;
	}
}
@media only screen and (min-width: 1200px) {
	.slogan svg {
		width: 22rem !important;
		height: 6rem !important;
	}
	.slogan span {
		font-size: 1.8rem !important;
		line-height: 1.8rem !important;
	}
}
@media only screen and (min-width: 1750px) {
	.slogan svg {
		width: 32rem !important;
		height: 6rem !important;
	}
	.slogan span {
		font-size: 3rem !important;
		line-height: 2.5rem !important;
	}
}