body {
	font-family: 'Raleway', sans-serif;
}

/* ========== Стилизация Скроллбара =============  */
::-webkit-scrollbar {
	width: 9px;
}

::-webkit-scrollbar-track {
	background: rgb(218, 218, 218);
}

::-webkit-scrollbar-thumb {
	background: #16bc00;
	border-radius: 3px;
	border: 0px solid rgb(166, 193, 204);
}


::-webkit-scrollbar-thumb:hover {
	background: #119300;
	border-radius: 2px;
	transition: 0.1s;
}

/* ========== // ============= */

.padding-table {
	padding-top: 5%;
}


.table {
	margin-top: 3%;
}

h2 {
	font-size: 40px;
	font-weight: 700;
}




h5 {
	font-weight: 700;
}


h6 {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}


p {
	font-family: 'Raleway', sans-serif;
}

.dez{
	color: #1be600;
}

/* ------- Меню навигации ---------- */

#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.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: #17c800!important;
} 

/* -- Горит при нажатии -- */
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #17c800;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #17c800;
	border-radius: 5px;
	transition: 0.4s;
	box-shadow: 0 0 7px rgba(54, 54, 54, 0.1);
}

.on {
	transition: all 0.8s;
}




/* ====================================================== Header ================================================ */
header {
	background: url(../img/header1.jpg);
	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;
} 




header .overlay {
	background-color: rgba(0, 0, 0, 0.6);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
	padding-bottom: 180px;
}


header .btn-default {
	background-color: #17bc01;
	border-radius: 5px;
	padding: 8px 25px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border: none;
}


header .btn-default:hover, header .btn-default:focus, header .btn-default:active {
	background-color: #13a100;
	transition: 0.5s;
	color: #fff;
}


header a {
	color: #000;
	font-weight: 600;
	border-bottom: 1px dashed #000;
}


header h1 {
	font-size: 35px;
	font-weight: 700;
	padding-top: 10%;
	padding-bottom: 5%;
	color: #fff;
	text-align: left;
}

header p {
	color: #fff;
	font-size: 20px;
	padding-bottom: 5%;
	font-weight: 600;
}


header a:hover {
	text-decoration: none;
}


header .top {
	padding-top: 150px;
}


/* // */

.padding {
	margin-top: 0%;
}





/* ====================================================== #two ================================================ */
#two {
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}


#two h2 {
	padding-bottom: 5%;
}

#two p {
	color: #000;
	font-size: 18px;
	padding: 15px;
	font-weight: 500;
	background-color: #f9fff8;
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
	border-left: 3px solid #17bc01;
}


#two h4 {
	color: #000;
	font-size: 25px;
	font-weight: 600;
}



#two .fa {
	color: #1acf02;
	font-size: 40px;
}


#two h5 {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}


.company-img {
	width: 400px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ====================================================== #three ================================================ */
#three {
	background-color: #f5f5f5;
	padding-bottom: 5%;
}

#three h2 {
	color: rgb(48, 48, 48);
	padding-top: 5%;
	padding-bottom: 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 .uslugi-img {
	width: 350px;
}


#three p {
	text-align: left;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding-top: 5%;
	padding-bottom: 5%;
}


#three .btn-danger {
	background: none;
	border: #1ea300 3px solid;
	color: #1ea300;
	font-size: 18px;
	font-weight: 700;
}

#three .btn-danger:hover, #three .btn-danger:focus, #three .btn-danger:active{
	background: none;
	border: #167600 3px solid;
	color: #167600;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	transition: 0.2s;
}




/* ============================================= #four ========================================= */
#four {
	background: none;
	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;
}


#four .overlay {
	background-color: rgba(255, 255, 255, 0.99);
    background-repeat: repeat;
    left: 0;
    /* Использовали значение position: absolute;  - т.к этот класс накладывается на другой (используется в основном в этих случаях) */
    top: 0;
	z-index: 0;
	padding-top: 5%;
	padding-bottom: 5%;
}


#four .tab-content {
	padding-top: 3%;
}


#four p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}


#four .nav-tabs > li > a {
	font-size: 18px;
	font-weight: 700;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
}



#four h2 {
	color:#000;
	padding-bottom: 5%;
}


#four hr {
	height: 3px;
    background: rgb(0, 0, 0);
	width: 10%;
	margin-bottom: 5%;
}


#four h3 {
	color: #000;
	font-size: 25px;
	font-weight: 600;
}



#four .gis {
	color:#525252;
	font-size: 14px;
}



#four .dg-widget-link {
	width: 100%;
}




/* ============================================= #contact ========================================= */
#contact {
	background: url(../img/contact-bg.jpg);
	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; 
}


#contact .overlay {
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: rgba(0, 0, 0, 0.7);
    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;
}



/* ============================================= #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;
}



/* ===================================================== Медиа-Запросы ================================================= */
@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 .header-img {
		width: 450px;
	}

	header .btn-default {
		font-size: 16px;
	}

	h2 {
		font-size: 35px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	header p {
		font-size: 18px;
	}

	header .img-wpp {
		width: 25px;
		padding-bottom: 4px;
	}

	/* ------ #two ------ */
	#two hr {
		margin-bottom: 7%;
	}

	#two h3 {
		font-size: 20px;
	}	

	#two h4 {
		font-size: 22px;
	}

	.company-img {
		width: 450px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 5%;
	}

	.padding {
		margin-top: 5%;
	}
	
	/* ------ #three ------ */
	#three hr {
		margin-bottom: 7%;
		margin-top: 2%;
	}	


	/* -------- #four ------- */
	#four h3 {
		font-size: 22px;
	}


	/* ----------- #contact ---------- */
	#contact h3 {
		font-size: 25px;
		padding-bottom: 3%;
	}
	
	
	#contact a {
		font-size: 20px;
	}
	

		/* ============================================= #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: 767px)
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 .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;
	}

	/* ---------------------- #one ------------------- */
	#one {
		padding-top: 100px;
		padding-bottom: 5%;
	}

	/* ------ отступы текста в страницах окна, двери, витражи ----- */
	#one .text {
		padding-top: 5%;
	}

	#one .btn-danger {
		width: 250px;
		margin-top: 3%;
		margin-bottom: 3%;
		background-color: rgb(219, 151, 5);
		font-size: 16px;
	}

	#one .btn-danger:hover, #one .btn-danger:focus, #one .btn-danger:active {
		background-color: rgb(231, 115, 5);
		transition: 0.5s;
		color: #fff;
	}

	#one .sdvig {
		margin-left: 0px;
	}
	/* ----- // ------ */	
	
	.tovar {
		padding-bottom: 15px;
	}

	.conder {
		width: 70%;
	}
	/* // */

	/* ------ #two ------ */
	#two h3 {
		font-size: 20px;
	}

	#two h4 {
		font-size: 20px;
	}


	.company-img {
		width: 450px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 5%;
	}

	.padding {
		margin-top: 5%;
	}
	
	/* ------ #three ------ */
	h2 {
		font-size: 30px;
	}

	#three h3 {
		font-size: 22px;
	}

	#three hr {
		margin-bottom: 7%;
	}	


	#three .btn-danger {
		font-size: 18px;
	}


	
	/* ----- #four ----- */
	#four hr {
		margin-bottom: 5%;
	}

	#four h3 {
		font-size: 20px;
	}

	#four p {
		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: 620px)
and (min-width: 480px) {
	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .top {
		padding-top: 100px;
	}

	header .header-img {
		width: 300px;
	}

	.padding-mobile {
		margin-top: 5%;
	}	

	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;
	}

	header .img-wpp {
		width: 25px;
		padding-bottom: 4px;
	}


		
	/* ---------------------- #one ------------------- */
	#one {
		padding-top: 100px;
		padding-bottom: 5%;
	}

	/* ------ отступы текста в страницах окна, двери, витражи ----- */
	#one .text {
		padding-top: 5%;
	}

	#one .btn-danger {
		width: 250px;
		margin-top: 2%;
		margin-bottom: 2%;
		background-color: rgb(219, 151, 5);
		font-size: 16px;
	}

	#one .btn-danger:hover, #one .btn-danger:focus, #one .btn-danger:active {
		background-color: rgb(231, 115, 5);
		transition: 0.5s;
		color: #fff;
	}

	#one .sdvig {
		margin-left: 0px;
	}
/* ----- // ------ */	
	
	.tovar {
		padding-bottom: 15px;
	}

	.conder {
		width: 80%;
	}
	/* // */

	/* ------ #two ------ */
	#two h3 {
		font-size: 18px;
	}	

	#two p {
		font-size: 18px;
	}

	#two h4 {
		font-size: 20px;
	}


	.company-img {
		width: 350px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10%;
	}

	.padding {
		margin-top: 5%;
	}


	/* ------ #three ------ */
	#three hr {
		margin-bottom: 10%;
	}

	#three .btn-danger {
		font-size: 18px;
	}

	#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%;
	}
	
	
	#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) {
	header .overlay {
		padding-bottom: 100px;
	}

	#menu a.navbar-brand {
		font-size: 14px;
	}

	header .top {
		padding-top: 100px;
	}

	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;
	}

	header .btn-default:hover, header .btn-default:focus, header .btn-default:active {
		font-size: 16px;
	}

	/* ---------------------- #one ------------------- */
	#one {
		padding-top: 100px;
		padding-bottom: 5%;
	}


	#one p {
		font-size: 16px;
	}

	/* ------ отступы текста в страницах окна, двери, витражи ----- */
		#one .text {
			padding-top: 5%;
		}

		#one .btn-danger {
			width: 250px;
			margin-top: 3%;
			margin-bottom: 3%;
			background-color: rgb(219, 151, 5);
			font-size: 16px;
		}

		#one .btn-danger:hover, #one .btn-danger:focus, #one .btn-danger:active {
			background-color: rgb(231, 115, 5);
			transition: 0.5s;
			color: #fff;
		}

		#one .sdvig {
			margin-left: 0px;
		}
	/* ----- // ------ */

	.tovar-img {
		width: 220px;
		padding-bottom: 20px;
	}

	.conder {
		width: 80%;
	}
	/* // */

	h2 {
		font-size: 30px;
	}

	/* ------ #two ------ */
	#two h4 {
		color: #000;
		font-size: 20px;
		font-weight: 600;
	}
	
	
	
	#two .fa {
		color: #1acf02;
		font-size: 30px;
	}
	
	#two h3 {
		font-size: 18px;
	}

	#two p {
		color: #000;
		font-size: 16px;
		padding: 10px;
	}


	
	.padding {
		margin-top: 5%;
	}



	.company-img {
		width: 290px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10%;
	}


	/* ------ #three ------ */
	#three hr {
		margin-bottom: 10%;
	}

	#three .btn-danger {
		font-size: 18px;
	}

	#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: 300px;
	}
	


	/* ------ #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 h3 {
		font-size: 20px;
		padding-bottom: 3%;
	}
	
	
	#contact a {
		font-size: 16px;
	}
	
	

	/* ============================================= #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;
	}

}

	

/* ========================== Медиа-запросы на высоту ======================= */






