/* Contact Section
--------------------------------*/
/* if not defined (--main-color) OR (--main-color-hover)*/
:root{
	--c-main-color: red;
	--c-main-color-hover: blue;
	--c-main-color: var(--main-color);
	--c-main-color-hover: var(--main-color-hover);
	--c-border-line-color: var(--border-line-color);
}

div {
/*	border: 1px solid red;*/
}

.contact {
/*  padding: 60px 0;*/
}

.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--c-main-color);/*#18d26e;*/
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

.contact .contact-info a {
  color: #000;
}

.contact .contact-info a:hover {
  color: var(--c-main-color);/*#18d26e;*/
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}

.contact .form #sendmessage {
  color: var(--c-main-color);/*#18d26e;*/
  border: 1px solid var(--c-main-color);/*#18d26e;*/
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact .form #sendmessage.show,
.contact .form #errormessage.show,
.contact .form .show {
  display: block;
}

.contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.contact .form input,
.contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .form button[type="submit"] {
  background: var(--c-main-color);/*#18d26e;*/
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  display: inline-block;
}

.contact .form button[type="submit"]:hover {
  background: var(--main-color-hover);/*#13a456;*/
}







.site-footer {
	/*background: #1b1b1b;*/
	color: #fff;
	font-size: 17px
}

.site-footer a {
	color: #fff;
	border: 0;
	font-weight: 500
}

/*
.site-footer__list a {
	opacity: .55
}

.site-footer__list a:hover {
	opacity: 1
}

.site-footer__top {
	padding: 50px 0
}

.site-footer__phone,
.site-footer__flats {
	margin-top: 20px
}

.site-footer__line,
.site-footer__line a {
	color: rgba(255, 255, 255, .45);
	font-size: 16px
}

.site-footer__line a {
	display: inline-block
}

.site-footer__line {
	padding: 15px 0
}

.site-footer__bottom {
	padding: 35px 0;
	background: #171717
}

.site-footer__li {
	margin: 5px 0
}
*/

.site-footer__title {
	font-weight: 500;
	font-size: 22px;
	display: block;
	margin-bottom: 15px;
	text-align: left;
	width: 100%
}
/*
.site-footer__info {
	border-top: 2px solid #333;
	color: #ffffff61;
	margin-top: 25px;
	padding-top: 25px
}

.site-footer__info a {
	opacity: .55
}

.site-footer__info a:hover {
	color: #fff
}
*/
.site-footer__messenger {
	text-align: center;
	margin-right: 10px
}

.site-footer__messenger a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 0;
	display: inline-block
}

.site-footer__messenger svg {
	height: 25px;
	width: 25px;
	fill: #fff;
	margin-top: 14px;
	margin-bottom: 5px
}
/*
.site-footer__socials svg {
	height: 22px;
	width: 22px
}

.site-footer__payment svg {
	height: 32px;
	width: 60px
}
*/
.site-footer__messengers,
.site-footer__socials,
.site-footer__payment {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
    align-items: center;
    justify-content: center;
}

.site-footer .m-label {
	display: block;
	font-size: 14px;
	opacity: .5
}
/*
.site-footer__socials a {
	background: rgba(255, 255, 255, .08)
}

.site-footer__phone-label {
	color: #fff;
	font-weight: 500;
	opacity: .55
}

.site-footer__socials a.vk:hover {
	background: #3871ba
}

.site-footer__socials a.insta:hover {
	background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(bottom left, #234bd7 12%, #c33cbe 58%);
	background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(bottom left, #234bd7 12%, #c33cbe 58%);
	background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(to top right, #234bd7 12%, #c33cbe 58%)
}

.site-footer__socials a.fb:hover {
	background: #3b5998
}

a.site-footer__phone {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0
}

@media (max-width:1300px) {
	a.site-footer__phone {
		font-size: 30px
	}
}

@media (max-width:1200px) {
	a.site-footer__phone {
		font-size: 25px
	}
}
*/
@media (max-width:992px) {
	.site-footer {
		font-size: 16px
	}
	.site-footer__title {
		font-size: 17px;
		position: relative;
	}
/*
	.site-footer .card {
		padding: 0;
		background: 0 0;
		border: 0;
		margin-bottom: 20px
	}
	.site-footer__info .o1 {
		order: 1
	}
	.site-footer__info .o2 {
		order: 2
	}
	.site-footer__info .o3 {
		order: 3
	}
*/
	.site-footer__top .site-footer__title:after {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background: url(/img/arrow-down.svg) no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 10px;
		opacity: .3
	}
	.site-footer__messenger {
		margin-right: 5px
	}
/*
	.site-footer__payment svg {
		height: 32px;
		width: 54px
	}
*/
}

@media (max-width:576px) {
/*
	.site-footer__title.site-footer__phone:after {
		display: none
	}
	.site-footer__title.site-footer__phone {
		margin: 0;
		width: 100%;
		text-align: center
	}
	.site-footer__top {
		padding: 35px 0
	}
	.site-footer__phone-block {
		text-align: center;
		width: 100%;
		text-align: center;
		padding: 20px 0;
		background: #000;
		border-radius: 10px;
		margin-bottom: 15px
	}
	.site-footer__info {
		margin-top: 0;
		padding-top: 0;
		border: 0;
		font-size: 14px
	}
	.site-footer__info .o2 {
		padding-right: 5px
	}
*/	
	.site-footer__bottom .site-footer__title {
		text-align: center
	}
	.site-footer__messengers,
	.site-footer__payment,
	.site-footer__socials {
		justify-content: center
	}
/*	
	.site-footer__info .o1 {
		margin-bottom: 10px;
		line-height: 20px
	}
*/
}

.m-tele {
	background: #2fc6f6;
}
.m-viber {
	background: #995aca;
}
.m-wp {
	background: #25d366;
}
.m-vk {
	background: #3871ba;
}
.m-skype {
	background: white;
	vertical-align: middle; /* */
	background-image: url(/img/icon-skype.svg);
}

.m-fb {
	background: blue;
	vertical-align: middle; /* */
	
display: flex;
  justify-content: center;
  align-items: center;	
	
}

.m-tele, .m-viber, .m-vk, .m-wp, .m-skype, .m-fb {
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	margin: 0 5px;
}

.border-line-r  {
	height: 100%;
	border: none;
}

@media (min-width: 768px){
	.border-line-r  {
		height: 100%;
		border-right: 1px solid var(--c-border-line-color);
	}
}



.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
overflow-y: scroll;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
	
.modal_enabled {
	display: block;
	pointer-events: auto;
}	

.modalDialog > div {
	width: 92%;	
	max-width: 580px;
	position: relative;
	margin: 6% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 12px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.btn_close {
	background: #606061;
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 2px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.btn_close:hover { background: #00d9ff; }