
header {
	position: fixed;
	background: rgba(0, 0, 0, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	width: 100%;
	height: 3rem;	
	margin: 0;
	padding: 0 1rem;
	list-style: none;
	z-index: 99;
	top: 0;
	left: 0;
	/*border-bottom: 1px solid rgba(255, 255, 255, .5);*/
	box-shadow: 0px 3px 6px -4px #000000;
}
@media (max-width: 767px) { 
	header {
	padding: 0;
}
}
.navbar-default {
    background: rgba(0, 0, 0, 1);
    border-color: none;
    box-shadow: 0px 3px 6px -4px #000000;
    height: 3rem;	
}
.navbar-fixed-top {
    top: 0;
    border: none;
}



.header__logo {
	position: relative;
	left: 0rem;
	top: 0rem;
	z-index: 100;
	/*margin-right: 1rem;*/
}
@media screen and (max-width: 767px) {
	.header__logo {
		left: 1rem;
	}
}

.header__sticker {
	position: absolute;
	float: left;
	margin: 0; /* Обнуляем отступы */
	display: inline-block; /* Выстраиваем по горизонтали */
	perspective: 100px;
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	-ms-perspective: 100px;
	/*transform-style: preserve-3d;*/ /* Вращаем в нужной плоскости */
/*	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;*/
	z-index: 1;
}

.header__sticker svg {
	width: 4rem;
	height: 4rem;
	fill: rgba(180, 0, 0, 1);
	transform: rotateY(60deg); /* Поворачиваем относительно оси Y */
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	-ms-transform: rotateY(60deg);
	transform-origin: left center; /* Точка поворота слева */
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-webkit-transition: all .2s;
	transition: all .2s;
	}

	.header__sticker:hover svg {
		fill: rgba(255, 0, 0, 1);
		transform: rotateY(0deg); /* Вращаем на 360 градусов */
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	@media screen and (max-width: 767px) {
	.header__sticker svg {
		width: 4rem;
		height: 4rem;
	}
}

.header__logo a,
.header__logo a:hover {
	text-decoration: none;
	border: none;
	display: block;
}


.header__logo a .logo {
		position: absolute;
		width: 10rem;
		top: 50%;
		left: 1.5rem;		
		color: rgba(255, 255, 255, .5);
		display: block;
		font-family: 'Garamond', serif;
		font-style: normal;
		font-weight: 500;
		font-size: 1.25rem;
		line-height: 0;
		transform: translateY(-.85rem);
		-webkit-transform: translateY(-.8125rem);
		-moz-transform: translateY(-.8125rem);
		-ms-transform: translateY(-.8125rem);
		-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

	.header__logo a:hover .logo{
		color: rgba(255, 255, 255, 1);
	}
	@media screen and (max-width: 767px) {
	
}
.contact_tel {
	position: absolute;
		width: 10rem;
		top: 50%;
		left: 10.5rem;		
		color: rgba(255, 255, 255, .75);
		display: block;
		font-family: 'Garamond', serif;
		font-style: normal;
		font-weight: 500;
		font-size: 1.25rem;
		line-height: 0;
}


		/* Common styles for all menus. */
nav {
	float: right;
	margin-left: 9rem;	
}
		.menu,
 {
			line-height: 1;
			margin: 0 .75rem;
			/*margin-left: 1rem;	*/
		}

.menu__list {
			position: relative;
			/*display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;*/
			
			margin: 0;
			padding: 0;
			list-style: none;
		}


	.menu__list .menu__item {
		/*	display: -webkit-flex; 
			-webkit-justify-content: flex-start;
			display: flex;
			justify-content: flex-start;*/
			display: inline-block;	
			margin: 0 .5rem;
		}

	.menu__list	.menu__link {
		padding-left: 0;
		padding-right: 0;
			text-decoration: none;
			font-size: .875rem;
			font-weight: 400;
			display: block;
			/*text-transform: uppercase;*/
			letter-spacing: .025rem;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			-webkit-touch-callout: none;
			-khtml-user-select: none;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}

		.menu__link:hover,
		.menu__link:focus {
			outline: none;
			text-decoration: none;
		}


		/* Prospero */
		.menu--header .menu__link,
		#navbar .menu__link {
			position: relative;
			display: block;
			/*line-height: 1.3rem;	*/
			margin: 0 .5em;
			padding-bottom: 1.125rem;
			text-align: center;
			color: rgba(255,255,255, .5);
			-webkit-transition: color 0.3s;
			transition: color 0.3s;
			border: none;
		}

		.menu--header .menu__link:hover,
		.menu--header .menu__link:focus,
		#navbar .menu__link:hover,
		#navbar .menu__link:focus {
			color: rgba(255,255,255,1);
			-webkit-transition: color 0.5s;
			transition: color 0.5s;
		}

		.menu--header .menu__item--current .menu__link,
		#navbar .menu__item--current .menu__link {
			color: rgba(255,255,255, 1);
		}

		.menu--header .menu__link::before,
		#navbar .menu__link::before {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 4px;
			background: rgba(255, 255, 255, 1);
			-webkit-transform: scale3d(0, 1, 1);
			transform: scale3d(0, 1, 1);
			-webkit-transition: transform 0.1s;
			transition: transform 0.1s;
		}

		.menu--header .menu__link:hover::before,
		#navbar .menu__link:hover::before {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
		}



/*----------------- MENU ---------------------*/


nav{
    display:block;

}

.menu{
    display:block;
}

.menu li{
    display: inline-block;
    position: relative;
    /*z-index:100;*/
}

.menu li:first-child {
    margin-left:1rem;
}

.menu li a { 
    display:block;
    padding: .75rem .5rem;
    font-weight:500;
    text-decoration:none;
    color: rgba(255,255,255,.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
   -ms-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}
.menu .menu__link--active {
	color: rgba(227, 6, 20, .875);
}
.menu li a:hover, .menu li:hover > a{
    color: rgba(255,255,255,1);
}


.mobile-menu {
    display:none;
    width:100%;
    padding:11px;
    background:transparent;
    color:#ffffff;
    text-transform: uppercase;
    font-weight:500;
    font-size: 1rem;
}
.mobile-menu:hover {
    background:#transparent;
    color:#ffffff;
    text-decoration:none;
}
.mobile-menu svg {
		position:absolute;
		right: 1rem;
		top: .5rem;
    /*display:none;*/
    width: 2rem;
    height: 2rem;
    fill: rgba(255,255,255,.5);
    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
}


.mobile-menu:hover svg {
    fill: rgba(255,255,255,1);
}


@media (min-width: 768px) and (max-width: 979px) {

    .menu li a{
        font-size:.875rem;
        padding: .875rem .5rem;
    }
}

@media (max-width: 767px) {

    .menu {
        display:none;
    }

    .mobile-menu{
        display:block;
        position: fixed;
        right: 0;
        width: 100%;
        text-align: right;
        margin-top:0;

    }
		.mobile-menu svg {
			position:absolute;
			right: 1rem;
			top: .5rem;
	    /*display:none;*/
	    width: 2rem;
	    height: 2rem;
	    fill: rgba(255,255,255,.5);
	    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
		}


		.mobile-menu:hover svg {
		    fill: rgba(255,255,255,1);
		}


    nav{
        margin:0;
        /*padding-bottom: 1rem;*/
        width: 100%;
        margin-top: 3rem;
        background: #000;
        z-index: 1;
    }
    .menu {
        padding: 1rem 0;
    }
    .menu li{
        display:block;
        margin:0;
        z-index: 1;
    }
    .menu li:first-child {
        margin-left:0;
    }
    .menu li a {
        background:#000;
        color:rgba(255,255,255,.5);
        font-size: 1.5rem;
        padding: .75rem 2rem;
        padding-left: 3rem;
    }

    .menu li a:hover, 
    .menu li:hover > a {
        background:#000;
        color:rgba(255,255,255,1);
    }
}

@media (max-width: 480px) {

}


@media (max-width: 320px) {
}
