.contacts-top {
    display: flex;
    padding: 30px 30px 15px;
	background-color: #FFF;
	margin: 0 0 40px;
	position: relative;
}
.contacts-top__part {
	width: 50%;
}
.contacts-top__phone {
	font: 47px/57px 'montserratsemibold', Arial, sans-serif;
	margin: 0 0 20px;
	display: block;
	text-decoration: none;
	transition: .3s;
}
.contacts-top__phone:hover {
	color: #E30613;
}
.contacts-top__phone-fed {
	font: 32px/39px 'montserratsemibold', Arial, sans-serif;
	margin: 0 0 5px;
	display: block;
	text-decoration: none;
	transition: .3s;
}
.contacts-top__phone-fed:hover {
	color: #E30613;
}
.contacts-top__free {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.contacts-top__time {
	font: 12px/15px 'montserratsemibold', Arial, sans-serif;
    display: flex;
    align-items: center;
}
.contacts-top__time-icon {
    height: 18px;
    width: 18px;
    margin: 0 5px 0 0;
}
.contacts-top__inner {
	max-width: 320px;
}
.contacts-top__bold {
	font: 14px/24px 'montserratsemibold', Arial, sans-serif;
	margin: 0 0 15px;
}
.contacts-top__li {
	padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
	background: url(img/check.svg) no-repeat 0 6px;
}
.contacts-top__bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px) AND (max-width: 1199px)
{
	.contacts-top__phone {
		font-size: 40px;
	}
	.contacts-top__inner {
		max-width: 290px;
	}
}
@media (max-width: 991px)
{
	.contacts-top {
		flex-direction: column;
	}
	.contacts-top__part {
		width: 100%;
	}
	.contacts-top__inner {
		max-width: 100%;
		margin: 40px 0 0;
	}
}
@media (max-width: 767px)
{
	.contacts-top {
		margin: 120px 0 15px;
	}
	.contacts-top__phone {
		font-size: 28px;
		line-height: 34px;
	}
	.contacts-top__phone-fed {
		font-size: 21px;
		line-height: 25px;
	}
	.contacts-top__free {
		font-size: 8px;
	}
	.contacts-top__bg {
		right: auto;
		bottom: auto;
		left: 50%;
		top: 0;
		transform: translate(-50%, -100%);
		height: 110px;
	}
}
@media (max-width: 575px)
{
	.contacts-top__phone,
	.contacts-top__phone-fed,
	.contacts-top__free {
		text-align: center;
	}
	.contacts-top__time {
		justify-content: center;
	}
	.contacts-top__bold,
	.contacts-top__li {
		font-size: 12px;
	}
}