@media(min-width: 360px) {
	html {
		font-size: 14px;
	}
}

@media(min-width: 640px) {
	.header {
		padding: 10px 0 2px 0;
	}

	.header__info {
		display: block;
	}

	.header-info__link {
		width: 100px;
		margin-right: 20px;
	}

	.header-info__adress {
		display: block;
		text-align: right;
		font-size: 1.125rem;
		position: relative;
		z-index: 2;
		white-space: nowrap;
		margin-left: 10px;
	}

	.header-info {
		justify-content: space-between;
	}

	.header-info > div:first-child {
		display: block;
	}
	.header-info__title {
		width: auto;
	}

	.header-info__title div:nth-child(1) {
		font-size: 2.2rem;
		transform: scaleX(2.2) scaleY(1.5) translateY(-5px);
	}

	.header-info__title div:nth-child(2) {
		font-size: 1.4rem;
	}

	.language-chooser {
		margin: 0;
	}

	.language-chooser li {
		display: inline-block;
		vertical-align: top;
	}

	.language-chooser li:first-child {
		margin-bottom: 0;
		margin-right: 7px;
	}
}

@media(min-width: 768px) {
	html {
		font-size: 15px;
	}

	.hamburger {
		display: none;
	}

	.layout {
		padding: 0 20px;
	}

	.aniko__menu {
		width: 18.75rem;
		padding-right: 20px;
		display: block;
	}

	.aniko__content {
		width: 70%;
	}

	.header {
		border-bottom: 4px solid #1b75c6;
		margin-bottom: 20px;
	}
}

@media(min-width: 1024px) {
	html {
		font-size: 16px;
	}

	.layout {
		padding: 0 40px;
	}

	.aniko__menu {
		padding-right: 40px;
	}

	.header {
		margin-bottom: 40px;
	}

}

@media(min-width: 1280px) {
	html {
		font-size: 17px;
	}
}
