.ad-mix-slot {
	box-sizing: border-box;
	width: 100%;
	margin: 24px auto 18px;
	text-align: center;
}

.ad-mix-slot[hidden] {
	display: none;
}

.ad-mix-slot__label {
	display: block;
	margin: 0 0 5px;
	color: #858b98;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ad-mix-slot__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
}

.ad-mix-slot__house[hidden] {
	display: none;
}

.ad-mix-slot--house .ad-mix-slot__frame {
	display: none;
}

.ad-mix-slot--desktop .ad-mix-slot__frame {
	width: 300px;
	height: 250px;
}

.ad-mix-slot--mobile .ad-mix-slot__frame {
	width: 300px;
	height: 100px;
	max-width: 100%;
}

.ad-mix-slot iframe {
	display: block;
	max-width: 100%;
	border: 0;
}
