.footer {
	padding-top: 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.footer__banner {
	background: #fff;
	margin-bottom: 10px;
}

.footer__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__content-left {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 20px 20px;
	background: #f5c592;
}

.footer__content-right {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 20px 20px;
	background: #f67a14;
	font-size: 15px;
}

.footer__counters {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.counters__link {
	margin-right: 10px;
	height: 34px;
}

.counters__link:last-of-type {
	margin-right: 0; 
}

.footer__links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.links__item {
	list-style-type: none;
}

.links__item:not(:last-child) {
	margin-right: 20px;
}

.links__link{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
}

.links__link:hover {
	border-bottom: 1px solid black;
}

.copyright, .license {
	color: #fff;
	margin-bottom: 10px;
}

.copyright__link, .rules-of-use__link {
	color: #fff;
}

@media screen and (max-width: 595px) {
	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.footer__content-left {
		width: 100%;
	}

	.footer__links-list.links {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.footer__counters {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
