.contacts-window {
	display: none!important;
	display: inline-block;
	background-color: #fff;
	width: auto;
	height: 220px;
	position: fixed;
	bottom: 70px;
	right: 6.59%;
	left: 6.59%;
	z-index: 50;
	box-shadow: 0px -5px 16px rgba(0, 0, 0, .2)
}

.contacts-window-container {
	display: none
}

.contacts-window-container.show {
	display: block
}

.contacts-window h2 {
	font-size: 1.625rem;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center
}

.contacts-window h2 a {
	text-decoration: none
}

.contacts-window p {
	font-size: .875rem;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center
}

.contacts-window .icon-social {
	text-align: center
}

.contacts-window .icon-social a {
	text-decoration: none;
	margin-left: .8rem;
	margin-right: .8rem
}

.close-contacts-window {
	text-align: right
}

.close-contacts-window a {
	text-decoration: none;
	margin-right: 1.25rem;
	cursor: pointer
}

.close-contacts-window {
    text-align: right;
}

.contacts-window .icon-social {
    text-align: center;
}

.contacts-window .icon-social a {
    text-decoration: none;
    margin-left: .8rem;
    margin-right: .8rem;
}

@media (min-width:992px) {
	.contacts-window {
		width: 237px;
		height: 270px;
		left: auto
	}
	.contacts-window p {
		margin-left: 30px;
		margin-right: 30px
	}
}