/*!
Theme Name:Восточный стиль светлый
Author: Popova R.D.
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,900&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=cyrillic-ext');*/
html,
body {
	height: 100%;
	font-family: "Nunito Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1,
h2,
h3,g
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Comic Sans MS", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
a{color:#ff0a00}
p {
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
	color: #8f8fa8;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	color: #0e5002;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.price-section .section-title h2 {
    color:#0e5002;
}
.section-title h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.section-title h5 {
	color: #0e5002;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 18px;
}
.section-title p {
	color: #0e5002;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #212121;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 160px;
	height: 46px;
	border-left: 2px solid #e16521;
	border-right: 2px solid #ff0a00;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ff0a00), to(#e16521)), -webkit-gradient(linear, left top, right top, from(#ff0a00), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #ff0a00 100%, #e16521 100%), -o-linear-gradient(left, #ff0a00 0%, #e16521 0%);
	background-image: linear-gradient(to right, #ff0a00 100%, #e16521 100%), linear-gradient(to right, #ff0a00 0%, #e16521 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}
.primary-btn.class-btn,
.primary-btn.f-btn{
    color:#ffffff;
}
.primary-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
	background: -o-linear-gradient(left, #e16521, #ff0a00);
	background: linear-gradient(to right, #e16521, #ff0a00);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

.site-btn {
	display: inline-block;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: none;
	width: 127px;
	height: 40px;
	border-left: 2px solid #e16521;
	border-right: 2px solid #ff0a00;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #ff0a00)), -webkit-gradient(linear, left top, right top, from(#e16521), color-stop(0%, #ff0a00));
	background-image: -o-linear-gradient(left, #e16521 100%, #ff0a00 0%), -o-linear-gradient(left, #e16521 0%, #ff0a00 0%);
	background-image: linear-gradient(to right, #e16521 100%, #ff0a00 0%), linear-gradient(to right, #e16521 0%, #ff0a00 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 38px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.site-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
	background: -o-linear-gradient(left, #e16521, #ff0a00);
	background: linear-gradient(to right, #e16521, #ff0a00);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	padding-top: 40px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-left: 60px;
	padding-right: 60px;
}
.page-id-314 .header-section,
.single .header-section,
.archive .header-section,
.page-template-default.page-id-4044 .header-section,
.error404 .header-section,
.page-template .header-section,
.privacy-policy .header-section,
.page-id-4079  .header-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #dfd6c8;
	padding-top: 0;
}
.page-id-314 .header-section .logo,
.single .header-section .logo,
.archive .header-section .logo,
.page-template-default.page-id-4044 .header-section .logo,
.error404 .header-section .logo,
.page-template .header-section .logo,
.privacy-policy .header-section .logo,
.page-id-4079 .header-section .logo{
	padding: 30px 0;
}

.header-section .logo img{max-width:360px;margin-top:10px;}

.page-id-314 .header-section .nav-menu .mainmenu ul li a,
.single .header-section .nav-menu .mainmenu ul li a,
.archive .header-section .nav-menu .mainmenu ul li a,
.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li a,
.error404 .header-section .nav-menu .mainmenu ul li a,
.page-template .header-section .nav-menu .mainmenu ul li a,
.privacy-policy .header-section .nav-menu .mainmenu ul li a,
.page-id-4079 .header-section .nav-menu .mainmenu ul li a{
	padding: 40px 0;
}
.page-id-314 .header-section .nav-menu .mainmenu ul li a:after,
.single .header-section .nav-menu .mainmenu ul li a:after,
.archive .header-section .nav-menu .mainmenu ul li a:after,
.page-template .header-section .nav-menu .mainmenu ul li a:after,
.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li a:after,
.privacy-policy .header-section .nav-menu .mainmenu ul li a:after,
.page-id-4079 .header-section .nav-menu .mainmenu ul li a:after
{
	bottom: 35px;
}
.page-id-314 .header-section .nav-menu .mainmenu ul li:hover .sub-menu,
.single .header-section .nav-menu .mainmenu ul li:hover .sub-menu,
.archive .header-section .nav-menu .mainmenu ul li:hover .sub-menu,
.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li:hover .sub-menu,
.page-template .header-section .nav-menu .mainmenu ul li:hover .sub-menu,
.privacy-policy .header-section .nav-menu .mainmenu ul li:hover .sub-menu,
.page-id-4079 .header-section .nav-menu .mainmenu ul li:hover .sub-menu
{
	top: 107px;
}
.page-id-314 .header-section .nav-menu .mainmenu ul li .sub-menu,
.single .header-section .nav-menu .mainmenu ul li .sub-menu,
.archive .header-section .nav-menu .mainmenu ul li .sub-menu,
.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li .sub-menu,
.page-template .header-section .nav-menu .mainmenu ul li .sub-menu,
.privacy-policy .header-section .nav-menu .mainmenu ul li .sub-menu,
.page-id-4079 .header-section .nav-menu .mainmenu ul li .sub-menu
{
	top: 128px;
}
.page-id-314 .header-section .nav-menu .mainmenu ul li .sub-menu li a,
.single .header-section .nav-menu .mainmenu ul li .sub-menu li a,
.archive .header-section .nav-menu .mainmenu ul li .sub-menu li a,
.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li .sub-menu li a,
.page-template .header-section .nav-menu .mainmenu ul li .sub-menu li a,
.privacy-policy .header-section .nav-menu .mainmenu ul li .sub-menu li a,
.page-id-4079 .header-section .nav-menu .mainmenu ul li  .sub-menu li a
{
	padding: 14px 22px;
}
.page-id-314 .header-section .top-social,
.single .header-section .top-social,
.archive .header-section .top-social,
.page-template-default.page-id-4044 .header-section .top-social,
.error404 .header-section .top-social,
.page-template .header-section .top-social,
.privacy-policy .header-section .top-social,
.page-id-4079 .header-section .top-social
{
	padding: 39px 0;
}

.logo {
	float: left;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	text-align: center;
}
.home .nav-menu {
	padding-top: 10px;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 45px;
	position: relative;
}

.nav-menu .mainmenu ul li:last-child {
	margin-right: 0;
}

.nav-menu .mainmenu ul li.active a {
	color: #ff0a00;
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li a {
	color: #212121;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-family: "Comic Sans MS", sans-serif;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #ff0a00;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.nav-menu .mainmenu ul li:hover>a {
	color: #ff0a00;
}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 70px;
	width: 180px;
	background: #ff0a00;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.nav-menu .mainmenu ul li .sub-menu li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .sub-menu li a {
	text-align: left;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .sub-menu li a:hover {
	color: #dfd6c8;
}

.nav-menu .mainmenu ul li .sub-menu li a:hover:after {
	display: none;
}

.top-social {
	float: right;
}
.home .top-social {
	padding-top: 10px;
}

.top-social a {
	display: inline-block;
	font-size: 20px;
	color: #0e5002;
	margin-left: 20px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-items .owl-item.active .single-hero-item .hero-text .h2,
.hero-items .owl-item.active .single-hero-item .hero-text .h1,
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	top: 0;
	opacity: 1;
}
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	margin-top:30px;
}

.hero-items .owl-item.active .single-hero-item .hero-text .h2 {
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .h1 {
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}

.trener-items .owl-nav button[type=button] {
    position: absolute;
	left: -60px;
	top: 50%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	line-height: 30px;
	font-size: 60px;
	color: #0e5002;
}
.vector-items .owl-nav button[type=button] ,
.hero-items .owl-nav button[type=button] {
	position: absolute;
	left: 75px;
	top: 50%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	line-height: 30px;
	font-size: 60px;
	color: #ff0a00;
}
.trener-items .owl-nav button[type=button].owl-next{
    left: auto;
	right: -60px;
}
.vector-items .owl-nav button[type=button].owl-next,
.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 75px;
}
.trener-items .owl-dots{
    position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.vector-items .owl-dots,
.hero-items .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.trener-items .owl-dots button.owl-dot,
.vector-items .owl-dots button.owl-dot,
.hero-items .owl-dots button.owl-dot {
	height: 14px;
	width: 14px;
	background: #0e5002;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}
.trener-items .owl-dots button.owl-dot.active:after,
.vector-items .owl-dots button.owl-dot.active:after,
.hero-items .owl-dots button.owl-dot.active:after {
	opacity: 1;
}
.trener-items .owl-dots button.owl-dot:after,
.vector-items .owl-dots button.owl-dot:after,
.hero-items .owl-dots button.owl-dot:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 20px;
	width: 20px;
	border: 1px solid #ffffff;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.trener-items .owl-dots button.owl-dot:last-child,
.vector-items .owl-dots button.owl-dot:last-child,
.hero-items .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

.vector-items.owl-carousel .owl-stage{
    background-color: #dfd6c8;
}
.single-hero-item {
	height: 950px;
	padding-top: 20px;
	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;
}

.single-hero-item .hero-text {
	text-align: center;
	padding: 0 200px;
}

.single-hero-item .hero-text .h2 {
	color: #0e5002;
	text-transform: uppercase;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 4px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text .h1 {
	color: #212121;
	/*font-family: "Comic Sans MS", sans-serif;*/
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn:hover:after {
	opacity: 1;
}

.single-img1{
    position:absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    left: 80px;
    top: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-img2{
    position:absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    right: 80px;
    top: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-img3{
    position:absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    right: 280px;
    bottom: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.hero-text .fon-brown{
    left: 200px;
    right: 200px;
    opacity: 0.7;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
}
/*---------------------
  Feature Item
-----------------------*/

.feature-item {
	text-align: center;
	height: 380px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 100px 15px 15px;
	position: relative;
}

.feature-item:hover:before {
	opacity: 1;
}

.feature-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #ff0a00;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item h3 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.feature-item p {
	color: #ffffff;
	margin-bottom: 22px;
}

.feature-item .primary-btn.f-btn:hover:after {
	opacity: 1;
}
.vector-items .owl-carousel.owl-drag .owl-item{
    background-color: #272727;
}

.single-vector-item{
	text-align: center;
	height: 380px;
	margin-left: 0;
	margin-right: 0;
	padding: 116px 15px 15px;
	position: relative;
	margin: 40px 75px 60px;
}

.single-vector-item:hover:before {
	opacity: 1;
}

.single-vector-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #ff0a00;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.single-vector-item h3 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 14px;
	z-index: 1;
  	position: relative;
  	height: 73px;
  	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 20px;
}

/*.single-vector-item:hover h3{
    color:transparent;
}*/

.single-vector-item:hover .primary-btn{
    padding: 7px 12px;
    width: 190px;
    height: 60px;
}
.single-vector-item p {
	color: #ffffff;
	margin-bottom: 22px;
	z-index: 1;
  	position: relative;
	  max-height: 70px;
	  overflow: hidden;
}

.single-vector-item .primary-btn.f-btn:hover:after {
	opacity: 1;
}
/*---------------------
  Home About
-----------------------*/

.home-about {
	background: #dfd6c8;
}

.about-text {
	padding-top: 18px;
}

.about-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.about-text p.short-details {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 20px;
}

.about-text p.long-details {
	color: #ffffff;
	margin-bottom: 40px;
}

.about-text .primary-btn.about-btn:after {
	opacity: 1;
}

.about-img img {
	min-width: 100%;
}

/*---------------------
  Classes Section
-----------------------*/

.classes-section {
	background: #dfd6c8;
}

.classes-section.schedule-page .class-title {
	padding: 0;
}

.classes-section.schedule-page .class-title .section-title {
	margin-bottom: 65px;
}

.class-title {
	padding-top: 60px;
	padding-bottom: 62px;
}

.class-title .section-title h2 {
	font-weight: 500;
}

.classes-item {
	height: 480px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 60px;
	padding-top: 162px;
	padding-right: 35px;
	width: calc(100% - 15px);
    margin: 40px 7.5px;
	position:relative;
}

.fon-bg{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background: #000;
  	opacity: 0.5;
  	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*.blog-item:hover .fon-bg,
.classes-item:hover .fon-bg,
.single-vector-item:hover .fon-bg{
    background:transparent;
    opacity:1;
}*/
.fon-brown{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background: #dfd6c8;
  	opacity: 0.7;
}
.classes-item:hover:before {
	opacity: 1;
}

.classes-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #ff0a00;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.classes-item h4 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
	z-index: 1;
  	position: relative;
	  word-break: break-word;
	  height: 86.4px;
	  font-size:20px;
	  -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.classes-item p {
	color: #ffffff;
	margin-bottom: 38px;
	z-index: 1;
  	position: relative;
	  max-height: 70px;
	  overflow: hidden;
}

.classes-item .primary-btn.class-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #ff0a00)), -webkit-gradient(linear, left top, right top, color-stop(100%, #ff0a00), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #e16521 100%, #ff0a00 0%), -o-linear-gradient(left, #ff0a00 100%, #e16521 0%);
	background-image: linear-gradient(to right, #e16521 100%, #ff0a00 0%), linear-gradient(to right, #ff0a00 100%, #e16521 0%);
}
/*.blog-item:hover .blog-text h5{
    color:#ff0a00;
}
.classes-item:hover h4{
    color:transparent;
}*/

.classes-item:hover .primary-btn{
    padding: 7px 12px;
    width: 190px;
    height: 60px;
}
.classes-item .primary-btn.class-btn:hover:after {
	opacity: 1;
}

/*---------------------
  Classes Time Table Section
-----------------------*/

.classtime-section {
	background: #dfd6c8;
	padding-top: 90px;
}

.classtime-section .section-title {
	margin-bottom: 48px;
}

.timetable-controls {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.timetable-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #212121;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-bottom: 7px;
	width:30%;
}
.timetable-controls ul li:hover {
    color: #ff0a00;
}
.timetable-controls ul li:first-child {

}
.timetable-controls ul li.active {
	color: #ff0a00;
}

.timetable-controls ul li.active:after {
	opacity: 1;
}

.timetable-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #ff0a00;
	content: "";
	opacity: 0;
}

.timetable-controls ul li:last-child {
	margin-right: 0;
}

.classtime-table .ts-item {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classtime-table.filtering .ts-item {
	opacity: 0;
	height: 0;
    overflow: hidden;
    padding: 0;
}

.classtime-table.filtering .ts-item.show {
	opacity: 1;
	height: auto;
    padding: 26px 10px 28px;
}
.classtime-table h4{
    padding:30px;
    text-align: center;
}
/*--темная тема--*/
/*.classtime-table table {
	width: 100%;
	border: 1px solid #1f1f1f;
	background: #212121;
	text-align: center;
	color: #fff;
}*/
.classtime-table.block-hidden table {
	/*background: #ffffff;*/
	text-align: center;
	color: #212121;
	max-width: 960px;
    margin: 0 auto 30px;
}
.classtime-table table tr.styled-thead{	
	font-size: 16px;
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 25px 5px;
}
.classtime-table.block-hidden table tr td{	
	padding: 30px;
  	text-align:center;
}

.classtime-table.block-hidden table tr td:hover:after {
	opacity: 1;
}
/*.classtime-table table thead tr th {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	padding: 25px 5px;
}*/

/*--светлая тема--*/
.classtime-table table {
	width: 100%;
	border: 1px solid #1f1f1f;
	background: #ece9e4;
	text-align: center;
	color: #212121;
}
.classtime-table table thead tr th {
	font-size: 16px;
	color: #212121;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	padding: 25px 5px;
}
/*-------*/


.classtime-table table tbody {
	border-top: 1px solid #171717;
}

.classtime-table table tbody tr td{
	text-align: center;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
	width: 146px;
	padding:0;
	position: relative;
	z-index: 1;
}
.classtime-table table tbody tr td .ts-item{
	text-align: center;
	/*border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;*/
	width: 100%;/*146px;*/
	padding: 26px 10px 28px;
	position: relative;
	z-index: 1;
}

.classtime-table table tbody tr td:after,
.classtime-table table tbody tr td .ts-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
	background: -o-linear-gradient(left, #e16521, #ff0a00);
	background: linear-gradient(to right, #e16521, #ff0a00);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classtime-table table tbody tr td .hover-bg:hover:after {
	opacity: 1;
}
.classtime-table table tbody tr td .hover-bg:hover a,
.classtime-table table tbody tr td .hover-bg:hover span,
.classtime-table table tbody tr td .hover-bg:hover h6 {
	color: #ffffff;
}

.classtime-table table tbody tr td .ts-item-tren{
	text-align: center;
	width: 100%;
	padding: 26px 10px 28px;
	position: relative;
	z-index: 1;
}
.classtime-table table tbody tr td .ts-item-tren:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
	background: -o-linear-gradient(left, #e16521, #ff0a00);
	background: linear-gradient(to right, #e16521, #ff0a00);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*-темная тема--*/
/*.classtime-table table tbody tr td.workout-time {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}

.classtime-table table tbody tr td span {
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}*/

/*-светлая тема--*/
.classtime-table table tbody tr td.workout-time {
	font-size: 16px;
	color: #212121;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}

.classtime-table table tbody tr td span {
	font-size: 16px;
	color: #212121;
	display: block;
	margin-bottom: 7px;
}
/*--------*/

.classtime-table table tbody tr td h6 {
	color: #ff0a00;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size:14px;
}

/*---------------------
  Price Section
-----------------------*/

.price-section {
	padding-top: 90px;
	padding-bottom: 70px;
	position: relative;
}

.price-section .section-title {
	text-align: center;
	margin-bottom: 36px;
}

.price-section .section-title p {
	color: #000000;
}
.classtime-section .toggle-option,
.price-section .toggle-option {
	text-align: center;
	margin-bottom: 50px;
}

.classtime-section .toggle-option li{
    list-style: none;
	display: inline-block;
	font-size: 28px;
	font-family: "Oswald", sans-serif;
	color:#0e5002;/*#ff0a00;*/
	letter-spacing: 1px;
	margin-right: 10px;
}
.price-section .toggle-option li {
	list-style: none;
	display: inline-block;
	font-size: 28px;
	font-family: "Oswald", sans-serif;
	color: #0e5002;
	letter-spacing: 1px;
	margin-right: 10px;
}
.classtime-section .toggle-option li.active,
.price-section .toggle-option li.active {
    text-decoration:underline;
    color:#ff0a00;
}
.classtime-section .toggle-option li{
    cursor:pointer;
}
.classtime-section .toggle-option li:last-child,
.price-section .toggle-option li:last-child {
	margin-right: 0;
}
.price-section .toggle-option li{cursor:pointer}

.classtime-section .toggle-option li .switch{
    position: relative;
	display: inline-block;
	width: 70px;
	height: 42px;
	margin-bottom: 0;
	background: #000;
}
.price-section .toggle-option li .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 42px;
	margin-bottom: 0;
	background-color: #000;
}

.classtime-section .toggle-option li .switch input,
.price-section .toggle-option li .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.classtime-section .toggle-option li .switch .slider,
.price-section .toggle-option li .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.classtime-section .toggle-option li .switch .slider::before{
    position: absolute;
	content: "";
	height: 42px;
	width: 35px;
	right: 0;
	bottom: 0;
	background-color:#ff0a00;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
}
.price-section .toggle-option li .switch .slider::before {
	position: absolute;
	content: "";
	height: 42px;
	width: 35px;
	right: 0;
	bottom: 0;
	background-color: #ff0a00;/*white;*/
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
}

.classtime-section .toggle-option li .switch input:checked+.slider:before,
.price-section .toggle-option li .switch input:checked+.slider:before {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
}

.single-price-plan {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 45px 0 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.primary-btn.cta-btn{
    color:#ffffff;
}
.single-price-plan h4 {
	color: #ffffff;
	opacity: 0.9;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.single-price-plan .price-plan {
	margin-bottom: 35px;
}

.single-price-plan .price-plan h2 {
	color: #ffffff;
	opacity: 0.9;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	padding-right: 48px;
	margin-bottom: 10px;
	display: inline-block;
}

.single-price-plan .price-plan h2 span {
	color: #ffffff;
	opacity: 0.9;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 9px;
}

.single-price-plan .price-plan p {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	opacity: 0.9;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-price-plan ul {
	margin-bottom: 35px;
}

.single-price-plan ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	line-height: 42px;
}

.single-price-plan .primary-btn.price-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #ff0a00)), -webkit-gradient(linear, left top, right top, color-stop(100%, #ff0a00), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #e16521 100%, #ff0a00 0%), -o-linear-gradient(left, #ff0a00 100%, #e16521 0%);
	background-image: linear-gradient(to right, #e16521 100%, #ff0a00 0%), linear-gradient(to right, #ff0a00 100%, #e16521 0%);
	color: #ff0a00;
}

.single-price-plan .primary-btn.price-btn:hover {
	color: #ffffff;
}

.single-price-plan .primary-btn.price-btn:hover:after {
	opacity: 1;
}

.single-price-plan .tic-text {
	width: 160px;
	height: 40px;
	background: #ff0a00;
	position: absolute;
	right: -67px;
	top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-price-plan .tic-text i {
	position: absolute;
	left: 69px;
	top: 15px;
	color: #ffffff;
}

/*---------------------
  Choseup Section
-----------------------*/

.chooseus-section {
	background: #dfd6c8;
	padding-top: 88px;
	padding-bottom: 50px;
}
.fon-brown.black,
.chooseus-section.black {
	background: #000;
	opacity:0.6;
}
.chooseus-section.schedule-page .section-title {
	text-align: center;
}

.chooseus-section.schedule-page .choose-item {
	text-align: center;
}

.chooseus-section .section-title {
	margin-bottom: 52px;
}

.choose-item {
	margin-bottom: 40px;
}

.choose-item h5 {
	font-size: 20px;
	color: #212121;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 25px;
}

.choose-item p {
	color: #7b7b7b;
	font-weight: 500;
}

/*---------------------
  Video Section
-----------------------*/

.video-section {
	text-align: center;
	height: 500px;
	position:relative;
}

.video-section .video-text {
	text-align: center;
	padding-top: 150px;
}

.video-section .video-text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.video-section .video-text .play-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #ff0a00;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.video-section .video-text .play-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #dfd6c8;
	padding-top: 90px;
	padding-bottom: 66px;
}

.blog-section .section-title {
	margin-bottom: 55px;
}

.blog-item {
	position: relative;
	margin-bottom: 30px;
}

.blog-item:hover .play-btn {
	opacity: 1;
	visibility: visible;
}

.blog-item.large-item {
	height: 420px;
}
.blog-item-img{
    position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.classes-item .blog-item-img{
    -o-object-fit: contain;
    object-fit: contain;
}
.blog-item.large-item.xl-large {
	height: 440px;
}

.blog-item.large-item.xls-large {
	height: 460px;
}

.blog-item.large-item.m-item {
	height: 400px;
}

.blog-item.small-item {
	height: 260px;
}

.blog-item.sm-item {
	height: 330px;
}

.blog-item.sms-item {
	height: 320px;
}

.blog-item .blog-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.blog-item .blog-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.blog-item .blog-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}
.blog-item .blog-text .post-tile__date{
    color: #ffffff;
}

.blog-item.instagram-item {
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
	background: -o-linear-gradient(left, #e16521, #ff0a00);
	background: linear-gradient(to right, #e16521, #ff0a00);
	padding: 44px 30px 65px;
}

.blog-item.instagram-item .instagram-text {
	display: block;
}

.blog-item.instagram-item .instagram-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}

.blog-item.instagram-item .instagram-text .categories i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.blog-item.instagram-item .instagram-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 1.5;
}
.blog-item.instagram-item .instagram-text .post-tile__date{
    color: #ffffff;
}

.blog-item .play-btn {
	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;
	height: 100%;
}

.blog-item .play-btn .play-in-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #ff0a00;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.blog-item .play-btn .play-in-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}

/*---------------------
  Cta Section
-----------------------*/

.cta-section {
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
	padding: 38px 0;
}

.cta-section .cta-text {
	float: left;
}

.cta-section .cta-text h3 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cta-section .cta-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.cta-section .primary-btn.cta-btn {
	float: right;
	border-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #ffffff));
	background-image: -o-linear-gradient(left, #ffffff 100%, #ffffff 100%), -o-linear-gradient(left, #ffffff 0%, #ffffff 0%);
	background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 0%);
	margin-top: 14px;
}

/*---------------------
  Map Section
-----------------------*/

.map {
	height: 590px;
	position: relative;
}

.map iframe {
	width: 100%;
}

.map-contact-detalis {
	width: 420px;
	padding: 40px;
	background: #ffffff;
	position: absolute;
	right: 120px;
	top: 80px;
	/*-webkit-box-shadow: 6px 6px 50px rgba(198, 198, 198, 0.2);
	box-shadow: 6px 6px 50px rgba(198, 198, 198, 0.2);*/
	-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
	z-index:10;
}

.map-contact-detalis .open-time {
	overflow: hidden;
	margin-bottom: 10px;
}

.map-contact-detalis .open-time h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

.map-contact-detalis .open-time ul {
	float: right;
}

.map-contact-detalis .open-time ul li {
	font-size: 14px;
	color: #000000;
	list-style: none;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-right: 108px;
}

.map-contact-detalis .open-time ul li span {
	position: absolute;
	right: 0;
	top: 0;
}

.map-contact-detalis .map-contact-form h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.map-contact-detalis .map-contact-form form input:not([type='checkbox']):not([type='submit']) {
	width: calc(53% - 20px);
	margin-right: 20px;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #272727;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	border-radius: 2px;
}

.map-contact-detalis .map-contact-form form input.js-phoneMask {
	width: 47% !important;
	margin-right: 0 !important;
}

.map-contact-detalis .map-contact-form form input::-webkit-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input::-moz-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input:-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input::-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input::placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea {
	width: 100%;
	height: 80px;
	resize: none;
	font-size: 16px;
	color: #272727;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 18px;
}

.map-contact-detalis .map-contact-form form textarea::-webkit-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea::-moz-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea:-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea::-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea::placeholder {
	color: #272727;
	font-weight: 600;
}

/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #dfd6c8;
	padding-top: 72px;
}

.footer-logo-item {
	margin-bottom: 30px;
}

.footer-logo-item .f-logo {
	margin-bottom: 40px;
}

.footer-logo-item .f-logo a {
	display: inline-block;
}

.footer-logo-item p {
	color: #6c757d;
	margin-bottom: 32px;
}

.footer-logo-item .social-links h6 {
	color: #0e5002;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-logo-item .social-links a {
	color: #0e5002;
	display: inline-block;
	font-size: 14px;
	margin-right: 32px;
}

.footer-logo-item .social-links a:last-child {
	margin-right: 0;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h5 {
	font-size: 20px;
	font-weight: 500;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.footer-widget .footer-blog .fb-item {
	display: block;
	margin-bottom: 20px;
}

.footer-widget .footer-blog .fb-item:hover h6 {
	color: #ff0a00;
}

.footer-widget .footer-blog .fb-item h6 {
	color: #0e5002;
	text-transform: uppercase;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-widget .footer-blog .fb-item span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #6c757d;
}

.footer-widget .footer-blog .fb-item span i {
	color: #ff0a00;
	margin-right: 5px;
}

.footer-widget .workout-program li {
	list-style: none;
}

.footer-widget .workout-program li a {
	display: block;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #0e5002;
	line-height: 18px;
	margin-bottom: 22px;
}
.social-links .footer-info li,
.footer-widget .footer-info li {
	list-style: none;
	font-size: 16px;
	color: #6c757d;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.social-links .footer-info a,
.footer-widget .footer-info a{
	color:#6c757d;
	width: 100%;
      display: block;
}
.social-links .footer-info a:hover,
.footer-widget .footer-info a:hover{
	color:#e4381C;
}
.social-links .footer-info li i,
.footer-widget .footer-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #ff0a00;
}
.social-links .footer-info li span,
.footer-widget .footer-info li span {
	color: #0e5002;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.copyright-text {
	background: #000000;
	border-top: 1px solid #0a0a0a;
	padding: 20px 0;
	margin-top: 20px;
}

.copyright-text .ct-inside {
	font-size: 14px;
	color: #afb4bf;
}

.copyright-text .ct-inside a {
	font-weight: 600;
	color: #ff0a00;
}

/* ----------------------------------- Other Pages Styles ------------------------------*/

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-bottom: 20px;
	background-color: #ece9e4;
	background-image:unset !important;
}
.breadcrumb-section.spad{
    padding-top: 20px;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h1 {
	font-size: 48px;
	font-weight: 500;
	color: #0e5002;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.breadcrumb-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #0e5002;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.breadcrumb-text .breadcrumb-controls a {
	font-size: 16px;
	color: #0e5002;
	margin-right: 15px;
	position: relative;
}

.breadcrumb-text .breadcrumb-controls a:after {
	position: absolute;
	right: -13px;
	top: -2px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #0e5002;
}

.breadcrumb-text .breadcrumb-controls a i {
	margin-right: 2px;
}

.breadcrumb-text .breadcrumb-controls span {
	font-size: 16px;
	color: #0e5002;
}

/*---------------------
  AboutUs Section
-----------------------*/

.aboutus-section {
	background: #dfd6c8;
	padding-top: 90px;
	padding-bottom: 80px;
}

.aboutus-page-text .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.aboutus-page-text img {
	margin-bottom: 54px;
}

.aboutus-page-text .about-us h4 {
	color: #0e5002;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-us p {
	color: #000;
	line-height: 26px;
}

.aboutus-page-text .about-quality h4 {
	color: #0e5002;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-quality p {
	color: #000;
	line-height: 22px;
}

.aboutus-page-text .about-quality ul li {
	list-style: none;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-bottom: 10px;
}

.aboutus-page-text .about-quality ul li i {
	color: #ff0a00;
	display: inline-block;
	margin-right: 9px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 130px;
}

.testimonial-slider .ts-item {
	text-align: center;
}

.testimonial-slider .ts-item .rating {
	margin-bottom: 16px;
}

.testimonial-slider .ts-item .rating i {
	font-size: 20px;
	color: #ffca04;
	display: inline-block;
}

.testimonial-slider .ts-item h4 {
	color: #ffffff;
	line-height: 34px;
	font-family: "Nunito Sans", sans-serif;
	margin-bottom: 20px;
}

.testimonial-slider .ts-item .author-name {
	margin-bottom: 28px;
}

.testimonial-slider .ts-item .author-name h5 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 4px;
}

.testimonial-slider .ts-item .author-name span {
	display: inline-block;
	color: #ffffff;
}

.testimonial-slider .ts-item .author-pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-slider .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -41px;
	width: 100%;
}

.testimonial-slider .owl-dots button.owl-dot {
	height: 4px;
	width: 20px;
	background: #ffffff;
	border-radius: 50px;
	margin-right: 10px;
}

.testimonial-slider .owl-dots button.owl-dot.active {
	background: #ff0a00;
}

.testimonial-slider .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

/*---------------------
  Trainer Section
-----------------------*/

.trainer-section {
	background: #dfd6c8;
	padding-top: 90px;
	padding-bottom: 70px;
}

.trainer-section .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.trainer-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 364px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
}

.trainer-item:hover .ti-pic .ti-links {
	left: 20px;
}

.trainer-item .ti-pic img {
	min-width: 100%;
}

.trainer-item .ti-pic .ti-links {
	position: absolute;
	left: -50px;
	top: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.trainer-item .ti-pic .ti-links a {
	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;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #afb4bf;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.trainer-item .ti-pic .ti-links a:hover {
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
	color: #ffffff;
}

.trainer-item .ti-pic .trainer-text {
	position: absolute;
	left: 0;
	bottom: -1px;
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-right: 20px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
}

.trainer-item .ti-pic .trainer-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	max-width: 85%;
}

.trainer-item .ti-pic .trainer-text h5 span {
	font-size: 14px;
	color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.3;
    display: block;
}

/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	background: #dfd6c8;
	padding-bottom: 70px;
	padding-top: 95px;
}

.gallery-controls {
	text-align: center;
	margin-bottom: 45px;
}

.gallery-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #212121;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.gallery-controls ul li.active {
	color: #ff0a00;
}

.gallery-controls ul li.active:after {
	opacity: 1;
}

.gallery-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #ff0a00;
	content: "";
	opacity: 0;
}

.gallery-controls ul li:last-child {
	margin-right: 0;
}

.gallery-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	height: 246px;
    overflow: hidden;
    display:block;
    background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-item h4{
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    padding: 30px 15px;
    position: relative;
    font-family: "Comic Sans MS", sans-serif;
}

.gallery-item:hover:after,
.gallery-item:hover:before {
	opacity: 1;
}

.gallery-item:hover .gi-hover {
	opacity: 1;
	visibility: visible;
}

/*.gallery-item:hover .fon-bg{
    background-color:transparent;
}*/

/*.gallery-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #ff0a00;
	content: "";
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}*/

.gallery-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	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;
	z-index: 9;
}

.gallery-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.gallery-item .gi-hover a:first-child {
	margin-right: 15px;
}

.gallery-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.gallery-item .gi-hover h6 span {
	font-family: "Nunito Sans", sans-serif;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/*---------------------
  Blog Page Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-option {
	/*margin-top: 30px;*/
	padding-top: 30px;
  	width: 100%;
}
.blog-option .page-numbers,
.blog-option .blog-pagination {
	font-size: 16px;
	color: #0e5002;
	width: 100%;
  	text-align: center;
  	padding-bottom: 30px;
}
.blog-option .page-numbers li,
.blog-option .blog-pagination a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-option .page-numbers li a,
.blog-option .page-numbers li span{
	display: inline-block;
	height: 40px;
	width: 40px;

}
.blog-option .page-numbers li a{

}
.blog-option .page-numbers li span,
.blog-option .blog-pagination a.active {
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
}
.blog-option .page-numbers li a:hover,
.blog-option .page-numbers li span:hover,
.blog-option .blog-pagination a:hover {
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
}

.blog-option .blog-pagination a:first-child {
	margin-right: 14px;
}

.blog-option .blog-pagination a:last-child:hover {
	background: transparent;
}

.blog-option .blog-pagination i {
	font-size: 18px;
}

.blog-option .blog-option-right {
	float: right;
}

.blog-option .blog-option-right .blog-result {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	margin-right: 39px;
}

.blog-option .blog-option-right .show-result {
	display: inline-block;
	width: 144px;
	height: 40px;
	border: 1px solid #ecedee;
	border-radius: 3px;
}

.blog-option .blog-option-right .show-result p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-size: 14px;
	padding: 8px 0 0 20px;
}

.blog-option .blog-option-right .nice-select {
	float: right;
	border-radius: 2px;
	background: transparent;
	border: none;
	font-size: 14px;
	color: #ffffff;
	padding-right: 45px;
	padding-left: 0;
}

.blog-option .blog-option-right .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 7px;
	right: 25px;
	top: 46%;
	width: 7px;
}

.blog-option .blog-option-right .nice-select .list {
	width: 100%;
}

.blog-option .blog-option-right .nice-select .list .option {
	color: #222222;
}

/*---------------------
  Blog Single Hero
-----------------------*/

.blog-single-hero {
	height: 500px;
	padding-top: 176px;
}

.bs-hero-text h2 {
	color: #ffffff;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.bs-hero-text ul li {
	list-style: none;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin-right: 58px;
	position: relative;
}

.bs-hero-text ul li:after {
	position: absolute;
	right: -33px;
	top: 0;
	content: "|";
	font-size: 16px;
	color: #ffffff;
}

.bs-hero-text ul li:last-child {
	margin-right: 0;
}

.bs-hero-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Single Section
-----------------------*/

.blog-single-section {
	background: #dfd6c8;
	padding-top: 65px;
}

.blog-single-text .blog-text {
	margin-bottom: 40px;
}

.blog-single-text .blog-text p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-pic {
	margin-bottom: 24px;
    position:relative;
}
a.back{color: #0e5002;padding-left:20px;padding-bottom:40px;display: block;}
a.back:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #0e5002;
    transform: rotate(180deg);
}

.blog-single-text .blog-pic img {
	margin-bottom: 20px;
	min-width: 100%;
}

.blog-single-text .blog-title {
	margin-bottom: 35px;
}

.blog-single-text .blog-title h4 {
	color: #212121;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-title p {
	color: #212121;
	line-height: 28px;
}

.blog-single-text .blog-quote {
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}

.blog-single-text .blog-quote i {
	font-size: 26px;
	color: #ff0a00;
	position: absolute;
	left: 0;
	top: 5px;
}

.blog-single-text .blog-quote .quote-text {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 13px;
}

.blog-single-text .blog-quote h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.blog-single-text .blog-more-title {
	margin-bottom: 42px;
}

.blog-single-text .blog-more-title h4 {
	color: #212121;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-more-title p {
	color: #212121;
	line-height: 28px;
}

.blog-single-text .blog-tag-share {
	overflow: hidden;
}

.blog-single-text .blog-tag-share .tags {
	float: left;
}

.blog-single-text .blog-tag-share .tags a {
	display: inline-block;
	font-size: 13px;
	color: #252525;
	text-transform: uppercase;
	background: #ffffff;
	padding: 5px 20px 4px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom:10px;
}

.blog-single-text .blog-tag-share .social-share {
	float: right;
}

.blog-single-text .blog-tag-share .social-share span {
	font-size: 14px;
	color: #212121;
}

.blog-single-text .blog-tag-share .social-share a {
	display: inline-block;
	color: #a6a6a6;
	margin-left: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-text .blog-tag-share .social-share a:hover {
	color: #ff0a00;
}

.blog-single-sidebar .bs-latest-news {
	margin-bottom: 74px;
}

.blog-single-sidebar .bs-latest-news h4 {
	color: #0e5002;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-latest-news .bl-item {
	position: relative;
	background: #ffffff;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	border-radius: 4px;
	margin-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.blog-single-sidebar .bs-latest-news .bl-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover:after {
	opacity: 0;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover h5 {
	color: #ffffff;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover span {
	color: #ffffff;
}

.blog-single-sidebar .bs-latest-news .bl-item h5 {
	color: #212121;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-latest-news .bl-item span {
	display: inline-block;
	font-weight: 14;
	color: #212121;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-recent-news h4 {
	color: #0e5002;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-recent-news .br-item {
	overflow: hidden;
	margin-bottom: 20px;
	display:flex;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic {
	float: left;
	margin-right: 20px;
	width: 150px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic img {
	border-radius: 3px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text {
	display: table;
	padding-top: 8px;
	width: calc(100% - 170px);
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text span {
	display: inline-block;
	font-weight: 14;
	color: #212121;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text h5 {
	color: #212121;
	font-weight: 500;
	line-height: 26px;
}

.recent-news {
	padding-top: 80px;
	margin-bottom: 74px;
}

.recent-news h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 35px;
}

.recent-item {
	height: 300px;
	position: relative;
}

.recent-item .recent-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.recent-item .recent-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.recent-item .recent-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}

.leave-comment-form h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 36px;
}
.leave-comment-form form select,
.leave-comment-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #131313;
}


.leave-comment-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::placeholder {
	font-weight: 600;
}

.leave-comment-form form input:focus {
	background: #ffffff;
	color: #dfd6c8;
	font-weight: 600;
}

.leave-comment-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 32px;
	border: 1px solid #131313;
}

.leave-comment-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:focus {
	background: #ffffff;
	color: #dfd6c8;
	font-weight: 600;
}

.leave-comment-form form .leave-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
	padding: 10px 47px;
	border: none;
	font-family: "Oswald", sans-serif;
	border: 1px solid #000000;
	border-radius: 2px;
}

/*---------------------
  Contact Map Section
-----------------------*/

.contact-map {
	height: 530px;
	position: relative;
}

.contact-map iframe {
	width: 100%;
}

.contact-map .map-hover {
	background: #ffffff;
	display: inline-block;
	padding: 20px 40px 20px 28px;
	position: absolute;
	left: 50%;
	top: 130px;
	-webkit-box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
}

.contact-map .map-hover:after {
	position: absolute;
	left: 107px;
	bottom: -20px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 28px solid #ffffff;
	content: "";
}

.contact-map .map-hover h5 {
	font-size: 20px;
	color: #252525;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-map .map-hover ul li {
	font-size: 14px;
	color: #dfd6c8;
	line-height: 20px;
	list-style: none;
}

.contact-map .map-hover i {
	font-size: 48px;
	color: #ff0a00;
	position: absolute;
	left: 98px;
	bottom: -72px;
}

/*---------------------
  Contat Section
-----------------------*/

.contact-section {
	background: #dfd6c8;
	padding-top: 95px;
}

.contact-section .contact-info {
	margin-bottom: 50px;
}

.contact-section .contact-info h4 {
	color: #0e5002;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section .contact-info ul li {
	list-style: none;
	font-size: 18px;
	color: #0e5002;
	line-height: 48px;
}

.contact-section .contact-info ul li i {
	color: #ff0a00;
	margin-right: 18px;
}

.contact-section .contact-address {
	margin-bottom: 40px;
}

.contact-section .contact-address h4 {
	color: #0e5002;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section .contact-address ul li {
	list-style: none;
	font-size: 18px;
	color: #212121;
	line-height: 25px;
	position: relative;
	padding-left: 35px;
	padding-bottom: 10px;
}

.contact-section .contact-address ul li i {
	font-size: 18px;
	color: #ff0a00;
	margin-right: 18px;
	position: absolute;
	left: 0;
	top: 4px;
}

.contact-form h4 {
	color: #0e5002;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 48px;
}

.contact-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #ece9e4;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #131313;
}

.contact-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.contact-form form input::-moz-placeholder {
	font-weight: 600;
}

.contact-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form input::placeholder {
	font-weight: 600;
}

.contact-form form input:focus {
	background: #ffffff;
	color: #dfd6c8;
	font-weight: 600;
}

.contact-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #ece9e4;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 25px;
	/*border: 1px solid #131313;*/
}

.contact-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.contact-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::placeholder {
	font-weight: 600;
}

.contact-form form textarea:focus {
	background: #ffffff;
	color: #dfd6c8;
	font-weight: 600;
}

.contact-form form .c-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background: -o-linear-gradient(45deg, #e16521, #ff0a00);
	background: linear-gradient(45deg, #e16521, #ff0a00);
	padding: 12px 40px;
	border: none;
	font-family: "Oswald", sans-serif;
	border: 1px solid #000000;
	border-radius: 2px;
}

/*---------------------------- Other Pages Styles ------------------------------*/
@media only screen and (max-width: 1599px) {
    .single-vector-item h3{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1399px) {
    .header-section .logo img {
        max-width: 260px;
    }
    .home .top-social {
        padding-top: 0;
    }
    .home .nav-menu {
        padding-top: 0;
    }
    .nav-menu .mainmenu ul li {
        margin-right: 0px;
        margin-left: 30px;
    }
    .map-contact-detalis {
        right: 6px;
    }
    .nav-menu .mainmenu ul.sub-menu li a{
        margin-left: -30px;
    }
}
@media only screen and (max-width: 1299px) {
    .header-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-vector-item {
        margin: 40px;
    }
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* Medium Device : 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-section {
		padding-left: 0;
		padding-right: 0;
		padding-top:20px;
	}
	.top-social a {
		margin-left: 15px;
	}
    .single-vector-item h3{
        font-size: 20px;
    }
    .vector-items .owl-nav button[type="button"].owl-next, .hero-items .owl-nav button[type="button"].owl-next {
        right: 35px;
    }
    .vector-items .owl-nav button[type="button"], .hero-items .owl-nav button[type="button"] {
        left: 35px;
    }
    .blog-single-sidebar .bs-recent-news .br-item .bi-pic {
        width: 100px;
        height: 80px;
    }
    .blog-single-sidebar .bs-recent-news .br-item .bi-text {
        width: calc(100% - 120px);
    }
    .trainer-item {
        height: 288px;
    }
}
/* Tablet Device : 768px */
@media only screen and (max-width:1180px) {
    .page-id-314 .header-section .logo, .single .header-section .logo, .archive .header-section .logo, .page-template .header-section .logo,.page-template-default.page-id-4044 .header-section .logo,
    .error404 .header-section .logo{
        padding: 30px 0;
    }
    .page-id-314 .header-section .top-social, .single .header-section .top-social, .archive .header-section .top-social, .page-template .header-section .top-social,.page-template-default.page-id-4044 .header-section .top-social,
    .error404 .header-section .top-social{
        padding: 29px 0;
    }
    .nav-menu .mainmenu {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .page-id-314 .header-section .nav-menu .mainmenu ul li a, .single .header-section .nav-menu .mainmenu ul li a, .archive .header-section .nav-menu .mainmenu ul li a, 
    .page-template .header-section .nav-menu .mainmenu ul li a,.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li a,
    .error404 .header-section .nav-menu .mainmenu ul li a{
        padding: 10px 0;
    }
    .nav-menu .mainmenu ul li a{
        padding:0 0 10px;
    }
    .nav-menu .mainmenu ul li a::after,
    .page-id-314 .header-section .nav-menu .mainmenu ul li a::after, .single .header-section .nav-menu .mainmenu ul li a::after, .archive .header-section .nav-menu .mainmenu ul li a::after, 
    .page-template .header-section .nav-menu .mainmenu ul li a::after,.page-template-default.page-id-4044 .header-section .nav-menu .mainmenu ul li a::after,
    .error404 .header-section .nav-menu .mainmenu ul li a:after{
        bottom: 5px;
    }
    
}
@media only screen and (max-width:1024px) {
    .map-contact-detalis {
        width: 350px;
    }
    .map-contact-detalis .map-contact-form form input {
        width: 100%;
        margin-right: 0;
    }
    .map-contact-detalis .map-contact-form form input.js-phoneMask {
        width: 100%;
    }
    .map-contact-detalis .open-time ul {
        float: left;
        width: 100%;
    }
    .trener-items .owl-nav button[type="button"] {
        left: -45px;
    }
    .trener-items .owl-nav button[type="button"].owl-next {
        right: -45px;
    }
    .ts-item a {
        font-size: 12px;
    }
    .classtime-table table tbody tr td .ts-item {
        padding: 5px;
    }
    .classtime-table table tbody tr td span {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .classtime-table table tbody tr td h6 {
        font-size: 12px;
    }
    .classtime-table table tbody tr td span {
        font-size: 12px;
    }
    .classtime-table table tbody tr td.workout-time {
        width: auto;
        padding: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding-left: 0;
		padding-right: 0;
		padding-top:10px;
	}
	.nav-menu {
		text-align: right;
	}
	.nav-menu .mainmenu ul li {
		margin-right: 25px;
	}
	.nav-menu .mainmenu ul li .sub-menu {
		left: auto;
		right: 0;
	}
	.top-social {
		display: none;
	}
	.hero-items .owl-nav button[type=button] {
		left: 15px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 15px;
	}
	.vector-items .owl-nav button[type="button"].owl-next {
        right: 5px;
    }
    .vector-items .owl-nav button[type="button"] {
        left: 5px;
    }
	.about-text {
		margin-bottom: 30px;
	}
	.timetable-controls ul li {
		margin-right: 20px;
		width: calc(50% - 30px);
	}
	.cta-section .cta-text {
		float: none;
	}
	.cta-section .primary-btn.cta-btn {
		float: none;
	}
	.blog-single-sidebar {
		padding-top: 30px;
	}
	.recent-item {
		margin-bottom: 30px;
	}
	/*.trainer-section .container{
	    max-width: 100%;
	}
	.trener-items .owl-nav button[type="button"],
    .trener-items .owl-nav button[type="button"].owl-next {
        display:none;
    }*/
    .trainer-item .ti-pic .trainer-text h5 {
        font-size: 16px;
    }
    .trainer-item {
        height: 446px;
    }
    .single-vector-item h3{
        font-size: 16px;
    }
}

/* Large Mobile : 480px */
 .icon-contact{display:none;transition: 0.8s}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.top-social {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.slicknav_btn {
		margin: 0;
		border-radius: 0;
	}
	.page-id-314 .header-section .slicknav_btn,
	.sibgle .header-section .slicknav_btn,
	.archive .header-section .slicknav_btn,
	.page-template-default.page-id-4044 .header-section .slicknav_btn,
	.error404 .header-section .slicknav_btn,
	.page-template .header-section .slicknav_btn {
		margin: 37px 0;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav ul {
		margin: 10px 15px;
	}
	.slicknav_nav a {
		padding: 8px 10px;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #ff0a00;
		color: #ffffff;
	}
	.hero-items .owl-nav button[type=button] {
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		left: auto;
		right: 5px;
	}
	.single-hero-item {
		height: 680px;
	}
	.single-hero-item .hero-text .h1 {
		font-size: 46px;
	}
	.single-hero-item .hero-text .h2 {
		font-size: 30px;
	}
	.section-title h2 {
        font-size: 34px;
	}
	.video-section .video-text h2 {
        font-size: 34px;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.classtime-table {
		overflow-x: auto;
	}
	.timetable-controls ul li {
		margin-right: 0px;
		width:100%;
	}
	.cta-section .cta-text {
		float: none;
	}
	.cta-section .primary-btn.cta-btn {
		float: none;
	}
	.blog-option .blog-pagination {
		float: none;
		margin-bottom: 20px;
	}
	.blog-option .blog-option-right {
		float: none;
	}
	.bs-hero-text ul li {
		margin-right: 45px;
	}
	.bs-hero-text ul li:after {
		right: -27px;
	}
	.blog-single-sidebar {
		padding-top: 30px;
	}
	.recent-item {
		margin-bottom: 30px;
	}
	.single-vector-item h3{
        height:60px;
    }
    .vector-items .owl-dots, .hero-items .owl-dots {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: center;
    }
    .trener-items .owl-dots button.owl-dot, .vector-items .owl-dots button.owl-dot, .hero-items .owl-dots button.owl-dot {
        height: 10px;
        width: 10px;
        margin-right: 12px;
    }
    .trener-items .owl-dots button.owl-dot::after, .vector-items .owl-dots button.owl-dot::after, .hero-items .owl-dots button.owl-dot::after {
        height: 16px;
        width: 16px;
    }
    .vector-items .owl-nav button[type="button"], .hero-items .owl-nav button[type="button"] {
        left: 0px;
    }
    .vector-items .owl-nav button[type="button"].owl-next, .hero-items .owl-nav button[type="button"].owl-next {
        right: 0px;
    }
    .single-price-plan h4{font-size:20px}
    .single-price-plan .price-plan h2 {font-size: 36px;}
    .trainer-item {
        height:330px;
    }
    .map-contact-detalis {
        width: 0;
        overflow: hidden;
        padding: 0;
    }
    .icon-contact{
        display:block;
        position:absolute;
        left: 5px;
        top:5px;
        width: 44px;
        height: 44px;
        background: #fff;
        border-radius:50%;
        z-index:99;
        padding: 8px 10px;
        border: 1px solid #ff0a00;
        cursor:pointer;
    }
    .icon-contact i {
        font-size: 24px;
        color: #ff0a00;
    }
    .icon-contact:hover{
        padding: 6px 7px;
    }
    .icon-contact:hover i {
        font-size: 28px;
    }
    .map-contact-detalis.active{
        width: 350px;
        padding: 40px;
    }
}

/* Small Mobile : 320px */
@media (max-width: 635px) {
    .trainer-item {
        width: 260px;
        margin: 0 auto 40px;
    }
    .single-vector-item h3{
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .trainer-section .container{
        max-width:100%;
    }
    .trener-items .owl-nav button[type="button"],
    .trener-items .owl-nav button[type="button"].owl-next {
        display:none;
    }
    .trainer-item .ti-pic .trainer-text h5 span {
        display:none;
    }
}
@media only screen and (max-width: 479px) {
	.breadcrumb-text h1 {
		font-size: 30px;
	}
	.section-title h2,
	.breadcrumb-text h2 {
		font-size: 30px;
	}
	.slicknav_menu {
		text-align: center;
	}
	.slicknav_nav {
		text-align: left;
	}
	.logo {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.slicknav_btn {
		float: none;
		display: inline-block;
	}
	.slicknav_nav ul {
		margin: 10px 0 10px 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
	}
	.page-id-314 .header-section .slicknav_btn,
	.single .header-section .slicknav_btn,
	.archive .header-section .slicknav_btn,
	.page-template-default.page-id-4044 .header-section .slicknav_btn,
	.error404 .header-section .slicknav_btn,
	.page-template .header-section .slicknav_btn {
		margin: 0 0 10px 0;
	}
	.page-id-314 .header-section .logo,
	.single .header-section .logo,
	.archive .header-section .logo,
	.page-template-default.page-id-4044 .header-section .logo,
	.error404 .header-section .logo,
	.page-template .header-section .logo {
		padding: 18px 0 5px;
	}
	.single-hero-item .hero-text .h1 {
		font-size: 34px;
	}
	.single-hero-item .hero-text .h2 {
		font-size: 24px;
	}
	.hero-items .owl-nav button[type=button] {
		left: -15px;
		display:none;
	}
	.hero-items .owl-nav button[type=button].owl-next {
		right: 15px;
	}
	.map-contact-detalis.active {
		width: 319px;
		right: 0;
	}
	.video-section .video-text {
		padding-top: 100px;
	}
	.timetable-controls ul li {
		margin-right: 5px;
		margin-bottom: 12px;
	}
	.gallery-controls ul li {
		margin-right: 8px;
	}
	.blog-single-text .blog-tag-share .tags {
		float: none;
		margin-bottom: 10px;
	}
	.blog-single-text .blog-tag-share .social-share {
		float: none;
	}
	.contact-map .map-hover {
		left: 15%;
	}
}
.tabs{
	width:100%
}
.timetable-controls ul{
	max-height: 60px;
  	overflow: hidden;
	transition: max-height 0.8s linear;
}
.timetable-controls.active ul{
	max-height: 100vh;
}
.timetable-controls .control-down{
	position: absolute;
  	right: 30px;
	line-height: 30px;
	font-size: 60px;
	color: #0e5002;
	background: transparent;
  	border: none;
  	top: -60px;
}
.timetable-controls .control-down .arrow_carrot-down{
	transition: 0.8s
}
.timetable-controls.active .control-down .arrow_carrot-down{
	transform: rotate(-180deg);
  	display: inline-block;
}
/*-темная тема--*/
/*.ts-item a{color:#ffffff}*/

/*-светлая тема--*/
.ts-item a{color:#212121}
.classtime-table.mobile .ts-item a:hover{color:#ff0a00 !important}
/*------*/

.ts-item a:hover{color:#fff;text-decoration: underline;}
.block-hidden{
	position: absolute;
	background:transparent;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;/*960px;*/
	margin: 0 auto;
	/*border: 2px solid transparent;*/
	padding: 0px;
	max-width: 100%;
	max-height:0;
	overflow:hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.block-hidden.active{
    background: #dfd6c8;
    padding: 0 40px 0 0;
    /*border: 2px solid #e16521;*/
    max-height:600px;/*100vh;*/
    overflow: auto;
    z-index: 10;
}
.block-hidden p{
    color:#212121;
    margin: 15px 30px;
}
.block-hidden .overflow{
    width:100%;
	overflow: auto;
	margin-top: -50px;
}
.close-hidden{	
	position:sticky;
	top:2px;
	/*right:7px;*/
	cursor:pointer;
	margin-left: 100%;
}
.close-hidden .fs1{	
	font-size: 2em;
}
/*@media(max-width:490px){
	.header-section .logo img {
		max-width: 260px;
	  }
}*/
.trener-item{padding:0 10px;display:block;}

.tabcontent,
.tablinks{display:none}

.tabcontent.active,
.tablinks.active{display:block}

/*-------modal----------*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility ease-in-out .2s,opacity ease-in-out .2s;
  transition: visibility ease-in-out .2s,opacity ease-in-out .2s;
  display: unset;
}
.modal--opened {
  opacity: 1;
  visibility: visible;
}
.modal__dialog {
  position: relative;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding: 1.75rem 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.5);
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 50px 120px 60px;
  /*background-image: url(assets/img/modal-bg.jpg);*/
  background-color: #f0f0f0;
  /*background-position: center;
  background-size: cover;*/
  z-index: 2;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform ease-in-out .2s;
  transition: -webkit-transform ease-in-out .2s;
  transition: transform ease-in-out .2s;
  transition: transform ease-in-out .2s,-webkit-transform ease-in-out .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal__content--slim {
  max-width: 640px;
  padding: 90px 70px;
  background-image: unset;
}
.modal--opened .modal__content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  cursor: pointer;
}
.modal__title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Comic Sans MS", sans-serif;
}
.modal__close svg {
  fill: #878787;
  -webkit-transition: fill ease-in-out .2s;
  transition: fill ease-in-out .2s;
}
label.call-me-back__field{
    width: 100%;
    margin-bottom: 0;
}
.js-form input:not([type='submit']){
    width: 100%;
    float: left;
    height: 40px;
    font-size: 16px;
    color: #272727;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    border-radius: 2px;
}
.js-form select{
    width: 100%;
  float: left;
  height: 40px;
  font-size: 16px;
  color: #272727;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  border-radius: 2px;
  background: #fff;
}
.wpcf7 select option{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.js-form .textarea{
    width: 100%;
  float: left;
  height: 80px;
  font-size: 16px;
  color: rgb(39, 39, 39);
  border: 1px solid rgb(225, 225, 225);
  padding-left: 20px;
  border-radius: 2px;
}
.agreement{
    font-size: 14px;
  color: #000000;
  list-style: none;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  font-family: "Nunito Sans";
  margin-top: 10px;
}
.agreement a:hover{
    color:#ff0a00;
    text-decoration:underline;
}
@media(max-width:520px){
    .modal__dialog{
        padding:20px;
    }
    .modal__content--slim {
        max-width: 100%;
        /*padding: 40px;*/
        padding: 50px 20px 20px;
    }
}
.blog-single-text table,
.bs-latest-news table{
    background: #ffffff;
    padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: table;
}
.bs-latest-news a:hover{
    color:#212121;
}
.blog-single-text thead,
.blog-single-text tbody tr th,
.bs-latest-news thead{
    font-family: "Oswald", sans-serif;
}

.blog-single-text table tbody tr th,
.blog-single-text table tbody tr td{
  text-align: center;
  border-right: 1px solid #171717;
  border-bottom: 1px solid #171717;
  position: relative;
  padding: 5px;  
}
.bs-latest-news table thead tr th,
.bs-latest-news table tbody tr td {
  text-align: center;
  border-right: 1px solid #171717;
  border-bottom: 1px solid #171717;
  padding: 0;
  position: relative;
  z-index: 1;
  padding: 12px;
  width: 146px;
}
.bs-latest-news table thead tr th:nth-child(3),
.bs-latest-news table tbody tr td:nth-child(3) {
    width: calc(100% - 438px);
}

.bs-latest-news table thead tr th:nth-child(4),
.bs-latest-news table tbody tr td:nth-child(4) {
    border-right:unset;
}
.post__gallery{
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.post__gallery-item{width:300px;margin-bottom:20px;}
.classtime-table{
    max-width: 100%;
    overflow: auto;
}
.classtime-table.desktop{
    
}
.classtime-table.mobile{
    display:none;
}
@media(max-width:767px){
    .bs-latest-news table thead tr th, .bs-latest-news table tbody tr td {
        width: 92px;
    }
    .blog-single-sidebar .bs-latest-news {
        margin-bottom: 30px;
    }
    .classtime-table.desktop{
        display:none;
    }
    .classtime-table.mobile{
        display:flex;
        
    }
    .classtime-table .table {
        width: 100%;
        border: 1px solid #1f1f1f;
        background: #ece9e4;
        text-align: center;
        color: #212121;
    }
    .classtime-table .table .tr{
        display:flex;
    }
    .classtime-table .table .th0,.classtime-table .table .td0{
        display:flex;
        max-width: 100%;
        overflow: auto;
    }
    .classtime-table .table .thead .tr .th {
      font-size: 16px;
      color: #212121;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      padding: 25px 5px;
    }
    .classtime-table .table .tbody {
        border-top: 1px solid #171717;
    }
    .classtime-table .table .tbody .tr .td.workout-time {
        width: auto;
        padding: 10px;
    }
    .classtime-table .table .tbody .tr .td::after, 
    .classtime-table .table .tbody .tr .td .ts-item::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
      background: -o-linear-gradient(left, #e16521, #ff0a00);
      background: linear-gradient(to right, #e16521, #ff0a00);
      content: "";
      opacity: 0;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .classtime-table .table .tbody .tr .td {
      text-align: center;
      border-right: 1px solid #171717;
      border-bottom: 1px solid #171717;
      min-width: 145px;
      max-width:145px;
      padding: 0;
      position: relative;
      z-index: 1;
    }
    .classtime-table .table .tbody .tr .th{
        font-weight: 600;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        color: #212121;
        font-size: 12px;
    }
    .classtime-table .table .tbody .tr .td.workout-time {
        min-width: 60px;
        max-width:60px;
    }
    .classtime-table .table .tbody .tr .td .ts-item {
      text-align: center;
      border-right: 1px solid #171717;
      border-bottom: 1px solid #171717;
      width:100%;
      padding: 5px;
      position: relative;
      z-index: 1;
    }
    .classtime-table .table .tbody .tr .td span {
      font-size: 12px;
      color: #212121;
      display: block;
      margin-bottom: 3px;
    }
    .classtime-table .table .tbody .tr .td h6 {
      color: #ff0a00;
      font-weight: 500;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 12px;
    }
    
}
@media (max-width: 466px) {
  .bs-latest-news table thead tr th, .bs-latest-news table tbody tr td {
    width: 67px;
  }
}
.author-pic{
    width:60px;
    height:60px;
    margin:0 auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}
.ti-pic{
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media(max-width:1660px){
    .single-img1 {
        width: 550px;
        height: 550px;
    }
    .single-img3 {
        width: 350px;
        height: 350px;
        right: 90px;
    }
}
@media(max-width:1440px){
    .single-img1 {
        width: 450px;
        height: 450px;
        top: 10%;
        left: 40px;
    }
    .single-img2 {
        width: 300px;
        height: 300px;
        right: 40px;
        top: 7%;
    }
    .single-img3 {
        width: 250px;
        height: 250px;
        right: 40px;
        top: 46%;
      }
}
@media(max-width:991px){
    .single-hero-item .hero-text {
        padding: 0;
    }
    .hero-text .fon-brown {
        left: 0;
        right: 0;
    }
    .single-img1 {
        width: 350px;
        height: 350px;
        top: 10%;
        left: 20px;
    }
    .single-img2 {
        width: 250px;
        height: 250px;
        right: 20px;
        top: 10%;
    }
    .single-img3 {
        width: 250px;
        height: 250px;
        right: 20px;
        top: 46%;
    }
    .classtime-table.block-hidden table tr td {
        padding: 10px;
    }
    .classtime-table table tr.styled-thead {
        font-size: 13px;
    }
    .timetable-controls .control-down {
        right: 5px;
        top: -55px;
    }
}
@media(max-width:600px){
    .single-img2,.single-img3{
        display:none;
    }
    .classtime-table.block-hidden table {
        font-size: 12px;
    }
}
.classes-item .video-text{
    text-align: center;
}
.classes-item .video-text h2{
    color: #fff;
    position: relative;
}
.classes-item .video-text .play-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background: #ffffff;
  text-align: center;
  line-height: 62px;
  color: #ff0a00;
  border-radius: 50%;
  position: relative;
  padding-left: 5px;
  margin-top: 20px;
}
.classes-item .video-text .play-btn::after {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 70px;
  height: 70px;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  content: "";
}
.post-type-archive-video .classes-item {
  height: 300px;
  padding:70px 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*.post-type-archive-video .classes-item:hover h2{opacity:0}*/
.popup-feedback{
    position:fixed;
    right:0;
    bottom: calc(50% + 21px);
    width: 316px;
    height: 42px;
    background: #fff;
    color:#ff0a00;
    padding: 5px 10px 5px 50px;
    transform: rotate(-90deg);
    margin-right: -138px;
    cursor: pointer;
    font-size: 20px;
    z-index:1;
    border: 2px solid #ff0a00;
}
.popup-feedback img{
    width: 40px;
    position: absolute;
    left: 5px;
}
@media(max-width:600px){
    .popup-feedback{
        width: 254px;
        height: 40px;
        padding: 8px 10px 8px 50px;
        margin-right: -106px;
        font-size: 15px;
    }
    .popup-feedback img{
        width:34px;
    }
    #recaptcha_1,#recaptcha_2,#recaptcha_3{
        max-width: 100%;
        overflow:hidden;
    }
}
.gallery-controls li a{color:#212121}
.gallery-controls li.active a{color:#ff0a00;}
.for_back{
    position: relative;
    display: block;
}
.blog-prim{
    color: #ff0a00;font-weight:600;
}
.success-request__title{font-size:20px;font-family:"Comic Sans MS", sans-serif}
.nedel{
    background: #ff0a00;
  color: #fff;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
}
.ph404{text-align:center;font-size:10em;font-weight:600;}
.pt404{text-align:center;font-size:1.4em;}

/*---------------*/
#cookie-dental {
  height: auto;
  width: 568px;
  position: fixed;
  bottom: 50px;
  left: calc(50% - 284px);
  z-index: 10001;
  padding: 10px;
  display: inline-flex;
    padding: 16px 28px 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background:#edeaea;
    color:#000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    box-shadow:0px 4px 12px rgba(0, 0, 0, 0.05);
}
#cookie-dental a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline !important;
}
#cookie-dental button{
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}
.popup-content.info{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cookie-dental button.popup-submit{
    position: relative;
    top:unset;
    right: unset;
    display: inline-block;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #212121;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width:auto;
	height: 46px;
	border-left: 2px solid #e16521;
	border-right: 2px solid #ff0a00;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ff0a00), to(#e16521)), -webkit-gradient(linear, left top, right top, from(#ff0a00), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #ff0a00 100%, #e16521 100%), -o-linear-gradient(left, #ff0a00 0%, #e16521 0%);
	background-image: linear-gradient(to right, #ff0a00 100%, #e16521 100%), linear-gradient(to right, #ff0a00 0%, #e16521 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	margin: 15px auto 0;
}
#cookie-dental button.popup-submit:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#ff0a00));
	background: -o-linear-gradient(left, #e16521, #ff0a00);
	background: linear-gradient(to right, #e16521, #ff0a00);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

#cookie-dental p{
    color:#000;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}
#cookie-dental button.popup-submit:hover:after {
	opacity: 1;
}
#cookie-dental {
  padding: 16px 24px 16px 24px !important;
}
#popup-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width:991px){
    #cookie-dental {
        width:calc(100% - 30px);
        left:15px;
        font-size: 14px;
    }
    #cookie-dental a{font-size: 14px;}
    #cookie-dental p {font-size: 14px;}
    .popup-content.info{justify-content: center;}
    .popup-content.info p{text-align:center}
}
@media(max-width:890px){
    #cookie-dental button.popup-submit {margin:0 auto}
}
@media(max-width:767px){
    #cookie-dental {
        bottom: 30px;
        padding: 16px 12px 16px 12px !important;
        font-size: 14px;
    }
    #cookie-dental a{
        font-size: 14px;
    }
    #cookie-dental button{
        top: 3px;
        right: 3px;
    }
    .modal__content {
        padding: 50px 20px 20px;
    }
}
@media(max-width:697px){
    #cookie-dental p {
      margin-bottom: 10px;
      line-height: 20px;
    }
    #cookie-dental button.popup-submit{
        width:auto;
        font-size: 12px;
    }
    .single-hero-item .hero-text{
	    padding-top:20px;
	}
}