body {
	font-family: "Arsenal", sans-serif;
}

/* ========== Стилизация Скроллбара =============  */
::-webkit-scrollbar {
	width: 9px;
}

::-webkit-scrollbar-track {
	background: rgb(218, 218, 218);
}

::-webkit-scrollbar-thumb {
	background: #2e2e2e;
	border-radius: 3px;
	border: 0px solid rgb(166, 193, 204);
}


::-webkit-scrollbar-thumb:hover {
	background: #000000;
	border-radius: 2px;
	transition: 0.1s;
}

/* ========== // ============= */

.padding-table {
	padding-top: 5%;
}


.table {
	margin-top: 3%;
}

h2 {
	font-size: 40px;
	font-weight: 700;
	color: #cfa500;
}




h5 {
	font-weight: 700;
}


h6 {
	color: #000;
	font-weight: 500;
	font-size: 14px;
}


p {
	font-family: "Arsenal", sans-serif;
}



/* ------- Меню навигации ---------- */

#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: 700;
}


#menu a.navbar-brand i.fa {
	color: #000;
}


#menu .fa-instagram {
	font-size: 18px;
}


#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: #cfa500!important;
} 

/* -- Горит при нажатии -- */
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #cfa500;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #cfa500;
	border-radius: 5px;
	transition: 0.4s;
	box-shadow: 0 0 7px rgba(54, 54, 54, 0.1);
}

.on {
	transition: all 0.8s;
}

/* // */
.padding {
	margin-top: 5%;
}


/* -------- Для 2ГИС --------- */
.gis {
	font-size: 14px;
}



/* ------------------ Стили для всех картинок ------------- */
.uslugi-img {
	width: 320px;
	border-radius: 15px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3)
}
/* ----------------- // -------------------- */


/* ====================================================== Header ================================================ */
header {
	background: url(../img/header.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; 
} 

header .overlay {
	padding-bottom: 170px;
	background-color: rgba(255, 255, 255, 0.87);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
}


header .fa-whatsapp {
	color: #fff!important;
}

header .btn-default {
	background-color: #5a5a5a;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 8px 40px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border: none;
}

header .btn-default:hover, header .btn-default:focus, header .btn-default:active {
	background-color: #000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	transition: 0.5s;
	color: #fff;
}

header a {
	color: #000;
	font-weight: 600;
	border-bottom: 1px dashed #000;
}

header h1 {
	font-size: 40px;
	font-weight: 700;
	padding-top: 10%;
	padding-bottom: 5%;
	color: #000;
	text-align: left;
	text-shadow: 0 5px 10px rgba(63, 63, 63, 0.1);
}

header p {
	color: #000;
	font-size: 25px;
	padding-bottom: 5%;
	font-weight: 600;
	text-shadow: 0 5px 10px rgba(63, 63, 63, 0.1);
}


header a:hover {
	text-decoration: none;
}


header .fa {
	color: #000000;
}

header .top {
	padding-top: 150px;
}

.memory {
	color: #cfa500;
	text-shadow: 0 5px 10px rgba(170, 156, 29, 0.1);
}


/* ====================================================== #black ================================================ */
#black {
	background-color: #000000;
	padding-top: 5%;
	padding-bottom: 5%;
}

#black .fa {
	color: #cfa500;
	font-size: 40px;
}

#black .fa:hover {
	color: #ffde70;
	font-size: 40px;
	transition: 0.5s;
}

#black h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
/* -- // -- */


/* ====================================================== #two ================================================ */
#two {
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 10%;
}


#two p {
	color: #000;
	font-size: 18px;
	padding: 15px;
	font-weight: 500;
	background-color: #fcfcf5;
	box-shadow: 0 0 7px rgba(225, 206, 107, 0.15);
	border-radius: 15px;
	text-align: left;
}

#two h3 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5%;
}

#two h4 {
	font-size: 18px;
	text-align: left;
}

#two .fa-instagram {
	font-size: 20px;
}

#two h5 {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}

#two li {
	text-align: center;
	font-size: 18px;
	width: 100%;
	padding-bottom: 10px;
}

.tab-padding {
	margin-top: 2%;
}


/* ------------------ Стили для всех btn-danger ------------- */
.btn-danger {
	margin-top: 5%;
	margin-bottom: 5%;
	background: none;
	border: #000000 3px solid;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
	background: none;
	border: #ac8a00 3px solid;
	color: #ac8a00;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	transition: 0.5s;
}
/* ----------------- // -------------------- */


/* ====================================================== #three ================================================ */
#three {
	background-color: #fbfbfb;
	padding-bottom: 5%;
	padding-top: 5%;
}


#three h3 {
	padding-top: 2%;
	font-weight: 700;
	font-size: 25px;
	color: #000;
}


#three h4 {
	font-size: 20px;
	font-weight: 600;
	padding-top: 2%;
	padding-bottom: 2%;
}

#three h5 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 2%;
	text-align: left;
}

#three p {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	padding-top: 5%;
	padding-bottom: 5%;
}



/* ============================================= #contact ========================================= */
#contact {
	background: url(../img/contact.jpg);
	background-size: cover;
	background-position: left;
	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.83);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
}


#contact h2 {
	color: #fff;
	padding-bottom: 5%;
}



#contact h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 3%;
}


#contact a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}


#contact .fa {
	color: #cfa500;
}



/* ===================================================== Медиа-Запросы ================================================= */
@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: 100px;
	}

	header .btn-default {
		font-size: 16px;
	}

	h2 {
		font-size: 35px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	header p {
		font-size: 18px;
	}

	
	/* ------ #black ------ */
	#black {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	#black .fa {
		font-size: 30px;
	}
	
	#black h4 {
		font-size: 16px;
	}
	/* -- // -- */

	/* ------ #two ------ */
	#two hr {
		margin-bottom: 7%;
	}

	#two h3 {
		font-size: 20px;
	}	

	#two h4 {
		font-size: 22px;
	}

	.padding {
		margin-top: 5%;
	}
	
	/* ------ #three ------ */
	#three hr {
		margin-bottom: 7%;
		margin-top: 2%;
	}	


	/* -------- #four ------- */
	#four h3 {
		font-size: 22px;
	}

	/* ----------- #contact ---------- */
	#contact h3 {
		font-size: 22px;
		padding-bottom: 2%;
		padding-top: 2%;
	}
	
	
	#contact a {
		font-size: 18px;
	}
	/* -- // -- */

}



@media (max-width: 768px)
and (min-width: 621px) {
	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .top {
		padding-top: 100px;
	}

	header .overlay {
		padding-bottom: 120px;
	}

	header .btn-default {
		font-size: 16px;
	}

	header h1 {
		font-size: 30px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	header p {
		font-size: 18px;
	}

	.btn-danger {
		font-size: 18px;
	}
	/* // */

	/* ------ #black ------ */
	#black {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	#black .fa {
		font-size: 30px;
	}
	
	#black h4 {
		font-size: 16px;
	}
	/* -- // -- */

	/* ------ #two ------ */
	#two h3 {
		font-size: 20px;
	}

	#two h4 {
		font-size: 20px;
	}

	.padding {
		margin-top: 5%;
	}
	
	/* ------ #three ------ */
	h2 {
		font-size: 30px;
	}

	#three h3 {
		font-size: 22px;
	}

	#three hr {
		margin-bottom: 7%;
	}	

	
	/* ----- #four ----- */
	#four hr {
		margin-bottom: 5%;
	}

	#four h3 {
		font-size: 20px;
	}

	#four p {
		font-size: 18px;
	}
	/* -- // -- */

	/* ----------- #contact ---------- */
	#contact h3 {
		font-size: 22px;
		padding-bottom: 3%;
		padding-top: 3%;
	}
	
	
	#contact a {
		font-size: 18px;
	}
	/* -- // -- */	

}


@media (max-width: 620px)
and (min-width: 480px) {
	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .top {
		padding-top: 100px;
	}

	header {
		background-position: right;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	.btn-danger {
		font-size: 18px;
	}

	header .overlay {
		padding-bottom: 120px;
	}

	h2 {
		font-size: 30px;
	}

	
	header .btn-default {
		font-size: 16px;
	}


	header h1 {
		font-size: 30px;
	}

	header p {
		font-size: 16px;
	}
	/* // */


	/* ------ #black ------ */
	#black {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	#black .fa {
		font-size: 30px;
	}
	
	#black h4 {
		font-size: 16px;
	}
	/* -- // -- */


	/* ------ #two ------ */
	#two h3 {
		font-size: 18px;
	}	

	#two p {
		font-size: 18px;
	}

	#two h4 {
		font-size: 20px;
	}

	#two .fa-instagram {
		font-size: 18px;
	}

	.padding {
		margin-top: 5%;
	}


	/* ------ #three ------ */
	#three hr {
		margin-bottom: 10%;
	}

	#three h3 {
		font-size: 22px;
	}

	#three h4 {
		font-size: 18px;
		font-weight: 600;
	}
	
	#three h5 {
		font-size: 16px;
	}



	/* ------- #four -------- */
	#four hr {
		margin-bottom: 5%;
	}


	#four h3 {
		font-size: 20px;
	}

	#four p {
		font-size: 18px;
	}


	/* ----------- #contact ---------- */
	#contact h3 {
		font-size: 22px;
		padding-bottom: 3%;
		padding-top: 4%;
	}
	
	
	#contact a {
		font-size: 18px;
	}
	/* -- // -- */
	

	/* ============================================= #footer ========================================= */
	#footer {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	#footer p {
		font-size: 13px;
		color: #000000;
	}

	#footer a {
		color:  rgb(245, 119, 2);
		font-weight: 600;
	}

}


@media (max-width: 479px) {
	.btn-danger {
		font-size: 18px;
	}

	header {
		background-position: right;
	}

	header .overlay {
		padding-bottom: 150px;
	}

	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .top {
		padding-top: 100px;
	}

	.padding-mobile {
		margin-top: 7%;
	}	

	header h1 {
		font-size: 25px;
		padding-top: 15%;
		padding-bottom: 5%;
	}

	header p {
		font-size: 16px;
	}

	header .btn-default {
		font-size: 16px;
	}

	header .btn-default:hover, header .btn-default:focus, header .btn-default:active {
		font-size: 16px;
	}

	.uslugi-img {
		width: 280px;
	}
	/* // */

	h2 {
		font-size: 30px;
	}


	/* ------ #black ------ */
	#black {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	
	#black .fa {
		font-size: 30px;
	}
	
	#black h4 {
		font-size: 16px;
	}
	/* -- // -- */


	/* ------ #two ------ */
	#two {
		padding-top: 5%;
	}

	#two h4 {
		color: #000;
		font-size: 16px;
	}

	#two .fa-instagram {
		font-size: 18px;
	}
	
	#two h3 {
		font-size: 18px;
	}

	#two p {
		color: #000;
		font-size: 16px;
		padding: 10px;
		margin-top: 5%;
	}
	
	.padding {
		margin-top: 5%;
	}



	/* ------ #three ------ */
	#three {
		background-color: #fbfbfb;
		padding-bottom: 10%;
		padding-top: 10%;
	}

	#three hr {
		margin-bottom: 10%;
	}

	#three h3 {
		padding-top: 2%;
		font-size: 20px;
	}

	#three h4 {
		font-size: 18px;
		font-weight: 600;
	}
	
	#three h5 {
		font-size: 16px;
	}

	#three p {
		font-size: 16px;
	}

	#three .uslugi-img {
		width: 280px;
	}
	


	/* ------ #four ------ */
	#four hr {
		margin-bottom: 5%;
	}


	#four h3 {
		font-size: 20px;
	}

	#four .nav-tabs > li > a {
		font-size: 16px;
	}

	#four p {
		font-size: 16px;
	}


	/* ----------- #contact ---------- */
	#contact .overlay {
		padding-bottom: 25%;
	}
	

	#contact h3 {
		font-size: 20px;
		padding-bottom: 3%;
		padding-top: 5%;
	}
	
	
	#contact a {
		font-size: 16px;
	}
	

}

	

/* ========================== Медиа-запросы на высоту ======================= */






