/* COMMON */
html,body {
	width:100%;
}

body,html {
	color: #2a2b2a;
	font-family: ManegeLight, serif;
	font-weight: bold;
	font-size: 20px;
	height: 100%;
	background: #f3eee8;
	-webkit-animation: fade 2s alternate 1;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

body {
	background: url("../images/renuvo.svg") no-repeat center bottom;
}

body#docs {
	background-image: none;
}

a {
	color: #2a2b2a;
	border-bottom: 1px solid #c0dee2;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

@-webkit-keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@font-face {
	font-family: ManegeLight;
	src: url("../fonts/ManegeLight.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}


/* MAIN MENU */
#main header {
	padding-bottom: 120px;
}

#header {
	background: #fff;
	padding: 10px 0px 10px;
}

#main-menu {
	background: #2e95e6;
}


/*
background: #006dc1;
background: -moz-linear-gradient(left, #006dc1 0%, #927fad 50%, #ffb464 100%);
background: -webkit-linear-gradient(left, #006dc1 0%,#927fad 50%,#ffb464 100%);
background: linear-gradient(to right, #006dc1 0%,#927fad 50%,#ffb464 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dc1', endColorstr='#ffb464',GradientType=1 );
*/


/* HEADER */
header {

}

.bordered {
	border-bottom: 1px solid #2a2b2a;
	background: #f3eee8;
}

.logo {
	text-align: left;
}

.logo span {
	display: inline-block;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	padding: 20px 15px 15px 15px;
}

.adress {
	text-align: right;
}

.adress span {
	display: inline-block;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	padding: 20px 15px 15px 15px;
	text-align: right;
}

.adress span a {
	color: #2a2b2a;
	border: none;
	display: inline-block;
}

.insta {
	float: right;
	padding: 20px 15px 0px 15px;
}

.insta a {
	background: url("../images/inst.svg") no-repeat center center;
	background-size: 80% 80%;
	display: inline-block;
	height: 95px;
	width: 95px;
	border: none;
}

#mainmenu {

}

#mainmenu menu {
	padding: 30px 20px;
	margin: 0;
	text-align: right;
}

#mainmenu menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: right;
	margin-left: 30px;
}

#mainmenu menu li button {
	border-radius: 50px;
	border: 1px solid #2a2b2a;
	color: #2a2b2a;
	background: #f3eee8;
	text-decoration: none;
	font-size: 30px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}


#mainmenu menu li button:hover {
	box-shadow: none;
	border: 1px solid #2a2b2a;
	background: #000;
	color: #f3eee8;
}

#mainmenu menu li button:focus {
	box-shadow: none;
}

#about {

}

#wanted {

}

.modal-dialog {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	top: 135px;
}

.modal-content {
	padding: 30px 30px 50px 30px;
 	height: auto;
	border-radius: 0;
	background: #f3eee8;
}

.modal-content .close {
	float: right;
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.modal-backdrop {
}

#about h2,
#wanted h2 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	color: #2a2b2a;
	font-weight: bold;
}

.text-pup {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 40px;
	padding-right: 140px;
	padding-top: 5px;
}

.modal-content button span {
	font-size: 80px;
	font-weight: normal;
	padding: 20px 50px 0px 0px;
	position: relative;
	display: inline-block;
	float: right;
	outline: none;
}

.modal-content button {
	outline: none;
}

.zayavka {
	padding: 50px 0 0 0;
}

.zayavka input {
	padding: 15px 50px;
	margin: 0;
	width: 30%;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #2a2b2a;
	color: #2a2b2a;
	background: #f3eee8;
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}

.zayavka input:first-child {
	width: 69%;
	float: left;
}

.zayavka .b-link {
	background: #2b2b2b;
	color: #f3eee8;
}

.zayavka .b-link:hover {
	cursor: pointer;
	background: #575757;
}

#docs ul {
	margin: 0;
	width: 100%;
	text-align: center;
}

#docs ul li {
	list-style: none;
	margin: 0 0 30px 0;
	width: 100%;
}

#docs ul li a {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	color: #2a2b2a;
	font-weight: bold;
	border: none;
}

#docs .modal-content {
	padding-bottom: 10px;
}

.price-btn {
	border-radius: 50px;
	border: 1px solid #2a2b2a !important;
	color: #2a2b2a;
	background: #f3eee8;
	text-decoration: none;
	font-size: 30px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
}

.price-btn:hover {
	background: #000;
	color: #f3eee8;
}

.docs-blk {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 0;
	border: 0px;
	color: #2a2b2a;
	background: none !important;
	text-decoration: none;
	font-size: 15px;
	padding: 0px 10px;
	text-transform: normal;
	font-weight: normal;
	display: inline-block;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}

.docs-blk:hover,
.docs-blk:active,
.docs-blk:focus {
	box-shadow: none;
	border: none!important;
	box-shadow: none!important;
	background: none !important;
	color: #000;
}




/* FOOTER */
footer {
	background: #2e95e6;
	color: #aedbff;
	padding: 40px 0px 25px;
	font-size: 17px;
	line-height: 30px;
}

footer a {
	color: #fff;
	border-bottom: 1px solid #57b0f7;
}

footer a:hover {
	color: #ffad2b;
}

footer .f-text div {
	font-size: 13px;
	color: #999999;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding: 15px 0 5px;
}

footer ul {
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  list-style: none;
}

.f-copyright {
	font-size: 15px;
	padding-top: 30px;
	margin-top: 10px;
}

.prava-blk {display: none;}



/* mobile none*/
.logo img {
	display: none;
}

#mobilemenu {
	display: none;
}

.docs-sec {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	line-height: 50px;
}




/* mobile */
@media screen and (max-width: 1300px) {

	.logo span {
		font-size: 35px;
		line-height: 45px;
	}

	.adress span {
		font-size: 35px;
		line-height: 45px;
	}

	.insta a {
		height: 85px;
		width: 85px;
	}

	.modal-dialog {
		top: 125px;
	}

	#about h2, #wanted h2 {
		font-size: 35px;
		text-transform: uppercase;
		line-height: 45px;
		color: #2a2b2a;
		font-weight: bold;
	}

	.text-pup {
		font-size: 16px;
		line-height: 21px;
		padding-right: 100px;
	}
			

}

/* mobile */
@media screen and (max-width: 480px) {

	.logo span {
		display: none
	}

	.logo img {
		display: inline-block;
		padding: 10px 0 15px 0;
	}

	.insta,
	.adress {
		display: none;
	}

	#mainmenu {
		display: none;
	}

	#mobilemenu {
		display: inline-block;
		position: absolute;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #2a2b2a;
		background: #f3eee8;
		margin-bottom: 30px;
	}

	.docs-blk {
		color: #cac2b8;
		font-family: 'Open Sans', sans-serif;
	}

	.prava-blk {
		color: #cac2b8;
		position: absolute;
		left: 15px;
		bottom: 10px;
		display: inline-block;
		font-size: 15px;
		text-transform: normal;
		font-weight: normal;
		line-height: 20px;
		font-family:'Open Sans', sans-serif;
	}

	body {
		background: url("../images/renuvo-bg.svg") no-repeat center center;
	}

	#mobilemenu menu {
		margin: 0;
		padding: 0;
	}

	#mobilemenu menu li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#mobilemenu .about-m {
		background: none;
		border: none;
		list-style: none;
		padding: 10px 0 10px 0;
		margin: 0;
		color: #2a2b2a;
		font-size: 27px;
		text-transform: uppercase;
		display: inline-block;
		float: left;
		width: 50%;
		text-align: left;
	}

	#mobilemenu .docs-m {
		background: none;
		border: none;
		list-style: none;
		padding: 10px 0 10px 0;
		margin: 0;
		color: #2a2b2a;
		font-size: 27px;
		text-transform: uppercase;
		display: inline-block;
		float: left;
		width: 50%;
		text-align: right;
	}

	#docs ul li a {
		font-size: 20px;
		text-transform: uppercase;
		line-height: 30px;
		color: #2a2b2a;
		font-weight: bold;
		border: none;
	}

	.about-txt {
		font-size: 15px;
		line-height: 12px;
		margin: 0;
		font-weight: 300;
		padding: 9px 0 0 15px;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
	}

	.list-about {
		position: relative;
		border-bottom: 1px solid #dbcfcf;
	}

	#mobilemenu .insta {
		float: left;
		display: inline-block;
		padding: 0px;
		height: 70px;
	}

	#mobilemenu .insta a {
		background: url("../images/inst.svg") no-repeat center center;
		background-size: 100% 100%;
		display: inline-block;
		height: 70px;
		width: 70px;
		border: none;
	}

	.list-want {
		position: relative;
		width: 100%;
		padding: 5px 0 0 0 !important;
		display: inline-block;
	}

	.list-want button {
		background: #f3eee8;
		border: 1px solid #2a2b2a;
		list-style: none;
		padding: 4px 20%;
		border-radius: 50px;
		margin: 0;
		color: #2a2b2a;
		font-size: 40px;
		text-transform: uppercase;
		display: inline-block;
		float: right;
	}

	.list-about button:hover,
	.list-want button:hover,
	.list-about button:focus,
	.list-want button:focus {
		box-shadow: none;
		border: 1px solid#2a2b2a;
		background: #000;
		color: #f3eee8;
	}	

	#mobilemenu menu li:last-child {
		text-align: center;
		margin: 0;
		padding: 0 0 15px 0;
		display: none;
	}

	#mobilemenu menu li:last-child button {
		font-size: 15px;
		text-align: center;
		background: none;
		color: #2a2b2a;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		padding: 0;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #dbcfcf;
		border-radius: 0;
	}

	#about h2, #wanted h2 {
		font-size: 20px;
		text-transform: uppercase;
		line-height: 30px;
		color: #2a2b2a;
		font-weight: bold;
	}

	.modal-content button span {
		font-size: 70px;
		font-weight: normal;
		padding: 0px 0px 0px 0px;
		position: relative;
		display: inline-block;
		float: right;
		outline: none;
		line-height: 50px;
	}

	.modal-content {
		padding: 55px 15px 50px 15px;
		height: auto;
		border-radius: 0;
		background: #f3eee8;
	}

	.modal-dialog {
		top: 120px;
	}

	.text-pup {
		font-size: 16px;
		line-height: 21px;
		padding: 15px;
	}

	.zayavka {
		padding: 0px 0 0 0;
	}

	.zayavka input:first-child {
		width: 100%;
		float: left;
		font-size: 18px;
		padding: 10px 15px;
		text-align: center;
		margin-bottom: 15px;
	}

	.zayavka .b-link {
		background: #2b2b2b;
		color: #f3eee8;
		width: 100%;
		padding: 5px 15px;
		font-size: 25px;
	}

	.list-about .price-btn {
		background: none;
		border: none !important;
		font-weight: normal;
		list-style: none;
		padding: 10px 0 10px 0;
		margin: 0;
		color: #2a2b2a;
		font-size: 27px;
		text-transform: uppercase;
		display: inline-block;
		float: left;
		width: 50%;
		text-align: left;
	}

	.docs-sec {
		position: relative;
		height: auto;
		padding-top: 50px;
		line-height: 25px;
	}

	#docs ul li a {
		font-size: 16px;
		line-height: 22px;
	}

	#docs ul li {
		margin-bottom: 30px;
	}





}
