/* Extracted from v201912/_likbez-wrapper.blade.php (was inline <style> in <body>).
   Moved to external stylesheet: fixes 'style not allowed in body' + removes per-page duplication. */
			.section-video{
				position: relative;
				z-index: 15;
			}
			.section-video__title{
				font-family: Museo Sans Cyrl;
				font-size: 48px;
				font-weight: 600;
				line-height: 57.6px;
				text-align: center;
				text-underline-position: from-font;
				text-decoration-skip-ink: none;
				color: rgba(69, 69, 69, 1);
			}
			.section-video__description{
				font-family: Museo Sans Cyrl;
				font-size: 22px;
				font-weight: 400;
				line-height: 26.4px;
				text-align: center;
				text-underline-position: from-font;
				text-decoration-skip-ink: none;
				margin-top: 19px;
			}
			.section-video__video-wrapper{
				width: 825px;
				max-width: 100%;
				margin: 0 auto;
				position: relative;
			}
			.section-video__video-inner{
				text-align: center;
				margin-top: 55px;
				position: relative;
				width: 100%;
				padding-bottom: 56.25%;
				height: 0;
				overflow: hidden;
				z-index: 1;
				border-radius: 50px 250px 50px 50px;
				border: 3px solid rgba(237, 191, 69, 1);
				cursor: pointer;
				pointer-events: auto;
				transition: .3s;
			}
			.section-video__video-inner.active{
				border-radius: 50px 50px 50px 50px;
			}
			.section-video__video-inner iframe{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 2;
			}
			.section-video__video-inner .video-overlay{
				content: '';
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				background: url('/images/video-placeholder.png') no-repeat center;
				background-size: cover;
				z-index: 3;
			}
			.section-video__video-inner .video-overlay:after{
				content: '';
				width: 128px;
				height: 128px;
				position: absolute;
				left: calc(50% - 64px);
				top: calc(50% - 64px);
				background: url(/images/play-btn.svg) no-repeat center;
				z-index: 4;
				background-size: cover;
				box-shadow: 0 0 10px #313131;
				border-radius: 50%;
			}
			.video-arrow{
				position: absolute;
				right: -47px;
				top: -64px;
			}
			@media (max-width: 991px) {
				.section-video__video-wrapper{
					width: 581px;
				}
				.section-video__description{
					max-width: 500px;
					margin: 0 auto;
				}
				.section-video__video-inner .video-overlay:after{
					width: 90px;
					height: 90px;
					left: calc(50% - 45px);
					top: calc(50% - 45px);
				}
			}
			@media (max-width: 768px){
				.section-video__title{
					font-size: 28px;
					font-weight: 600;
					line-height: 33.6px;
					text-align: center;
					text-underline-position: from-font;
					text-decoration-skip-ink: none;
				}
				.section-video__description{
					font-family: Museo Sans Cyrl;
					font-size: 14px;
					font-weight: 400;
					line-height: 16.8px;
					text-align: center;
					text-underline-position: from-font;
					text-decoration-skip-ink: none;
				}
				.video-arrow{
					position: absolute;
					right: 0px;
					top: -60px;
					width: 50px;
				}
				.section-video__video-inner .video-overlay:after{
					width: 56px;
					height: 56px;
					left: calc(50% - 28px);
					top: calc(50% - 28px);
				}
			}
			@media (max-width: 551px) {
				.section-video__video-wrapper{
					width: 335px;
				}
				.video-arrow {
					position: absolute;
					right: 20px;
					top: -40px;
					width: 30px;
				}
				.section-video__video-inner{
					border-radius: 25px 125px 25px 25px;
				}
				.section-video__video-inner.active{
					border-radius: 25px 25px 25px 25px;
				}
			}

/* --- extracted from resources/views/layouts/main.blade.php (was inline <style> in body) --- */
	.ws-killer .ws-killer-btn-container{
		z-index: 9998 !important;
	}
	}

/* --- extracted from resources/views/layouts/main.blade.php (was inline <style> in body) --- */
	.whatsapp-mobile{
		position: fixed;
		bottom: 2%;
		right: 12%;
		z-index: 10;
		display: none;
	}
	.whatsapp-mobile img{
		width: 57px;
	}
	@media screen and (min-width: 768px){
		display: none !important;
	}
	@media screen and (max-width: 767px){
		.whatsapp-mobile{

		}
		.callbackkiller.cbk-phone{
			bottom: 14% !important;
		}
	}

/* --- extracted from resources/views/layouts/_widgets.blade.php (was inline <style> in body) --- */
    .connect__list .connect__item .tg-link:after{
        background-position: -438px -422px !important;
    }
    .connect__list .connect__item:hover .tg-link:after{
        background-position: -485px -382px !important;
    }
    
