.video-wrapper {
	position: relative;
	line-height: 0;
}

.active_event_h1 {
	color: #fff;
}

.video-wrapper video {
	width: 100%;
}

.video-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,.44);
}

.main-logo {
	position: absolute;
	z-index: 1;
	margin: 0;
  top: 50%;
  left: 51%;
  margin-right: -50%;
  width: 20%;
  transform: translate(-50%, -50%);

}

.slider-wrapper {
  background: url(/img/bot-slider.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 60px 10px rgba(0, 3, 2, 0.98);
}

.slider-wrapper::after,
.image-enlarge::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,.74);
}

.slider-wrapper-title {
	text-align: center;
	line-height: 50px;
	color: #fff;
  z-index: 1;
  position: relative;
}

.slider-wrapper-title h2 a {
	font-weight: lighter;
	text-decoration: underline;
	color: #fff;
}

.slider-wrapper-title h2 {
	margin-top: 40px;
}

.button-registration {
	padding: 15px 100px;
	line-height: 1em;
	display:inline-block;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	color: #fff;
  background-color: #ec0000;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1;
  font-size: 33px;
}

.button-registration:hover {
	background-color: #ed4444;
	color: #fff;
	text-decoration: none;
}
.button-registration:active {
	background-color: #ec0000;
	color: #fff;
	text-decoration: none;
}
.button-registration:focus {
	background-color: #ec0000;
	color: #fff;
	text-decoration: none;
}
.main-event{
	color:#fff;
}
.main-event:hover{
	color:#fff;
}

.officially {
	background: url(/img/officially-bg.jpg) 30% 0 no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 190px;
}

.officially-description p {
	font-size: 25px;
	margin-top: 70px;
  line-height: 40px;
}

.officially-description h2 {
	font-weight: 900;
}

.officially-description h3 {
	text-decoration: underline;
}

.officially-title {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
 	transform: rotate(180deg);
 	-webkit-transform: rotate(180deg);
 	color: #2e2e2e;
 	font-size: 88px;
 	font-weight: 900;
 	opacity: 0.09;
}

.officially-blocks {
	padding-left: 70px;
}

.officially-item {
	height: 211px;
	background-size: cover;
	position: relative;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 25px;
}

.officially-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,.64);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.officially-item:hover .overlay {
  background: rgba(236,0,0,.64);
}

.officially-item:hover h2 {
  transform: scale(1.1);
}

.officially-item h2 {
	padding-top: 65px;
	padding-left: 80px;
	font-weight: bold;
	z-index: 1;
	position: relative;
	transition: 0.3s;
}

.officially-item h2.centered {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.school-text .officially-description p {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.school-text .officially-description p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	.officially-item h2 {
		padding-left: 20px;
		font-size: 32px;

	}
}

.officially-item.missions {
	background: url(/img/missions-bg.jpg) 100% 0 no-repeat;
}

.officially-item.rules {
	background: url(/img/rules-bg.jpg) 100% 0 no-repeat;
}

.officially-item.officially-label {
	background: url(/img/official-label.jpg) 100% 0 no-repeat;
}


.officially-link {
	color: #fff;
}

.officially-link:hover {
	text-decoration: none;
	color: #fff;
}


.officially-faces-img {
	text-align: center;
	margin-top: 0;
}

.officially-faces-img img {
	max-width: inherit;
	max-height: inherit;
	height: 640px;
}

.officially-faces-description {
	text-align: right;
	margin-top: 60px;
	margin-right: 40px;
}

.officially-faces-description h3 {
	font-size: 21px;
}

.officially-faces-description h2 {
	color: #ec0000;
	font-weight: 900;
}

.officially-faces-description h1 {
	font-weight: 500;
	font-size: 36px;
}

.officially-faces-description p {
	margin-top: 25px;
	font-size: 16px;
    line-height: 24px;
}

.fotorama__nav-wrap {
	display: none;
}

.fotorama__stage {
	min-height: 710px;
}

.instagram_description {
	height: 600px;
}

.read-more {
	display: block;
    color: #ec0000;
    margin-top: 10px;
}

.read-more:hover {
    color: #ec0000;
}

.npc-russia {
	height: 331px;
	background: url(/img/npc-bg.jpg) 100% 0 no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.npc-russia::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,.35);
}

.npc-russia-title {
	font-size: 200px;
	font-weight: 900;
	color: #fff;
	z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 100px;
}

.event-block img {
	height: 100%;
  object-fit: cover;
}

.events-title {
	text-align: center;
}

.events-title h1 {
	font-weight: lighter;
}

.events-right {
  margin-left: 20px;
}


.event-block {
	margin-top: 40px;
	background-color: #ec0000;
}

.event-new {
	background-image: linear-gradient(to top, rgba(69, 12, 19, 0.62) 0%, rgba(213, 14, 32, 0.62) 100%);
	box-shadow: 0 5px 42px 3px rgba(3, 3, 5, 0.36);
}

.event-old {
	background: linear-gradient(to top, #1b1b1b 0%, #6e6e6e 100%);
	box-shadow: 0 5px 42px 3px rgba(3, 3, 5, 0.36), 0 0 40px rgba(0, 0, 0, 0.35) inset;
}

.event-description-left {
	color: #fff;
  height: 420px;
  position: relative;
  padding: 0 10px;

}

.event-description-right {
	color: #fff;
  height: 420px;
  position: relative;
  padding: 0 10px;
}

.event-description-left h4, .event-description-right h4 {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.event-description-left h3, .event-description-right h3 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.event-description-left p, .event-description-right p {
	font-size: 17px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	/*height: 110px;*/
}

.event-description-left.fitness-forum p, .event-description-right.fitness-forum p {
    height: auto;
}

.event-location {
	font-size: 17px;
	text-align: center;
	padding: 0 25px 10px 25px;
}

.event-button {
	text-align: center;
	margin-top: 10px
}

.event-button a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border: 1px solid;
  border-radius: 1px;
  transition: 0.2s;
}
.event-button a:hover {
	background: rgba(255,255,255,.2);
}
.event-button a:active {
	background: white;
}

.gallery {
	position: relative;
	background: url(/img/gallery-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	margin-top: 30px;
	padding-bottom: 30px;
}

.gallery::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color:rgba(0,0,0,.78);
}

.gallery-description img {
	width: 350px
}

.gallery-title {
	color: #fff;
	font-size: 33px;
	position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px
}

.gallery-title h1 {
	font-size: 33px;
	font-weight: bold;
}

.gallery-description {
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 40px;
}

.gallery-button {
	text-align: center;
	margin-top: 10px
}

.gallery-button a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border: 1px solid;
  border-radius: 1px;
  transition: 0.2s;
}

.reviews a {
	font-size: 24px;
}

.gallery-button a:hover {
	background: rgba(255,255,255,.2);
}

.gallery-button a:active {
	background: white;
}

.red-button a {
	background-color: #ac080f;
	border-color: #ac080f;
}

.red-button a:hover {
	background: #ed4444;
	border-color: #ed4444;
}

.red-button a:active {
	background: #ac080f;
}

.partners-title {
	color: #000;
	margin-top: 70px;
	text-align: center;
}

.partners-title h2 {
	font-weight: 900;
}

.partners-description {
	text-align: center;
	margin-top: 50px;
}

.partners-description p {
	font-size: 17px;
	padding: 0 30px 0 30px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 30px;
}

.partners-description-logo {
	height: 250px;
}

.partners-description-logo img {
	width: 230px;
}

@media only screen and (min-width: 991px) {
	.event-button {
	/*position: absolute;*/
	position: relative;
    bottom: 0;
    left: 0;
    right: 0;
	}

}

@media only screen and (max-width: 1794px) {
	.event-location {
		font-size: 14px;
    padding: 0 20px 0px 20px;
	}

	.event-description-left p, .event-description-right p {
		font-size: 15px;
	}

	.event-description-left h3, .event-description-right h3 {
    font-size: 23px;
	}

	.event-description-left h4, .event-description-right h4 {
		font-size: 15px;
	}

}

@media only screen and (max-width: 1680px) {
	.event-description-left p, .event-description-right p {
		line-height: 24px;
    font-size: 13px;
	}

	.event-description-left h3, .event-description-right h3 {
    font-size: 21px;
	}

	.event-button a {
		padding: .3em 1em;
	}

	.gallery-button a {
		padding: .4em 0.9em;
	}

}





@media only screen and (max-width: 1240px) {
	.event-location {
		line-height: 22px;
		padding: 0 8px 0px 8px;
	}

	.event-description-left p, .event-description-right p {
    line-height: 20px;
    font-size: 12px;
	}

	.event-description-left h3, .event-description-right h3 {
    margin-bottom: 5px;
	}

	.event-description-left h4, .event-description-right h4 {
		font-size: 12px;
		margin-bottom: 9px;
	}

	.event-button a {
		padding: .2em 0.3em;
	}

	.gallery-button a {
		padding: .2em 0.1em;
		font-size: 14px;
	}

}

@media only screen and (max-width: 1199px) {
	.event-location {
		line-height: 22px;
    font-size: 15px;
	}

	.event-description-left p, .event-description-right p {
    line-height: 24px;
    font-size: 14px;
	}

	.event-description-left h3, .event-description-right h3 {
    font-size: 18px;
	}

	.event-description-left h4, .event-description-right h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.event-button a {
    padding: .3em 1em;
	}

	.npc-russia-title {
    font-size: 140px;
    line-height: 70px;
	}

	.all-reviews-desc {
		margin-left: 20px;
	}

	.officially-faces-img img {
		max-width: 100%;
		height: inherit;
	}

	.fotorama__stage {
		min-height: 0;
	}

}

@media only screen and (max-width: 1135px) {
	.event-location {
    padding: 0 5px 0px 5px;
	}

	.event-description-left p, .event-description-right p {
    line-height: 20px;
    font-size: 14px;
	}

	.event-description-left h3, .event-description-right h3 {
    font-size: 17px;
	}

	.event-description-left h4, .event-description-right h4 {
    font-size: 13px;
    margin-bottom: 10px;
	}

	.event-button a {
    padding: .3em 0.5em;
	}

}

@media only screen and (max-width: 1213px) {
	/*991*/
	.navbar-top menu li a {
		font-size: 25px;
		line-height: 40px;
	}

	.navbar-top menu li:last-child a {
		/*font-size: 20px;*/
	}

	.navbar-logo {
		display: none;
	}

	.navbar-top menu li {
		float: none;
	}

	.head-button-mobile {
		margin-top: 15px;
		text-align:center;
	}
	.head-button-mobile A{
		display:block;
	}


	body {
		padding-top: 90px;
	}
}

@media only screen and (max-width: 991px) {

	.officially-blocks {
    padding-left: 15px;
	}

	.officially-missions h2 {
    text-align: center;
    padding-left: 0;
	}

	.officially-rules h2 {
    text-align: center;
    padding-left: 0;
	}

	.events-right {
    margin-left: 0;
	}

	.event-description-left, .event-description-right {
    padding-left: 20px;
    padding-right: 20px;
	}

	.event-description-left p, .event-description-right p {
    line-height: 28px;
    font-size: 20px;
    margin-top: 20px;
	}

	.event-location {
    font-size: 20px;
	}

	.gallery-description-right {
		margin-top: 60px;
	}

	.event-description-left h4, .event-description-right h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .event-description-left h3, .event-description-right h3 {
    font-size: 22px;
	}

	.event-description-left hr, .event-description-right hr {
    margin: 2rem 0;
	}

	.event-button a {
    padding: 0.6em 2.2em;
	}

	.officially-faces-description {
		text-align: center;
	}

	.fotorama__wrap .fotorama__pointer, .fotorama__stage {
		height: 780px !important;
	}

	.officially-faces-img img {
		max-width: 60%;
		max-height: 450px;
	}

	.instagram_description {
		height: 270px;
	}

	.officially-faces-description p {
		margin-top: 0;
	}

	.navbar-top menu li {
		float: none;
	}

	.navbar-logo {
		display: none;
	}

	.navbar-top menu li a {
		font-size: 24px;
    	line-height: 38px;
	}

	.officially-faces-description {
		margin-right: 0;
	}

	body {
    padding-top: 90px;
	}

	.head-button-mobile {
    margin-top: 15px;
	}

	.flexslider-bg {
    height: 650px;
	}

	.flex-control-thumbs img {
    height: 150px!important;
	}
}

@media only screen and (max-width: 889px) {

	.event-description-left p, .event-description-right p {
    line-height: 25px;
    font-size: 20px;
    margin-top: 14px;
	}


	.gallery-description-right {
		margin-top: 60px;
	}

	.event-description-left h4, .event-description-right h4 {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 10px;

  }

  .event-description-left h3, .event-description-right h3 {
    font-size: 20px;
	}

	.npc-russia-title {
  	font-size: 115px;
  	line-height: 55px;
	}

}

@media only screen and (max-width: 759px) {

	.event-description-left p, .event-description-right p {
    line-height: 18px;
    font-size: 17px;
    margin-top: 14px;
    margin-bottom: 20px;
	}

	.event-description-left h4, .event-description-right h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .event-description-left h3, .event-description-right h3 {
    font-size: 18px;
	}

	.npc-russia-title {
  	font-size: 115px;
  	line-height: 55px;
	}

	.event-description-left hr, .event-description-right hr {
	   margin: 1rem 0;
	}

	.event-location {
    font-size: 16px;
	}

	.npc-russia-title {
    font-size: 85px;
    line-height: 45px;
	}

	.officially-faces-img img {
    max-width: 70%;
	}

	.officially-faces-description {
		margin-top: 0;
	}

	div.event-button {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 650px) {
	.xxs {
    width: 100%;
	}

	.xxs-right-row {
		display: flex;
		flex-direction: column;
	}

	.xxs-right-description {
		order: 2;
	}

	.event-old .event-description-left,
	.event-old .event-description-right {
		justify-content: space-around;
		min-height: 290px;
	}

	.event-block img {
		width: 100%;
	}

	.right.no-padding-left {
		padding-left: 15px !important;
	}

	.gallery-description img {
		width: 100%;
	}

	.event-description-right, .event-description-left {
		padding: 0 15px;
	}

	.event-description-left h4, .event-description-right h4 {
    font-size: 16px;
	}

	.event-description-left h3, .event-description-right h3 {
		font-size: 24px;
	}

	.event-description-left p, .event-description-right p {
    line-height: 20px;
    font-size: 20px;
	}

	.flexslider-bg {
    background-position: top!important;
	}


}

.megatimer-container-mobile,
.megatimer-block-mobile {
	display: none;
}


@media only screen and (max-width: 655px) {
	.megatimer-container,
	.megatimer-block {
		display: none;
	}

	.megatimer-container-mobile,
	.megatimer-block-mobile {
		display: block;
	}

	.megatimer-container-mobile-event,
	.megatimer-block-mobile-event {
		display: block;
	}

}

@media only screen and (max-width: 600px) {

	.slider-wrapper-title h2 {
    font-size: 32px;
	}

	.slider-wrapper-title h1 {
    font-size: 34px;
	}

	.flex-control-thumbs img {
    height: 200px!important;
  }

}

@media only screen and (max-width: 540px) {
	.officially-faces-img {
		margin-top: 0;
	}
}

@media only screen and (max-width: 520px) {

	.npc-russia-title {
		font-size: 80px;
  	line-height: 64px;
	}

	.button-registration {
		padding: 20px 90px;
	}

	.officially-faces-description h2 {
    font-size: 32px;
	}

	.officially-faces-description h1 {
    font-size: 38px;
	}
}

@media only screen and (max-width: 420px) {

	.officially-faces-description p {
		line-height: 25px;
	}


}

@media only screen and (max-width: 818px) {

  .navbar-bot {
    padding-left: 19%;
    padding-right: 19%;
  }
}

@media only screen and (max-width: 741px) {

  .navbar-bot {
    padding-left: 16%;
    padding-right: 16%;
  }
}

@media only screen and (max-width: 552px) {

  .navbar-bot {
    padding-left: 13%;
    padding-right: 13%;
  }
}

@media only screen and (max-width: 522px) {

  .navbar-bot {
    padding-left: 0;
    padding-right: 0;
  }

	.navbar-logo-footer {
		display: block;
		bottom: 0;
	}

	.navbar-bot menu li {
		float: none;
		height: 50px;
	}

	.navbar-bot menu li a {
		line-height: 0;
	}

	.navbar-bot {
		padding-top: 40px;
	}


}

@media only screen and (max-width: 381px) {

	.officially-faces-description p {
    font-size: 20px;
    line-height: 23px;
	}

	.button-registration {
		padding: 20px 60px;
	}

	.slider-wrapper-title h1 {
		font-size: 32px;
	}

	.menu-left {
		position: relative;
	}

	.reviews a {
    font-size: 15px;
	}

	.block-title {
    font-size: 32px;
	}

}

@media only screen and (max-width: 320px) {

	.npc-russia-title {
  	font-size: 70px;
    line-height: 55px;
	}

	.button-registration {
		padding: 10px 30px;
	}

	.slider-wrapper-title h1 {
		font-size: 30px;
	}

	.slider-wrapper-title h2{
    font-size: 26px;
	}

	.officially-faces-img img {
		max-width: 90%;
	}
}

.fotorama__thumb > img{
	position: relative;
}
.fotorama__thumb > div{
	line-height: 1;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}

.fotorama__nav:before, .fotorama__stage:before,.fotorama__nav:after, .fotorama__stage:after {
	background-image: none;
}

.volume-icon {
	position: absolute;
	z-index: 10;
	color: #fff;
	font-size: 54px;
  right: 40px;
  top: 10px;
  width: 40px;
  cursor: pointer;
}


.officials-img-top {
	display: block;
	text-align: center;
}

.officials-img-bottom img {
  float: left;
  margin-right: 26px;
}

.officials .h3 {
	font-weight: bold;
	display: block;
}

.officials .h4 {
	color: #636363;
  font-weight: 400;
	display: block;
}

.officials-item {
  margin-bottom: 29px;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 530px) {
	.officials-item {
		display: flex;
		flex-direction: column;
		text-align: center;
		float: none;
	}
	.officials-img-bottom img {
		float: none;
		margin-right: 0;
	}
}

.officials {
	margin-top: 50px;
}

.officials-desc{
	min-width:400px;

}

.officials h1 {
	font-size: 60px;
	font-weight: bold;
}

.officials-title {
	text-align: center;
	padding-bottom: 40px;
}

.events {
	padding: 30px 0;
}

.reviews {
	padding: 30px 0;
}



.all-reviews {
	padding: 30px 0;
}

.all-reviews-item {
	padding: 20px;
	box-shadow: 0 3px 11px 0 rgba(0,0,0,.15);
	margin-bottom: 20px;
}

.all-reviews-img {
	height: 450px;
	width: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.all-reviews p::before {
  content: open-quote;
}

.all-reviews p::after {
  content: close-quote;
}

.all-reviews p {
  font-size: 22px;
}

@media only screen and (max-width: 1200px) {
	.all-reviews-img {
		height: 400px;
		width: 400px;
	}
}

@media only screen and (max-width: 992px) {
	.all-reviews-img {
		height: 300px;
		width: 300px;
	}
	.all-reviews p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.video-wrapper {
		display: none;
	}
	.all-reviews-img {
    	background-size: contain;
    	height: 510px;
	    width: 510px;
	    margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 562px) {
	.all-reviews-img {
	    height: 400px;
	    width: 400px;
	}
}

@media only screen and (max-width: 462px) {
	.all-reviews-img {
	    height: 300px;
	    width: 300px;
	}

	.all-reviews p {
		font-size: 14px;
	}

	.event-button a {
    padding: 0.3em 2.2em;
	}
}

@media only screen and (max-width: 354px) {
	.all-reviews-img {
	    height: 250px;
	    width: 250px;
	    margin: 0 auto 5px;
	}
}

/* timer CSS */
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.image-enlarge {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0px 0px 60px 10px rgba(0, 3, 2, 0.98);
  background: url(/img/bot-slider.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.image-enlarge-wrapper{
	padding-bottom: 50px;
}

.image-enlarge-img {
  background-color: #000;
}

.image-enlarge-item {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.image-enlarge-text {
	padding: 20px 15px 0;
  box-sizing: border-box;
}

.image-enlarge-text h2 {
  /*margin-top: 0;*/
  color: #fff;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.9);
}

.image-enlarge-img img {
	height: 300px;
  width: 100%;
  opacity: 0.5;
  display: block;
}

.image-enlarge img {
  height: 100%;
  width: 100%;
}

.event-detail p, li{
	font-size: 22px;
}

.event-detail {
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.event-detail-text {
  margin-top: 70px;
}


.event-image-enlarge-text-button {
  display: inline-block;
}

.event-image-enlarge-text-button button {
  color: white;
  padding: .5em 2em;
  outline: none;
  border: 1px solid;
  border-radius: 1px;
  transition: 0.2s;
  background-color: #ac080f;
  border-color: #ac080f;
}

.event-image-enlarge-text-button button:hover {
  background: #ed4444;
  border-color: #ed4444;
}

.event-image-enlarge-text-button button:active {
    background: #ac080f;
}

.js-female, .js-male, .js-nomination {
  display: none;
}

.under-form-text {
  text-align: center;
  width: 70%;
}

.event-registration-group input[type="radio"] {
  margin-right: 5px;
}

.event-registration-group label:after {
  content: '*';
  width: 100%;
  font-family: sans-serif;
  color: #ff000b;
}

.event-registration-group label.service-label:after {
	content: '';
}

.service-label p.service-name-caption {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.service-label p.service-name-description {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #797878;
}

#formRegistration {
  position: absolute;
  top: -140px;
}

.event-agreement {
  padding: 8px 0;
  /* overflow: hidden; */
  text-align: left;
  width: 45%;
  margin: 0 auto;
}


.event-partners {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.event-partners-img {
  display: inline-block;
  margin: 10px;
}

.modal-body img {
  display: block;
  margin: 0 auto;
}

.modal-content {
  margin-top: 30%;
}


.payment-button {
  color: white;
  padding: .5em 2em;
  outline: none;
  border: 1px solid;
  border-radius: 1px;
  transition: 0.2s;
  background-color: #1cac08;
  border-color: #1cac08;
  display: inline-block;
}

.payment-button:hover {
  background-color: #30c11c;
  border-color: #30c11c;
  text-decoration: none;
  color: #fff;
}

.payment-info {
	margin-right: auto;
	margin-bottom: 20px;
}


@media only screen and (max-width: 991px) {
  .event-registration-group, .event-agreement {
    width: 80%;
  }
}

/* timer CSS */
.megatimer-container-wrap h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: 'Circe';
}


/*timer for events*/
.megatimer-container-wrap .event_timer_headline{
		font-size: 12px;
	}
	.megatimer-block-event{
        /*transform: scale(0.4);*/
		position: relative;
        /*top: -11px;
        left: -60px;*/
	}
	@media screen and (max-width: 1587px) {
		.megatimer-block-event{
			transform: scale(0.35);
		}
	}
	@media screen and (max-width: 1380px) {
		.megatimer-block-event{
			transform: scale(0.3);
		}
	}
	@media screen and (max-width: 991px) {
		.megatimer-container-event{
			display: none;
		}
		.megatimer-container-mobile .megatimer-block-mobile{
			display: block;
		}
		.megatimer-container-mobile-event{
			display: block;
			transform: scale(0.85);
		}
		.event-button-timer{
			margin-top: 0;
			transform: scale(0.8);
		}
	}
	@media screen and (max-width: 510px) {
		.event-button-timer {
			margin-top: 65px;
		}
	}
	@media screen and (max-width: 420px) {
		.event-description-left{
			height: 460px;
		}
	}

/*shop*/
.container-fluid {
	padding-right: 45px;
	padding-left: 45px;
}

@media screen and (max-width: 600px) {
	.container-fluid-mobile {
		padding: 0;
	}
}


.container-fluid-detail {
	padding-right: 0;
	padding-left: 0;
}

.gender_caption {
	float: left;
	text-align: left;
}

.gender_caption h1 {
	padding-left: 15px;
}

.basket-line {
	outline: 1px solid #e5e5e5;
	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	margin-top: 20px;
	margin-bottom: 10px;
}
.basket-image:before {
	content: "";
}
.fa-shopping-cart {
	font-size: 25px;
	padding: 10px;
	color: #ec0000;
}
.basket-line_desc {
	margin-top: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 10px;
}
.basket {
	max-width: 314px;
	float: right;
}
.header_caption {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
	.basket-span {
		display: none;
	}
	.basket-span-count {
		padding-left: 10px;
	}
}

@media (max-width: 460px) {
	.basket-span-count {
		padding-left: 0;
	}
	.fa-shopping-cart {
		font-size: 15px;
	}
}

.back-to-category {
	padding: 10px 0 0 0;
	font-size: 16px;
}
.bx-blue .product-item-scu-item-text-block:hover, .bx-blue .product-item-scu-item-color-block:hover, .bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	background-color: #ec0000;
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block .product-item-scu-item-text, .product-item-scu-item-text-block:hover {
	color: #fff;
}
.product-item-scu-item-text-block {
	outline: none;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 5px;
}
.product-item-scu-item-text {
	font-size: 16px;
	text-transform: capitalize;
}
.product-item-scu-item-text-container {
	min-width: 48px;
	color: #000;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #c5c5c5;
	color: unset;
	background: #f6f6f6;
}
.ui-state-focus {
	outline: none;
}
.tab_pane.active {
	display: block;
}
.product-item-detail-tab {
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	width: 191px;
}
.product-item-detail-tab-content {
	display: none;
}
.product-item-detail-tab-content.active {
	display: block;
}
.product-item-detail-tab-link:after {
	background: #ec0000;
}
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #ec0000;
}
.product-item-detail-tab-link {
	color: #000;
	width: 100%;
	text-align: center;
}
.product-item-detail-tab-link:hover {
	cursor: pointer;
}
.product-item-detail-pay-block {
	border: none;
}
.bx-blue .btn.btn-default {
	background: #ec0000;
	border-color: #ec0000;
}
.bx-blue .btn.btn-default:hover {
	background: #ec0000;
	border-color: #ec0000;
}
.product_quantity {
	display: inline-block;
	vertical-align: bottom;
	padding-left: 20px;
}
.product-item-amount-description-container {
	display: inline-block;
	padding-left: 10px;
}
.product_price {
	display: inline-block;
	min-width: 160px;
}
.btn.product-item-detail-buy-button {
	margin: 0;
}
.btn.product-item-detail-buy-button:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.btn.product-item-detail-buy-button > .fa-shopping-cart {
	position: absolute;
	top: 14px;
	left: -30px;
	transition: all 200ms ease;
	font-size: 20px;
}
.btn.product-item-detail-buy-button:hover > .fa-shopping-cart {
	left: 34px;
}
.product_card_container {
	border: 1px solid #e5e5e5;
}
.product_tabs {
	padding: 0;
}
.product_about {
	margin-top: 20px;
}
.product_quantity_container {
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
	height: 31px;
}
.product-item-detail-slider-container {
	border-right: 1px solid #e5e5e5;
}
.minibasket_wrapper {
	padding-right: 0;
}
@media (max-width: 628px) {
	.product-item-detail-tab {
		margin: 5px 10px 0px 10px;
	}
}
.basket-element-headline {
	margin-bottom: 15px;
}

.content_wrapper {
	padding-right: 15px;
	padding-left: 15px;
}
.order_wrapper {
	padding: 30px;
}
.btn.btn-default.nbc_red_button {
	background-color: #ec0000;
	border-color: #ec0000;
}
.btn.btn-default.btn-order-save {
	background-color: #ec0000;
	border-color: #ec0000;
}
.basket-caption {
	text-align: center;
	padding-bottom: 10px;
}
.basket-caption h1 {
	margin-top: 10px;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	background-color: #f2f2f2;
}
.bx-blue .basket-item-amount-filed:hover, .bx-blue .basket-item-amount-filed:focus {
	border-color: #e5e5e5;
}
div.bx-blue .btn.btn-default {
	border-color: #ec0000;
	background-color: #ec0000;
}
div.bx-blue .btn.btn-default:hover {
	border-color: #ec0000;
	background-color: #ec0000;
}
.btn.btn-lg.btn-default.basket-btn-checkout:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

@media (min-width: 725px) and (max-width: 1373px) {
  .registation-button-left {
    left: 25% !important;
  }
  .registation-button-right {
    left: 68% !important;
  }
}
.registation-button-right, .registation-button-left {
  width: 330px !important;
}
@media screen and (max-width: 724px) {
  .registation-button-right {
    left: 50% !important;
    top: 118% !important;
  }
  .registation-button-left {
    left: 50% !important;
  }
  .event-detail-text {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 480px) {
  .event-detail-text {
    margin-top: 60px !important;
  }
}
.school-text h1,h2{
	text-align:center;
}
.school-text h3{
	margin-bottom:10px;
	margin-top:0px;
}
.school-text p{
	font-size:22px;
}
.tgl-block .tgl-block-control {
    padding: 2rem 4rem;
    background-color: #e7e7e7;
    margin: 0;
    cursor: pointer;
	font-size:22px;
	font-weight:bold;
}
.tgl-control-state {
    float: right;
    margin-right: 1rem;
    font-size: 2.4rem;
    color: #999;
}
.tgl-block-body {
    display: none;
    padding: 3rem 10rem 3rem 4rem;
}
@media only screen and (max-width: 991px) {
	.tgl-block-body {
    display: none;
    padding: 2rem;
}
}
.tgl-block {
    margin-bottom: 2rem;
}
.event-block img {
  /*height: 290px !important;*/
  height: 430px;
}

.event-description-left, .event-description-right {
  /*height: unset !important;*/
  height: 100%;
  min-height: 420px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-block {
	/*height: 290px;*/
	height: 430px;
	margin-bottom: 40px;
}

.event-button {
  /*bottom: 30px!important;*/
  bottom: 0px!important;
  margin-bottom: 20px;
}

.event-description-left p, .event-description-right p {
    font-size: 12px;
    line-height: 15px!important;
    text-transform: uppercase;
    height: 110px;
}

@media only screen and (max-width: 991px) {
	.event-button {
	   /* position: absolute;*/
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
	.event-block {
		height: unset;
	}
}

@media only screen and (max-width: 650px) {
	.event-block img {
  	height: 100% !important;
	}
	div.text-center-container {
		padding: 0;
	}
}
.judge-label{
	background: url(/img/judge-label.jpg) 100% 0 no-repeat;
	background-position: center;
}
.pose-label{
	background: url(/img/pose-label.jpg) 100% 0 no-repeat;
}
.seminar-label{
	background: url(/img/seminar-label.jpg) 100% 0 no-repeat;
}

/*баннер сверху на главной*/
.promo-banner {
	background: url(/img/14030.jpg) 100% 0 no-repeat;
	background-position-x: 70%;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 30rem;
	display: flex;
	align-items: center;
}

.promo-banner .container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.promo-banner .promo-text {
	padding-right: 0rem;
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 900;
	color: #000;
	text-align: center;
}

.promo-banner .btn-p {
    padding-right: 0rem;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 900;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

span.btn-container-slash {
    font-size: 6rem;
    height: 100%;
    color: #a2a0a0;
}

.promo-banner .btn-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.promo-banner .btn-promo {
	/*background-color: #fff;*/
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 900;
    padding: 1rem 1.5rem;
    background-image: linear-gradient(to top, rgba(69, 12, 19, 0.62) 0%, rgba(213, 14, 32, 0.62) 100%);
    background-color: #ec0000;
}

.promo-banner .btn-promo:hover {
	text-decoration: none;
	background-color: #ccc;
}

@media (max-width: 600px) {
	.promo-banner .promo-text {
		font-size: 3rem;
		line-height: 3rem;
	}

	.promo-banner .btn-p {
		font-size: 3rem;
		line-height: 3rem;
	}

	span.btn-container-slash {
		font-size: 4rem;
	}

	.promo-banner .btn-promo {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}
@media (max-width: 372px) {
	.promo-banner .btn-promo {
		font-size: 1.25rem;
		line-height: 1.25rem;
	}
}
