
.group1 .col {
	position: relative
}

.group1 .col>img,
.group1 .col .gallery1>img {
	width: 100%
}

.group1 .col.sub-group1,
.group1 .col.sub-group2 {
	display: flex;
	flex-direction: column
}

.group1 .col.sub-group1 .gallery1 {
	position: relative
}

.group1 .col.sub-group1 .gallery1 .icon {
	cursor: pointer;
	width: 54px;
	height: 54px;
	background-color: rgba(255, 90, 0, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -27px;
	margin-left: -27px;
	background-image: url("/images/index6/gallery-icon.png");
	background-repeat: no-repeat;
	background-position: center
}

.group1 .col.sub-group1 .gallery1 .icon:hover {
	background-color: #ff5a00
}

.group1 .col .poligonal,
.group1 .col .climber {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.group1 .col .poligonal,
.group1 .col .info {
	flex-grow: 1;
	margin-top: 20px
}

.group1 .col .climber {
	height: 255px
}

.group1 .col .info .title {
	font-size: 24px;
	text-transform: uppercase;
	font-family: Inter-Bold
}

.group1 .col .info .place {
	display: inline-block;
	margin-top: 20px;
    white-space: nowrap;
}

.group1 .col .info .place img {
	margin-top: -8px;
	margin-left: 4px
}

.group1 .col .desc {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px
}

.group1 .col .desc span {
	display: block;
	font-size: 24px;
	font-family: Inter-Bold
}

.gyms .col .wrap {
	position: relative
}

.gyms .col .wrap .icon {
	cursor: pointer;
	width: 54px;
	height: 54px;
	background-color: rgba(255, 90, 0, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -27px;
	margin-left: -27px;
	background-image: url("/images/index6/arrow.png");
	background-repeat: no-repeat;
	background-position: center
}

.gyms .col .wrap .icon:hover {
	background-color: #ff5a00
}
.no-wrap{
	white-space: nowrap;
	margin-bottom: 12px;
}