/* created by Intrid */
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,800"); */

/* open-sans-300 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/open-sans-300.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-300.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-300.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-300.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-300.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-regular - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/open-sans-regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-regular.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-regular.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-regular.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-regular.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-800 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/open-sans-800.eot"); /* IE9 Compat Modes */
	src: url("../fonts/open-sans-800.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/open-sans-800.woff2") format("woff2"),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
			url("../fonts/open-sans-800.woff") format("woff"),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
			url("../fonts/open-sans-800.ttf") format("truetype"),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
			url("../fonts/open-sans-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 1s;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 1s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 2s;
}

@font-face {
	font-family: "compmaster";
	src: url("../fonts/compmaster.eot");
	src: url("../fonts/compmaster.eot?#iefix") format("embedded-opentype"),
		url("../fonts/compmaster.woff") format("woff"),
		url("../fonts/compmaster.ttf") format("truetype"),
		url("../fonts/compmaster.svg#compmaster") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "compmaster" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "compmaster" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-4:before {
	content: "\61";
}

.icon-3:before {
	content: "\62";
}

.icon-2:before {
	content: "\63";
}

.icon-1:before {
	content: "\64";
}

.icon-26:before {
	content: "\65";
}

.icon-25:before {
	content: "\66";
}

.icon-2-1:before {
	content: "\67";
}

.icon-7:before {
	content: "\68";
}

.icon-6:before {
	content: "\69";
}

.icon-5:before {
	content: "\6a";
}

.icon-8:before {
	content: "\6b";
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4f4e4e;
}

h1 {
	font-weight: 800;
	font-size: 75px;
}

h2 {
	text-align: center;
	font-size: 49px;
	font-weight: 300;
}

p {
	font-size: 16px;
	color: #4f4e4e;
}

a {
	transition: all 0.3s;
	text-decoration: underline;
}

.btn-accent {
	font-size: 26px;
	padding: 15px 30px;
	line-height: 1;
	border-radius: 5px;
	transition: all 0.3s;
	border: none;
	color: #4f4e4e;
	text-decoration: none;
	background: linear-gradient(to bottom, #ffe870, #ffc601);
}

.btn-accent:hover,
.btn-accent:active,
.btn-accent:focus {
	background: #ffe76f;
	box-shadow: 0px 0px 15px #ffe870;
	outline: 0px;
	border: none;
	background: linear-gradient(to bottom, #ffe870, #ffe870);
}

.top {
	padding: 20px 0px 0px;
	background: linear-gradient(to bottom, #594089, #345995);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.top p {
	display: inline-block;
	color: #fff;
}

.mobi-nav-button {
	display: none;
}

nav {
	width: 100%;
	/*text-align: justify;*/
	position: relative;
	overflow: hidden;
	height: 40px;
}

nav:after {
	content: "";
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	display: inline-block;
}

nav a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #ffd31d;
	padding-bottom: 15px;
	margin-right: 15px;
}

nav a:visited,
nav a:focus {
	color: #ffd31d;
	text-decoration: none;
}

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

nav a.active {
	color: #fff;
	border-bottom: 3px solid #fff;
}

.mail {
	padding-left: 25px;
	position: relative;
}

.mail:before {
	font-family: "compmaster";
	content: "\67";
	position: absolute;
	color: #ffd31d;
	font-size: 20px;
	top: 0;
	margin: 0px 0px 0px -25px;
	line-height: 1;
}

.adr {
	padding-left: 25px;
	position: relative;
}

.adr span {
	color: #818ea4;
}

.adr:before {
	font-family: "compmaster";
	content: "\66";
	position: absolute;
	color: #ffd31d;
	font-size: 20px;
	top: 0;
	margin: 0px 0px 0px -25px;
	line-height: 1;
}

.tel {
	padding-left: 25px;
	position: relative;
}

.tel:before {
	font-family: "compmaster";
	content: "\65";
	position: absolute;
	color: #ffd31d;
	font-size: 20px;
	top: 0;
	margin: 0px 0px 0px -25px;
	line-height: 1;
}

.top-fix {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}

header {
	margin-top: 60px;
	background: url(../images/header-botton.png) center bottom no-repeat,
		url(../images/header.jpg) center center no-repeat;
	height: 800px;
	padding-top: 100px;
	overflow: hidden;
}

header .btn-accent {
	display: block;
	width: 300px;
	height: 60px;
	padding: 0;
	line-height: 0px;
	text-align: center;
	background: linear-gradient(to bottom, #ffe870, #ffc601);
	margin: 150px auto 0px auto;
}

header .btn-accent:hover {
	background: linear-gradient(to bottom, #ffe870, #ffe870);
}

header h1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 50px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	position: relative;
}

.cont {
	display: inline-block;
	width: 100%;
	text-align: justify;
	padding-left: 15px;
	height: 30px;
	overflow: hidden;
}

.cont:after {
	content: "";
	width: 100%;
	height: 0px;
	display: inline-block;
}

.cont a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	position: relative;
	line-height: 1;
}

.cont a:hover {
	color: #7eb5ff;
}

.logo {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	padding: 15px 10px;
	border-radius: 30px;
}

.logo span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 56px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@keyframes hover-bottom {
	from {
		top: 20px;
		text-shadow: 0px 0px 20px #ffd31d;
	}
	to {
		top: 0px;
		text-shadow: 0px 0px 0px #ffd31d;
	}
}

.href-to {
	position: relative;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.href-to a {
	display: inline-block;
	width: 90px;
	height: 30px;
	position: relative;
	top: 80px;
	padding-top: 0;
}

.href-to a:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "compmaster";
	content: "\6a";
	font-size: 86px;
	color: #ffd31d;
	line-height: 1;
	transition: all 0.3s;
}

.href-to a:hover:before {
	animation: hover-bottom 0.6s infinite alternate-reverse;
}

.catalog {
	padding: 15px 0px;
}

.item {
	display: inline-block;
	width: 100%;
	height: 445px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	padding: 30px 15px;
	margin: 15px 0px;
	position: relative;
}

.item:hover {
	text-decoration: none;
	background: #fff4c0;
}

.item:hover .prise {
	background: linear-gradient(to bottom, #ffe13e, #ffb025);
	box-shadow: none;
}

.item .c-img {
	display: inline-block;
	background: url(../images/item-sprite.png) no-repeat;
	height: 214px;
}

.item .img-1 {
	width: 201px;
	background-position: -5px 45px;
}

.item .img-2 {
	width: 165px;
	background-position: -216px 25px;
}

.item .img-3 {
	width: 164px;
	background-position: -391px 7px;
}

.item .img-4 {
	width: 183px;
	background-position: -565px -5px;
}

.item .img-5 {
	width: 172px;
	background-position: -758px 20px;
}

.item .img-6 {
	width: 221px;
	background-position: -940px 10px;
}

.item .zag {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #387eeb;
	padding: 15px 0px;
	line-height: 1;
}

.item .text {
	font-size: 15px;
	color: #939393;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	position: relative;
}

.item .prise {
	color: #387eeb;
	width: 140px;
	height: 50px;
	line-height: 47px;
	display: block;
	font-size: 18px;
	box-shadow: inset 0px 0px 0px 2px #ffd31d;
	border-radius: 70px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	margin-top: 5px;
	transition: all 0.3s;
	bottom: 0;
	margin-bottom: -25px;
}

.all-items {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 65px 0px 0px 0px;
	position: relative;
}

.all-items:before {
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	background: #dcdcdc;
	position: absolute;
	top: 50%;
	z-index: -1;
}

.all-items .btn-accent {
	color: #fff;
	position: relative;
}

.all-items .btn-accent:before {
	content: "";
	width: 140%;
	height: 100%;
	left: 0;
	top: 0;
	margin-left: -20%;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.all-items .btn-accent:hover {
	color: #7eb5ff;
}

.about h2 {
	text-align: center;
	font-size: 49px;
}

.info {
	background: url(../images/info-top.jpg) top center no-repeat,
		url(../images/info-bottom.jpg) bottom center no-repeat;
	background-color: #f3f3f3;
	padding: 45px 30px;
	margin: 15px 0px;
	text-align: center;
}

.info p {
	font-size: 18px;
	line-height: 27px;
	padding-top: 15px;
}

.info h2 {
	margin-top: 0;
}

.advantages {
	background: #6f4b89 url("../images/advantages.jpg") center center no-repeat;
	margin-top: 15px;
	padding: 30px 0px;
}

.advantages h2 {
	color: #fff;
	padding: 15px 0px;
}

.advantages figure {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.advantages figure:hover .advantage-icon:before {
	color: #fff;
	text-shadow: 0px 0px 10px #ffd31d;
}

.advantages figure:hover p {
	color: #ffd31d;
}

.advantages figure .advantage-icon {
	display: inline-block;
	width: 115px;
	height: 110px;
	border-radius: 50%;
	position: relative;
}

.advantages figure .advantage-icon:before {
	font-family: "compmaster";
	font-size: 120px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffd31d;
	line-height: 1;
	transition: all 0.3s;
}

.advantages figure .advantage-1:before {
	content: "\62";
}

.advantages figure .advantage-2:before {
	content: "\61";
}

.advantages figure .advantage-3:before {
	content: "\63";
}

.advantages figure .advantage-4:before {
	content: "\64";
}

.advantages figure p {
	color: #fff;
	line-height: 27px;
	padding-top: 15px;
	transition: all 0.3s;
}

.contacts {
	background: #d8d8d8 url(../images/contacts.jpg);
	padding: 30px 0px;
}

.contacts h3 {
	font-weight: normal;
	font-size: 49px;
}

.contacts .cont-text {
	margin-top: 30px;
	line-height: 23px;
}

.cont-recv a,
.cont-recv p {
	width: 100%;
	display: inline-block;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
}

.contacts-form {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 35px;
}

.contacts-form .btn-accent {
	font-size: 20px;
	/*margin-top: 20px;*/
}

.contacts-form .name {
	position: relative;
}

.contacts-form .name:before {
	font-family: "Glyphicons Halflings";
	content: "\e008";
	top: 12px;
	left: 15px;
	position: absolute;
	z-index: 2;
	color: #c6c6c6;
	font-size: 18px;
}

.contacts-form .telephone {
	position: relative;
}

.contacts-form .telephone:before {
	font-family: "compmaster";
	content: "\65";
	top: 12px;
	left: 15px;
	position: absolute;
	z-index: 2;
	color: #c6c6c6;
	font-size: 20px;
}

.contacts-form input.form-control {
	font-size: 16px;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
	padding-left: 45px;
	position: relative;
}

.contacts-form input.form-control::-webkit-input-placeholder {
	color: #4f4e4e;
}

.contacts-form input.form-control::-moz-placeholder {
	color: #4f4e4e;
}

.contacts-form textarea.form-control {
	padding-top: 15px;
	font-size: 16px;
	height: 120px;
	resize: vertical;
	border-radius: 3px;
	border: 1px solid #ededed;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
}

.map {
	height: 560px;
	position: relative;
}

.map:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 158px;
	background: url(../images/bottom-map.png);
	z-index: 2;
}

.all-rew {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}

.all-rew a {
	font-size: 18px;
	display: inline-block;
	width: 100%;
}

.all-rew .btn-accent {
	margin-top: 15px;
	font-size: 16px;
}

.reviews {
	padding: 30px 0px;
}

.reviews-slider {
	padding-top: 60px;
}

.reviews-slider .bx-wrapper {
	margin-bottom: 0;
}

.reviews-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -160px;
	outline: 0;
	width: 64px;
	height: 76px;
	text-indent: -9999px;
	z-index: 2;
	overflow: hidden;
}

.reviews-slider .bx-wrapper .bx-prev {
	left: 0px;
	position: relative;
}

.reviews-slider .bx-wrapper .bx-prev:hover:before {
	opacity: 0.9;
	text-shadow: 0px 0px 10px #ffd31d;
}

.reviews-slider .bx-wrapper .bx-prev:before {
	text-indent: 0px;
	top: 0;
	left: 0;
	font-family: "compmaster";
	content: "\69";
	position: absolute;
	font-size: 76px;
	color: #ffd31d;
	line-height: 1;
	transition: all 0.3s;
}

.reviews-slider .bx-wrapper .bx-next {
	right: 0px;
	position: relative;
}

.reviews-slider .bx-wrapper .bx-next:hover:before {
	opacity: 0.9;
	text-shadow: 0px 0px 10px #ffd31d;
}

.reviews-slider .bx-wrapper .bx-next:before {
	text-indent: 0px;
	top: 0;
	left: 0;
	font-family: "compmaster";
	content: "\68";
	position: absolute;
	font-size: 76px;
	color: #ffd31d;
	line-height: 1;
}

.reviews-slider .slide {
	text-align: center;
}

.reviews-slider .slide .rew-img {
	display: inline-block;
	border-radius: 50%;
}

.reviews-slider .slide .rew-img img {
	width: 87px;
	height: 87px;
}

.reviews-slider .slide .rew-name {
	font-size: 20px;
	font-weight: 800;
	color: #4475e7;
	padding: 20px 0px 0px 0px;
	margin: 0;
}

.reviews-slider .slide .rew-date {
	font-size: 16px;
	color: #cdcdcd;
	padding: 0px 0px 55px 0px;
	margin: 0;
	position: relative;
	display: inline-block;
}

.reviews-slider .slide .rew-date:before {
	text-align: center;
	width: 100%;
	content: "\6b";
	font-family: "compmaster";
	position: absolute;
	color: #ffd31d;
	font-size: 56px;
	top: 15px;
}

.reviews-slider .slide .rew-text {
	padding: 15px 0px 0px 0px;
	color: #4f4e4e;
	line-height: 23px;
}

.modal-content {
	border: 1px solid #4f4e4e;
	text-align: center;
	padding: 20px 20px;
	border-radius: 5px;
}

.modal-content .input-group input {
	font-size: 16px;
}

.modal-content textarea {
	width: 100%;
	padding: 10px 10px;
	height: 100px;
	border-radius: 5px;
	margin-bottom: 15px;
	resize: vertical;
}

.modal-content .close {
	position: absolute;
	top: 5px;
	right: 10px;
}

.modal-content .input-group-addon {
	background: linear-gradient(to bottom, #594089, #345995);
	color: #fff;
	font-size: 14px;
	border-color: #345995;
}

.modal-content .h3 {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 0px;
	margin-top: 0;
	font-size: 24px;
}

.modal-content .vost {
	float: right;
	font-size: 12px;
	text-decoration: underline;
	margin-top: -10px;
}

.modal-content .modal-bottom {
	display: inline-block;
	padding-top: 10px;
	width: 100%;
}

.modal-content .modal-bottom p {
	font-size: 16px;
}

.modal-content .btn-accent {
	font-size: 16px;
}

.madein {
	right: 15px;
	bottom: 0;
	/*position: absolute;*/
	display: inline-block;
	width: 140px;
	height: 30px;
	background: url(../images/madein.png);
	text-align: right;
	padding-right: 7px;
	padding-top: 5px;
	text-decoration: none;
	line-height: 1;
	margin-top: 15px;
	font-size: 15px;
	color: #fff;
	z-index: 3;
	font-size: 14px;
}
.madein:hover {
	color: #000;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.top a {
		font-size: 14px;
	}
	.container {
		width: 100%;
	}
	.logo span {
		font-size: 45px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	h1 {
		font-size: 60px;
	}
	.top {
		position: relative;
	}
	.top nav {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding-top: 15px;
		margin-top: 15px;
		overflow: visible;
		height: 57px;
	}
	header {
		margin-top: 0;
		padding-top: 30px;
	}
	header .btn-accent {
		margin: 50px auto 0px auto;
	}
	.container {
		width: 100%;
	}
	.href-to a {
		top: 50px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 32px;
	}
	.top {
		position: relative;
		padding: 5px 0px;
	}
	.top a,
	.top p {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.top .cont {
		text-align: center;
		height: auto;
	}
	.top .cont:after {
		display: none;
	}
	header {
		margin-top: 0;
		padding-top: 30px;
	}
	header .btn-accent {
		margin: 10px auto 0px auto;
		font-size: 20px;
	}
	header h1 {
		padding-top: 40px;
	}
	nav {
		display: none;
	}
	.logo span {
		font-size: 45px;
	}
	.advantages {
		background: linear-gradient(to bottom, #6f4b89, #305285);
	}
	.info {
		padding: 15px;
	}
	.contacts-form [class*="col-"] {
		padding: 0;
	}
	.mobi-nav-button {
		display: block;
		position: absolute;
		top: 50px;
		right: 0;
		z-index: 7;
		color: #345995;
		background: #ffd31d;
		font-size: 20px;
		width: 38px;
		height: 38px;
		text-align: center;
		cursor: pointer;
		line-height: 38px;
		transition: all 0.3s;
	}
	nav {
		display: block;
		top: 0px;
		left: 0;
		width: 100%;
		height: 50px;
		position: fixed;
		z-index: 6;
		background: linear-gradient(to bottom, #6f4b89, #305285);
		text-align: center;
		overflow: visible;
		margin-top: -50px;
		transition: all 0.3s;
		padding-top: 15px;
	}
	nav a {
		font-size: 14px;
		padding: 0px 0px 0px 0px;
		margin: 0;
		margin-left: 5px;
		vertical-align: top;
	}
	nav a:not(:first-child) {
		margin-left: 7px;
	}
	nav a.active {
		color: #fff;
	}
	.map {
		height: 360px;
		overflow: hidden;
	}
	.item {
		height: auto;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	nav a {
		position: relative;
	}
	nav a:not(:first-child) {
		margin-left: 15px;
	}
	nav a:not(:first-child):before {
		content: "";
		width: 1px;
		height: 15px;
		background: #ffd31d;
		position: absolute;
		margin-left: -7px;
		top: 0;
		margin-top: 3px;
	}
}
