@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Roboto', sans-serif;
	margin-top: 126px;
}


.links {
		top:-155px;
		margin-top: 155px;
		position: relative;
	}

.nav-item {
	position: relative;
	border-right:solid 2px #fff;
}
h5 {
	font-weight: 500;
	font-size: 1.5rem;
}
#footer .nav-item {
	border:none!important;
}
.nav-link:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);;
	top:100%;
	transition: 0.5s ease-in-out;
}
.nav-link:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);;
	top:100%;
	transition: 0.5s ease-in-out;
}
.logo-img {
	width: 100px;
	height: auto;
	animation: rotate 12s infinite;
}

@keyframes rotate {
	0% {
		transform: rotateY(0deg);
	}
	25% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}
p {
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0;
}
.gal {
	margin-right: 15px;
	
}
.text-red {
	color:#FF8A00;
}
.vid .gal {
	display: flex;flex-flow: column;
    align-items: stretch;
    height: 70%;
    justify-content: space-around;
}
.gal li {
	font-size: 1.3rem;
	font-weight: 300;
	list-style-type: none;
	position: relative;
	margin-bottom: 15px;
}
.gal li:before {
	content: "";
    margin-left: -17px;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ff8a00;
    border-radius: 2px;
   top:14px;
}
.vid-zag h3 {
	margin-top: 0.5rem;
}
#block1 {
	background: linear-gradient(45deg, #7E869C 0% , #0E0F15 100% );
	padding-top: 75px;
	padding-bottom: 100px;
}
.menu {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FF8A00;
	width: auto!important;
	transform: translateY(60px);
	z-index: 1;
	box-shadow: 4px 4px 4px #00000066;
	transition: all 0.4s ease-in-out;
}
.trans0 {
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}
@keyframes trans {
	0% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0px);
	}
}
.back1  {
	z-index: 1;
}

.back1:before {
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
	content:"";
	height: 100%;
	width: 100%;
	margin-left: 15px;
	margin-top: 15px;
	border:1px solid #FF8A00;
	box-shadow: 3px 3px 3px #00000066;
}
.back1 img {
	width: 100%;
	z-index: 1;
	box-shadow: 6px 6px 6px #00000066;
	    border: 1px solid #ff8a00;
}
.zag {
	background-color: #FF8A00;
	box-shadow: 4px 4px 4px #00000066;
	height: 65px;
	margin-top: -35px;
	color: #fff;
}
h3 {
	font-size: 1.5rem;
}

hr {
	    background-color: #ff8a00;
}
.w300 {
	font-weight: 300;
	line-height: 35px;
}
.w400 {
	font-weight: 400;
}
.w500 {
	font-weight: 500;
}

h1 {
	font-size: 2em;
}

.title-tel a {
	color:#fff!important;
	font-size:1.8em;
	text-decoration: none;
	font-weight: 500;
    color: #ff8a00!important;
}
.nav-link {padding-left: 0px!important;
	padding-right: 0px!important;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}

.left-border {
	border-left:1px solid #fff;
}
.right-border {
	
}
.vid {
	background: linear-gradient(45deg, #7E869C 0% , #0E0F15 100% );
	color:#fff;
	box-shadow: 4px 4px 4px #00000066;
	padding-bottom: 15px;
	min-height: 400px;
	
}
.vid-zag {
	background-color: #FF8A00;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -10%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	height: 65px;
	box-shadow: 4px 4px 4px #00000066;
}
#block3 {
	background-image: url(../img/texture.jpg);
    background-repeat: repeat;
    background-size: 300px;
}
.map-text p, .map-text a {
	font-size:1.3rem;
	line-height: 35px;
	color:#fff;
}

.map-text p span {
	color:#ff8a00;
	font-weight: 500;
}
.map-text {
	position: absolute;
    top: 147px;
    right: 5%;
    width: 30%;
    background:linear-gradient(45deg, #7E869C 0% , #0E0F15 100% );;
    padding: 25px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #ccc;
}
.map {
	min-height: 450px;
}
#footer {
	background: linear-gradient(45deg, #7E869C 0% , #0E0F15 100% );
}
#footer img {
	width:133%;
	height: auto;
}
.year {
	font-size: 1rem;
	color:#ff8a00;
	text-align: right;
	width: 100%;
	font-weight: 500;
}
#footer-menu ul li a {
	color:#fff;
	font-size: 0.8rem;
	font-weight: 100;
	line-height: 30px;
	
}


#footer-tel a {
	color:#fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 35px;
}
.ymaps-2-1-77-svg-icon {
	background-image: url("../img/logo_small.png")!important;
	background-repeat: no-repeat!important;
	width:50px!important;
	height: 50px!important;
	background-size: 50px 50px!important;
	left:-40px!important;
	transform: translateY(-10px);
	animation: topdown 1.5s infinite ease-in-out;
		
	
}

@keyframes topdown {
	0%{transform: translateY(-15px);	}
	40%{transform: translateY(-5px);	}
	100%{transform: translateY(-15px);	}
}
@media screen and (max-width:768px) {
	.map {
		min-height: 360px;
	}
	.map-text {
		position: relative;
     top: 0px; 
    right: 0; 
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 0px;
    box-shadow: none!important;
	}
	.nav-item {
		border:none;
	}
	#footer a {
		justify-content: center;
	}
	.links {
		top:-140px;
		margin-top: 140px;
	}
	body {
		margin-top: 79px;
	}
	.menu {
		transform: translateY(0);
		margin: 0!important;
		width: 100%;
		line-height: 45px;
	}
	.right-border{
		border:none;
	}
	#footer-menu ul li a {
	color:#FF8A00;
	}
	
	#footer-tel a {
		text-align: center;
	}
	#footer-menu ul li a {
		font-size: 1rem;
		line-height: 45px;
	}
	#block2 div {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.vid-zag {
		margin-left: 0;
		height: 60px;
	}
	.vid {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.logo-img {
		width: 50px;
	}
	h1 {
		font-size: 1rem;
	}
}
#zvonok {
	height: 35px;
	background-color: #FF8A00;
	color:#fff;
	font-size: 1rem;
}
.mobile {
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 4px 4px 4px #00000066;
}
@media screen and (max-width:576px) {
	.mobile {display:flex;}
	.links {
		top:-165px;
		margin-top: 165px;
		position: relative;
	}
}
@media screen and (max-width:411px) {
	.links {
    top: -190px;
    margin-top: 190px;
    position: relative;
	}
}
@media screen and (max-width:360px) {
	.title-tel a {
		font-size: 1rem;
		
	}
	body {margin-top: 105px;}
	h1 {
		font-size: 1rem;
	}
	.links {
    top: -190px;
    margin-top: 190px;
    position: relative;
	}
}
@media screen and (max-width:320px) {
	.title-tel a {
		font-size: 1rem;
	}
}