/*спецификация*/

body{
	font-family: 'PT Sans', sans-serif;
}
ul, li {
	display: block;
	padding: 0;
	margin: 0;
	
}
h1, h2, h3 {
	font-weight: 400;
	color: #fff;
	text-align: center;
}
h3 {
	font-weight: 400;
}
.btn-primary{
	background-color: #604740;
	border-color: #604740;
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited{
	background-color: #846f69;
	border-color: #604740;
	color: white;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #846f69;
    border-color: #846f69;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(96, 71, 64, 0.5);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 71, 64, 0.5);
}
/*первый экран шапка*/

.header{
	background: url('/image/header_fon_min.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	color:#fff;
	padding-top: 20px;
}

.offer{
	/*min-height: 400px;*/
}
.content-offer{
	margin-top: 3%;
    margin-bottom: 6%;
}

.offer__title{
	
}
.offer__intro{
	text-align: center;
}
.offer__input{
	text-align: center;
}
/* єкран второй*/
.work{
	min-height:500px;
	margin-bottom:50px;
}
.title__main{
	color: #000;
	font-size: 45px;
}
.color__span{
	color:#fff;
}
.title {
	margin-top: 40px;
	margin-bottom: 40px;
}
.vcenter {
	float: left;
}
.vcenter img {
	width:330px;
	height:330px;
}
/*обратная связь*/
.formtel{
	padding-top:40px;
	padding-bottom:40px;
	background: url('/image/konsul_min.png') no-repeat;
}
.kons__title{
	
}
.kons__intro{
	text-align:center;
	color:#fff;
}
.form-control{
	margin-left: 10px;
	margin-right: 10px;
}
.kons button{
	padding: 8px 20px 8px 20px;
	margin-left: 10px;
}
/*услуги*/
.services{
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
}
/*причины*/
.reasons h4, p {
	text-align:center;
}

.center-img {
	display: block;
	margin: 0 auto;
}
/*подвал*/
.footer{
	background-color: #292727;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.footer a{
	color: #fff;
}
.footer h4{
	color: #fff;
}
.footer__b{
	background-color: #000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer__b a{
	color: #fff;
}
.footer_m{
	margin: 10px 0px 10px 0px;
}
/*общие стили для эффекта наведения*/
.photobox{
	display: inline-block;
	margin-top: 20px;
    margin-bottom: 20px;
}

.photobox__previewbox{
	position: relative;
	overflow: hidden;
}

.photobox__preview{
	display: block;
	max-width: 100%;
}

.photobox__previewbox:before{
	content: "";
}
/* type 6 */

.photobox_type6 .photobox__previewbox:before{
	width: 0;
	height: 0;
	padding: 25%;
	
	background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
	border-radius: 50%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
	will-change: transform;
	transform: translate(-50%, -50%) scale(0);
}

.photobox_type6:hover .photobox__previewbox:before{
	transform: translate(-50%, -50%) scale(4);
	transition-duration: var(--photoboxAnimationDuration, .8s);
}

.photobox_type6 .photobox__label{
	width: 95%;
	text-align: center;
	
	transform: translate(-200%, -50%);
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
	will-change: transform;
	
	position: absolute;
	top: 50%;
	left: 50%;
}

.photobox_type6:hover .photobox__label{
	transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 4);
	transform: translate(-50%, -50%);
}
/*адаптация*/
@media (min-width: 1200px){
	
	.header img{
		display: block;
		margin: 0 auto;
		
	}
	.content-offer {
		margin-top: 3%;
		margin-bottom: 6%;
	}
	.footer__b{
		text-align: center;
	}
	.nav-item {
		font-size: 20px;
	}	
}
@media (max-width: 1199px){
	
	.header img{
		display: block;
		margin: 0 auto;
		
	}
	.content-offer {
		margin-top: 3%;
		margin-bottom: 6%;
	}
	.footer__b{
		text-align: center;
	}	
}

@media (max-width: 992px){
	
	.header img{
		display: block;
		margin: 0 auto;
		
	}
	.content-offer {
		margin-top: 3%;
		margin-bottom: 6%;
	}
	.footer__b{
		text-align: center;
	}
}
@media (max-width: 768px){
	
	.offer__title {
		font-size: 24px;
	}
	.menu__item a{
		font-size:15px;
	}
	.vcenter img{
		height: 100%;
	}
	.kons button {
		margin-top: 10px;
	}
	.title__main{
	font-size: 25px;
	}
	.services h4{
		font-size: 20px;
	}
	.reasons h4{
		font-size:20px;
	}
	/*.header, .formtel{
		background: #292727;
	}*/
	.content-offer {
		margin-top: 10%;
		margin-bottom: 10%;
	}
}

@media (max-width: 544px){
	
	/*.header, .formtel{
		background: #292727;
	}*/
	.header, .formtel {
		background-size: cover;
	}
	.content-offer {
		margin-top: 10%;
		margin-bottom: 10%;
	}
}
/*Модальные окна*/
.form_modal, .form_submit{
	width: 80%;
	margin: auto;
}