
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	font-size: 15px;
	padding: 0 50px
}

.filter {
	display: flex;
	align-items: center;
	color: #898989
}

.filter a {
	color: #898989;
	font-size: 12px;
	margin-right: 20px
}

.skalodromi {
	position: relative;
	z-index: 1
}

.skalodromi>.col {
	z-index: 1
}

.skalodromi>.col:hover {
	z-index: 2
}

.skalodromi>.col .product_wrapper {
	overflow: hidden
}

.skalodromi>.col .product_wrapper.expanded {
	overflow: visible
}

.skalodromi>.col .product_wrapper.expanded .hidden-content {
	display: block !important
}

.skalodromi>.col .product_wrapper .product {
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	box-shadow: 17px 30px 30px 0px rgba(0, 0, 0, 0.1)
}

.skalodromi>.col .product_wrapper .product img.main {
	width: 100%;
	object-fit: cover
}

.skalodromi>.col .product_wrapper .product .name {
	height: 70px;
	display: inline-flex;
	align-items: center
}

.skalodromi>.col .product_wrapper .product span.desc {
	display: inline-block
}

.skalodromi>.col .product_wrapper .product .price {
	font-family: "Inter-Bold";
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px;
	margin: 20px 0 15px
}

.skalodromi>.col .product_wrapper .hidden-content {
	display: none
}

.skalodromi button {
	margin: 50px auto 0;
	padding: 0 50px;
	height: 50px
}

@media (max-width: 1199.98px) {
	.skalodromi .product img.main {
		height: 330px
	}
}

@media (min-width: 992px) {
	.skalodromi .product img.main {
		height: 290px
	}
}

@media (max-width: 767.98px) {
	.skalodromi .product img.main {
		height: 240px
	}
}

@media (min-width: 1200px) {
	.skalodromi .product img.main {
		height: 360px
	}
}

.about {
	display: flex
}

.about a img {
	transition: transform 0.2s linear
}

.about a img:hover {
	transform: scale(1.05)
}

.about .col {
	flex-grow: unset
}

.about .col .img_wrap {
	height: 183px;
	display: flex;
	align-items: center
}

.about .col .heading {
	padding-top: 20px;
	display: flex;
	justify-content: center
}

.about .col .heading a {
	font-family: "Inter-SemiBold";
	color: #2f2f2f;
	text-transform: uppercase
}

.tel {
	text-transform: uppercase;
	font-family: "HeliosCond";
	font-size: 30px
}

.order-form>div:nth-child(1) input {
	border-bottom-width: 0
}

.order-form .consent {
	display: flex;
	align-items: center;
	font-size: 11px
}

@media (min-width: 768px) {
	.order-form>div:nth-child(1) input {
		border-bottom-width: 1px
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.order-form>div:nth-child(1) {
		padding-right: 0
	}
	.order-form>div:nth-child(1) input {
		border-right-width: 0
	}
	.order-form>div:nth-child(2) {
		padding-left: 0;
		padding-right: 0
	}
	.order-form>div:nth-child(2) input {
		border-right-width: 0
	}
	.order-form>div:nth-child(3) {
		padding-left: 0
	}
}

.gyms-mobile {
	position: relative;
	z-index: 1
}

.gyms-mobile .swiper-container {
	padding-bottom: 20px
}

.gyms-mobile .swiper-container .swiper-pagination {
	bottom: 0;
	margin: 0 15px;
	position: relative;
	width: auto;
	left: 0
}

.gyms-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 15px;
	width: 12px;
	height: 12px
}

.gyms-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #F06E25
}

.gyms-mobile .swiper-container .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: column
}

.gyms-mobile .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%
}

.gyms-mobile .swiper-container .swiper-wrapper .swiper-slide a {
	color: #2f2f2f;
	font-family: Inter-Bold
}

.skalodromi-mobile {
	position: relative;
	z-index: 1
}

.skalodromi-mobile .swiper-container {
	padding-bottom: 20px
}

.skalodromi-mobile .swiper-container .swiper-pagination {
	bottom: 0;
	margin: 0 15px;
	position: relative;
	width: auto;
	left: 0
}

.skalodromi-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 15px;
	width: 12px;
	height: 12px
}

.skalodromi-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #F06E25
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col {
	z-index: 1
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col:hover {
	z-index: 2
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product {
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 0
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product img.main {
	width: 100%;
	object-fit: cover
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .name {
	margin-bottom: 12px;
	display: inline-flex;
	align-items: center
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product span.desc {
	display: inline-block
}

.skalodromi-mobile .swiper-container .swiper-wrapper>.col .product_wrapper .product .price {
	font-family: "Inter-Bold";
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px;
	margin: 20px 0 15px
}

.skalodromi-mobile .swiper-container .swiper-wrapper button {
	margin: 50px auto 0;
	padding: 0 50px;
	height: 50px
}

body {
	padding-top: 120px
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 20px
}

img.bg {
	position: absolute;
	right: 0;
	height: 100%
}

.bg-img {
	position: relative;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: top center
}

.gyms .col img {
	width: 100%
}

.gyms .col a {
	color: #2f2f2f;
	font-family: Inter-Bold
}

.pagination {
	display: flex;
	justify-content: center
}

.pagination .prev-slide,
.pagination .next-slide {
	background-color: transparent;
	border: none;
	width: 24px;
	background-image: url("/images/pagination-left-arrow.png");
	height: 24px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center
}

.pagination .prev-slide:focus,
.pagination .next-slide:focus {
	outline: none;
	background-color: transparent;
	box-shadow: none
}

.pagination .next-slide {
	margin-left: 20px
}

.pagination .next-slide {
	transform: rotate(180deg)
}

.footer {
	color: #2f2f2f !important
}

.footer .col {
	background-color: rgba(255, 255, 255, 0.8)
}

.footer span {
	color: #2f2f2f !important
}

.footer .privacy-policy2 {
	color: #898989 !important
}

.footer a {
	color: #2f2f2f !important
}

.footer .footer-bg {
	height: 854px;
	background-image: url("/images/index4/footer-bg.jpg")
}

.footer .footer-bg .content {
	display: block;
	min-height: 854px
}

.footer .footer-bg .content .phone {
	font-family: Inter-Bold
}

.footer .gost {
	font-family: Inter-Bold;
	text-transform: uppercase
}

.skalodrom_filter_item:hover { color: #F06E25;}

.skalodrom_sections .active {
	font-weight:bold;
}
.skalodromi .product img.main{
	max-width: 100%;
	height: auto;
}