.footer {
	margin-top: 60px;
}

.footer-block-top {
	background: #0893ce;
	padding: 35px 40px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*Footer menu*/

.bottom-menu {
	width: calc(100% - 265px);
	float: left;
}

.bottom-menu-column {
	float: left;
	width: calc(100% / 3);
}

.bottom-menu-title {
	font-family: 'Museo';
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 8.5px
}

.bottom-menu .menu-list-element {
	display: block;
	text-transform: initial;
}

.bottom-menu .menu-list-element-link {
	font-family: 'Museo';
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 33px;
}

.bottom-menu .menu-list-element-link:hover {
	color: #fff;
	text-decoration: underline;
}

/*Footer contacts*/

.bottom-contacts {
	width: 260px;
	float: right;
}

.bottom-contacts .contacts-phone {
	font-family: 'Museo';
	font-weight: 900;
	font-size: 22px;
	line-height: 31px;
	color: #fff;
	display: block;
}

.bottom-contacts .contacts-phone:hover, .bottom-contacts .contacts-mail:hover {
	text-decoration: underline;
}

.bottom-contacts .contacts-phones {
	padding-bottom: 10px;
}

.bottom-contacts .contacts-address, .bottom-contacts  .contacts-mail {
	font-family: 'Museo';
	font-weight: 300;
	color: #fff;
	padding-bottom: 10px;
}

.bottom-contacts .social {
	text-align: left;
	margin-top: 10px;
}

.bottom-contacts .social-list-element {
	padding: 0 20px 0 0;
}

/*Copyright block*/

.footer-bottom {
	padding: 25px 0 27px;
}

.footer-developer {
	font-family: 'Museo';
	font-weight: 300;
	font-size: 15px;
	color: #333333;
	float: left;
}

.footer-counter {
	float: right;
}

@media screen and (min-width: 1001px) and (max-width: 1230px) {
	
	/*Copyright block*/

	.footer-bottom {
		padding: 25px 20px 27px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}
	
@media screen and (max-width: 1000px) {
	
	.footer {
		margin-top: 0;
	}
	
	.footer-block-top {
		position: relative;
		padding: 25px 15px 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	/*Footer menu*/
	
	.bottom-menu {
		float: none;
		width: auto;
	}

	.bottom-menu-block {
		display: none;
		background: #fff;
		padding: 27px 30px;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.bottom-menu-column {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	
	.bottom-menu-column:last-child {
		padding-bottom: 0;
	}
	
	.bottom-menu-title {
		color: #333333;
	}
	
	.bottom-menu .menu-list-element-link {
		color: #333333;
	}
	
	.bottom-menu .menu-btn {
		display: inline-block;
		position: absolute;
		top: 32px;
		right: 15px;
		z-index: 10;
	}
	
	#f-menu-btn:checked ~ .bottom-menu-block {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#f-menu-btn:checked ~ .menu-btn .label-menu-bar {
		display: none;
	}
	
	.bottom-menu .label-menu-close {
		display: none;
	}
	
	#f-menu-btn:checked ~ .menu-btn .label-menu-close {
		display: block;
		padding: 5px 10px;
		margin-top: -10px;
	}
	
	/*Footer contacts*/
	
	.bottom-contacts {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		float: none;
	}
	
	/*Copyright block*/
	
	.footer-bottom {
		padding: 20px 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.footer-developer, .footer-counter {
		float: none;
	}
	
	.footer-counter {
		margin-top: 12px;
	}
}
	
	