.sizes_header {
	height: 340px;
	background-color: #f0ece6;
	background-size: cover;
	background-position: center center;
	padding: 180px 35px 0;
	position: relative;
}
.sizes_header h1 {
	font-size: 99px;
	text-transform: uppercase;
	margin: 0;
}
.sizes {
	padding: 80px 0 100px;
}
.table-size_name {
	display: none;
}
@media (max-width: 1680px) {
	.sizes_header {
		height: 250px;
		padding: 140px 35px 0;
	}
	.sizes_header h1 {
		font-size: 66px;
	}
}
@media (max-width: 1400px) {
	.sizes_header {
		height: 240px;
	}
	.sizes_header h1 {
		font-size: 48px;
	}
}
@media (max-width: 1280px) {
	.sizes_header {
		padding-left: 20px;
	}
}
@media (max-width: 1000px) {
	.popup_table-size-b {
		flex-direction: initial !important;
	}

	.table-size_b {
		overflow: hidden;
	}

	.table-size_b table{
		display: block;
		width: 100%;
		max-width: 962px;
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media (max-width: 940px) {
	.sizes_header {
		height: 210px;
	}
	.sizes_header h1 {
		font-size: 28px;
	}
}
@media (max-width: 700px) {
	.sizes_header {
		height: 250px;
		padding-top: 140px;
	}
	.sizes_header h1 {
		width: 160px;
		font-size: 32px;
	}
}
@media (max-width: 400px) {
	.popup_table-size-b {
		flex-direction: column !important;
	}
}