:root {
	--main-color: #00A4EB;
	--main-color-hover:#31c7d3;
	/*--main-color-two: #e7c130;*/
}

/*Затемняющий фон*/
.bg-fon::before {
	content: "";
	background-color: #09090963;
	height:100%;
	/*height: 100vh;*/
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index: 0;
	opacity: 0.75;
}

blockquote {
	padding:0 0 0 15px;
	margin: 0 0 20px 20px;
	border-left: 3px solid #0da19d;
}
.footer_widget {
	position:relative;
}
.footer_logo-contest {
	position:absolute;
	left: 100%;
	top: 0;
	width: 50%;
}
.page-button {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 765px) {
	.k-banner--top .banner-buttons {
		flex-wrap: wrap;
	}
	.footer_logo-contest {
		position: relative;
		width: 30%;
		max-width: 50px;
		left: 35%;
		margin-bottom: 10px;
	}
	.phone-header {
		margin-top: 10px;
	}
	.phone-header .mobile-phones {
		margin-top: 0;
	}
	.phone-header a.mobile-phones,
	.phone-header a.watsap  {
		font-size: 16px;
	}
	.phone-header  a.mobile-phones i,
	.phone-header  a.watsap i {
		font-size: 1.5em;
		margin-right: 5px;
	}
}
@media screen and (max-width: 365px) {
	.navbar-header .site {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width: 365px) {
	.phone-header a.mobile-phones,
	.phone-header a.watsap  {
		margin-right: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 325px) {
	.phone-header a.mobile-phones,
	.phone-header a.watsap  {
		margin-right: 0;
		font-size: 12px;
	}
	.phone-header  a.mobile-phones i,
	.phone-header  a.watsap i {
		font-size: 1.2em;
		margin-right: 0px;
	}
}

.table-responsive::-webkit-scrollbar-track {border-radius: 4px;}
.table-responsive::-webkit-scrollbar {width: 6px; height: 6px;}
.table-responsive::-webkit-scrollbar-thumb {border-radius: 4px;background: #6a7d9b;}
.table-responsive:hover::-webkit-scrollbar-thumb {background: #00A4EB;}

/*---Эффект приближения magnific popup---*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-close-btn-in .mfp-close {
	color: #95979c;;
	font-size: 50px;
}

/*---Modal window style---*/
.my-mfp-zoom-in .mfp-content{
	text-align: center;
	width: auto !important;
}
.popup-priceProduct{
	background-color: #fff;
	padding: 17px 15px;
}
/*---Заголовок в модальном окне---*/
.popup-form__subtitle{
	position: relative;
	text-transform: uppercase;
	color: #999;
	display: block;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.popup-form__subtitle:after{
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	z-index: 3;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00A4EB;
}
/*---b-danger start---*/
.b-danger{
	padding: 25px;
	background-color: #ffc302;
	display: flex;
	justify-content: center;
}
.b-danger span{
	color: red;
}
.b-danger__content{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
/*---b-danger end---*/

/*---aside block mir start---*/
.b-asidePanel{
	z-index: 9;
	position: fixed;
	top: 50%;
	left: -54px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.b-asidePanel__content{
	background: #fff;
	padding: 10px;
	transform: rotate(270deg);
	display: flex;
	flex-wrap: nowrap;
	box-shadow: 0 1px 6px #00a4eb;
	justify-content: center;
	align-items: center;
	width: max-content;
}
.b-asidePanel__img{
	width: 50px;
	height: auto;
}
.b-asidePanel__text{
	font-weight: 600;
	font-size: 14px;
}
.b-asidePanel__text span{
	font-size: 20px;
}
.b-asidePanel__banner{
	position: inherit;
	left: -150%;
	transform: rotate(
			0deg
	);
	height: 160px;
	width: auto;

	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.b-asidePanel__banner img{
	height: 100%;
	width: auto;
}
.b-asidePanel:hover .b-asidePanel__banner{
	left: 56px;
}
.b-asidePanel:hover span{
	color: #00a4eb;
}
.b-asidePanel:hover .b-asidePanel__text{
	color: #000;
}


/*---aside block mir end---*/

/*---block reviews video start---*/
.b-videoReviews{
	width: 100%;
	height: auto;
}

.b-videoReviews__item{
	height: 250px;
	margin: 5px;
	box-shadow: 0px 0px 2px #000;
}
.b-videoReviews__item video{
	width: 100%;
	height: -webkit-fill-available;
	object-fit: cover;
}

.b-videoReviews__image{
	height: 100%;
	width: auto;
	object-fit: cover;
}

.b-videoReviews .owl-next:hover, .owl-prev:hover{
	background-color: #00a4eb;
}

.b-videoReviews .owl-dots {
	text-align: center;
	/*position: fixed;*/
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	text-align: center;
	margin-top: 20px;
}
.b-videoReviews .owl-controls{
	position: relative;
}
.b-videoReviews .owl-dot {
	height: 4px;
	width: 20px;
	display: inline-block;
	background: rgba(127,127,127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
}
.b-videoReviews .owl-dot.active {
	background: #00a4eb;
}

.b-videoReviews__modal{
	max-width: 1000px;
}

.b-videoReviews__modal.mfp-hide .mfp-content{

	/*background-color: transparent !important;*/
	/*text-align: center;*/
}

.b-videoReviews__modal video{
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.b-videoReviews__nopublic{
	box-shadow: 0px 0px 4px red !important;
}

.post-modern-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.link-play-classic {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);


	font-size: 30px;
	line-height: 90px;
}

.link-play-classic .icon {
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.link-play-classic::before, .link-play-classic::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 0;
	visibility: visible;
	will-change: transform;
	pointer-events: none;
	transform: none;
}
.link-play-classic::before {
	background: #00a4eb7d;
}

.link-play-classic::after {
	background: #00a4eb7d;
}

.link-play-classic:hover::before {
	animation: item1B 1s ease infinite;
}

.link-play-classic:hover::after {
	animation: item1A 1s ease infinite;
}

@media (min-width: 768px) {
	.link-play-classic {
		width: 90px;
		height: 90px;
	}
	.link-play-classic .icon {
		line-height: 90px;
	}
}

@media (min-width: 1200px) {
	.link-play-classic {
		width: 80px;
		height: 80px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	.link-play-classic .icon {
		font-size: 30px;
		line-height: 80px;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(2);
		visibility: hidden;
	}
}

@keyframes item1A {
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

/*---block reviews video end---*/

/*---разное---*/
.b-one-article h2{
	font-weight: bold;
	font-size: 22px;
}
.b-bron__input-wrapper{
	width: 100% !important;
}
.b-bron__input-wrapper input{
	width: 85% !important;
}

.popup-window{
	z-index: 99999 !important;
}

/*---manager reviews---*/
.b-videoReviews__admin{
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}
.b-videoReviews__admin a{
	color: red;
	font-weight: 600;
}
/*---Модальная форма отправки видео + кнока---*/
.b-videoDownload{
	display: flex;
	justify-content: center;
}
.b-videoDownload__btn{
	width: fit-content !important;
	margin-bottom: 20px !important;
}
.b-videoDownload__modal{
	background-color: #fff;
	padding: 20px;
	max-width: 1200px;
}
.b-videoForm__name{
	font-weight: 600;
}
.b-videoForm__inputs {
	margin-top: 10px;
}
.b-videoForm__buttons{
	margin-top: 20px;
}
.b-videoForm__btn{
	background: #f7c411 none repeat scroll 0 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #313a45;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
	padding: 13px 25px;
	border: none;
	outline: none;
	text-align: center;

	width: fit-content !important;
}



/*-----FIIIIRE-------start*/
.b-asidePanel .mo-fire {
	width: 20px !important;
	height: auto;
	position: absolute;
	left:15%;
}
.mo-fire svg {
	width: 100%;
	height: auto;
	position: relative
}
.flame {
	animation-name: flamefly;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	opacity: 0;
	transform-origin: 50% 50% 0;
}
.flame.one {
	animation-delay: 1s;
	animation-duration: 3s;
}
.flame3.two{
	animation-duration: 5s;
	animation-delay: 1s;
}

.flame-main {
	animation-name: flameWobble;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.flame-main.one {
	animation-duration: 4s;
	animation-delay: 1s;
}
.flame-main.two {
	animation-duration: 3s;
	animation-delay: 2s;
}
.flame-main.three {
	animation-duration: 2.1s;
	animation-delay: 3s;
}
.flame-main.four {
	animation-duration: 3.2s;
	animation-delay: 4s;
}
.flame-main.five {
	animation-duration: 2.5s;
	animation-delay: 5s;
}
@keyframes flameWobble {
	50% {
		transform: scale(1,1.2) translate(0, -30px) rotate(-2deg);
	}
}
@keyframes flamefly {
	0% {
		transform: translate(0) rotate(180deg);
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(-20px, -100px) rotate(180deg);
		opacity: 0;
	}
}
/*--------------FIIIIIRE end----------*/


/*----b-videoTube start-------*/
.b-videoTube{
	position: relative;
	display: flex;
	justify-content: center;
}
.b-videoTube--clear a{
	display: flex !important;
	border: none !important;
	width: 80px !important;
	height: 80px;
	padding: 0 !important;
	margin: 0 !important;
	color: #00A4EB !important;
	text-align: center !important;
}
.b-videoTube--clear .post-modern-play{
	display: flex;
	justify-content: center;
}
/*----b-videoTube end-------*/

/*-----Responsive-----*/
@media screen and (max-width: 768px) {
	.banner-buttons{
		justify-content: center;
	}
	.k-banner--top a{
		margin-right: 0;
		margin-left: 0;
	}
	.b-one-article{
		flex-wrap: wrap-reverse;
	}
	.b-one-article__left{
		margin-right: 0;
		margin-top: 20px;
	}
	.b-one-article__right{
		width: 100%;
	}
}


.btn-bron-main{

	margin-bottom: 20px;
	width: 100%;
	background-color: var(--main-color);
	display: block;
	color: #fff;
	text-align: center;

	padding: 30px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;

	background-size: cover;

}
.btn-bron-main:focus{
	color: #fff;
}
.btn-bron-main:hover{
	background-color: var(--main-color-hover);
	/*background-image: url("/local/templates/gorkluch_2021/images/bron_img.jpg");*/

	color: #fff;
}

/*Политика конфиденциальности*/
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1e1e1e;
	color: #fff;
	padding: 20px 15px;
	z-index: 9999;
	display: none;
	animation: slideUp 0.4s ease forwards;
}

.cookie-banner-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.cookie-banner p {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
}

.cookie-banner a {
	display: flex;
	color: #4fc3f7;
	text-decoration: underline;
}

.cookie-banner button {
	background: #4fc3f7;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

@keyframes slideUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0%);
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.cookie-banner-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

/*============Новый блок куки start==============*/
.b-cookie{
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
	backdrop-filter: blur(5px);
	z-index: 9999999999999;
	justify-content: center;
	align-items: center;
}
.b-cookie__container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	background-color: #1e1e1e;

	border-radius: 5px;
	width: 500px;
	height: fit-content;

	padding: 20px;

}
.b-cookie__text{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.b-cookie__container a{
	/*color: #000;*/
	color: #4fc3f7;
	text-decoration: underline;

}
.b-cookie__btn{
	margin-top: 10px;
	width: 100%;
	color: #fff;
	background-color: var(--main-color);
	border:none;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;

	padding: 10px 20px;
	cursor: pointer;
	border-radius: 4px;
}
.b-cookie__btn:hover{
	background-color: var(--main-color-hover);
}
/*============Новый блок куки END==============*/

@media screen and (max-width: 768px) {
	.b-cookie__text {
		font-size: 14px;
	}

}