/* UI Styles */
.content-zone {
	font-size:16px;
	line-height:18px;
}

.content-zone .title {
	font-weight:bold
}

.content-zone .text_uppercase {
	text-transform:uppercase;
}

.content-zone .title_h1 {
	margin:0 0 7px;
	font-size:24px;
	line-height:22px;
}

.content-zone .title_h2 {
	margin:0 0 10px;
	font-size:18px;
	line-height:20px;
}

.content-zone .title_h3 {
	margin:0 0 10px;
	font-size:16px;
	line-height:18px;
}

.content-zone p {
	margin:0 0 15px
}

.content-zone p.p_margin {
	margin-left:15px
}

.content-zone blockquote {
	margin:28px 0 15px;
	padding:20px;
	background:#E4E4E4;
}

.content-zone ol {
	list-style:decimal;
	margin:5px 0 20px 30px
}

.content-zone ul {
	margin:5px 0 20px 30px
}

.content-zone li {
	margin:0 0 4px
}

.content-zone li:last-child {
	margin:0
}

.content-zone ul li {
	position:relative;
}

.content-zone ul li:before {
	position:absolute;
	top:7px;
	left:-15px;
	content:'';
	width:6px;
	height:6px;
	background:#AFCB00;
	border-radius:100%
}

.content-zone strong, .content-zone bold {
	font-weight:bold
}

.content-zone i, .content-zone em {
	font-style:italic
}

/* Steps
---------------------
 */
.steps-b {
	padding: 15px 0 0;
}
.steps-b .steps-b__element {
	padding-left: 80px;
	position: relative;
	margin: 0 0 38px;
}
.steps-b .steps-b__icon {
	width: 56px;
	height: 56px;
	overflow: hidden;
	border-radius: 100%;
	background: #e4e4e4;
	position: absolute;
	left: 0;
	top: 0;
}
.steps-b .steps-b__icon img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}
.steps-b .steps-b__title {
	margin: 0 0 12px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.steps-b .steps-b__text {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 22px;
}
.steps-b .steps-b__gallery {
	display: -ms-grid;
	display: grid;
	grid-gap: 22px;
	-ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.steps-b .steps-b__gallery-item img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
.steps-b .tab_show{
	display: none;
}
.steps-b .tab_show.active{
	display: block;
}

div.club-b__city {
	width: 100%;
}

.steps-b a {
	color: #9fb800;
}

.steps-b a:visited {
	color: #9fb800;
}

.steps-b a.btn_green {
	color: #fff;
}

.steps-b a.btn_green:hover {
	background: #9fb800 !important;
}

.steps-b a.btn_green:visited {
	color: #fff;
}

.steps-b .delivery-areas {
	display: flex;
	margin-bottom: 25px;
}

.steps-b .delivery-areas iframe {
	margin-right: 50px;
}

@media (max-width: 650px) {
	.steps-b .steps-b__icon {
		width: 30px;
		height: 30px;
	}
	.steps-b .steps-b__element {
		padding-left: 0;
	}
	.steps-b .steps-b__title {
		font-size: 20px;
		min-height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 40px;
	}
	.steps-b .steps-b__text {
		font-size: 16px;
		line-height: 1.3;
	}
	.steps-b .steps-b__gallery-item {
		min-height: 220px;
	}

	.steps-b .delivery-areas {
		flex-wrap: wrap;
	}

	.steps-b .delivery-areas iframe {
		margin-right: 0px;
		margin-bottom: 25px;
	}
}


