#main .blocks .itc-paris-block.footer-block {
	padding: 0 1.5rem;
}

footer {
	padding: 1.5rem 0 0;
}

.footer__container {
	width: 89%;
	margin: 0 auto;
	padding: 2.2rem 0;
}

.footer__top {
}

.footer__logo {
	width: 100%;
	margin: 0 0 3.5rem;
}

.footer__logo-link {
	display: inline-block;
	width: 75%;
	max-width: 34rem;
}

.footer__logo-link svg {
	height: auto;
	max-width: 100%;
}

.footer__right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer__col {
	width: 100%;
	margin: 0 0 0.6rem;
}

.footer__col-title {
	font-size: 2rem;
	line-height: 2.6rem;
	font-family: 'Sohne Halbfett', sans-serif;
	color: #000000;
	display: none;
}

.footer__button {
	width: 100%;
	background: none;
	border: none;
	font-size: 1.7rem;
	line-height: 2.4rem;
	color: #000000;
	font-family: 'Sohne Halbfett';
	text-align: left;
	padding: 1.5rem 0.9rem 1.4rem 0;
	border-bottom: 0.2rem solid #b6b6b6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*transition: all 0.4s ease;*/
}

.footer__button-icon {
	transition: transform 0.4s ease;
}

.footer__button-icon svg {
	width: 1.8rem;
	height: 1.8rem;
	stroke: #ffffff;
}

.footer__button.active .footer__button-icon {
	transform: rotate(45deg);
}

.footer__list {
	display: none;
	text-align: left;
}

.footer__list--desktop {
	display: none;
}

.footer__list-item {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #000000;
	font-family: 'Sohne Leicht', sans-serif;
	display: inline-block;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
	padding: 1.2rem 0 1.3rem;
}

.footer__list-item:hover {
	text-decoration: underline;
}

.footer__list li:last-child .footer__list-item {
	border: none;
}

.footer__list li:last-child .footer__list-item {
	border: none;
}

.footer__bottom {
}

.footer__contact {
	text-align: center;
	padding: 4.3rem 0 0;
}

.footer__contact-title {
	display: none;
}

.footer__contact-item {
	font-size: 1.6rem;
	line-height: 2.1rem;
	font-family: 'Sohne Leicht', sans-serif;
	display: block;
}

.footer__contact-item a:hover {
	text-decoration: underline;
}

.footer__contact-item:first-child {
	margin: 0 0 0.8rem;
}

.footer__contact-item p,
.footer__contact-item a {
	font-size: 1.6rem;
	line-height: 2.1rem;
	font-family: 'Sohne Leicht', sans-serif;
}

.footer__copyrights {
	width: 75%;
	margin: 0 auto;
	padding: 7rem 0 5.7rem;
	text-align: center;
}

.footer__copyrights a,
.footer__copyrights p {
	font-size: 1.5rem;
	line-height: 2.4rem;
	letter-spacing: 0.04rem;
	font-family: 'Sohne Leicht', sans-serif;
}

.footer__copyrights a:hover {
	text-decoration: underline;
}

.copy-title {
	font-family: 'Sohne Halbfett', sans-serif;
	display: block;
	margin: 0 0 0.8rem;
}

@media (min-width: 768px) {
	.footer-block {
		padding: 0 !important;
		border-top: 0.1rem solid #dbdbdb;
	}

	footer {
		padding: 0;
	}

	.footer__container {
		width: 100%;
		padding: 7rem 1.5rem 0;
	}

	.footer__top {
		width: 90%;
		margin: 0 auto;
	}

	.footer__list {
		margin: 2rem 0;
	}

	.footer__list-item {
		margin: 0 0 2.4rem;
		border: none;
		padding: 0;
		width: 100%;
	}

	.footer__bottom {
		margin: 9.9rem 0 0;
		padding: 4.5rem 0 5.4rem;
		border-top: 0.1rem solid #dbdbdb;
	}

	.footer__contact {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 84%;
		margin: 0 auto 4.3rem;
		padding: 0;
	}

	.footer__contact-title {
		display: unset;
		font-size: 2.1rem;
		line-height: 1.8rem;
	}

	.footer__contact-item {
		line-height: 1.8rem;
	}

	.footer__contact-item p,
	.footer__contact-item a {
		line-height: 1.8rem;
	}

	.footer__copyrights {
		padding: 0;
	}

	.copy-title {
		display: unset;
		margin: 0 10px 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	#main .blocks .itc-paris-block.footer-block {
		margin: 4rem 0 0;
	}
}

@media (min-width: 1300px) {
	.footer-block {
		border: none;
	}

	.footer__container {
		padding: 8rem 1.5rem 0;
	}

	.footer__top {
		width: 95%;
		max-width: 172rem;
		display: flex;
		justify-content: space-between;
	}

	.footer__logo {
		min-width: 25rem;
		width: 25rem;
	}

	.footer__logo-link {
		width: 100%;
	}

	.footer__right {
		width: 76%;
		border: none;
		flex-wrap: unset;
	}

	.footer__col {
		max-width: 20rem;
	}

	.footer__button {
		display: none;
	}

	.footer__item {
		border: none;
		padding: 0;
		line-height: 3.4rem;
	}

	.footer__col-title {
		display: block;
		font-size: 2rem;
		line-height: 2.6rem;
		margin: 0 0 1.1rem;
	}

	.footer__list {
		display: block !important;
	}

	.footer__list-item {
		font-size: 1.5rem;
		margin: 0 0 1.9rem;
	}

	.footer__item:hover,
	.footer__item:focus {
		text-decoration: underline;
	}

	.footer__bottom {
		margin: 13rem 0 0;
	}

	.footer__contact {
		max-width: 70rem;
	}
}

@media (min-width: 1400px) {
	.footer__logo {
		width: 30rem;
		min-width: 30rem;
	}

	.footer__right {
		width: 70%;
	}

	.footer__col {
		max-width: 25rem;
		padding: 0 2rem 0 0;
	}

	.footer__col-title {
		font-size: 2.1rem;
		line-height: 2.7rem;
	}

	.footer__list-item {
		font-size: 1.6rem;
	}
}

@media (min-width: 1920px) {
	.footer__container {
		padding: 12rem 1.5rem 13rem;
		border-bottom: 0.1rem solid #dbdbdb;
	}

	.footer__logo {
		width: 34rem;
		min-width: 34rem;
	}

	.footer__bottom {
		max-width: 172rem;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 4rem 0;
		border: none;
	}

	.footer__contact {
		max-width: unset;
		width: auto;
		justify-content: flex-start;
		margin: 0;
	}

	.footer__contact-title {
		margin: 0 7.5rem 0 0;
	}

	.footer__contact-item:not(:last-child) {
		margin: 0 7.5rem 0 0;
	}

	.footer__copyrights {
		width: auto;
		margin: 0;
	}
}
