body {
	font-family: 'Open Sans', sans-serif;
}

/* --------------- Стилизация Скроллбара --------------- */
::-webkit-scrollbar {
	width: 9px;
}

::-webkit-scrollbar-track {
	background: rgb(218, 218, 218);
}

::-webkit-scrollbar-thumb {
	background: #ffeb00;
	border-radius: 3px;
	border: 0px solid rgb(166, 193, 204);
}


::-webkit-scrollbar-thumb:hover {
	background: #c9b800;
	border-radius: 2px;
	transition: 0.1s;
}
/* -- // -- */


/* --------------- Стилизация Меню --------------- */
#menu {
	transition: 0.8s;
}

#menu.navbar-default {
	background: rgb(255, 255, 255);
}


#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-weight: 800;
}


#menu a.navbar-brand i.fa {
	color: #000;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 3px;
}


/* -- Горит активности секции -- */
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f1c205!important;
} 

/* -- Горит при нажатии -- */
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f1c205;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #f1c205;
	border-radius: 5px;
	transition: 0.4s;
	box-shadow: 0 0 7px rgba(54, 54, 54, 0.1);
}

.on {
	transition: all 0.8s;
}
/* -- // -- */



/* ---------- Общие стили ---------- */
h2 {
	color: #000;
	font-weight: 900;
	font-size: 40px;
	text-shadow: 0 5px 15px rgba(0,0,0,.05);
	padding-bottom: 3%;
}


hr {
	background-color: #f1c205;
	width: 25px;
	height: 3px;
	margin-bottom: 5%;
}


.padding {
	padding-top: 2%;
}

/* --------------------- #header -------------------- */
header {
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
    padding: 0;
} 

header .overlay {
	background-color: rgba(0, 0, 0, 0.7);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
	padding-bottom: 180px;
}


header h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	padding-top: 200px;
	text-shadow: 0 5px 15px rgba(0,0,0,.8);
}


header h3 {
	color: #fff;
	font-size: 25px;
	padding-top: 50px;
	font-weight: 400;
	font-style: italic;
	text-shadow: 0 5px 15px rgba(0,0,0,.8);
}

header .aktobe {
	color: #ffeb00;
}


header .btn-danger {
	background-color: #f1c205;
	border: 1px #f1c205;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-top: 3%;
	width: 40%;
	box-shadow: 4px 4px 8px 0px rgba(144, 112, 0, 0.2);
}

header .btn-danger:hover {
	background-color: #3a3a3a;
	border: 1px #3a3a3a;
	transition: 0.4s;
	box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
}


/* --------------------- #two -------------------- */
#two {
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}


#two h3 {
	color: #3c3c3c;
	text-align: center;
	padding-bottom: 5%;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
}


#two p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding-top: 5%;
}

#two .pic {
	width: 100%;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}


#two .btn-danger {
	width: 100%;
	background: #ffeb00;
	border: #ffeb00 3px solid;
    color: #000;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#two .btn-danger:hover {
	background: #000000;
	color: #fff;
    border: #000000 3px solid;
	transition: 0.5s;
}

#two .btn-danger:active, #two .btn-danger:focus {
	background: #000000;
	color: #fff;
    border: #000000 3px solid;
}

#two .fa-check-square {
	color: #f1c205;
}

/* -- // -- */




/* --------------------- #icons -------------------- */
#icons {
	padding-top: 5%;
	padding-bottom: 10%;
	background-color: #000000;
}

#icons .icon {
	width: 80px;
}

#icons h2 {
	color: #fff;
}

#icons h3 {
	color: #fff;
	font-weight: 700;
	padding-top: 2%;
	font-size: 25px;
}

/* -- // -- */





/* --------------------- #three -------------------- */
#three {
	background-color: #f5f5f5;
	padding-top: 5%;
	padding-bottom: 5%;
}
/* -- // -- */

#three table {
	width: 100%;
	margin-top: 1%;
}

#three th {
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 700;
}


#three p {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}


#three .red {
	font-weight: 900;
	color: #ea0202;
}


#three .bold {
	font-weight: 900;
	color: #000;
}




/* --------------------- #four -------------------- */
#four {
	padding-top: 5%;
	padding-bottom: 5%;
}
/* -- // -- */






/* --------------------- #contact -------------------- */
#contact {
	background: url(../img/contact-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
}


#contact .overlay {
	padding-top: 5%;
	padding-bottom: 10%;
	background-color: rgba(0, 0, 0, 0.75);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
}


#contact h2 {
	color: #fff;
}


#contact h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 1%;
}

#contact a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

#contact .gis {
	font-size: 12px;
}
/* -- // -- */






/* --------------------- #footer -------------------- */
#footer {
	background-color: rgb(250, 249, 249);
	padding-top: 17px;
	padding-bottom: 9px;
}

#footer p {
	font-size: 15px;
	color: #000000;
}

#footer a {
	color:  rgb(245, 119, 2);
	font-weight: 600;
}
/* -- // -- */







/* ===================================================== Медиа-Запросы ================================================= */

/* -- от 767 пикселей до 991 пикселей -- */
@media (max-width: 991px) and (min-width: 767px) {
	/* -- #menu -- */
	#menu.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}

	#menu a.navbar-brand {
		font-size: 14px;
	}

	.padding-mobile {
		padding-top: 5%;
	}

	hr {
		margin-bottom: 7%;
	}

	h2 {
		font-size: 35px;
	}

	/* --- #header --- */
	header h1 {
		font-size: 30px;
		padding-top: 200px;
	}
	
	header .btn-danger {
		margin-top: 10%;
		width: 70%;
	}
	
	header h3 {
		font-size: 20px;
		padding-top: 25px;
	}	
	/* // */

	
	/* --- #two --- */
	#two .pic {
		width: 60%;
	}

	#two h3 {
		font-size: 20px;
	}

	#two .btn-danger {
		font-size: 18px;
		width: 60%;
	}

	#two p {
		font-size: 18px;
	}
	/* // */

	/* ---------- #icons ---------- */
	#icons {
		padding-bottom: 10%;
	}


	#icons .icon {
		width: 65px;
	}


	#icons h3 {
		font-size: 20px;
	}
	/* -- // -- */


}
/* -- // -- */




/* -- от 621 пикселей до 767 пикселей -- */
@media (max-width: 767px) and (min-width: 621px) {
	/* -- #menu -- */
	#menu a.navbar-brand {
		font-size: 14px;
	}

	.padding-mobile {
		padding-top: 5%;
	}

	hr {
		margin-bottom: 7%;
	}

	h2 {
		font-size: 30px;
	}

	/* --- #header --- */
	header h1 {
		font-size: 30px;
		padding-top: 200px;
	}
	
	header .btn-danger {
		margin-top: 10%;
		width: 70%;
	}
	
	header h3 {
		font-size: 20px;
		padding-top: 25px;
	}
	/* // */ 


	/* --- #two --- */
	#two .pic {
		width: 60%;
	}

	#two h3 {
		font-size: 20px;
	}

	#two .btn-danger {
		font-size: 18px;
		width: 70%;
	}

	#two p {
		font-size: 18px;
	}
	/* // */



	/* ---------- #icons ---------- */
	#icons {
		padding-bottom: 10%;
	}


	#icons .icon {
		width: 60px;
	}


	#icons h3 {
		font-size: 18px;
	}
	/* -- // -- */


	/* --- #three --- */
	#three th {
		font-size: 16px;
	}
	/* // */	
	
	/* --- #contact --- */
	#contact h3 {
		font-size: 20px;
	}
	
	#contact a {
		font-size: 16px;
	}
	/* // */	
	
}
/* -- // -- */




/* -- от 480 пикселей до 620 пикселей -- */
@media (max-width: 620px) and (min-width: 480px) {
	/* -- #menu -- */
	#menu a.navbar-brand {
		font-size: 14px;
	}

	.padding-mobile {
		padding-top: 5%;
	}


	h2 {
		font-size: 25px;
	}	

	hr {
		margin-bottom: 8%;
	}

	/* --- #header --- */
	header h1 {
		font-size: 30px;
		padding-top: 200px;
	}
	
	header .btn-danger {
		margin-top: 10%;
		width: 100%;
	}
	
	header h3 {
		font-size: 20px;
		padding-top: 25px;
	}
	/* // */

	/* --- #two --- */
	#two .pic {
		width: 60%;
	}

	#two h3 {
		font-size: 18px;
	}

	#two .btn-danger {
		font-size: 16px;
		width: 70%;
	}

	
	#two p {
		font-size: 16px;
	}
	/* // */


	/* ---------- #icons ---------- */
	#icons {
		padding-bottom: 10%;
	}


	#icons .icon {
		width: 60px;
	}


	#icons h3 {
		font-size: 18px;
	}
	/* -- // -- */


	/* --- #three --- */
	#three th {
		font-size: 16px;
	}
	/* // */	
	
	/* --- #contact --- */
	#contact h3 {
		font-size: 20px;
	}
	
	#contact a {
		font-size: 16px;
	}
	/* // */	

}
/* -- // -- */


/* -- до 479 пикселей  -- */
@media (max-width: 479px) {
	/* -- #menu -- */
	#menu a.navbar-brand {
		font-size: 14px;
	}

	.padding-mobile {
		padding-top: 5%;
	}


	h2 {
		font-size: 25px;
	}
	
	
	hr {
		margin-bottom: 10%;
	}	


	/* --- #header --- */
	header h1 {
		font-size: 25px;
		padding-top: 200px;
	}
	
	
	header h3 {
		font-size: 18px;
		padding-top: 25px;
	}

	header .btn-danger {
		margin-top: 10%;
		width: 100%;
	}
	/* // */


	/* --- #two --- */ 
	#two hr {
		margin-bottom: 5%;
	}


	#two h3 {
		font-size: 18px;
	}

	#two .btn-danger {
		font-size: 16px;
	}

	#two p {
		font-size: 16px;
	}

	#two .pic {
		width: 80%;
	}
	/* // */




	/* --- #icons --- */
	#icons {
		padding-bottom: 10%;
	}


	#icons .icon {
		width: 60px;
	}


	#icons h3 {
		font-size: 18px;
	}
	/* // */




	/* --- #three --- */
	#three th {
		font-size: 14px;
	}

	#three p {
		font-size: 14px;
	}
	/* // */	


	/* --- #contact --- */
	#contact h3 {
		font-size: 20px;
	}
	
	#contact a {
		font-size: 16px;
	}

	#contact .overlay {
		padding-bottom: 15%;
	}

	/* // */
}

	







