@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:600i,700i&subset=cyrillic');

#body
{
	font-family: Arial;
	padding: 0% 10%;
	
}

#logo
{
	font-family: 'Montserrat Alternates', Arial;
}

li 
{
    list-style-type: none;
}

#buy, #buy-small, #quest, #quest-small, #more
{
	background: rgb(255,169,41);
	border:none;
	outline:none;
}

#buy-small
{
	border-bottom: 2px solid rgb(197,118,0);
	padding:0 10px;
	border-radius:20px;
}

#quest
{
	border-bottom: 5px solid rgb(197,118,0);
	padding:20px 45px;
	border-radius:50px;
	margin-top:15px
}

#quest-small
{
	border-bottom: 5px solid rgb(197,118,0);
	padding:10px 10px;
	border-radius:20px;
	margin-top:15px
}

#buy
{
	border-bottom: 5px solid rgb(197,118,0);
	padding:10px 15px;
	border-radius:40px;
}

#more
{
	border-bottom: 5px solid rgb(197,118,0);
	border-radius:15px;
}

#buy:hover, #buy-small:hover, #quest:hover, #quest-small:hover, #more:hover
{
	background: rgb(255,153,0);
}

#plus
{
	background: rgb(231,231,231);
	margin:0 1%;
	padding-right:40px;
}

#about
{
	margin:0 5%;
}

#ask
{
	border:2px solid #dbd8d1;
	border-radius:10px;
	margin:10px 10%;
	padding:20px;
	background: rgb(240,240,240);
}

#map
{
	margin:0 5%;
}

#clients
{
	margin:0 6%;
	background: rgb(240,240,240);
}

#footer
{
	padding:1% 0;
	background:black;
	color:white;
}

#nav
{
	color:white;
}

#call
{
	background:none;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
#send
{
	background: rgb(255,169,41);
	border:none;
	outline:none;
	border-bottom: 5px solid rgb(197,118,0);
	padding:10px 25px;
	border-radius:10px;
}

.clarity {
	opacity:0.5; 
}

.clarity:hover {
	opacity:1;
}

@font-face
{
	font-family: 'Montserrat Alternates', sans-serif;
}