.follow-title a {
	color: #73bab4
}

.follow-title a:hover {
	color: #73bab4;
	text-decoration: underline;
	outline: 0
}

.title-wrapper-center {
	text-align: center;
}

.follow .swiper-slide {
	height: auto
}

.follow .swiper-slide img {
	object-fit: cover;
}

.follow-divider {
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
	max-height: 100%;
	bottom: 0
}

.follow-title a {
	text-decoration: none;
}

.follow-title a span {
	text-decoration: underline;
}

.follow-divider svg {
	position: relative;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(1px);
	transform: translateX(-50%) translateY(1px);
	width: calc(100% + 2px);
	height: 7px
}

.follow {
	position: relative;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.follow-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	height: 100%;
	justify-content: center
}

.follow-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all linear .25s;
	transition: all linear .25s
}

.follow-item__buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	opacity: 0;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	z-index: 2
}

.follow-item__buttons span {
	color: var(--color-white);
	font-size: var(--font-size-text-l);
	line-height: 2
}

.follow-item__link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	overflow: hidden;
	height: 100%;
}

.follow-item__link:hover > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.follow-item__link:hover .follow-item__buttons {
	opacity: 1
}

.follow-item__link span {
	-webkit-transition: all linear .25s;
	transition: all linear .25s
}

.follow-item__link span:first-child {
	padding-right: 30px
}

.follow-item__link span:last-child {
	padding-left: 30px
}

.follow-item__link:hover span:first-child {
	padding-right: 10px
}

.follow-item__link:hover span:last-child {
	padding-left: 10px
}

.follow-item__link:before {
	content: "";
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	z-index: 1
}

.follow-item__link:hover:before {
	opacity: .1
}

.icon-chat {
	font-family: var(--font-family-fontawesome5);
	font-weight: 900;
	color: #fff
}

.icon-chat:before {
	content: '\f075'
}

.icon-like {
	font-family: var(--font-family-fontawesome5);
	font-weight: 900;
	color: #fff
}

.icon-like:before {
	content: '\f004'
}


.instagram-slider__img-container {
	width: 100%;
	height: 100%;
	display: block;
}

.instagram-slider__preloader {
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.instagram-slider__preloader::after {
	width: 50px;
	height: 50px;
}

.instagram-slider__img-container:not(.lazy-finish) + .instagram-slider__preloader {
	display: block;
}

@media (max-width: 426px) {
	.follow-item__buttons span {
		font-size: var(--font-size-text-s);
	}
}
