/*
Theme Name: Toros
*/
@charset "UTF-8";
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotateZ(0deg);
		transform: translate(-50%, -50%) rotateZ(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotateZ(0deg);
		transform: translate(-50%, -50%) rotateZ(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}
@-webkit-keyframes rotateccw {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@keyframes rotateccw {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@-webkit-keyframes spin {
	0%,
	to {
		-webkit-box-shadow: 0.2em 0 0 0 currentcolor;
		box-shadow: 0.2em 0 0 0 currentcolor;
	}
	12% {
		-webkit-box-shadow: 0.2em 0.2em 0 0 currentcolor;
		box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	25% {
		-webkit-box-shadow: 0 0.2em 0 0 currentcolor;
		box-shadow: 0 0.2em 0 0 currentcolor;
	}
	37% {
		-webkit-box-shadow: -0.2em 0.2em 0 0 currentcolor;
		box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	50% {
		-webkit-box-shadow: -0.2em 0 0 0 currentcolor;
		box-shadow: -0.2em 0 0 0 currentcolor;
	}
	62% {
		-webkit-box-shadow: -0.2em -0.2em 0 0 currentcolor;
		box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	75% {
		-webkit-box-shadow: 0 -0.2em 0 0 currentcolor;
		box-shadow: 0 -0.2em 0 0 currentcolor;
	}
	87% {
		-webkit-box-shadow: 0.2em -0.2em 0 0 currentcolor;
		box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}
@keyframes spin {
	0%,
	to {
		-webkit-box-shadow: 0.2em 0 0 0 currentcolor;
		box-shadow: 0.2em 0 0 0 currentcolor;
	}
	12% {
		-webkit-box-shadow: 0.2em 0.2em 0 0 currentcolor;
		box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	25% {
		-webkit-box-shadow: 0 0.2em 0 0 currentcolor;
		box-shadow: 0 0.2em 0 0 currentcolor;
	}
	37% {
		-webkit-box-shadow: -0.2em 0.2em 0 0 currentcolor;
		box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	50% {
		-webkit-box-shadow: -0.2em 0 0 0 currentcolor;
		box-shadow: -0.2em 0 0 0 currentcolor;
	}
	62% {
		-webkit-box-shadow: -0.2em -0.2em 0 0 currentcolor;
		box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	75% {
		-webkit-box-shadow: 0 -0.2em 0 0 currentcolor;
		box-shadow: 0 -0.2em 0 0 currentcolor;
	}
	87% {
		-webkit-box-shadow: 0.2em -0.2em 0 0 currentcolor;
		box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}
.loader {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-perspective: 1000px;
	perspective: 1000px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: #fff;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
.loader__wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 999;
}
.loader:after,
.loader:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-webkit-transform: rotateX(70deg);
	transform: rotateX(70deg);
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}
.loader:after {
	color: #ff3d00;
	-webkit-transform: rotateY(70deg);
	transform: rotateY(70deg);
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.header__top {
	padding: 25px 0;
}
.header__top-list,
.header__top-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__top-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__top-list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #353239;
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__top-list a:hover .header__top-icon {
	-webkit-box-shadow: inset 0 0 0 2px #de3e46;
	box-shadow: inset 0 0 0 2px #de3e46;
}
@media (max-width: 992px) {
	.header__top-list,
	.header__top-list a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header__top-list a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}
	.header__top-list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header__top-list li {
		margin-bottom: 20px;
	}
}
.header__nav nav .nav a,
.header__top-icon {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
}
.header__nav .container,
.header__top-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__top-icon {
	-webkit-box-shadow: inset 0 0 0 1px #c2bdbd;
	box-shadow: inset 0 0 0 1px #c2bdbd;
	width: 45px;
	height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
}
@media (max-width: 992px) {
	.header__top-icon {
		margin-right: 0;
	}
}
.header__nav {
	background: #000;
	padding: 20px 0;
}
.header__nav .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.header__nav .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}
}
.header__nav .more-icon,
.header__nav nav .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__nav nav .nav a {
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}
.header__nav nav .nav a:hover,
.header__nav-mob a:hover {
	color: #de3e46;
	background: #fff;
}
.header__nav nav .nav .nav-item {
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	line-height: 29px;
}
.header__nav nav .nav .nav-item .header__nav-hover {
	margin-top: 10px;
}
.header__nav nav .nav .nav-item .header__nav-hover a {
	padding: 10px 20px;
}
.header__nav nav .nav .nav-hover:hover .header__nav-hover {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.header__nav-hover {
	position: absolute;
	background-color: #de3e46;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 5px;
	padding: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	z-index: 99;
}
.contacts span,
.header__nav-hover a {
	display: block;
}
.header__nav .more-icon {
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
}
.header__nav .more-nav {
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
@media (max-width: 992px) {
	.header__nav-desc {
		display: none;
	}
}
.header__nav-mob,
.header__nav-mob a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__nav-mob {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 265px;
	background: #212121;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	-webkit-transform: translate3d(315px, 0, 0);
	transform: translate3d(315px, 0, 0);
	pointer-events: auto;
	min-height: 100%;
	overflow-y: scroll;
	padding-top: 60px;
}
.header__nav-mob a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	display: block;
	padding: 20px;
	border-radius: 5px;
}
.header__nav-mob li {
	border-bottom: 1px solid #2e2c2c;
}
.header__nav-dropdown a:nth-child(1),
.header__nav-mob li :nth-child(1) {
	border-top: 1px solid #2e2c2c;
}
.header__nav-mob.active {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.header__nav-dropdown {
	display: none;
}
.header__nav-dropdown a {
	padding-left: 50px;
}
.header__logo img {
	width: 80px;
	border-radius: 50%;
}
.header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}
.header__social i {
	color: #fff;
	font-size: 22px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.contacts__social i:hover,
.header__social i:hover,
.news__item a:hover {
	color: #de3e46;
}
.btn-burger,
.popup-nav {
	visibility: hidden;
	position: fixed;
}
.popup-nav {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index: 999;
}
.popup-nav.active {
	pointer-events: all;
	visibility: visible;
}
.popup-message {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index: 999;
	visibility: hidden;
	position: fixed;
}
.popup-message.active {
	pointer-events: all;
	visibility: visible;
}
.popup-message__content {
	max-width: 400px;
	padding: 25px;
	background: #fff;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius: 5px;
}
.popup-message__wrap img {
	width: 70px;
	margin: auto;
	display: block;
}
.close-popup-message {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.popup-message__wrap span {
	display: block;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
}
.btn-burger {
	opacity: 0;
	background: #212121;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	top: 15px;
	right: 15px;
	z-index: 99;
}
.btn-burger div {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 6px;
}
.btn-burger div:nth-child(3) {
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.btn-burger {
		visibility: visible;
		opacity: 1;
	}
}
.close-nav-mob {
	background: #fff;
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}
.close-nav-mob i {
	font-size: 25px;
	color: #de3e46;
}
.main,
.nav-dropdown {
	position: relative;
}
.nav-dropdown i {
	position: absolute;
	top: 23px;
	color: #fff;
	font-size: 16px;
	right: 20px;
}
.nav-dropdown.active > .fa-angle-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav-dropdown:hover .fa-angle-down {
	color: #000;
}
.main {
	height: 100%;
}
.main__hero {
	width: 100%;
	min-height: 650px;
	max-height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 1200px) {
	.main__hero {
		min-height: 450px;
		max-height: 450px;
	}
}
@media (max-width: 767px) {
	.main__hero {
		min-height: 350px;
		max-height: 350px;
	}
}
.main__hero-over {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(30, 30, 32, 0.7);
	z-index: 2;
}
.main__hero-text {
	position: absolute;
	z-index: 9;
	left: 10%;
	top: 30%;
}
.main__hero-text h1 {
	font-size: 45px;
	color: #fff;
}
@media (max-width: 767px) {
	.main__hero-text h1 {
		font-size: 30px;
	}
}
.main__hero-subtitle {
	font-size: 23px;
	color: rgba(255, 255, 255, 0.9);
	display: block;
	padding: 15px 0 35px;
}
@media (max-width: 767px) {
	.main__hero-subtitle {
		font-size: 17px;
		padding: 10px 0 30px;
	}
}
.main .btn-hero {
	width: 150px;
}
.hall {
	padding: 50px 0;
}
.hall img {
	width: 100%;
	max-height: 204px;
}
.hall__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.hall__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.hall__item {
	border-radius: 5px;
	overflow: hidden;
	-webkit-perspective: 1px;
	perspective: 1px;
	width: 100%;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	height: 100%;
}
.hall__item:hover .hall__img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hall__item:hover .coach__img,
.our-hall__item:hover .our-hall__img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hall__img {
	width: 100%;
	height: 210px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.hall__img-wrap {
	overflow: hidden;
}
.hall__text {
	background-color: #000;
	padding: 50px 20px;
	display: block;
}
.hall__title {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	position: relative;
}
.hall__title:after {
	content: "";
	bottom: 0;
	height: 1px;
	width: 50px;
	background-color: #de3e46;
}
.hall-btn {
	margin-top: 23px !important;
}
.hall__number,
.hall__title:after {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
}
.hall__number {
	font-size: 25px;
	color: #fff;
	background: #de3e46;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	z-index: 9;
}
.our-hall {
	padding: 50px 0;
}
.our-hall img,
.partners img {
	width: 100%;
}
.our-hall__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.our-hall__img,
.our-hall__item {
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.our-hall__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 341px;
	flex: 1 1 341px;
	overflow: hidden;
	height: 270px;
	border-radius: 5px;
}
.our-hall__img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.coach {
	padding: 50px 0;
}
.coach__img {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.coach__img-wrap,
body.hidden {
	overflow: hidden;
}
.coach__desc {
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 23px;
	line-height: 30px;
}
.coach .hall__item {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.coach .hall__text {
	padding: 50px 20px 40px;
}
@media (min-width: 767px) {
	.coach .hall__text {
		min-height: 305px;
	}
}
.main-form {
	padding: 50px 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin: 50px 0;
	background-attachment: fixed;
}
.main-form .title-section {
	color: #fff;
}
.main-form .container {
	position: relative;
	z-index: 9;
}
.main-form .btn-callback {
	width: 150px;
	display: block;
	margin: 40px auto 0;
}
.main-form .btn:hover {
	-webkit-box-shadow: inset 0 0 0 5px #de3e46;
	box-shadow: inset 0 0 0 5px #de3e46;
}
.form {
	max-width: 480px;
	margin: 40px auto 0;
	border-radius: 5px;
}
.form-item {
	position: relative;
	margin: 0 auto 25px;
}
#txtArea {
	max-height: 150px;
	min-height: 50px;
	resize: vertical;
}
#txtArea,
.form-item input {
	display: block;
	height: 50px;
	background: 0 0;
	border: solid 1px #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 15px;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
}
#txtArea:focus,
.form-item input:focus {
	border-color: #000 !important;
}
.form-item label {
	position: absolute;
	cursor: text;
	z-index: 2;
	left: 10px;
	font-size: 11px;
	top: -7px;
	font-weight: 700;
	border-radius: 5px;
	color: #000;
	padding: 0 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
}
input.error,
textarea.error {
	border: 1px solid red !important;
}
.error {
	color: red;
	font-size: 12px;
	display: none;
}
.partners {
	padding: 50px 0;
}
.partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
@media (max-width: 767px) {
	.partners__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.about {
	padding: 50px 0;
}
.about img {
	width: 100%;
	border-radius: 5px;
}
.about__img-fix img {
	width: 400px;
}
@media (max-width: 767px) {
	.about__img-fix img {
		width: 100%;
	}
}
.about__wrap {
	margin-top: 80px;
}
@media (max-width: 767px) {
	.about__wrap {
		margin-top: 50px;
	}
}
.about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	margin-top: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.about__item:nth-child(1) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.about__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 20px;
		gap: 20px;
	}
	.about__item.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.about p,
.about__text-wrap {
	font-size: 18px;
	line-height: 40px;
}
.about__text-wrap {
	max-width: 725px;
}
.about p {
	margin-top: 30px;
	display: block;
}
.about p:nth-child(1) {
	margin-top: 0;
}
@media (max-width: 767px) {
	.about p {
		margin-top: 20px;
	}
}
.about__title {
	margin-bottom: 40px;
	display: block;
}
@media (max-width: 767px) {
	.about__title {
		margin-bottom: 20px;
	}
}
.about.kickboxing ul.list {
	padding-left: 40px;
}
.about.kickboxing ul.list li {
	font-size: 18px;
	line-height: 40px;
}
.about.kickboxing ul.list li:before {
	content: "—";
	position: relative;
	left: -5px;
}
.about.kickboxing .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.about.kickboxing .block img {
	width: auto;
}
.about.kickboxing .block p {
	margin-top: 15px !important;
	line-height: 30px !important;
}
.about.kickboxing .block p:nth-child(1) {
	margin-top: 0 !important;
}
.about.kickboxing .block-img {
	margin-right: 30px;
}
.news__item {
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.news__item a {
	font-size: 18px;
	color: #353239;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.news__item-more {
	margin-left: 30px;
}
.news__item-title {
	display: block;
	margin-bottom: 30px;
}
.news-detail {
	margin-top: 40px;
	font-weight: 500;
}
.news-detail__title {
	font-size: 22px;
	font-weight: 700;
}
.news-detail .news__item-date {
	display: block;
	margin: 30px 0;
	font-weight: 700;
}
.news-detail__contacts {
	margin-top: 40px;
}
.news-detail__content {
	padding: 30px 0;
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
}
.news-detail__content ul {
	padding-left: 40px;
	line-height: 40px;
	font-size: 18px;
}
.contacts {
	font-size: 18px;
}
.contacts__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
@media (max-width: 992px) {
	.contacts__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.contacts ul li {
	margin-bottom: 40px;
}
.contacts ul li:last-child {
	margin-bottom: 0;
}
.contacts ul a,
.media__item .link {
	margin-top: 15px;
	display: block;
}
.contacts__map,
.contacts__text,
iframe,
video {
	width: 100%;
}
.contacts__hall-img {
	max-width: 300px;
	margin-top: 25px;
}
@media (max-width: 480px) {
	.contacts__hall-img {
		max-width: 100%;
	}
}
.contacts__social {
	margin-top: 20px;
}
.contacts__social i {
	color: #353239;
	font-size: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 15px;
}
.contacts iframe {
	border-radius: 5px;
}
.media__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.media__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 370px;
	flex: 1 1 370px;
}
/* .media__item:hover .media__img-wrap img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */
.media__item:hover .link,
a {
	text-decoration: none;
}
.media__item .link {
	font-size: 18px;
}
.media__img-wrap {
	overflow: hidden;
	border-radius: 5px;
	max-height: 315px;
	background-size: cover;
	background-position: center;
}
.media__img-wrap img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.media__img-wrap.media-main {
	min-height: 315px;
}
.media.club .media__list {
	gap: 20px;
}
.media.club .media__img-wrap {
	height: 315px;
	max-width: 545px;
}
@media (max-width: 992px) {
	.media.club .media__img-wrap {
		max-width: 100%;
		height: auto;
		max-height: initial;
	}
}
.shop .hall__item:nth-child(1) .hall__img {
	background-image: url(img/bags-11.jpg);
}
.shop .hall__item:nth-child(2) .hall__img {
	background-image: url(img/capa-1.jpg);
}
.shop .hall__item:nth-child(3) .hall__img {
	background-image: url(img/shop-acces.jpg);
}
.shop .hall__img {
	background-size: contain;
}
.shop .hall__item {
	border: 1px solid #000;
}
.shop .hall__list-second .hall__item:nth-child(1) .hall__img {
	background-image: url(img/shop-trainer.jpg);
}
.shop .hall__list-second .hall__item:nth-child(2) .hall__img {
	background-image: url(img/shop-gloves.jpg);
}
.shop .hall__list-second .hall__item:nth-child(3) .hall__img {
	background-image: url(img/shop-clothes.jpg);
}
.shop-card__list {
	margin-top: 40px;
}
.shop-card__item {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	gap: 0 35px;
}
@media (max-width: 992px) {
	.shop-card__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.shop-card__title {
	font-size: 22px;
	font-weight: 700;
}
.shop-card__price {
	display: block;
	font-size: 18px;
	color: #de3e46;
	font-weight: 700;
	margin-top: 20px;
}
.shop-card__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.shop-card__text {
		margin-top: 30px;
	}
}
.shop-card__desc-wrap {
	margin: 20px 0;
}
.shop-card__desc-wrap span {
	font-size: 16px;
	line-height: 25px;
	color: #353239;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
}
.btn-card,
.btn-order-send {
	width: 150px;
	margin: 0 auto;
}
.btn-card:hover,
.btn-order-send:hover {
	-webkit-box-shadow: inset 0 0 0 5px #de3e46 !important;
	box-shadow: inset 0 0 0 5px #de3e46 !important;
	color: #000;
}
@media (max-width: 992px) {
	.btn-card,
	.btn-order-send {
		margin-top: 30px;
	}
}
.thumb-next,
.thumb-prev {
	bottom: 12px !important;
}
.thumb-next {
	right: calc(9% + 0.75em) !important;
}
.thumb-prev {
	right: calc(0 + 0.75em) !important;
}
.rtl-slider-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 50%;
	background: #fff;
}
@media (max-width: 992px) {
	.rtl-slider-flex {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
		width: 100% !important;
	}
}
.rtl-slider-flex .rtl-slider {
	width: 80%;
	margin-right: 1%;
}
@media (max-width: 992px) {
	.rtl-slider-flex .rtl-slider {
		width: 100% !important;
		margin: 0 auto;
		max-width: 400px;
	}
}
.rtl-slider-flex .rtl-slider-nav {
	width: 19%;
	margin-right: 3px;
}
@media (max-width: 992px) {
	.rtl-slider-flex .rtl-slider-nav {
		width: 52% !important;
	}
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	min-height: 99px;
}
.rtl-slider-flex
	.rtl-slider-nav
	.slick-slide.slick-current.slick-active
	.rtl-slider-slide {
	opacity: 1;
}
.rtl-slider-flex .thumb-next,
.rtl-slider-flex .thumb-prev {
	position: absolute;
	bottom: 4px;
	height: 88px;
	width: 9.5%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: 0 0;
}
.rtl-slider-flex .thumb-next {
	right: 0;
}
.rtl-slider-flex .thumb-prev {
	right: 9.5%;
}
.slick-arrow {
	background: 0 0;
	border: 0;
}
#order-img,
.rtl-slider-nav .rtl-slider-slide.slick-current {
	border: 1px solid #de3e46;
	border-radius: 5px;
}
@media (max-width: 992px) {
	.rtl-slider-nav {
		display: none;
	}
	.rtl-slider-nav .rtl-slider-slide {
		width: 108px !important;
	}
}
.slick-arrow {
	position: absolute;
	cursor: pointer;
	color: #353239;
	font-size: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	bottom: 0;
}
.footer__list a:hover,
.footer__social i:hover,
.slick-arrow:hover {
	color: #de3e46;
}
@media (max-width: 992px) {
	.slick-arrow {
		font-size: 40px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		height: 20px;
		color: #de3e46;
	}
}
.slick-prev {
	left: -85px;
}
@media (max-width: 992px) {
	.slick-prev {
		left: -20px;
		z-index: 99;
	}
}
.slick-next {
	bottom: 0;
	margin-left: -30px;
}
@media (max-width: 992px) {
	.slick-next {
		right: -20px;
	}
}
.popup-shop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index: 999;
	position: fixed;
	visibility: hidden;
}
.popup-shop.active {
	pointer-events: all;
	visibility: visible;
}
*,
.popup-shop__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer__list-title:after,
.popup-shop__content,
.title-section:after {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
}
.popup-shop__content {
	top: 50%;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	pointer-events: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: none;
	padding: 50px 20px 20px;
	max-width: 500px;
	border-radius: 5px;
}
.popup-shop__content.active {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
}
@media (max-width: 767px) {
	.popup-shop__content {
		width: 100%;
		height: 100%;
		overflow: scroll;
	}
}
.popup-shop__content .form {
	max-width: 100%;
}
.popup-shop__order-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #353239;
}
.popup-shop .form-item input {
	border: solid 1px #c2c2c2;
	color: #353239;
}
#order-img {
	width: 80px;
	border: 1px solid #000;
	padding: 3px;
}
#order-title {
	font-size: 18px;
	font-weight: 700;
}
#order-price {
	color: #de3e46;
	font-weight: 700;
	margin-top: 15px;
}
.close-popup-shop {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.close-popup-shop i {
	font-size: 25px;
	color: #de3e46;
}
.close-popup-shop:hover {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.footer {
	background: #000;
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
}
.footer__list li {
	color: #fff;
	text-align: center;
	width: 226px;
}
@media (max-width: 767px) {
	.footer__list li {
		margin: 0 auto 40px;
	}
}
#order-price,
.footer__list span {
	display: block;
}
.footer__list-title {
	font-size: 17px;
	position: relative;
	padding-bottom: 20px;
}
.footer__list-title:after,
.title-section:after {
	content: "";
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #de3e46;
}
.footer__list a,
.footer__social i {
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer__list a {
	margin-top: 12px;
	display: block;
}
@media (max-width: 767px) {
	.footer__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}
.footer__social i {
	font-size: 22px;
}
.footer__logo img {
	width: 80px;
	border-radius: 50%;
	margin: 0 auto 8px;
	display: block;
}
.footer__copy {
	padding: 30px 0;
	border-top: 1px solid #2e2e2e;
}
.footer__copy span {
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: center;
}
.footer__copy #year {
	display: inline-block;
}
.footer__copy-text {
	margin-top: 7px;
}
* {
	margin: 0;
	padding: 0;
}
*,
:focus {
	outline: 0;
}
ul li {
	list-style: none;
}
body {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.3px;
	color: #353239;
}
table {
	border-collapse: collapse;
}
td {
	border: 0;
}
.font-bold {
	font-weight: 700;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.desc {
		display: none;
	}
}
.mob {
	display: none;
}
@media (max-width: 767px) {
	.mob {
		display: block;
	}
}
.link {
	color: #de3e46 !important;
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.link:hover {
	text-decoration: none;
}
.line {
	width: 100%;
	height: 1px;
	margin: 30px 0;
	background-color: #c2c2c2;
}
.back,
.mb10 {
	display: block;
}
.mb10 {
	margin-bottom: 10px;
}
.back {
	margin-top: 60px;
}
.back i {
	margin-right: 15px;
}
@media (max-width: 767px) {
	.back {
		margin-top: 40px;
	}
}
.shedule-desc,
.shedule-title {
	display: block;
}
@media (min-width: 767px) {
	.shedule-desc,
	.shedule-title {
		text-align: center;
	}
}
.table {
	margin: 30px auto;
	overflow: auto;
}
.table table {
	margin: auto;
}
.table td {
	padding: 12px;
}
.btn {
	color: #fff;
	border-radius: 5px;
	border: 0;
	background-color: #de3e46;
	padding: 15px 0;
	cursor: pointer;
	display: block;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-align: center;
	font-weight: 500;
}
.btn:hover {
	-webkit-box-shadow: inset 0 0 0 5px #fff;
	box-shadow: inset 0 0 0 5px #fff;
	background: 0 0;
}
@media (max-width: 767px) {
	.btn {
		font-size: 18px;
		padding: 13px 0;
	}
}
.btn-primary {
	color: #fff;
	border-radius: 5px;
	border: 0;
	-webkit-box-shadow: inset 0 0 0 5px #de3e46;
	box-shadow: inset 0 0 0 5px #de3e46;
	padding: 15px 0;
	cursor: pointer;
	display: block;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background: 0 0;
}
.btn-primary:hover {
	background-color: #de3e46;
	color: #fff;
}
@media (max-width: 767px) {
	.btn-primary {
		font-size: 18px;
		padding: 13px 0;
	}
}
.btn-small {
	font-size: 18px;
	padding: 13px 0;
	width: 150px;
	display: block;
	margin: auto;
}
.title-section {
	color: #353239;
	font-size: 45px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}
@media (max-width: 767px) {
	.title-section {
		font-size: 30px;
	}
}

/* ///////////////////// custom */

.news .news-detail figure.wp-block-image img {
	max-width: 375px !important;
}
.video .wp-block-embed {
	max-width: 545px;
	width: 100%;
}
.video .wp-block-embed iframe {
	border-radius: 5px;
}
.video .wp-block-embed__wrapper {
	max-width: 545px;
}
.video .media__list {
	justify-content: center;
}
.video .lite-youtube_16x9 {
    margin: 0!important;
}
.pswp__img {
	height: auto !important;
	max-height: 577px !important;
}
/*# sourceMappingURL=index.css.map */
