

/* Start:/local/templates/future_2021/css/where-buy.css?17534640819822*/
.where-to-buy-page {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 80px;
	/* padding-left: 45px !important; */
}

.where-to-buy-page .where-to-buy-container {
	max-width: 1129px;
	display: flex;
	width: 100%;
}

.where-to-buy-page .where-to-buy-container .left-buy,
.where-to-buy-page .where-to-buy-container .right-buy {
	width: 100%;
}

.where-to-buy-page .where-to-buy-container .right-buy {
	margin-left: 101px;
}

.where-to-buy-page h2 {
	font-size: 30px;
	line-height: 35px;
	font-family: 'Raleway';
	font-weight: 700;
	margin-bottom: 25px;
}

.where-to-buy-page .where-to-buy-container .left-buy .marketplace,
.where-to-buy-page .where-to-buy-container .left-buy .federal-nets,
.where-to-buy-page .where-to-buy-container .right-buy .branded-malls {
	width: 100%;
}

.federal-nets {
	margin-top: 40px;
}

.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content {
	display: grid;
	grid-template-areas:
		'w o s s'
		'w o m m';
	grid-gap: 10px;
}

.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:first-child {
	grid-area: w;
	width: 130px;
	height: 300px;
}
.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:nth-child(2) {
	grid-area: o;
	width: 130px;
	height: 300px;
}
.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:nth-child(3) {
	grid-area: s;
	width: 268px;
	height: 145px;
}
.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:last-child {
	grid-area: m;
	width: 268px;
	height: 145px;
}

.where-to-buy-page .where-to-buy-container .left-buy .content a {
	transition: all 0.25s ease;
	position: relative;
}

.where-to-buy-page .where-to-buy-container .left-buy .content a[href]::before {
	content: '';
	position: absolute;
	left: 27px;
	bottom: 21px;
	background-color: #fff;
	background-image: url('/local/templates/future_2021/css/../images/where-to/arrowImage.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 10px;
	border-radius: 100px;
	width: 65px;
	height: 30px;
}

.where-to-buy-page .where-to-buy-container .left-buy .content a[href]:hover {
	opacity: 0.7;
}

.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content {
	display: grid;
	grid-template-areas:
		'z r g g'
		'z r x x'
		'k k k k';
	grid-gap: 10px;
}

.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:first-child {
	grid-area: z;
	width: 130px;
	height: 300px;
}
.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:nth-child(2) {
	grid-area: r;
	width: 130px;
	height: 300px;
}
.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:nth-child(3) {
	grid-area: g;
	width: 268px;
	height: 145px;
}
.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:nth-child(4) {
	grid-area: x;
	width: 268px;
	height: 145px;
}
.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:last-child {
	grid-area: k;
	width: 549px;
	height: 145px;
}

.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .kids-mobile {
	display: none;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .buttons {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .buttons button {
	width: 154px;
	height: 30px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-family: 'Raleway';
	background-color: #fff;
	color: #000;
	transition: all 0.25s ease;
	border: 1px solid #000;
	border-radius: 100px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .buttons button.active {
	background-color: #000;
	color: #fff;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .buttons button:hover {
	background-color: #000;
	color: #fff;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .buttons button:first-child {
	margin-right: 11px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content {
	margin-top: 29px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item {
	border-bottom: 1px solid #000;
	padding-bottom: 29px;
	margin-bottom: 20px;
	transition: all 0.25s ease;
	cursor: pointer;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item:hover {
	opacity: 0.7;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item .title {
	color: #000000;
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	font-family: 'Raleway';
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item .address {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Raleway';
	margin-top: 20px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item .time {
	color: #949494;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Raleway';
	margin-top: 5px;
}
.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map {
	display: none;
	width: 100%;
	height: 596px;
	margin-top: 30px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap .description small {
	font-size: 14px;
	line-height: 16px;
	color: #949494;
	font-family: 'Roboto';
	font-weight: 400;
	margin-top: 5px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap .description h2 {
	font-size: 20px;
	line-height: 23px;
	color: #333;
	font-family: 'Roboto';
	font-weight: 700;
	margin-bottom: 15px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap .description p {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-family: 'Roboto';
	font-weight: 400;
}
.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .ymaps-2-1-79-balloon__content {
	padding: 17px;
	margin-right: 0;
}
.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .ymaps-2-1-79-balloon__layout {
	max-width: 322px;
	border-radius: 21px;
}
.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .ymaps-2-1-79-balloon__layout .ymaps-2-1-79-balloon__content > ymaps {
	width: 274px !important;
	height: auto !important;
}

.where-to-buy-page
	.where-to-buy-container
	.right-buy
	.branded-malls
	.ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_to_top.ymaps-2-1-79-i-custom-scroll {
	border-radius: 21px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap .description {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	position: absolute;
	bottom: 20px;
	right: 20px;
	max-width: 60%;
	background: #fff;
	padding: 34px;
	border-radius: 21px;
}

.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap .description.active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.where-to-buy-page {
		margin-top: 26px;
		margin-bottom: 61px;
	}

	.where-to-buy-page .where-to-buy-container {
		flex-direction: column;
		align-items: center;
	}

	.where-to-buy-page h2 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 12px;
	}

	.where-to-buy-page .where-to-buy-container .right-buy {
		margin-left: 0;
		margin-top: 33px;
	}

	.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content {
		grid-template-areas:
			'w o'
			'w o'
			's s'
			'm m';
	}

	.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:first-child,
	.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:nth-child(2),
	.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:nth-child(3),
	.where-to-buy-page .where-to-buy-container .left-buy .marketplace .content a:last-child {
		width: 100%;
		height: auto;
	}

	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content {
		grid-template-areas:
			'z r'
			'z r'
			'g g'
			'x x'
			'k k';
		grid-gap: 11px;
	}

	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:first-child,
	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:nth-child(2),
	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:nth-child(3),
	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:nth-child(4),
	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .content a:last-child {
		width: 100%;
		height: auto;
	}

	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .kids-mobile {
		display: block;
	}
	.where-to-buy-page .where-to-buy-container .left-buy .federal-nets .kids-desktop {
		display: none;
	}

	.federal-nets {
		margin-top: 29px;
	}

	.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content {
		margin-top: 24px;
	}

	.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .buttons {
		justify-content: space-between;
		margin-top: 23px;
	}

	.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .content .item {
		padding-bottom: 23px;
		margin-bottom: 17px;
	}

	.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap {
		width: 100vw;
		left: -25px;
	}
	.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map {
		height: 523px;
	}

	.where-to-buy-page .where-to-buy-container .right-buy .branded-malls .map-wrap .description {
		right: 0px;
		max-width: 100%;
		width: 100%;
		bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}

/* End */
/* /local/templates/future_2021/css/where-buy.css?17534640819822 */
