.container-body{
	background-color: #181818;
	background-image: url(../images/templates/body-bg.gif);
	position: static;
	padding: 0;
	
}
.one-block{
	padding: 20px 0 40px 25px;

}
.wrapper-kontacts{
	padding: 20px 50px 0 10px;
	display: flex;
	justify-content:space-between; ;
}
.kontakt-block{
	max-width: 500px;
}
.kontakt-map{
	margin-top: 20px;
}
.kontakt-map img{
	margin-top: 10px;
	max-width: 100%;
}
.kontakt-map h4{
	margin:15px 0 6px 0;
}
.kontakt-flex-box{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.adres h2{
	min-width: 105px;
}
.tell h2{
	min-width: 125px;
}
.email h2{
	min-width: 115px;
}
.tell a, .email a, .adres a{
	display: block;
	text-decoration: none;
	color: #B09609;
}
.kontakt-flex-box h2, .kontakt-flex-box span{
	margin-top: 12px;
	padding-left: 20px;
}
.kontakt-flex-box span{
	padding-left: 10px;
	color: #B09609;
}
.form-block{
}

.red{
	color: red;
}
.blue{
	color: blue;
}


/*--forma--*/
.form{
	max-width: 500px;
	margin: 20px;
}
.form *{
	outline: none;
}
.form__body{
	position: relative;
}
.form__body::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.9) url(../images/kontaktyi/loading.gif) center / 50px no-repeat;
	opacity: 0;
	visibility: hidden;
	transition:  all 0.5s ease 0s;
}

.form__body._sending::after{
	opacity: 1;
	visibility: visible;
}

.form__title{
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.form__item{
	margin: 0 0 20px 0;
}
.form__lable{
	font-size: 18px;
	display: block;
	margin: 0 0 10px 0;
}
.form__input{
	height: 30px;	
	width: 99%;	
	font-size: 18px;
	transition: all 0.5s ease 0s;
	border: 0px;
}
.form__input:focus{
	box-shadow: 0 0 15px #B09609;
}
.form__input._error{
	box-shadow: 0 0 15px red;
}
textarea.form__input{
	min-height: 120px;
	resize: vertical;
}
.form__body{
}
.file{

}
.file__item{
	position: relative;
}
.file__input{
	position: absolute;
	top: 0;	
	left: 0;	
	width: 100%;	
	height: 100%;	
	opacity: 0; 
	font-size: 0;
	cursor: pointer;
}
.file__input-bt{
	width: 115px;	
}
.file__button{
	display: inline-flex;
	min-height: 40px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #B09609;
	padding: 0px 20px 0 20px;
}
.file__preview{
	display: inline-block;
	max-width: 400px;
	padding: 10px 0 0 0;
}
.file__preview img{
	max-width: 100%;
}
.file__preview p{
	color: #B09609;
}

.checkbox{
}
.checkbox._error .checkbox__label::before{
	box-shadow: 0 0 15px red;
}

.checkbox__input{
	display: none;
}
.checkbox__input:checked + .checkbox__label::after{
	transform: scale(1);
}


.checkbox__label{
	font-size: 16px;
	line-height: 140%;
	display: inline-flex;
	position: relative;
	cursor: pointer;
}
.checkbox__label::before{
	content: "";
	align-self: flex-start;
	flex: 0 0 24px;
	height: 24px;	
	background-color: #fff;
	border-radius: 4px;
	margin: 10px 10px 0 5px;
}
.checkbox__label::after{
	transition: all 0.5s ease 0s;
	content: "";
	width: 19px;	
	height: 18px;	
	position: absolute;
	top: 13px;
	left: 8px;
	background-color: #B09609;
	border-radius: 4px;
	transform: scale(0);
}
.checkbox__label a{
	color: #B09609;
}
.form__button{
	width: 100%;	
	display: flex;	
	justify-content: center;
	align-items: center;
	min-height: 60px;
	background-color: #B09609;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 20px;
	border: 0px;
	box-shadow: 0 5px 0 #000;
}
.ymaps{
	display: block;
}
.dostavka{
	padding-top: 20px; 
}
.dostavka p{
	font-size: 20px;
	color: #B09609;
	padding-top: 10px;
}

.warning_text {
	margin: 170px 10% ;
	color: #00B82B;
	font-size: 40px;
	font-family: "Chalkduster", fantasy;
}

@media (max-width: 1200px){
	.wrapper-kontacts{
		padding-right: 20px;
	}

}

@media (max-width: 950px){
	.wrapper-kontacts{
		display: block;
	}
	.kontakt-block{
		max-width: 800px;
	}
	.form{
		margin: 10px;
		margin-top: 25px;
		margin-left: 0px;
	}
}

@media (max-width: 550px){
	.kontakt-flex-box h2{
		display: none;
	}
	
	.ymaps-2-1-78-map{
		max-width: 340px;
		margin:0 auto;
	}

}

@media (max-width: 460px){
	
	.ymaps-2-1-78-map{
		max-width: 250px;
	}

}

@media (max-width: 400px){
	.kontakt-flex-box{
		font-size: 18px;
	}
}

