* {
	font-family: "Mulish", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #2b2b29;
	color: #ffffff;
}
header nav {
	padding-top: 15px;
	align-items: center;
	background-color: #2b2b29;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header nav a {
	color: #ffffff;
	font-family: serif;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
}

.header-menu a {
	text-transform: uppercase;
}
.card-cover div {
	background: rgba(0, 0, 0, 0.2);
}
header nav a:hover {
	color: #dc90bf;
	font-family: serif;
	transition: 0.21s ease-in-out;
	-webkit-transition: 0.21s ease-in-out;
	-moz-transition: 0.21s ease-in-out;
	-ms-transition: 0.21s ease-in-out;
	-o-transition: 0.21s ease-in-out;
}

.header-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px;
	margin: 0px;
}

header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

header nav {
	width: 100%;
}

.logo {
	max-width: 130px;
}

.header-contacts {
	flex-direction: column;
}
.header-contacts li {
	margin-top: 10px;
}
.header-contacts a {
	font-size: 21px;
}

.header-contacts svg {
	color: #dc90bf;
	width: 26px;
	height: auto;
	margin-right: 7px;
}

.top-phone {
	font-size: 26px;
}
.main-page-block {
	position: relative;
}
.first-screen {
	/*background: url(./imgs/top-bg.webp) center center no-repeat;*/
	background: url(./imgs/bg.webp) center center no-repeat;
	background-size: cover;
	min-height: 700px;
	color: #ffffff;
	position: relative;
	/*	mask-image: linear-gradient(rgb(0 0 0 / 100%), transparent);*/
}

.first-screen-content h1 {
	font-size: 70px;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	text-shadow: 1px 1px 2px black;
	z-index: 10;
	text-transform: uppercase;
	line-height: 0.8;
	font-weight: bold;
}
.first-screen-content p {
	margin: -60px 0 0 10px;
	text-transform: uppercase;
}
.first-screen-content {
	position: absolute;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	top: 35%;
	left: 30%;
}
.first-screen-content .h1-fit {
	color: #dc90bf;
	border-bottom: 6px solid #dc90bf;
}
.h1-fitnesclub {
	width: 100%;
}
.h1-pulsefit {
	margin-left: 33%;
}
.grey-line {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2b2b29;
	width: 100%;
	height: 36px;
	padding: 15px;
	clip-path: polygon(26px 36px, 0px 0px, 100% 0px, 99% 100%, 50% 1px);
}

.skewed-button {
	margin: 10px;
	cursor: pointer;
	transform: skewX(-15deg);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	border: 0;

	background-color: #dc90bf;

	height: 50px;
	padding: 0 17px;
	position: relative;
	color: white;
	font-weight: bold;
}
.first-screen-button .skewed-button {
	position: absolute;
	bottom: -30px;
	z-index: 10;
}

.skewed-button:hover {
	background-color: #82797e;
	border-radius: 5px;
}
.main-page .card {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.text-shadow-2 {
	text-shadow: 1px 1px 2px black;
}
.second-screen .card {
	color: #2b2b29;
}
.card-title {
	font-size: 36px;
}
footer {
	color: #ffffff;
}
footer a {
	color: #dc90bf;
	fill: #dc90bf;
}
#errorMessage,
#successMessage {
	display: none;
}
footer a:hover {
	color: #ffffff;
	fill: #ffffff;
}
.bg-pink {
	background-color: #dc90bf;
	color: #ffffff;
}

.bg-pink:hover {
	background-color: #ffffff;
	color: #dc90bf;
	border-color: #82797e;
}
.color-pink {
	color: #dc90bf;
}
.border-pink {
	border-color: #82797e;
}
.border-pink:hover {
	background-color: #dc90bf;
	color: #ffffff;
}
.block-for-img {
	max-height: 800px;
	overflow: hidden;
}
.abonyment {
	background: url(./imgs/gantelia.png) center center;
	background-repeat: repeat;
}
.card-cover:hover {
	transform: scale(1.13);
	transition: 0.6s;
	z-index: 9;
}
.fixed-container {
	display: none !important;
}
.link-like-header {
	font-size: 1.75rem;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
@media (max-width: 992px) {
	header ul li {
		padding: 0 0 6px 8px;
	}
	.first-screen-content h1 {
		display: initial;
		line-height: 1.4;
		font-size: 40px;
	}
	.first-screen-content,
	footer {
		text-align: center;
	}
	.first-screen-content p,
	.h1-pulsefit {
		margin: 10px auto;
	}
	.first-screen-content {
		left: 0;
	}
	.header-menu {
		margin-top: 15px;
	}
	.header-contacts {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
}
