body {
	font-family: 'Roboto', sans-serif;

}

/* ========== Стилизация Скроллбара =============  */
::-webkit-scrollbar {
	width: 9px;
}

::-webkit-scrollbar-track {
	background: rgb(218, 218, 218);
}

::-webkit-scrollbar-thumb {
	background: #d58300;
	border-radius: 3px;
	border: 0px solid rgb(166, 193, 204);
}


::-webkit-scrollbar-thumb:hover {
	background: #ae6c00;
	border-radius: 2px;
	transition: 0.1s;
}

/* ========== // ============= */

.padding-table {
	padding-top: 5%;
}


.table {
	margin-top: 3%;
}

h2 {
	font-size: 40px;
	font-weight: 700;
}


p {
	font-family: 'Roboto', sans-serif;

}


.img {
	width: 300px;
}



/* ====================================================== Header ================================================ */
header {
	background-color:rgb(255, 255, 255);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
    padding: 0;
} 


.dez{
	color: #d58300;
	font-weight: 800;
}


header .overlay {
	background-color: rgba(255, 255, 255, 0.6);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
	padding-bottom: 180px;
}


header .btn-default {
	background-color: #de8900;
	border-radius: 5px;
	padding: 8px 25px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border: none;
	width: 40%;
	margin-bottom: 5%;
}


header .btn-default:hover, header .btn-default:focus, header .btn-default:active {
	background-color: #e5b300;
	transition: 0.5s;
	color: #fff;
}


header a {
	color: #000000;
}


header a:hover {
	color: #e2a114;
}


header h1 {
	font-size: 35px;
	font-weight: 700;
	padding-top: 10%;
	padding-bottom: 5%;
	color: #000;
	text-align: left;
}

header p {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}


header a:hover {
	text-decoration: none;
}


header .top {
	padding-top: 80px;
}


/* // */

.padding {
	margin-top: 0%;
}




/* ===================================================== Медиа-Запросы ================================================= */
@media (max-width: 991px)
and (min-width: 768px) {
	#menu.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}

	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .overlay {
		padding-bottom: 120px;
	}

	header h1 {
		font-size: 30px;
	}

	header .top {
		padding-top: 60px;
	}

	header .header-img {
		width: 450px;
	}

	header .btn-default {
		font-size: 16px;
		width: 60%;
	}

	h2 {
		font-size: 35px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	header p {
		font-size: 18px;
	}

	header .img-wpp {
		width: 25px;
		padding-bottom: 4px;
	}


	.padding {
		margin-top: 5%;
	}
}



@media (max-width: 767px)
and (min-width: 621px) {
	header .top {
		padding-top: 60px;
	}

	header .overlay {
		padding-bottom: 120px;
	}

	header .btn-default {
		font-size: 16px;
		width: 60%;
	}

	header .header-img {
		width: 400px;
	}

	header h1 {
		font-size: 30px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	header p {
		font-size: 18px;
	}

	header .img-wpp {
		width: 25px;
		padding-bottom: 4px;
	}

	.padding {
		margin-top: 5%;
	}
}


@media (max-width: 620px)
and (min-width: 480px) {
	header .top {
		padding-top: 60px;
	}

	header .header-img {
		width: 300px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	header .overlay {
		padding-bottom: 120px;
		height: 100vh;
	}

	h2 {
		font-size: 30px;
	}

	
	header .btn-default {
		font-size: 16px;
		width: 70%;
	}


	header h1 {
		font-size: 30px;
	}

	header p {
		font-size: 16px;
	}

	header .img-wpp {
		width: 25px;
		padding-bottom: 4px;
	}

	.padding {
		margin-top: 5%;
	}


}


@media (max-width: 479px) {
	.img {
		width: 250px;
	}
	

	header .overlay {
		padding-bottom: 100px;
		height: 100vh;
	}

	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .top {
		padding-top: 60px;
	}

	header .header-img {
		width: 260px;
	}

	.padding-mobile {
		margin-top: 7%;
	}	

	header h1 {
		font-size: 25px;
		padding-top: 5%;
		padding-bottom: 5%;
	}

	header p {
		font-size: 16px;
	}

	header .btn-default {
		font-size: 16px;
		width: 100%;
	}

	header .btn-default:hover, header .btn-default:focus, header .btn-default:active {
		font-size: 16px;
	}
	h2 {
		font-size: 30px;
	}

}

	
