.supermarkets-find {
	width: 100%;
	height: 310px;
	background-color: white;
	background-image: url('../images/supermarkets-background.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
.supermarkets-find__left {
	padding: 55px 0 55px 55px;
	width: 40%;
}
.supermarkets-find__left-title {
	color: #2D2D2D;
	font-size: 30px;
	font-weight: 700;
}
.supermarkets-find__left-text {
	font-size: 16px;
	color: #2D2D2D;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.supermarkets-find__left-button {
	display: inline-block;
	width: 250px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #DA251E;
	font-size: 14px;
	font-weight: 700;
}
.supermarkets-blocks {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.supermarkets-blocks__item {
	width: calc((100% / 3) - 33px);
}
.supermarkets-blocks__item .market-item{
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	min-height: 445px;
	height: unset;
}
.supermarkets-blocks__item .market-item__image{
	width: 100%;
	max-height: 200px;
}
.supermarkets-blocks__item .market-item__description{
	padding: 0 20px;
	margin-top: 0;
	width: 100%;
	height: unset;
	flex: unset;
}
.supermarkets-blocks__item .market-item__title{
	margin-bottom: 10px;
}
.supermarkets-blocks__item .market-item__subtitle.special{
	color: #666666;
	font-size: 14px;
	font-weight: 500;
}
.supermarkets-blocks__item .market-item__subtitle svg{
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.supermarkets-blocks__item .market-item__subtitle{
	margin-bottom: 5px;
}
.supermarkets-blocks__item .market-item address{
	margin-top: 12px;
	margin-bottom: 7px;
}
.supermarkets-blocks__item .market-item__link{
	margin-top: 20px;
	font-weight: 500;
}
.supermarkets-blocks__item .market-item__link::after{
	display: none;
}

@media(max-width: 1000px){
	.supermarkets-find {
		height: 280px;
	}
	.supermarkets-find__left {
		padding: 45px 0 45px 45px;
		width: 50%;
	}
	.supermarkets-find__left-title {
		font-size: 26px;
	}
	.supermarkets-find__left-text {
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.supermarkets-find__left-button {
		width: 250px;
		padding: 20px 0;
		font-size: 14px;
	}
	.supermarkets-blocks__item {
		width: calc((100% / 2) - 33px);
	}
}

@media(max-width: 770px){
	.supermarkets-find {
		height: unset;
	}
	.supermarkets-find__left {
		padding: 35px 0 35px 35px;
		width: 70%;
	}
	.supermarkets-find__left-title {
		font-size: 26px;
	}
	.supermarkets-find__left-text {
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.supermarkets-find__left-button {
		width: 250px;
		padding: 20px 0;
		font-size: 14px;
	}
	.supermarkets-blocks__item {
		width: calc((100% / 2) - 15px);
	}
	.supermarkets-blocks__item .market-item{
		display: flex;
		margin-bottom: 30px;
	}
}

@media(max-width: 560px){
	.supermarkets-find {
		height: unset;
	}
	.supermarkets-find__left {
		padding: 35px 35px 35px 35px;
		width: 100%;
	}
	.supermarkets-find__left-title {
		font-size: 22px;
		text-align: center;
	}
	.supermarkets-find__left-text {
		font-size: 16px;
		text-align: center;
		line-height: 20px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.supermarkets-find__left-button {
		width: 250px;
		padding: 20px 0;
		font-size: 14px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.supermarkets-blocks__item {
		width: 100%;
	}
	.supermarkets-blocks__item .market-item{
		display: flex;
		margin-bottom: 30px;
	}
}

@media(max-width: 400px){
	.supermarkets-find__left {
		padding: 25px;
	}
	.supermarkets-find__left-title {
		font-size: 20px;
	}
	.supermarkets-find__left-text {
		font-size: 14px;
		line-height: 18px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.supermarkets-find__left-button {
		width: 250px;
		padding: 20px 0;
		font-size: 14px;
	}
	.supermarkets-blocks{
		margin-top: 30px;
	}
	.supermarkets-blocks__item {
		width: 100%;
	}
	.supermarkets-blocks__item .market-item{
		display: flex;
		margin-bottom: 30px;
	}
}

/* One Location */
.supermarket-image{
	width: 100%;
}
.supermarket-image img{
	width: 100%;
	display: block;
}
.supermarket-info{
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: space-between;
}
.supermarket-info__item{
	padding: 27px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc((100% / 4));
}
.supermarket-info__item::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background: #E2E2E2;
}
.supermarket-info__item:last-of-type::before{
	display: none;
}
.supermarket-info__item-title{
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

.supermarket-top{
	width: 100%;
	margin-top: 50px;
}
.supermarket-top__title{
	font-family: TTNorms-Bold;
	color: #2D2D2D;
	font-weight: 700;
	font-size: 30px;
}
.supermarket-top__list{
	margin-top: 30px;
	width: 100%;
	display: flex;
	/*align-items: flex-start;*/
	/*justify-content: flex-start;*/
	justify-content: center;
	flex-wrap: wrap;
}
.supermarket-top__list-item{
	position: relative;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	padding: 20px 20px;
	margin-bottom: 15px;
	width: calc((100% / 4) - 15px);
	margin-right: 15px;
	background-color: white;
}
.supermarket-top__list-item:last-of-type{
	margin-right: 0;
}
.supermarket-top__list-item-image{
	margin-right: 10px;
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
	border: 1px solid #EBEBEB;
	overflow: hidden;
	flex-shrink: 0;
}
.supermarket-top__list-item-image img{
	width: 60px;
	height: 60px;
}
.supermarket-top__list-item-title{
	font-family: TTNorms-Bold;
	font-weight: 700;
	font-size: 14px;
	color: #333333;
}
.supermarket-top__list-item-more{
	position: relative;
	margin-top: 6px;
	text-transform: uppercase;
	color: #DA251E;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
}
.supermarket-top__list-item-more::before{
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url('../images/down-angle-button.png');
}
.supermarket-top__list-item-description{
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 100%;
	overflow: hidden;
	transition: 0.3s all;
	background-color: white;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 400;
}

.supermarket-top__list-item-description a{
	color: #DA251E;
	font-weight: 400;
	text-decoration: underline;
}
.supermarket-top__list-item.opened{
	z-index: 1;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}
.supermarket-top__list-item.opened .supermarket-top__list-item-more::before{
	transform: translateY(-50%) scaleY(-1);
}
.supermarket-top__list-item.opened .supermarket-top__list-item-description{
	height: unset;
	box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.12);
}

.supermarket-departments{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 80px;
}
.supermarket-departments__line{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.supermarket-departments__line-letter{
	font-family: TTNorms-Bold;
	color: #DA251E;
	font-size: 48px;
	font-weight: 800;
	flex-shrink: 0;
	width: 100px;
}
.supermarket-departments__line-main{
	padding: 20px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E2E2E2;
}
.supermarket-departments__line.no-border .supermarket-departments__line-main{
	border: none;
}
.supermarket-departments__line-description{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 30px;
}
.supermarket-departments__line-description__image{
	flex-shrink: 0;
	width: 80px;
	height: 80px;
}
.supermarket-departments__line-description__image img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.supermarket-departments__line-description__title{
	font-family: TTNorms-Bold;
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	margin-left: 20px;
}
.supermarket-departments__line-open{
	font-family: TTNorms-Medium;
	color: #666666;
	font-weight: 500;
	font-size: 16px;
}

@media(max-width: 1000px){
	.supermarket-info__item{
		padding: 20px 10px;
		width: calc((100% / 4));
	}
	.supermarket-info__item::before{
		height: 60%;
	}
	.supermarket-info__item-title{
		margin-top: 12px;
		font-size: 16px;
	}

	.supermarket-top{
		margin-top: 40px;
	}
	.supermarket-top__title{
		font-size: 28px;
	}
	.supermarket-top__list{
		margin-top: 30px;
	}
	.supermarket-top__list-item{
		padding: 20px 16px;
		width: calc((100% / 4) - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.supermarket-top__list-item:last-of-type{
		margin-right: 0;
	}
	.supermarket-top__list-item-image{
		margin-right: 8px;
		max-width: 46px;
		max-height: 46px;
	}
	.supermarket-top__list-item-image img{
		width: 46px;
		height: 46px;
	}
	.supermarket-top__list-item-title{
		font-size: 13px;
	}
	.supermarket-top__list-item-more{
		margin-top: 6px;
		font-size: 10px;
	}
	.supermarket-top__list-item-more::before{
		right: -10px;
		width: 8px;
		height: 8px;
	}
	.supermarket-top__list-item-description{
		padding: 0px 16px;
		font-size: 13px;
	}

	.supermarket-departments{
		margin-top: 35px;
		margin-bottom: 60px;
	}
	.supermarket-departments__line{
	}
	.supermarket-departments__line-letter{
		font-size: 42px;
		width: 90px;
	}
	.supermarket-departments__line-main{
		padding: 18px 0;
	}
	.supermarket-departments__line-description{
		margin-right: 20px;
	}
	.supermarket-departments__line-description__image{
		width: 70px;
		height: 70px;
	}
	.supermarket-departments__line-description__title{
		font-size: 15px;
		margin-left: 15px;
	}
	.supermarket-departments__line-open{
		font-size: 15px;
	}
}

@media(max-width: 700px){
	.supermarket-info{
		flex-wrap: wrap;
	}
	.supermarket-info__item{
		padding: 20px 10px;
		width: calc((100% / 2));
	}
	.supermarket-info__item::before{
		height: 70%;
	}
	.supermarket-info__item:nth-of-type(2)::before{
		display: none;
	}
	.supermarket-info__item-title{
		margin-top: 10px;
		font-size: 14px;
	}

	.supermarket-top{
		margin-top: 40px;
	}
	.supermarket-top__title{
		font-size: 24px;
	}
	.supermarket-top__list{
		margin-top: 30px;
	}
	.supermarket-top__list-item{
		padding: 20px 16px;
		margin: 2.5px 0;
		width: calc((100% / 2) - 5px);
		margin-right: 5px;
	}
	.supermarket-top__list-item:last-of-type{
		margin-right: 0;
	}
	.supermarket-top__list-item-image{
		margin-right: 8px;
		max-width: 46px;
		max-height: 46px;
	}
	.supermarket-top__list-item-image img{
		width: 46px;
		height: 46px;
	}
	.supermarket-top__list-item-title{
		font-size: 13px;
	}
	.supermarket-top__list-item-more{
		margin-top: 6px;
		font-size: 10px;
	}
	.supermarket-top__list-item-more::before{
		right: -10px;
		width: 8px;
		height: 8px;
	}
	.supermarket-top__list-item-description{
		padding: 0px 16px;
		font-size: 13px;
	}

	.supermarket-departments{
		margin-top: 35px;
		margin-bottom: 60px;
	}
	.supermarket-departments__line{
	}
	.supermarket-departments__line-letter{
		font-size: 36px;
		width: 70px;
	}
	.supermarket-departments__line-main{
		padding: 18px 0;
		flex-wrap: wrap;
	}
	.supermarket-departments__line-description{
		margin-right: 0px;
		flex-shrink: unset;
		flex-wrap: wrap;
	}
	.supermarket-departments__line-description__image{
		width: 70px;
		height: 70px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.supermarket-departments__line-description__title{
		width: 100%;
		font-size: 15px;
		margin-left: 0px;
	}
	.supermarket-departments__line-open{
		width: 100%;
		margin-top: 10px;
		font-size: 15px;
	}
}

@media(max-width: 400px){
	.supermarket-info__item{
		padding: 20px 10px;
		width: 100%;
	}
	.supermarket-info__item::before{
		display: block!important;
		width: 70%;
		height: 1px;
		left: 50%;
		transform: translateX(-50%);
		right: unset;
		top: 0;
	}
	.supermarket-info__item-title{
		margin-top: 10px;
		font-size: 14px;
	}

	.supermarket-top{
		margin-top: 40px;
	}
	.supermarket-top__title{
		font-size: 22px;
	}
	.supermarket-top__list{
		margin-top: 30px;
	}
	.supermarket-top__list-item{
		padding: 20px 16px;
		margin: 5px 0;
		width: 100%;
	}
	.supermarket-top__list-item-image{
		margin-right: 8px;
		max-width: 46px;
		max-height: 46px;
	}
	.supermarket-top__list-item-image img{
		width: 46px;
		height: 46px;
	}
	.supermarket-top__list-item-title{
		font-size: 13px;
	}
	.supermarket-top__list-item-more{
		margin-top: 6px;
		font-size: 10px;
	}
	.supermarket-top__list-item-more::before{
		right: -10px;
		width: 8px;
		height: 8px;
	}
	.supermarket-top__list-item-description{
		padding: 0px 16px;
		font-size: 13px;
	}

	.supermarket-departments{
		margin-top: 35px;
		margin-bottom: 60px;
	}
	.supermarket-departments__line{
	}
	.supermarket-departments__line-letter{
		font-size: 36px;
		width: 70px;
	}
	.supermarket-departments__line-main{
		padding: 18px 0;
		flex-wrap: wrap;
	}
	.supermarket-departments__line-description{
		margin-right: 0px;
		flex-shrink: unset;
		flex-wrap: wrap;
	}
	.supermarket-departments__line-description__image{
		width: 70px;
		height: 70px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.supermarket-departments__line-description__title{
		width: 100%;
		font-size: 15px;
		margin-left: 0px;
	}
	.supermarket-departments__line-open{
		width: 100%;
		margin-top: 10px;
		font-size: 15px;
	}
}